New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #25359 (closed defect: worksforme)

Opened 3 years ago

Last modified 2 years ago

openjpeg build fails when libtool port is active

Reported by: lkraider+ports@… Owned by: mcalhoun@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc: ryandesign@…
Port: openjpeg

Description

openjpeg Makefile uses the '-o' option for libtool without setting a mode, which only works with the system provided libtool, not with the port installed one (see attached log).

I bumped into this when trying to install py26-ipython on Snow Leopard, with a fresh install of MacPorts 1.9.1 and the build failed on the openjpeg port. Workaround was to deactivate libtool port, install openjpeg, and resume installing ipython.

Attachments

main.log (7.7 KB) - added by lkraider+ports@… 3 years ago.
openjpeg port install log

Change History

Changed 3 years ago by lkraider+ports@…

openjpeg port install log

comment:1 Changed 3 years ago by jmr@…

  • Owner changed from macports-tickets@… to mcalhoun@…
  • Cc mcalhoun@… removed

comment:2 Changed 2 years ago by ryandesign@…

  • Cc ryandesign@… added

openjpeg @1.4-r697_1 installs fine for me even when libtool @2.4_0 is installed and active. Do you still see this problem?

The libtool port doesn't provide a program called "libtool"; it provides a program called "glibtool", specifically so that it wouldn't interfere with Apple's "libtool". Could it be that you've manually created a "libtool" symlink in /opt/local/bin pointing to "glibtool"? If so, you should delete that symlink.

comment:3 Changed 2 years ago by jmr@…

  • Status changed from new to closed
  • Resolution set to worksforme
Note: See TracTickets for help on using tickets.