Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208530 - gnome-extra/gucharmap-1.10.2 does not compile install
Summary: gnome-extra/gucharmap-1.10.2 does not compile install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-02 01:05 UTC by Oliver Borm
Modified: 2008-02-19 09:51 UTC (History)
0 users

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


Attachments
full build.log (build.log,48.83 KB, text/plain)
2008-02-02 01:06 UTC, Oliver Borm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Borm 2008-02-02 01:05:25 UTC
crashes with this error message (also 1.10.1):

for file in gucharmap-it.omf; do \
                /usr/bin/install -c -m 644 $file.out /var/tmp/portage/gnome-extra/gucharmap-1.10.2/image//usr/share/omf/gucharmap/$file; \
        done
/usr/bin/install: cannot stat `gucharmap-it.omf.out': No such file or directory
make[4]: *** [install-data-hook-omf] Error 1
make[4]: Leaving directory `/var/tmp/portage/gnome-extra/gucharmap-1.10.2/work/gucharmap-1.10.2/help/it'
make[3]: *** [install-data-am] Error 2
make[3]: Leaving directory `/var/tmp/portage/gnome-extra/gucharmap-1.10.2/work/gucharmap-1.10.2/help/it'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/gnome-extra/gucharmap-1.10.2/work/gucharmap-1.10.2/help/it'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-extra/gucharmap-1.10.2/work/gucharmap-1.10.2/help'
make: *** [install-recursive] Error 1


Reproducible: Always
Comment 1 Oliver Borm 2008-02-02 01:06:25 UTC
Created attachment 142452 [details]
full build.log

This is the build.log, no USE-flags for his ebuild were set.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-02-19 00:06:32 UTC
/bin/sh: line 1: scrollkeeper-preinstall: command not found

something tells me you miss scrollkeeper or rarian.
Comment 3 Oliver Borm 2008-02-19 09:51:08 UTC
Thank's for that hint. I've reinstalled rarian and then I could emerge gucharmap without problems.