Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66582 - emerge of gdesklets-core does not create gdesklet executable
Summary: emerge of gdesklets-core does not create gdesklet executable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Mike Gardiner (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-06 16:44 UTC by Adam Bowers
Modified: 2004-10-11 08:40 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Bowers 2004-10-06 16:44:28 UTC
After emerging gdesklets-core, all the available desklet-* in portage, and the psisensors running the command gdesklets returns with command not found.  All work done as root.  I also tried the gdesklets-core-30.ebuild with the same outcome.  All dependencies emerged.  Running gdesklets from Gnome accessories fails as well.  gdesklets Displays is available in Gnome accessories.

Portage 2.0.51_rc7 (default-linux/amd64/gcc34-2004.2, gcc-3.4.2, glibc-2.3.4.20040808-r0, 2.6.8-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.8-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.5.3
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2
Headers:  sys-kernel/linux26-headers-2.6.8.1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -O3 -pipe"
CHOST="x86_64-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks"
GENTOO_MIRRORS="http://open-systems.ufl.edu/mirrors/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/bmg-main"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa amd64 apm avi berkdb bitmap-fonts cdr crypt cups dvd encode esd fam flac foomaticdb ftp gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml imagemagick imlib java jpeg libg++ libwww mikmod motif mozilla mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python quicktime readline samba sdl slang spell ssl tcltk tcpd tiff truetype usb xml2 xmms xprint xv zlib"

Reproducible: Always
Steps to Reproduce:
1.emerge gdesklets-core
2.emerge desklet-psisensors
3.emerge desklet-goodweather
4. run gdesklets from commandline

Actual Results:  
gdesklets: command not found

Expected Results:  
for the gdesklets command to execute
Comment 1 Mike Tangolics 2004-10-11 05:56:37 UTC
Try re-emerging the package "gettext" and updating portage to the latest version.

I had the same issue... turned out it wasn't installing because the msgfmt binary was broken.
Comment 2 Adam Bowers 2004-10-11 08:40:16 UTC
That fixed it right up.