Opened 11 years ago

Closed 9 years ago

#37750 closed defect (fixed)

sigil @0.6.0_0: build fails when libzip is installed

Reported by: gkshenaut Owned by: krischik@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: cooljeanius (Eric Gallager), ryandesign (Ryan Carsten Schmidt)
Port: sigil

Description (last modified by larryv (Lawrence Velázquez))

sudo port clean sigil ; sudo port install sigil
...
--->  Building sigil
Error: org.macports.build for port sigil returned: command execution failed

Logfile attached.

Attachments (1)

main.log (619.1 KB) - added by gkshenaut 11 years ago.
log file

Download all attachments as: .zip

Change History (5)

Changed 11 years ago by gkshenaut

Attachment: main.log added

log file

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

Description: modified (diff)
Owner: changed from macports-tickets@… to krischik@…
Port: sigil added
Summary: sigil build failssigil @0.6.0_0: build fails

Thanks for the ticket. In the future, please try to CC any port maintainers and use WikiFormatting to format the description.

comment:2 Changed 11 years ago by cooljeanius (Eric Gallager)

This looks like the main error here:

:info:build /opt/local/include/zip.h:51:10: fatal error: 'zipconf.h' file not found

What does "port installed" report for the port reported by "port provides /opt/local/include/zip.h"?

comment:3 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

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

Cc: ryandesign@… added
Resolution: fixed
Status: newclosed
Summary: sigil @0.6.0_0: build failssigil @0.6.0_0: build fails when libzip is installed

libzip provides it. Looks like sigil has its own private zip.h but it's getting confused and using libzip's zip.h instead. Fixed by indicating this build conflict in r137994.

Note: See TracTickets for help on using tickets.