Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4349

Summary: gthumb 1.101 won't build
Product: Gentoo Linux Reporter: Lars Heiermann <darmok>
Component: Current packagesAssignee: Gabriele Giorgetti <gabriele_giorgetti>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Lars Heiermann 2002-06-30 10:14:02 UTC
every time I try to emerge thumb 1.101 the ebuild runs into:
for file in gthumb-C.omf; do \
        /bin/install -c -m 644 $file.out
/var/tmp/portage/gthumb-1.101/image//usr/share/omf/gthumb/$file; \
done
/bin/install: cannot stat `gthumb-C.omf.out': No such file or directory
make[4]: *** [install-data-hook-omf] Error 1
Comment 1 Lars Heiermann 2002-07-01 03:12:02 UTC
As it seems it will build on a machine running gnome2.
So it's more an issue of not exact defined dependencies than a bug in gthumb itself
Comment 2 Gabriele Giorgetti 2002-07-01 09:56:59 UTC
You get that error because you are missing scrollkeeper-0.3.9
(I've just added it to the gthumb dep list.)

However if you want to install gthumb for Gnome1 you have to emerge 
a version < than 1.101 , that is 0.9.9 in the current portage tree.

Thanks.