Opened 3 years ago
Closed 3 years ago
#64148 closed defect (fixed)
libb2 @0.98.1_1+universal: Configure fails
Reported by: | SlowHolg | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | universal x86_64 | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | libb2 |
Description
Running MacPorts 2.7.1 on a MacBook, MacOS 10.11.6, XCode 8.2.1.
While doing sudo port upgrade outdated, libb2 fails while configuring. Some lines from configure.log:
configure:4721: checking whether byte ordering is bigendian configure:4737: /usr/bin/clang -c -pipe -O3 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5 configure:4737: $? = 0 configure:4936: result: universal configure:4947: error: universal endianness not supported
I wonder if there's a patch missing for libb2? At least, there's no message that patches are applied before configuring.
Complete config.log is attached.
Attachments (1)
Change History (5)
Changed 3 years ago by SlowHolg
Attachment: | config.log added |
---|
comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | universal added; elcapitan removed |
---|---|
Summary: | libb2 @ 0.98.1_1+universal: Configure fails → libb2 @0.98.1_1+universal: Configure fails |
comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from mcalhoun@… to MarcusCalhoun-Lopez |
---|
Does adding the line
PortGroup muniversal 1.0
at the top of the Portfile, after the PortSystem 1.0 line, fix the problem?
comment:3 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign added |
---|
comment:4 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Another user reported the same failure to build libb2 universal on the mailing list.