Opened 9 years ago

Closed 9 years ago

#47439 closed defect (fixed)

libextractor fail to build

Reported by: mathsmac@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: libextractor

Description

Hello,

Library libextractor fail to build : it seems the problem is comming from qt_extractor function.

Attachments (2)

main.log (28.1 KB) - added by mathsmac@… 9 years ago.
log file
main.2.log (121.8 KB) - added by mathsmac@… 9 years ago.

Download all attachments as: .zip

Change History (7)

Changed 9 years ago by mathsmac@…

Attachment: main.log added

log file

comment:1 Changed 9 years ago by mathsmac@…

Could you help me please?

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

This log is not from a clean build. Please clean and try again.

comment:3 in reply to:  2 Changed 9 years ago by mathsmac@…

Replying to ryandesign@…:

This log is not from a clean build. Please clean and try again.

Sorry. I added the good log.

Changed 9 years ago by mathsmac@…

Attachment: main.2.log added

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

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

The problem is that in qt_extractor.c it declares a function ntohll. OS X did not used to include the function ntohll, but does as of OS X 10.10 Yosemite, which is why the build now fails, because of the conflicting function definition.

libextractor is rather out of date. I'll try updating the port.

comment:5 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Fixed in r135076 by updating to 1.3.

Note: See TracTickets for help on using tickets.