| Bug#: 4349 | Product: Gentoo Linux | Version: 1.2 | Platform: x86 |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: gabriele_giorgetti@tin.it | Reported By: darmok@chill-zone.net | |
| Component: Applications | |||
| URL: | |||
| Summary: gthumb 1.101 won't build | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2002-06-30 10:14 0000 | |||
| Description: | Opened: 2002-06-30 10:14 0000 |
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
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
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.