Summary: | archivers/dpkg: fix build with GCC-based architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | linimon, ndowens04 | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(ndowens04) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
(In reply to Piotr Kubaj from comment #0) Which archs? I do not want to target every arch (In reply to Nathan from comment #1) powerpc64 for sure, but errors like in https://talos.anongoth.pl/data/powerpc64-default/2018-12-05_22h39m09s/logs/errors/dpkg-1.19.2.log method.h:65: error: expected ';' before 'override'In file included from pkgdepcon.cc:32: pkglist.h:152: error: expected ';' before 'override' pkglist.h:153: error: expected ';' before 'override' pkglist.h:154: error: expected ';' before 'override' pkglist.h:155: error: expected ';' before 'override' pkglist.h:156: error: expected ';' before 'override' are not architecture-dependant. I know you care about mips*, but this port probably won't build anyway on any platform with base GCC. I can't + patch since there is no maintainer ? flag Hoping to have newer GCC working on mips*, so approving (In reply to Nathan from comment #4) fwiw, dpkg is Debian-specific and AFAIK we have no support for mips in our Linux emulation code. A commit references this bug: Author: swills Date: Sun Dec 9 02:59:56 UTC 2018 New revision: 487014 URL: https://svnweb.freebsd.org/changeset/ports/487014 Log: archivers/dpkg: fix build with GCC-based architectures PR: 233840 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Nathan <ndowens@yahoo.com> (maintainer) Changes: head/archivers/dpkg/Makefile Committed, thanks! |
Created attachment 199914 [details] patch This port requires USES=compiler:c11 to build on GCC architectures. Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud.