Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4665 - gconf 1.2.3 r3 cannot find gconftool-1
Summary: gconf 1.2.3 r3 cannot find gconftool-1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Spider (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-07 18:34 UTC by Ole Tange
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
emerge gconf (gconf-emerge,261 bytes, text/plain)
2002-07-07 18:35 UTC, Ole Tange
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ole Tange 2002-07-07 18:34:25 UTC
emerge gconf gives the attached log 
gconftool-1 does not exist. gconftool-2 does.
Comment 1 Ole Tange 2002-07-07 18:35:26 UTC
Created attachment 2020 [details]
emerge gconf
Comment 2 Spider (RETIRED) gentoo-dev 2002-07-07 18:54:54 UTC
can you please do 
ls -al /usr/bin/gconftool* 

The script looks like this:

        if [ -x /usr/bin/gconftool-1 ]
        then
                /usr/bin/gconftool-1 --shutdown
        fi

So it -shouldnt- execute on your machine if the file doesn't exist. 
what comes to my mind is that its a trailing symlink or something like that...

Comment 3 Spider (RETIRED) gentoo-dev 2002-07-07 18:57:10 UTC
okay, it was a typo'd (cut-n-paste perhaps?) gconftool-1 inside the gconftool-2
test there. fixed and commited. 

emerge --clean rsync and try again