[Bug 239725] net/py-pypcap: Unbreak

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 8 20:42:09 UTC 2019


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

            Bug ID: 239725
           Summary: net/py-pypcap: Unbreak
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: bofh at freebsd.org
          Assignee: sunpoet at FreeBSD.org
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)

Created attachment 206378
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=206378&action=edit
Unbreak for amd64

Fails to build on amd64 architectures of all versions post 11.2; specially
crosslinking with 32-bit libraries.

cc -shared -fstack-protector-strong -O2 -pipe -fstack-protector-strong
-fno-strict-aliasing build/temp.freebsd-13.0-CURRENT-amd64-3.6/pcap.o
build/temp.freebsd-13.0-CURRENT-amd64-3.6/pcap_ex.o -L/usr/lib32
-L/usr/local/lib -lpcap -lpython3.6m -o
build/lib.freebsd-13.0-CURRENT-amd64-3.6/pcap.so
ld: error: /usr/lib32/libpcap.so is incompatible with /usr/lib/crti.o
ld: error: /usr/lib32/libgcc_s.so is incompatible with /usr/lib/crti.o
ld: error: /usr/lib32/libc.so.7 is incompatible with /usr/lib/crti.o
ld: error: /usr/lib32/libgcc_s.so is incompatible with /usr/lib/crti.o
cc: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'cc' failed with exit status 1

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


More information about the freebsd-ports-bugs mailing list