[MacPorts] #21721: ftgl-2.1.2 Installation broken, but no errors are displayed. Package unusable
#21721: ftgl-2.1.2 Installation broken, but no errors are displayed. Package unusable --------------------------------+------------------------------------------- Reporter: hahn.seb@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: ftgl, Snow Leopard | Port: ftgl --------------------------------+------------------------------------------- Trying to install ftgl on Snow Leopard appears to work fine and succeeds without error, but the resulting installation is totally broken. Neither the library nor the demo utilities are actually installed, so that ftgl is unusable. mf2k_mp on #macports mentioned that installing the port with --debug gives an error, so the normal installation shouldn't pretend nothing happened. It also looks like the upstream package might be broken, as it tries to install something in the home directory of a user henry. -- Ticket URL: <http://trac.macports.org/ticket/21721> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21721: ftgl-2.1.2 Installation broken, but no errors are displayed. Package unusable -----------------------------+---------------------------------------------- Reporter: hahn.seb@… | Owner: krugazor@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: snowleopard | Port: ftgl -----------------------------+---------------------------------------------- Changes (by macsforever2000@…): * cc: krugazor@… (removed) * keywords: ftgl, Snow Leopard => snowleopard * owner: macports-tickets@… => krugazor@… -- Ticket URL: <http://trac.macports.org/ticket/21721#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21721: ftgl-2.1.2 Installation broken, but no errors are displayed. Package unusable -----------------------------+---------------------------------------------- Reporter: hahn.seb@… | Owner: krugazor@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: snowleopard | Port: ftgl -----------------------------+---------------------------------------------- Comment(by macsforever2000@…): Here's the error seen while building with debug: {{{ DEBUG: Executing org.macports.destroot (ftgl) DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_ftgl/work/FTGL/unix" && /usr/bin/make install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_ftgl/work/destroot' for d in src demo docs ; do /usr/bin/make -C $d install ; done /bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -c -I../../include -I/opt/local/include -O2 -arch x86_64 -I/opt/local/include/freetype2 -I/opt/local/include ../../src/FTGLTextureFont.cpp /usr/bin/g++-4.2 -c -I../../include -I/opt/local/include -O2 -arch x86_64 -I/opt/local/include/freetype2 -I/opt/local/include ../../src/FTGLTextureFont.cpp -o FTGLTextureFont.o In file included from ../../src/FTGLTextureFont.cpp:5: ../../include/FTTextureGlyph.h:55: error: extra qualification 'FTTextureGlyph::' on member 'ResetActiveTexture' make[1]: *** [FTGLTextureFont.lo] Error 1 /bin/sh ../libtool --mode=link /usr/bin/g++-4.2 FTGLDemo.o tb.o trackball.o -o FTGLDemo ../src/libftgl.la -L/opt/local/lib -lfreetype -lz -framework GLUT -framework OpenGL -lobjc libtool: link: cannot find the library `../src/libftgl.la' make[1]: *** [FTGLDemo] Error 1 /usr/bin/install -c -d -m 0755 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_ftgl/work/destroot/opt/local/share/doc/ftgl/html /usr/bin/install -c -m 0644 html/* /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_ftgl/work/destroot/opt/local/share/doc/ftgl/html/ /usr/bin/install -c -d -m 0755 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_ftgl/work/destroot/opt/local/lib/pkgconfig /usr/bin/install -c -m 0644 ftgl.pc /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_ftgl/work/destroot/opt/local/lib/pkgconfig/ DEBUG: Executing portdestroot::destroot_finish DEBUG: checking for mtree violations }}} -- Ticket URL: <http://trac.macports.org/ticket/21721#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21721: ftgl-2.1.2 Installation broken, but no errors are displayed. Package unusable -----------------------------+---------------------------------------------- Reporter: hahn.seb@… | Owner: krugazor@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: snowleopard | Port: ftgl -----------------------------+---------------------------------------------- Comment(by macsforever2000@…): The prior comment was building on Snow Leopard (10.6.1). When i build on Leopard (10.5.8), and try to run the FTGLDemo, i see the following strange error: {{{ $ FTGLDemo Failed to open font /Users/henry/Development/PROJECTS/FTGL/test/font_pack/arial.ttf }}} Yet I have no user named "henry" on my machine. -- Ticket URL: <http://trac.macports.org/ticket/21721#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21721: ftgl-2.1.2 Installation broken, but no errors are displayed. Package unusable -----------------------------+---------------------------------------------- Reporter: hahn.seb@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: snowleopard | Port: ftgl -----------------------------+---------------------------------------------- Changes (by toby@…): * cc: krugazor@… (added) * owner: krugazor@… => macports-tickets@… -- Ticket URL: <http://trac.macports.org/ticket/21721#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21721: ftgl-2.1.2 Installation broken, but no errors are displayed. Package unusable -----------------------------+---------------------------------------------- Reporter: hahn.seb@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: snowleopard | Port: ftgl -----------------------------+---------------------------------------------- Comment(by hahn.seb@…): The Portfile mentioned in bug #18444 fixes the installation problems for me and creates a useable ftgl. -- Ticket URL: <http://trac.macports.org/ticket/21721#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21721: ftgl-2.1.2 Installation broken, but no errors are displayed. Package unusable ------------------------------+--------------------------------------------- Reporter: hahn.seb@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: fixed | Keywords: snowleopard Port: ftgl | ------------------------------+--------------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => fixed Comment: Closing as per comment:5. -- Ticket URL: <https://trac.macports.org/ticket/21721#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts