Opened 12 years ago
Last modified 12 years ago
#39111 new defect
gnumeric won't install
Reported by: | rsanchez.saez@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | gnumeric |
Description (last modified by mf2k (Frank Schima))
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)
Attachments (2)
Change History (7)
Changed 12 years ago by rsanchez.saez@…
Attachment: | Macports - gnumeric.txt added |
---|
comment:1 Changed 12 years ago 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
comment:2 Changed 12 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Milestone: | MacPorts Future |
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
comment:3 Changed 12 years ago by rsanchez.saez@…
Sorry about that. Thanks for fixing my ticket.
Cheers!
comment:4 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
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.
comment:5 Changed 12 years ago by rsanchez.saez@…
ryan: I did what you suggested but it didn't work.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.
Changed 12 years ago by rsanchez.saez@…
Attachment: | Macports - gnumeric error.v2.txt added |
---|
gnumeric installation failure log (secon try)
gnumeric installation failure log