Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11246 - kdeaddons 3.0.4 package failing to build
Summary: kdeaddons 3.0.4 package failing to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-26 10:10 UTC by Paul Slinski
Modified: 2003-02-04 19:42 UTC (History)
3 users (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 Paul Slinski 2002-11-26 10:10:41 UTC
For whatever reason this package fails on a new system but built fine on
another. Both systems having identical packages and use flags.

[truncated output]
(cd .libs && rm -f libkuickplugin.la && ln -s ../libkuickplugin.la
libkuickplugin.la)
make[4]: Leaving directory
`/var/tmp/portage/kdeaddons-3.0.4/work/kdeaddons-3.0.4/konq-plugins/kuick'
make[3]: Leaving directory
`/var/tmp/portage/kdeaddons-3.0.4/work/kdeaddons-3.0.4/konq-plugins/kuick'
make[3]: Entering directory
`/var/tmp/portage/kdeaddons-3.0.4/work/kdeaddons-3.0.4/konq-plugins'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory
`/var/tmp/portage/kdeaddons-3.0.4/work/kdeaddons-3.0.4/konq-plugins'
make[2]: Leaving directory
`/var/tmp/portage/kdeaddons-3.0.4/work/kdeaddons-3.0.4/konq-plugins'
Making all in noatun-plugins
make[2]: Entering directory
`/var/tmp/portage/kdeaddons-3.0.4/work/kdeaddons-3.0.4/noatun-plugins'
Making all in alarm
make[3]: Entering directory
`/var/tmp/portage/kdeaddons-3.0.4/work/kdeaddons-3.0.4/noatun-plugins/alarm'
/usr/qt/3/bin/moc ./wakeup.h -o wakeup.moc
/usr/qt/3/bin/moc ./kminutespinbox.h -o kminutespinbox.moc
/usr/qt/3/bin/moc ./kpercentspinbox.h -o kpercentspinbox.moc
make[3]: *** No rule to make target `/usr/kde/3/lib/libnoatun.so', needed by
`noatunwakeup.la.closure'.  Stop.
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory
`/var/tmp/portage/kdeaddons-3.0.4/work/kdeaddons-3.0.4/noatun-plugins/alarm'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kdeaddons-3.0.4/work/kdeaddons-3.0.4/noatun-plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeaddons-3.0.4/work/kdeaddons-3.0.4'
make: *** [all] Error 2

!!! ERROR: kde-base/kdeaddons-3.0.4 failed.
!!! Function kde_src_compile, Line 88, Exitcode 2
!!! died running emake, kde_src_compile:make
Comment 1 Pardsbane 2002-11-26 18:54:52 UTC
I can confirm this bug, I have the exact same error on my system. 
Comment 2 a+gentoobugs 2002-11-26 20:06:05 UTC
Same error here on a brand new install except mine references:

Line -7382

Portage 2.0.44 (default-x86-1.4, gcc-3.2, glibc-2.2.5-r7)

i tried untweaking use variables but that also didn't help
Comment 3 Gregory K. Ruiz-Ade 2002-11-27 03:01:28 UTC
Just another <aol> comment here (me too!). 
 
The effective contents of /etc/make.conf: 
 
tigger root # sed -e '/^#/d' -e '/^$/d' /etc/make.conf 
USE="cups scanner xfs" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=pentium2 -O3 -pipe" 
CXXFLAGS="${CFLAGS}" 
MAKEOPTS="" 
 
This is also a fresh install (well, as fresh as it can be this far along in 
"emerge kde").  Build dies with the exact same error messages listed in the 
inital posting.  Nulling MAKEOPTS was an attempt to see if maybe parallel make 
jobs had anything to do with it.  Additional info available on request. 
Comment 4 Hannes Mehnert (RETIRED) gentoo-dev 2002-11-27 18:13:02 UTC
well, there was a bug in kde-functions.eclass which set prefix to /usr in 
kdemultimedia ebuild, please check where your libnoatun.so is, if it is in /usr, please 
emerge kdemultimedia again. (do an emerge sync before that) 
Comment 5 Jeroen Versteeg 2002-11-28 09:15:50 UTC
Alternatively you can do
ln -s /usr/lib/libnoatun* /usr/kde/3/lib/ and 
mv /usr/include/arts/* /usr/kde/3/include/arts/
rmdir /usr/include/arts
ln -s /usr/kde/3/include/arts /usr/include/

and rebuild will work
Comment 6 Paul Slinski 2002-11-28 15:53:13 UTC
Re-merging kdemultimedia fixed it.