Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge -uv gnome-panel fails
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
lightsout
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2003
Posts: 113
Location: UK

PostPosted: Wed Aug 06, 2003 7:16 pm    Post subject: emerge -uv gnome-panel fails Reply with quote

Quote:
bagpuss root # emerge -uvp gnome-panel

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild U ] gnome-base/gnome-panel-2.2.2.1 [2.2.1] -doc


Start off the emerge. It runs for quite a while and gives this:

Quote:
mkdir /var/tmp/portage/gnome-panel-2.2.2.1/image/usr/share/gnome/help/fish-applet-2/C/figures
make install-data-hook
make[5]: Entering directory `/var/tmp/portage/gnome-panel-2.2.2.1/work/gnome-panel-2.2.2.1/help/C/fish'
/bin/sh ../../../mkinstalldirs /var/tmp/portage/gnome-panel-2.2.2.1/image//usr/share/omf/gnome-panel
for file in fish-applet-2-C.omf; do \
/bin/install -c -m 644 $file.out /var/tmp/portage/gnome-panel-2.2.2.1/image//usr/share/omf/gnome-panel/$file; \
done
/bin/install: cannot stat `fish-applet-2-C.omf.out': No such file or directory
make[5]: *** [install-data-hook-omf] Error 1
make[5]: Leaving directory `/var/tmp/portage/gnome-panel-2.2.2.1/work/gnome-panel-2.2.2.1/help/C/fish'
make[4]: *** [install-data-am] Error 2
make[4]: Leaving directory `/var/tmp/portage/gnome-panel-2.2.2.1/work/gnome-panel-2.2.2.1/help/C/fish'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/var/tmp/portage/gnome-panel-2.2.2.1/work/gnome-panel-2.2.2.1/help/C/fish'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-panel-2.2.2.1/work/gnome-panel-2.2.2.1/help/C'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-panel-2.2.2.1/work/gnome-panel-2.2.2.1/help'
make: *** [install-recursive] Error 1

!!! ERROR: gnome-base/gnome-panel-2.2.2.1 failed.
!!! Function einstall, Line 343, Exitcode 2
!!! einstall failed


I've done an emerge sync so portage is upto date. Is the ebuild broke?

If you need any more info, let me know!
Back to top
View user's profile Send private message
rushmobius
n00b
n00b


Joined: 04 Aug 2003
Posts: 8

PostPosted: Thu Aug 07, 2003 2:43 am    Post subject: Reply with quote

Same problem here...

I've rsync'd, updated world, env-update, etc... with no luck

Reading through the forums, I found some reference to scrollkeeper
which I tried to emerge with no luck as well.

This a clean install of Gentoo starting from Stage 2.
Back to top
View user's profile Send private message
bruor
Apprentice
Apprentice


Joined: 08 Jul 2003
Posts: 239

PostPosted: Thu Aug 07, 2003 2:54 am    Post subject: Reply with quote

hey guys i had the same problem too....
i origionally worked around it by renaming all the omf files to omf.out but that only ended in the next package having the same problems....

i also read in other posts avout scrollkeeper and found that, at least in my experience that you have to do the following

emerge -C scrollkeeper
emerge scrollkeeper

i tried an emerge -u scrollkeeper but that didnt solve my problem at all only unmergind and then remerging the app helped me out.... however now i am getting another problem about omf time sync on the latest stable gnome-games

hope this help you out...
Back to top
View user's profile Send private message
rushmobius
n00b
n00b


Joined: 04 Aug 2003
Posts: 8

PostPosted: Thu Aug 07, 2003 3:01 am    Post subject: Reply with quote

Thanks, will try it out shortly...

One thing I am noticing...each time
I run 'emerge gnome' it seems to get
a little further along. The error seemed
the same each time, becacuse it seemed
to be a locale change in the path.

I just ran emerge gnome again and got a
completely different error in the same
gnome-panel package.

Will let you know if I have any luck.
Back to top
View user's profile Send private message
rushmobius
n00b
n00b


Joined: 04 Aug 2003
Posts: 8

PostPosted: Thu Aug 07, 2003 3:06 am    Post subject: Reply with quote

Scrolling further up in the build, I found an error

'Failed to create /root/.gconfd: Permission denied'

don't know if it has anything to do with it.
Back to top
View user's profile Send private message
rushmobius
n00b
n00b


Joined: 04 Aug 2003
Posts: 8

PostPosted: Thu Aug 07, 2003 3:28 am    Post subject: Reply with quote

Removed scrollkeeper and remerged it without any help.

