Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59222 - kdepim-3.2.3 fails to compile
Summary: kdepim-3.2.3 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-02 20:43 UTC by Ákos Maróy
Modified: 2004-09-02 14:27 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 Ákos Maróy 2004-08-02 20:43:19 UTC
when trying to emerge kdepim-3.2.3, it fails to compile, with the following message:

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../kalarm -I../kalarm/widgets -I../libical/src -I../libkdepim -I../libkdenetwork -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include  -I/usr/include/libpisock  -DQT_THREAD_SUPPORT  -D_REENTRANT -D_FILE_OFFSET_BITS=64  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -pipe -O3 -fomit-frame-pointer -frename-registers -fprefetch-loop-arrays -falign-functions -mmmx -msse2 -msse -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o soundpicker.o soundpicker.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../kalarm -I../kalarm/widgets -I../libical/src -I../libkdepim -I../libkdenetwork -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include  -I/usr/include/libpisock  -DQT_THREAD_SUPPORT  -D_REENTRANT -D_FILE_OFFSET_BITS=64  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -pipe -O3 -fomit-frame-pointer -frename-registers -fprefetch-loop-arrays -falign-functions -mmmx -msse2 -msse -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o reminder.o reminder.cpp
soundpicker.cpp:34:37: arts/kplayobjectfactory.h: No such file or directory
soundpicker.cpp: In static member function `static KURL
   SoundPicker::browseFile(const QString&, const QString&)':
soundpicker.cpp:153: error: no class template named `PlayObjectFactory' in `KDE
   '
make[3]: *** [soundpicker.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/kdepim-3.2.3/work/kdepim-3.2.3/kalarm'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdepim-3.2.3/work/kdepim-3.2.3/kalarm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdepim-3.2.3/work/kdepim-3.2.3'
make: *** [all] Error 2

!!! ERROR: kde-base/kdepim-3.2.3 failed.
!!! Function kde_src_compile, Line 130, Exitcode 2
!!! died running emake, kde_src_compile:make

tomo

Reproducible: Always
Steps to Reproduce:
1. emerge kdepim
2.
3.

Actual Results:  
does not compile

Expected Results:  
should compile
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-08-03 06:16:52 UTC
you need to re-emerge kdelibs with the arts use flag.  when did you emerge kdelibs-3.2.3?  This should have been fixed a while ago.
Comment 2 Ákos Maróy 2004-08-03 06:29:58 UTC
this is quite strange, as kdepim itself has the arts USE flag defined. moreover, version 3.2.2 emerges fine with -arts.

if it really needs arts, it should get it as a dependency, shouldn't it?


BTW, I tried to emerge it just before I submitted the bug (a few hours ago)
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2004-08-25 10:50:03 UTC
Is this still an issue?  I can't recreate it.
Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2004-09-02 14:27:15 UTC
closing per above comment.