[MacPorts] #39111: gnumeric won't install
#39111: gnumeric won't install -----------------------------+-------------------------------- Reporter: rsanchez.saez@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: MacPorts Future Component: ports | Version: 2.1.3 Keywords: | Port: gnumeric -----------------------------+-------------------------------- Complete Debug log for 'port install gnumeric' attached below (command executed after running 'port clean all'). MacPorts Version: 2.1.3 OS X 10.8.3 --$ gcc -v Using built-in specs. Target: i686-apple-darwin11 Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/src/configure --disable- checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program- prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with- slibdir=/usr/lib --build=i686-apple-darwin11 --enable- llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/dst- llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx- include-dir=/usr/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) -- Ticket URL: <https://trac.macports.org/ticket/39111> MacPorts <http://www.macports.org/> Ports system for OS X
#39111: gnumeric won't install ------------------------------+-------------------------------- Reporter: rsanchez.saez@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: MacPorts Future Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: gnumeric | ------------------------------+-------------------------------- Comment (by rsanchez.saez@…): --$ clang -v Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) Target: x86_64-apple-darwin12.3.0 Thread model: posix -- Ticket URL: <https://trac.macports.org/ticket/39111#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#39111: gnumeric won't install ------------------------------+-------------------------------- Reporter: rsanchez.saez@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: gnumeric | ------------------------------+-------------------------------- Changes (by macsforever2000@…): * milestone: MacPorts Future => Old description:
Complete Debug log for 'port install gnumeric' attached below (command executed after running 'port clean all').
MacPorts Version: 2.1.3 OS X 10.8.3
--$ gcc -v Using built-in specs. Target: i686-apple-darwin11 Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/src/configure --disable- checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program- prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with- slibdir=/usr/lib --build=i686-apple-darwin11 --enable- llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/dst- llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx- include-dir=/usr/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
New description: Complete Debug log for 'port install gnumeric' attached below (command executed after running 'port clean all'). MacPorts Version: 2.1.3 OS X 10.8.3 {{{ --$ gcc -v Using built-in specs. Target: i686-apple-darwin11 Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/src/configure --disable- checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program- prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with- slibdir=/usr/lib --build=i686-apple-darwin11 --enable- llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/dst- llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx- include-dir=/usr/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) }}} -- Comment: In the future, please use WikiFormatting and do not set the Milestone field. Error appears to be: {{{ application.c:26:10: fatal error: 'pixmaps/gnumeric-stock-pixbufs.h' file not found #include "pixmaps/gnumeric-stock-pixbufs.h" ^ 8 warnings and 1 error generated. make[4]: *** [libspreadsheet_la-application.lo] Error 1 }}} -- Ticket URL: <https://trac.macports.org/ticket/39111#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#39111: gnumeric won't install ------------------------------+-------------------------------- Reporter: rsanchez.saez@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: gnumeric | ------------------------------+-------------------------------- Comment (by rsanchez.saez@…): Sorry about that. Thanks for fixing my ticket. Cheers! -- Ticket URL: <https://trac.macports.org/ticket/39111#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#39111: gnumeric won't install ------------------------------+-------------------------------- Reporter: rsanchez.saez@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: gnumeric | ------------------------------+-------------------------------- Comment (by ryandesign@…): And the reason gnumeric-stock-pixbufs.h doesn't exist appears to be this earlier build error: {{{ failed to load "./column_add_16.xpm": Couldn't recognize the image file format for file './column_add_16.xpm' }}} We've seen this before, a long time ago, in #7921, where the blame was placed on the gtk2 port. You could try rebuilding gtk2, then trying gnumeric again: {{{ sudo port clean gtk2 gnumeric sudo port -n upgrade --force gtk2 sudo port install gnumeric }}} gnumeric installs fine for me on 10.8.3 with `clang -v` "Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)" from Xcode 4.6.2. -- Ticket URL: <https://trac.macports.org/ticket/39111#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#39111: gnumeric won't install ------------------------------+-------------------------------- Reporter: rsanchez.saez@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: gnumeric | ------------------------------+-------------------------------- Comment (by rsanchez.saez@…): ryan: I did what you suggeted but it didn't work. I am attaching the new log. GTK2 reinstalled fine, but gnumeric failed again. The error seems to be the same, but I am attaching the new log just in case. Any additional information about my machine or installed software that you guys would need for debugging this problem? I can provide anything you need. -- Ticket URL: <https://trac.macports.org/ticket/39111#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts