[Bug 248547] [patch] www/caddy: fix build broken by obsolete zstd golang wrapper dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Aug 9 07:35:25 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248547

            Bug ID: 248547
           Summary: [patch] www/caddy: fix build broken by obsolete zstd
                    golang wrapper dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://caddyserver.com/v2
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: riedre at ya.ru
                CC: daniel.tihanyi at tetragir.com
             Flags: maintainer-feedback?(daniel.tihanyi at tetragir.com)
                CC: daniel.tihanyi at tetragir.com

Created attachment 217103
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=217103&action=edit
updates DataDog's zstd golang wrapper to v1.4.5

In case archivers/zstd is installed, www/caddy port build process detects that
fact, and tries to build stale version of Golang wrapper (v1.4.1) around
libzstd, which uses incompatible obsolete zstd API. This breaks the build.

Noticed on trying to upgrade Caddy to 2.1.1 (bug #246623)

Switching to latest zstd wrapper release (v1.4.5) fixes the build.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list