[MacPorts] #13595: poppler-0.6.3 fails on OS X 10.5 Leopard (qt4 problem?)
#13595: poppler-0.6.3 fails on OS X 10.5 Leopard (qt4 problem?) ----------------------------------+----------------------------------------- Reporter: develop@ohlmeier.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.5.2 Keywords: | ----------------------------------+----------------------------------------- {{{ Making all in tests if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../poppler -I../.. -I../../poppler -I../../qt4/src -I../../qt -I/opt/local/include -DQT_SHARED -I/opt/local/include/qt4 -I/opt/local/include/qt4/QtCore -I/opt/local/include/qt4/QtGui -I/opt/local/include/qt4/QtXml -I/opt/local/include -Wall -Wno-unused -O2 -MT test-poppler-qt4.o -MD -MP -MF ".deps/test-poppler-qt4.Tpo" -c -o test-poppler-qt4.o test-poppler- qt4.cpp; \ then mv -f ".deps/test-poppler-qt4.Tpo" ".deps/test-poppler- qt4.Po"; else rm -f ".deps/test-poppler-qt4.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -Wno-unused -O2 -L/opt/local/lib -o test-poppler-qt4 test-poppler-qt4.o ../../poppler/libpoppler.la ../../qt4/src/libpoppler-qt4.la -L/opt/local/lib -lfontconfig -lexpat -framework ApplicationServices -framework Carbon -framework AppKit -L/opt/local/lib -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/work /qt-mac-opensource-src-4.3.2/lib -lQtGui -lpng -lQtXml -lQtTest -lQtCore -lz -lm -lz mkdir .libs libtool: link: cannot find the library `' or unhandled argument `Carbon' make[3]: *** [test-poppler-qt4] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 }}} This accutally is probably more a problem of qt4. At least with poppler-0.6.0 I had exactly the same problem and was able to workaround this, by telling the configure from poppler to skip the QT bindings at all. I guess the problem lays somewhere in the *.la files from qt4. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13595> MacPorts </projects/macports> Ports system for Mac OS
#13595: poppler-0.6.3 fails on OS X 10.5 Leopard (qt4 problem?) -----------------------------------+---------------------------------------- Reporter: develop@ohlmeier.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: -----------------------------------+---------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13595#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#13595: poppler-0.6.3 fails on OS X 10.5 Leopard (qt4 problem?) -----------------------------------+---------------------------------------- Reporter: develop@ohlmeier.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: -----------------------------------+---------------------------------------- Changes (by ryandesign@macports.org): * cc: jochen@macports.org (added) Comment: Cc'ing maintainer of qt4-mac. -- Ticket URL: <https://trac.macports.org/projects/macports/ticket/13595#comment:2> MacPorts </projects/macports> Ports system for Mac OS
#13595: poppler-0.6.3 fails on OS X 10.5 Leopard (qt4 problem?) -----------------------------------+---------------------------------------- Reporter: develop@ohlmeier.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by yves@macports.org): I just committed a fix - maybe temporary - in changeset:32168 -- Ticket URL: <https://trac.macports.org/projects/macports/ticket/13595#comment:3> MacPorts </projects/macports> Ports system for Mac OS
#13595: poppler-0.6.3 fails on OS X 10.5 Leopard (qt4 problem?) -----------------------------------+---------------------------------------- Reporter: develop@ohlmeier.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by jochen@macports.org): Okay, we used to see this problem with Qt before, it is due to the following in libQtGui.la (and others) {{{-framework Carbon}}} I do not remember the details form my head and do not have too much time right now. Will look into it soon. -- Ticket URL: <https://trac.macports.org/projects/macports/ticket/13595#comment:4> MacPorts </projects/macports> Ports system for Mac OS
#13595: poppler-0.6.3 fails on OS X 10.5 Leopard (qt4 problem?) -----------------------------------+---------------------------------------- Reporter: develop@ohlmeier.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by jmr@macports.org): Does this still happen with poppler 0.8.0? -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13595#comment:5> MacPorts </projects/macports> Ports system for Mac OS
#13595: poppler-0.6.3 fails on OS X 10.5 Leopard (qt4 problem?) -----------------------------------+---------------------------------------- Reporter: develop@ohlmeier.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by develop@ohlmeier.org): Yes, for me the problem still persists with the latest poppler-0.8.0 -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13595#comment:6> MacPorts </projects/macports> Ports system for Mac OS
#13595: poppler-0.6.3 fails on OS X 10.5 Leopard (qt4 problem?) -----------------------------------+---------------------------------------- Reporter: develop@ohlmeier.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: fixed | Keywords: -----------------------------------+---------------------------------------- Changes (by rhwood@macports.org): * status: new => closed * resolution: => fixed Comment: OBE see #14865 -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13595#comment:7> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts