You are not logged in.

#1 2008-04-12 18:00:39

delor
Member
From: Poland
Registered: 2008-02-02
Posts: 62
Website

[solved] unable to run gcalctool after GNOME (2.22.0) upgrade

delor@arch ~ $ gcalctool 
78f1a051-6286-46f5-35b079f4-0487c5ef is dumped

and Bug Buddy generates something like this:

Distribution: Unknown
Gnome Release: 2.22.0 2008-03-23 (Archlinux)
BugBuddy Version: 2.22.0

System: Linux 2.6.24-ARCH #1 SMP PREEMPT Sun Mar 30 11:40:06 CEST 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: Buuf-Deuce

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0



----------- .xsession-errors (386 sec old) ---------------------
Adding plugin fakeargb (fakeargb)
Adding plugin bs (bs)
Initializing core options...done
Initializing text options...done
Initializing move options...done
Initializing workarounds options...done
Initializing crashhandler options...done
Initializing decoration options...done
Initializing resize options...done
Initializing place options...done
Initializing snap options...done
Initializing imgjpeg options...done
Initializing svg options...done
Initializing animation options...done
Initializing loginout options...done
Initializing s
--------------------------------------------------

Last edited by delor (2008-04-25 04:34:24)

Offline

#2 2008-04-13 09:52:37

delor
Member
From: Poland
Registered: 2008-02-02
Posts: 62
Website

Re: [solved] unable to run gcalctool after GNOME (2.22.0) upgrade

I have solved it by removing package with pacman

pacman -R gcalctool

Compiling from source.
And here is my question, since gcalctool was put in /usr/local/bin/ should I make symbolic link

sudo ln /usr/local/bin/gcalctool /usr/bin/gcalctool

or add it to PATH?

Offline

#3 2008-04-13 14:31:26

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: [solved] unable to run gcalctool after GNOME (2.22.0) upgrade

Compiling it from source like that is always a bad idea!!! You should use abs to compile gcalctool!
http://wiki.archlinux.org/index.php/ABS


Website - Blog - arch-home
Arch User since March 2005

Offline

#4 2008-04-13 18:16:22

delor
Member
From: Poland
Registered: 2008-02-02
Posts: 62
Website

Re: [solved] unable to run gcalctool after GNOME (2.22.0) upgrade

I have removed gcalctool compiled from source. Made new with ABS but still got errors.

pacman -Sy abs
sudo vim /etc/abs/abs.conf 
abs
mkdir -p ~/abs/local/gcalctool
cd ~/abs/local/gcalctool/
cp /var/abs/extra/gnome/gcalctool/* .
makepkg -c
pacman -U gcalctool-5.22.0-1-i686.pkg.tar.gz

Offline

#5 2008-04-13 22:08:46

tigrmesh
IRC Op
From: Florida, US
Registered: 2007-12-11
Posts: 794

Re: [solved] unable to run gcalctool after GNOME (2.22.0) upgrade

Hmm.  I just used ABS to compile gcalctool.  I'm not getting any errors when I run it. 

If I were you, I would build it from source, even though it's not the "official" way.  You'll lose pacman's tracking of updates, so you'll have to manually monitor them.  With the next update you can try installing with pacman and maybe gcalctool will work for you.

Offline

#6 2008-04-13 22:09:42

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: [solved] unable to run gcalctool after GNOME (2.22.0) upgrade

No I would report it on the bug tracker, because its a bug at least for you and probably affects other people.


Website - Blog - arch-home
Arch User since March 2005

Offline

#7 2008-04-25 04:34:05

delor
Member
From: Poland
Registered: 2008-02-02
Posts: 62
Website

Re: [solved] unable to run gcalctool after GNOME (2.22.0) upgrade

With today's update it works fine.

Offline

Board footer

Powered by FluxBB