Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27269 - gnomeradio depends on scrollkeeper.
Summary: gnomeradio depends on scrollkeeper.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-25 00:57 UTC by Torsten Stets
Modified: 2003-08-26 19:19 UTC (History)
0 users

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 Torsten Stets 2003-08-25 00:57:26 UTC
Gnomeradio seems to depend on scrollkeeper, but scrollkeeper isn't listed as a
dependency in the ebuild and also isn't invoked by any of the listed
dependencies, so the build fails.

Reproducible: Always
Steps to Reproduce:
1. emerge gnomeradio (if scrollkeeper isn't installed) else
2. emerge unmerge scrollkeeper
3. emerge gnomeradio

Actual Results:  
build failed with following error:

make[3]: Entering directory
`/var/tmp/portage/gnomeradio-1.4/work/gnomeradio-1.4/docs/C'
for file in gnomeradio-C.omf; do \
  scrollkeeper-preinstall /usr/share/gnome/help/gnomeradio/C/gnomeradio.xml
./$file $file.out; \
done
/bin/sh: line 1: scrollkeeper-preinstall: command not found
make[3]: *** [omf_timestamp] Fehler 127
make[3]: Leaving directory
`/var/tmp/portage/gnomeradio-1.4/work/gnomeradio-1.4/docs/C'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory
`/var/tmp/portage/gnomeradio-1.4/work/gnomeradio-1.4/docs'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/gnomeradio-1.4/work/gnomeradio-1.4'
make: *** [all] Fehler 2

!!! ERROR: media-sound/gnomeradio-1.4 failed.
!!! Function gnome2_src_compile, Line 39, Exitcode 2
!!! compile failure

Expected Results:  
Install scrollkeeper.

Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-xfs-r3 i686 Pentium II (Deschutes)
GENTOO_MIRRORS="http://ftp.tu-clausthal.de/pub/linux/gentoo
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles
http://mirrors.sunsite.dk/gentoo http://gentoo.linux.no
http://gentoo.oregonstate.edu/
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow crypt foomaticdb libg++ mad mpeg gdbm slang svga tcpd libwww
perl python gtk motif opengl mozilla aalib -acpi alsa apache2 apm -arts avi
-berkdb bonobo cups dga directfb -dvd -emacs encode esd fbcon gif gnome gpm gtk2
imlib java jpeg -kde lcms maildir -mbox mikmod mmx mysql ncurses nls oggvorbis
pam ppds pdflib png -qt quicktime readline scanner sdl spell ssl tiff truetype X
xml2 xmms xv zlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium2 -O3 -pipe -fomit-frame-pointer -falign-functions=4"
CXXFLAGS="-march=pentium2 -O3 -pipe -fomit-frame-pointer -falign-functions=4"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2003-08-25 20:41:46 UTC
okay, i can confirm this as well, adding scrollkeeper to DEPEND will fix this.
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2003-08-26 19:19:55 UTC
thanks for reporting