The ebuild gnome is still breaking in gnome-panel :(
Back to top
View user's profile Send private message
rushmobius
n00b
n00b


Joined: 04 Aug 2003
Posts: 8

PostPosted: Thu Aug 07, 2003 3:32 am    Post subject: Reply with quote

...yet more info...

I'm noticing each time I do an emerge rsync, I hit a different mirror and get a different set of files transferred.
Back to top
View user's profile Send private message
lightsout
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2003
Posts: 113
Location: UK

PostPosted: Fri Aug 08, 2003 4:33 pm    Post subject: Re-build of scrollkeeper Reply with quote

Quote:
for file in legal.xml writing_scrollkeeper_omf_files.xml; do \
cp ./$file /var/tmp/portage/scrollkeeper-0.3.11-r1/image//usr/share/scrollkeeper/doc/writing_scrollkeeper_omf_files/C; \
done
if test ""; then \
/bin/sh ../../../mkinstalldirs /var/tmp/portage/scrollkeeper-0.3.11-r1/image//usr/share/scrollkeeper/doc/writing_scrollkeeper_omf_files/C/; \
for file in .//*.png; do \
basefile=`echo $file | sed -e 's,^.*/,,'`; \
/bin/install -c -m 644 $file /var/tmp/portage/scrollkeeper-0.3.11-r1/image//usr/share/scrollkeeper/doc/writing_scrollkeeper_omf_files/C//$basefile; \
done \
fi
make install-data-hook
make[5]: Entering directory `/var/tmp/portage/scrollkeeper-0.3.11-r1/work/scrollkeeper-0.3.11/doc/writing_scrollkeeper_omf_files/C'
# Install the OMF files
/bin/sh ../../../mkinstalldirs /var/tmp/portage/scrollkeeper-0.3.11-r1/image//usr/share/omf/scrollkeeper
mkdir /var/tmp/portage/scrollkeeper-0.3.11-r1/image/usr/share/omf
mkdir /var/tmp/portage/scrollkeeper-0.3.11-r1/image/usr/share/omf/scrollkeeper
for file in writing_scrollkeeper_omf_files-C.omf; do \
/bin/install -c -m 644 ./$file.out /var/tmp/portage/scrollkeeper-0.3.11-r1/image//usr/share/omf/scrollkeeper/$file; \
done
/bin/install: cannot stat `./writing_scrollkeeper_omf_files-C.omf.out': No such file or directory
make[5]: *** [install-data-hook-omf] Error 1
make[5]: Leaving directory `/var/tmp/portage/scrollkeeper-0.3.11-r1/work/scrollkeeper-0.3.11/doc/writing_scrollkeeper_omf_files/C'
make[4]: *** [install-data-am] Error 2
make[4]: Leaving directory `/var/tmp/portage/scrollkeeper-0.3.11-r1/work/scrollkeeper-0.3.11/doc/writing_scrollkeeper_omf_files/C'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/var/tmp/portage/scrollkeeper-0.3.11-r1/work/scrollkeeper-0.3.11/doc/writing_scrollkeeper_omf_files/C'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/scrollkeeper-0.3.11-r1/work/scrollkeeper-0.3.11/doc/writing_scrollkeeper_omf_files'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/scrollkeeper-0.3.11-r1/work/scrollkeeper-0.3.11/doc'
make: *** [install-recursive] Error 1

!!! ERROR: app-text/scrollkeeper-0.3.11-r1 failed.
!!! Function src_install, Line 56, Exitcode 2
!!! (no error message)


It seems re-building scrollkeeper after doing emerge -C scrollkeeper hasn't helped me much either!! Sadly scrollkeeper is a dependicy for gnome-panel so I'm even worse off now!

Any ideas how I can this to compile? I've turned all optimisations off, so I don't think it is anything like that.[/quote]
Back to top
View user's profile Send private message
mope
Apprentice
Apprentice


Joined: 23 Feb 2003
Posts: 206

PostPosted: Sat Aug 09, 2003 4:36 am    Post subject: Reply with quote

I'm having the same problems, too. I'll check back and let anyone know if I get anywhere.
Back to top
View user's profile Send private message
lightsout
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2003
Posts: 113
Location: UK

PostPosted: Sat Aug 09, 2003 4:18 pm    Post subject: Sucess... somehow! Reply with quote

Hurrah, I've now got it all working. Although I'm not sure how.

I turned down my CFLAGS a lot to a more "normal" level of optimisation, so that could be the root cause of this. It didn't seem like even "-march=athlon-xp -O3 -pipe" though, switch to -O2 seemed to help me out. This is with gcc 3.2.3.

To get scrollkeeper to compile, I re-emerged intltool.

This didn't help gnome-panel. So I re-emerged libxml and libxml2 with the more defensive CFLAGS and gnome-panel compiled first time! Hurrah.
Back to top
View user's profile Send private message
mope
Apprentice
Apprentice


Joined: 23 Feb 2003
Posts: 206

PostPosted: Mon Aug 11, 2003 5:46 pm    Post subject: Re: Sucess... somehow! Reply with quote

lightsout wrote:
Hurrah, I've now got it all working. Although I'm not sure how.

I turned down my CFLAGS a lot to a more "normal" level of optimisation, so that could be the root cause of this. It didn't seem like even "-march=athlon-xp -O3 -pipe" though, switch to -O2 seemed to help me out. This is with gcc 3.2.3.

To get scrollkeeper to compile, I re-emerged intltool.

This didn't help gnome-panel. So I re-emerged libxml and libxml2 with the more defensive CFLAGS and gnome-panel compiled first time! Hurrah.


Thank you, changing my flags from 03 to 02 fixed it!
Back to top
View user's profile Send private message
Ingy
n00b
n00b


Joined: 11 Aug 2003
Posts: 16
Location: Scotland

PostPosted: Tue Aug 12, 2003 1:10 am    Post subject: Reply with quote

I'm having this problem too. I tried changing the CFLAGS bit from 03 to 02, but it doesn't make a difference. I've tried re-emerging libxml and libxml2, and that doesn't make a difference either. A little help for a poor Gentoo newb?

I get this error, btw:

!!! ERROR: gnome-base/gnome-panel-2.2.2.1 failed.
!!! Function einstall, Line 343, Exitcode 2
!!! einstall failed

:cry:

edit: this:

/bin/install: cannot stat `fish-applet-2-ja.omf.out': No such file or directory

seems to be the cause of the error.

another edit: Hmm... after a reboot, the install of gnome-panel appeared to go flawlessly. Whoopee! :D

yet another edit: Now it fails on the next package gnome-utils, in the same fashion, :cry:
Back to top
View user's profile Send private message
lightsout
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2003
Posts: 113
Location: UK

PostPosted: Tue Aug 12, 2003 5:52 pm    Post subject: Reply with quote

I emerge -C scrollkeeper and them emerge'd with -O2 compiler setting libxml libxml2 intltool scrollkeeper and then everything worked. During my hacking, I also re-emerge'd gcc with some weaker compiler settings so it may be something like that also.

I just emerged gnome-utils 2.2.3 using this without a problem either.
Back to top
View user's profile Send private message
lightsout
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2003
Posts: 113
Location: UK

PostPosted: Tue Aug 12, 2003 5:53 pm    Post subject: Reply with quote

I emerge -C scrollkeeper and them emerge'd with -O2 compiler setting libxml libxml2 intltool scrollkeeper and then everything worked. During my hacking, I also re-emerge'd gcc with some weaker compiler settings so it may be something like that also.

I just emerged gnome-utils 2.2.3 using this without a problem either.
Back to top
View user's profile Send private message
lightsout
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2003
Posts: 113
Location: UK

PostPosted: Tue Aug 12, 2003 6:16 pm    Post subject: Hmmm Reply with quote

I emerge -C scrollkeeper and them emerge'd with -O2 compiler setting libxml libxml2 intltool scrollkeeper and then everything worked. During my hacking, I also re-emerge'd gcc with some weaker compiler settings so it may be something like that also.

I just emerged gnome-utils 2.2.3 using this without a problem either.
Back to top
View user's profile Send private message
xandman
n00b
n00b


Joined: 06 Mar 2003
Posts: 9

PostPosted: Sun Aug 17, 2003 6:49 pm    Post subject: gnome errors and bizarre corrections Reply with quote

I was having the same problems emerging gnome, running Athlon-XP stage 3 Gentoo, but after about the 10th time of trying to emerge gnome-panel, it just worked - no changes to CFLAGS or make.conf settings. I read the bug report but it is obviously not reproducible EVERY time . . . Does this mean that it is a problem with the code, the compiler options, or the hardware???

:?
Back to top
View user's profile Send private message
lightsout
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2003
Posts: 113
Location: UK

PostPosted: Sun Aug 17, 2003 8:53 pm    Post subject: Compiler Reply with quote

Given what I saw from it... I personally think it is gcc at fault. The thing is, I've got no concrete evidence of that either to report a bug.

I'd welcome other opinions though!
Back to top
View user's profile Send private message
sonnyjz
n00b
n00b


Joined: 20 Oct 2002
Posts: 5

PostPosted: Tue Aug 19, 2003 10:22 pm    Post subject: Finally got gnome-panel with athlon-xp to work Reply with quote

recompiled my libxml and libxml2 and inttool with -mcpu-athlon-xp -03 as my cflags

hope this helps.
Back to top
View user's profile Send private message
cyxs
n00b
n00b


Joined: 22 Aug 2003
Posts: 2
Location: Delaware

PostPosted: Fri Aug 22, 2003 6:59 am    Post subject: this worked for me Reply with quote

When I was having those problems I deleted the .gconf dir in /root/ and the system seemed to build the package. I had to do it after each package so it might be something in the ebuild i'm not really sure.
Back to top
View user's profile Send private message
cyxs
n00b
n00b


Joined: 22 Aug 2003
Posts: 2
Location: Delaware

PostPosted: Fri Aug 22, 2003 7:08 am    Post subject: Also Reply with quote

That was without rebuilding any packages with changed CFlages.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum