Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Trying to Emerge Gnome
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
LostSon
Guru
Guru


Joined: 21 Nov 2003
Posts: 514
Location: Wisconsin

PostPosted: Mon Jun 06, 2005 9:01 am    Post subject: Trying to Emerge Gnome Reply with quote

Im trying to emerge gnome and i keep getting this

Code:
   usr/lib/evolution/2.2/plugins/liborg-gnome-evolution-bbdb.so
   usr/lib/evolution/2.2/plugins/liborg-gnome-subject-thread.so
   usr/lib/evolution/2.2/plugins/liborg-gnome-save-attachments.so
   usr/lib/evolution/2.2/plugins/liborg-gnome-prefer-plain.so
   usr/lib/evolution/2.2/plugins/liborg-gnome-save-calendar.so
   usr/lib/evolution/2.2/plugins/liborg-gnome-select-one-source.so
   usr/lib/evolution/2.2/plugins/liborg-gnome-copy-tool.so
   usr/lib/evolution/2.2/plugins/liborg-gnome-mail-to-task.so
   usr/lib/evolution/2.2/plugins/liborg-gnome-mail-folder-unsubscribe.so
   usr/lib/evolution/2.2/plugins/liborg-gnome-mark-calendar-offline.so
   usr/lib/evolution/2.2/plugins/liborg-gnome-mailing-list-actions.so
   usr/lib/evolution/2.2/plugins/liborg-gnome-new-mail-notify.so
   usr/bin/evolution-2.2
   usr/libexec/evolution/2.2/evolution-addressbook-export
   usr/libexec/evolution/2.2/evolution-alarm-notify
   usr/libexec/evolution/2.2/killev
>>> Completed installing evolution-2.2.1.1 into /var/tmp/portage/evolution-2.2.1.1/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-mail-client_-_evolution-2.2.1.1-9520.log"

open_wr:   /var/lib/scrollkeeper/scrollkeeper_docs
open_wr:   /var/lib/scrollkeeper/scrollkeeper_docs
--------------------------------------------------------------------------------


I have never seen this before i have synced and still this sproblem persists, any ideas, thanks.
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Mon Jun 06, 2005 9:03 am    Post subject: Reply with quote

hum, that's a problem with SANDBOX ..

might not be 100% safe (you've to trust the ebuild), but you can do that :

Code:
SANDBOX_DISABLED=1 emerge <whatyouwant>


these ebuild bugs with SANDBOX have to be reported
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
Chipski
n00b
n00b


Joined: 15 Mar 2005
Posts: 9
Location: Leeds, UK

PostPosted: Mon Jun 06, 2005 9:46 am    Post subject: Me too Reply with quote

I had the exact same error when emerge -uDav world wanted to gnome to 2.10. I tried to get round it by masking out that version of Evolution, but got the same problem a few more packages later on with file-roller.

There were also packages that needed the ~x86 keyword in packages.keyword. I think gtk-themes and a sys-apps thing. Which I sorted by adding the ~x86 keyword. Sorry, I'm away from my box, so I'm going on memory.

I thought I'd go to bed, wake up, emerge --sync and it would be fixed. Guess not. Still, it might provide some comfort, although no solution, to know you're not alone.
_________________
Aah... Gentoo!
Back to top
View user's profile Send private message
Chipski
n00b
n00b


Joined: 15 Mar 2005
Posts: 9
Location: Leeds, UK

PostPosted: Mon Jun 06, 2005 10:49 am    Post subject: Reply with quote

This thread https://forums.gentoo.org/viewtopic-t-344559-highlight-gnome+violation.html suggests a GCC update fixes it. A emerge -uDav gcc on my server shows updates pending for
    dev-libs/atk
    x11-misc/shared-mime-info
    gtk+

As this is a live server, I haven't updated. I'll try on my testbed machine after work. Wouldn't have thought I'd need a test machine for stable, but it's been required lately. I wonder if running the toolchain in stable (not ~x86. I'm on gcc-3.3.5.20050130-r1) is what's setting me up for these falls. I guess the devs are running something more bleeding edge, so ironically the stable series gets less testing on the updated packages. Just a thought.
_________________
Aah... Gentoo!
Back to top
View user's profile Send private message
davison
n00b
n00b


Joined: 19 Jun 2003
Posts: 63
Location: London, UK

PostPosted: Mon Jun 06, 2005 10:57 am    Post subject: Reply with quote

I get same attempting to update same package (the 39th of 63 that portage wanted to update this morning to satisfy "gnome" in the world file)

GCC is apparantly up to date for a non-testing machine - why would I need a non-stable GCC to get supposedly stable gnome packages? This is frankly ridiculous if true (re: response pointing to user who updated GCC to fix this issue).

A little difficult to back out now since the first 38 packages went in Ok and I had to emerge -C 2 other blocking packages before starting. This is really frustrating. I presumably will now have a totally broken Gnome desktop when I get home (updating this remotely at present).

D.
_________________
public key id:0xE855B3EA
Back to top
View user's profile Send private message
davison
n00b
n00b


Joined: 19 Jun 2003
Posts: 63
Location: London, UK

