installing poppler: libtool file differs in archs
Robin
robince at gmail.com
Sat Aug 7 03:55:52 PDT 2010
Hi,
I am having a problem installing poppler - I haven't seen one like
this before and don't really know what to do.
"""
robin-mbp:testpackage robince$ sudo port upgrade poppler
---> Computing dependencies for poppler
---> Fetching poppler
---> Attempting to fetch poppler-0.14.1.tar.gz from
http://lil.fr.distfiles.macports.org/poppler
---> Verifying checksum(s) for poppler
---> Extracting poppler
---> Configuring poppler
---> Building poppler
---> Staging poppler into destroot
Error: Target org.macports.destroot returned:
/opt/local/lib/libpoppler-cpp.la differs in
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_poppler/work/destroot-i386
and /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_poppler/work/destroot-x86_64
and cannot be merged
Log for poppler is at:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_poppler/main.log
Error: Unable to upgrade port: 1
To report a bug, see <http://guide.macports.org/#project.tickets>
"""
Here is the diff of the file:
"""
--- /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_poppler/work/destroot-i386/opt/local/lib/libpoppler-cpp.la
2010-08-07 11:53:01.000000000 +0100
+++ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_poppler/work/destroot-x86_64/opt/local/lib/libpoppler-cpp.la
2010-08-07 11:52:58.000000000 +0100
@@ -17,7 +17,7 @@
inherited_linker_flags=' '
# Libraries that this one depends upon.
-dependency_libs=' -L/opt/local/lib /opt/local/lib/libpoppler.la
/opt/local/lib/liblcms.la /opt/local/lib/libjpeg.la
/opt/local/lib/libpng12.la /opt/local/lib/libxml2.la -lpthread -lm
/opt/local/lib/libfontconfig.la /opt/local/lib/libexpat.la
/opt/local/lib/libfreetype.la /opt/local/lib/libiconv.la -lz'
+dependency_libs=' -L/opt/local/lib /opt/local/lib/libpoppler.la
/opt/local/lib/liblcms.la /opt/local/lib/libjpeg.la
/opt/local/lib/libpng12.la -lopenjpeg /opt/local/lib/libxml2.la
-lpthread -lm /opt/local/lib/libfontconfig.la
/opt/local/lib/libexpat.la /opt/local/lib/libfreetype.la
/opt/local/lib/libiconv.la -lz'
# Names of additional weak libraries provided by this library
weak_library_names=''
"""
The difference is x86_64 has -lopenjpeg and the other doesn't.
Cheers
Robin
More information about the macports-users
mailing list