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

Bug 34480

Summary: Gnopernicus appears to be uninstallable. I was trying to emerge gnopernicus and it fails while trying to install into the temp dirs.
Product: Gentoo Linux Reporter: Deedra Waters <dmwaters>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: VERIFIED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log of failing install

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 :)