PostPosted: Mon Jun 06, 2005 11:00 am    Post subject: Reply with quote

is it something to do with this line when the evolution-2.2.1.1 ebuild starts..?

Code:
>>> md5 files   ;-) files/evolution-gcc34.patch


Regards,
_________________
public key id:0xE855B3EA
Back to top
View user's profile Send private message
Chipski
n00b
n00b


Joined: 15 Mar 2005
Posts: 9
Location: Leeds, UK

PostPosted: Mon Jun 06, 2005 11:16 am    Post subject: Reply with quote

davison wrote:
GCC is apparantly up to date for a non-testing machine - why would I need a non-stable GCC to get supposedly stable gnome packages? This is frankly ridiculous if true (re: response pointing to user who updated GCC to fix this issue)....<snip/> This is really frustrating.


I've been evangalising to my work colleagues about Gentoo being fabulous. This sort of thing doesn't help my/our cause. Avoiding this sort of thing is probably the reason some of us choose to use stable. I feel your pain.

I have a pretty vanilla x86 environment, in that I have very few ~x86 packages (mysql client tools only), so I would have thought that there would be a lot more gnome users in this situation. I hope it's not something dumb we've done. I've read bad things on this forum about circumventing the sandbox, so let's hope there's a proper fix coming soon.

I'd post my use flags, but I can't get to my machine.
_________________
Aah... Gentoo!
Back to top
View user's profile Send private message
sjcarr
n00b
n00b


Joined: 06 Jun 2005
Posts: 47

PostPosted: Mon Jun 06, 2005 11:55 am    Post subject: Reply with quote

for anyone that wants the info the bug relating to this "glitch" is at https://bugs.gentoo.org/show_bug.cgi?id=92920

the sandbox problems seem to be causing lots of bug reports today - lets hope they fix it quickly

i agree with one of the posters in here that this type of error should not have happened, more testing is needed!
Back to top
View user's profile Send private message
sigournay
n00b
n00b


Joined: 27 Mar 2005
Posts: 21

PostPosted: Mon Jun 06, 2005 12:50 pm    Post subject: Getting round the evolution ACCESS issue Reply with quote

Code:
SANDBOX_DISABLED=1 emerge --deep world


This trick worked for me and now evolution was successfully updated

:twisted:
_________________
Man's reach must exceed his grasp, for why else the heavens?
Back to top
View user's profile Send private message
sjcarr
n00b
n00b


Joined: 06 Jun 2005
Posts: 47

PostPosted: Mon Jun 06, 2005 1:12 pm    Post subject: Reply with quote

ive just been bollocked on bugzilla for posting that i disabled sandbox:

Quote:
@ comment 15 : that is a crazy workaround, do not suggest that here or anywhere
on bugzilla. If you want to mess up your sys, fine, but sandbox is there for a
reason and should not be disabled because a couple of upgrades happen to fail.


in my opinion this should not have happened at all - there are supposed to be systems in place for dealing with bugs like this - and it seems to be affecting a hell of alot of people (namely anyone that runs gnome and is wanting to update today)
Back to top
View user's profile Send private message
ProTech
Tux's lil' helper
Tux's lil' helper


Joined: 30 Dec 2003
Posts: 88
Location: Hungary

PostPosted: Mon Jun 06, 2005 2:59 pm    Post subject: Reply with quote

It's working for me now :) At least gcalctool is compiled correctly. This was the first package with the sandbox bug in my system.

Solution:
emerge sync
Back to top
View user's profile Send private message
southsider
Guru
Guru


Joined: 05 Jul 2004
Posts: 358

PostPosted: Mon Jun 06, 2005 4:01 pm    Post subject: Reply with quote

I synced like two hours ago and I'm getting the access violation on Evolution. Syncing again now to see if it will go away.

We wait 3 months for it to be stabilised and we still can't even update without unmerging two blockers and failing half way through! Bleh! :P
Back to top
View user's profile Send private message
ProTech
Tux's lil' helper
Tux's lil' helper


Joined: 30 Dec 2003
Posts: 88
Location: Hungary

PostPosted: Mon Jun 06, 2005 4:09 pm    Post subject: Reply with quote

