Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4349 - gthumb 1.101 won't build
Summary: gthumb 1.101 won't build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gabriele Giorgetti
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-30 10:14 UTC by Lars Heiermann
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.