Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34480 - Gnopernicus appears to be uninstallable. I was trying to emerge gnopernicus and it fails while trying to install into the temp dirs.
Summary: Gnopernicus appears to be uninstallable. I was trying to emerge gnopernicus a...
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-26 17:03 UTC by Deedra Waters
Modified: 2004-04-20 13:02 UTC (History)
0 users

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


Attachments
build log of failing install (gnopernicus-0.8.0.build.log,193.40 KB, text/plain)
2004-04-20 10:46 UTC, Guy Martin (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Deedra Waters 2003-11-26 17:03:50 UTC
Here are the errors: make  install-data-hook
make[5]: Entering directory `/var/tmp/portage/gnopernicus-0.7.1/work/gnopernicus-0.7.1/help/gnopernicus/C'
/bin/sh ../../../mkinstalldirs /var/tmp/portage/gnopernicus-0.7.1/image//usr/share/omf/gnopernicus
mkdir /var/tmp/portage/gnopernicus-0.7.1/image/usr/share/omf
mkdir /var/tmp/portage/gnopernicus-0.7.1/image/usr/share/omf/gnopernicus
for file in gnopernicus-C.omf; do \
        /bin/install -c -m 644 $file.out /var/tmp/portage/gnopernicus-0.7.1/image//usr/share/omf/gnopernicus/$file; \
done
/bin/install: cannot stat `gnopernicus-C.omf.out': No such file or directory
make[5]: *** [install-data-hook-omf] Error 1
From there, the install fails utterly.

Reproducible: Always
Steps to Reproduce:
1.The only thing you need to  do to reproduce this is just 'emerge gnopernicus'
2.
3.
Comment 1 Leonardo Boshell (RETIRED) gentoo-dev 2003-12-02 21:04:47 UTC
Could you please attach the complete emerge log as text/plain to see the cause of this problem? Thanks.
Comment 2 foser (RETIRED) gentoo-dev 2003-12-07 07:14:57 UTC
waiting for info
Comment 3 Guy Martin (RETIRED) gentoo-dev 2004-04-20 10:43:11 UTC
I got the same behaviour with 0.8.0 on a hppa box. build log following
Comment 4 Guy Martin (RETIRED) gentoo-dev 2004-04-20 10:46:53 UTC
Created attachment 29710 [details]
build log of failing install

seems it simply needs a depend to scrollkeeper
Comment 5 Leonardo Boshell (RETIRED) gentoo-dev 2004-04-20 11:18:13 UTC
Added a dependency to scrollkeeper, which hopefully resolves this issue.

Thanks Guy.
Comment 6 Guy Martin (RETIRED) gentoo-dev 2004-04-20 13:02:22 UTC
I just emerged scroolkeeper and it worked well :)