Opened 2 years ago

Closed 2 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)

config.log (17.6 KB) - added by SlowHolg 2 years ago.

Download all attachments as: .zip

Change History (5)

Changed 2 years ago by SlowHolg

Attachment: config.log added

comment:1 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: universal added; elcapitan removed
Summary: libb2 @ 0.98.1_1+universal: Configure failslibb2 @0.98.1_1+universal: Configure fails

Another user reported the same failure to build libb2 universal on the mailing list.

comment:2 Changed 2 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 2 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign added

comment:4 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In a6d34aa6976df14ae2673134b9577e248acde7e3/macports-ports (master):

libb2: Use muniversal portgroup

Closes: #64148

Note: See TracTickets for help on using tickets.