Now the same problem with file-roller :( I'll try again 2 hours later.
Back to top
View user's profile Send private message
LostSon
Guru
Guru


Joined: 21 Nov 2003
Posts: 514
Location: Wisconsin

PostPosted: Mon Jun 06, 2005 4:40 pm    Post subject: Reply with quote

Yeah this is not pretty. On the mailing lists they are talking about disabling sandbox but i do not wish to do this, i have openbox and for now just have to be patient i guess but this is very discouraging. :cry:
Back to top
View user's profile Send private message
Luud
Apprentice
Apprentice


Joined: 05 Jun 2003
Posts: 246
Location: Netherlands

PostPosted: Mon Jun 06, 2005 5:00 pm    Post subject: Reply with quote

Thanks for the warning guys. For once I've been smart enough to not just accept the update but first check the forums. :lol:

I'll wait until the problems have been fixed before possibly messing up my system. :wink:
_________________
"Great minds don't think alike. If they did, the patent office would only have about fifty inventions." - Wally
Back to top
View user's profile Send private message
Clyde
n00b
n00b


Joined: 06 Jan 2005
Posts: 15
Location: Greenville, SC

PostPosted: Mon Jun 06, 2005 5:37 pm    Post subject: Reply with quote

On a new install, "emerge gnome" ran for over 13 hours and was on 99 of 181 (gnome-applets-2.8.2) when it terminated with a screen full of nothing but "open_wr: /var/lib/scrollkeeper/scrollkeeper_docs" :mad:.

And now emerge --info says "sys-apps/sandbox: [Not Present]". :?: But I've got a /tmp/sandbox-gnome-base_-_gnome-applets-2.8.2-10444.log, which says what the screen did when emerge terminated. As a n00b I'm lost -- where did sandbox go?

Any suggestions appreciated.
Back to top
View user's profile Send private message
LostSon
Guru
Guru


Joined: 21 Nov 2003
Posts: 514
Location: Wisconsin

PostPosted: Mon Jun 06, 2005 5:55 pm    Post subject: Reply with quote

I just synced up a hour or so ago and things seem to be going ok so far, im keeping my fingers crossed :lol:
Back to top
View user's profile Send private message
davison
n00b
n00b


Joined: 19 Jun 2003
Posts: 63
Location: London, UK

PostPosted: Mon Jun 06, 2005 7:28 pm    Post subject: Reply with quote

the official bug report notes that fixed ebuilds are now in portage. I made this work earlier by disabling sandbox (not really checking what the impact of this might be). Is there likely to be a problem on my box caused by disabling sandbox? Should I re-emerge all the packages merged without it or what?

Cheers,
_________________
public key id:0xE855B3EA
Back to top
View user's profile Send private message
ProTech
Tux's lil' helper
Tux's lil' helper


Joined: 30 Dec 2003
Posts: 88
Location: Hungary

PostPosted: Mon Jun 06, 2005 7:32 pm    Post subject: Reply with quote

Finally emerged all of the gnome packages! :) It's working for me :D
Back to top
View user's profile Send private message
amne
Bodhisattva
Bodhisattva


Joined: 17 Nov 2002
Posts: 6378
Location: Graz / EU

PostPosted: Mon Jun 06, 2005 7:49 pm    Post subject: Reply with quote

Don't disable your sandbox. Wait for the bug to get fixed.
_________________
Dinosaur week! (Ok, this thread is so last week)
Back to top
View user's profile Send private message
LostSon
Guru
Guru


Joined: 21 Nov 2003
Posts: 514
Location: Wisconsin

PostPosted: Mon Jun 06, 2005 8:49 pm    Post subject: Reply with quote

All good here except for one thing the volume applet keeps failing to load at startup not sure why though :?:
Back to top
View user's profile Send private message
ps2
Guru
Guru


Joined: 29 Nov 2003
Posts: 317
Location: Barcelona

PostPosted: Mon Jun 06, 2005 9:02 pm    Post subject: Reply with quote

Hi
I get the same problem last night. Anyway my KDE menu "K" has become KDE/Gnome menu... in fact more gnome look than kde and everything is mixed....

I deleted .kde and .kde3.3 from my home and login again but I only deleted my configuration (as espected) but the "K" menu remains the same...

Can someone help me?? :?
Back to top
View user's profile Send private message
LostSon
Guru
Guru


Joined: 21 Nov 2003
Posts: 514
Location: Wisconsin

PostPosted: Tue Jun 07, 2005 3:43 am    Post subject: Reply with quote

Ive noticed the email checker applet is missing anyone else notice this ??

Also in the mixer none of the switches are there for various things wtf !!
Back to top
View user's profile Send private message
RiBBiT
Apprentice
Apprentice


Joined: 18 May 2005
Posts: 215
Location: Sweden

PostPosted: Tue Jun 07, 2005 6:07 am    Post subject: Reply with quote

Quote:
A new mixer for your panel (combined with a new-look mixer on the desktop) gets the most from your sound hardware. Using the GStreamer multimedia framework, the mixer is now simpler and more convenient than before. The same multimedia framework powers Totem, Sound Juicer, the GNOME CD player and a variety of third-party applications, so changing the GNOME volume via the panel will change the volume of all these applications.


Quote:
The Mailbox Monitor has been removed because it was unmaintained and insecure. We hope to have a solution integrated with our Evolution mail client in the future. If you don't use Evolution for your mail, you can use a third party application such as mailnotify.


Read more about the changes at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html

All you people who have problems with your menus should check out Denu if you haven't done so yet. I had to make a new menu from scratch but at least I got it as I wanted it.
_________________
Comix - GTK Comic Book Viewer [ http://comix.sourceforge.net ]
Back to top
View user's profile Send private message
Luud
Apprentice
Apprentice


Joined: 05 Jun 2003
Posts: 246
Location: Netherlands

PostPosted: Tue Jun 07, 2005 6:25 am    Post subject: Reply with quote

Emerged everything overnight. Had no problems at all emerging.

Cheers
_________________
"Great minds don't think alike. If they did, the patent office would only have about fifty inventions." - Wally
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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