Ticket #25359 (closed defect: worksforme)
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
Change History
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.


openjpeg port install log