Opened 12 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)
Change History (5)
Changed 12 years ago by gkshenaut
comment:1 Changed 12 years ago by larryv (Lawrence Velázquez)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to krischik@… |
Port: | sigil added |
Summary: | sigil build fails → sigil @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 12 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:4 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | sigil @0.6.0_0: build fails → sigil @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.
log file