Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108064 - kolf-3.4.1 refuses to build on world update
Summary: kolf-3.4.1 refuses to build on world update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-04 05:50 UTC by Mark Haney
Modified: 2005-10-07 05:53 UTC (History)
0 users

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


Attachments
Entire compile data (kolfcompile.txt,24.60 KB, text/plain)
2005-10-04 08:58 UTC, Mark Haney
Details
equery f arts output (equery.txt,8.27 KB, text/plain)
2005-10-05 08:01 UTC, Mark Haney
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Haney 2005-10-04 05:50:24 UTC
When doing a world update kolf-3.4.1 dies on build with this error:  
  
!!! ERROR: kde-base/kolf-3.4.1 failed. 
!!! Function kde_src_compile, Line 165, Exitcode 2 
!!! died running emake, kde_src_compile:make 
 
Looks as if it can't find the arts libraries.  

Reproducible: Always
Steps to Reproduce:
1.emerge --update --deep world 
2.fails to build each time. 
3. 
 
Actual Results:  
Crashed with above error message. 

Expected Results:  
Should have compiled the app. 

Portage 2.0.51.22-r2 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r1, 
2.6.12-gentoo-r6 x86_64) 
================================================================= 
System uname: 2.6.12-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3500+ 
Gentoo Base System version 1.6.13 
dev-lang/python:     2.3.5-r2 
sys-apps/sandbox:    1.2.12 
sys-devel/autoconf:  2.13, 2.59-r6 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 
sys-devel/binutils:  2.15.92.0.2-r10 
sys-devel/libtool:   1.5.18-r1 
virtual/os-headers:  2.6.11-r2 
ACCEPT_KEYWORDS="amd64" 
AUTOCLEAN="yes" 
CBUILD="x86_64-pc-linux-gnu" 
CFLAGS="-march=k8 -pipe -O2" 
CHOST="x86_64-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=k8 -pipe -O2" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="http://gentoo.osuosl.org/ 
ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" 
USE="amd64 X alsa arts avi berkdb bitmap-fonts cdr crypt cups curl dvd eds 
emboss encode fam foomaticdb fortran gif gpm gstreamer gtk2 imagemagick imlib 
ipv6 jpeg kde lzw lzw-tiff mad mp3 mpeg ncurses nls opengl pam pdflib perl png 
python qt quicktime readline sdl spell ssl tcpd tiff truetype-fonts 
type1-fonts usb userlocales xml2 xmms xpm xv zlib userland_GNU kernel_linux 
elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-10-04 07:31:34 UTC
Please post the compilation output that leads to the error. 
Comment 2 Mark Haney 2005-10-04 08:58:06 UTC
Created attachment 69859 [details]
Entire compile data

This is the entire compile output of the problem compiling kolf.  It seems to
stem from the same issue as all kde-base apps that I are to be updated from
portage.
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-10-05 01:18:11 UTC
Don't you have the files that cause the error? 
/usr/kde/3.4/include/arts/kplayobject.h 
/usr/kde/3.4/include/arts/kartsserver.h 
... 
 
Have you tried recompiling arts? 
 
Comment 4 Mark Haney 2005-10-05 06:59:28 UTC
I just tried recompiling arts and those files were not added to the filesystem, 
even doing a locate. 
Comment 5 Gregorio Guidi (RETIRED) gentoo-dev 2005-10-05 07:37:46 UTC
So what's the output of 'equery f arts'? 
 
Comment 6 Mark Haney 2005-10-05 08:01:59 UTC
Created attachment 69923 [details]
equery f arts output

Here's the results of equery.
Comment 7 Mark Haney 2005-10-06 15:11:07 UTC
Well now I feel real foolish.  I found my problem.  It seems that arts isn't 
included in the default make file and I didn't have it in /etc/make.conf so 
that support wasn't explicitly compiled in.  Just don't understand how some of 
KDE even works without that.  Please close this at your convenience.   
Comment 8 Gregorio Guidi (RETIRED) gentoo-dev 2005-10-07 05:50:26 UTC
kolf should refuse to compile with USE="-arts", anyway... 
Comment 9 Mark Haney 2005-10-07 05:53:21 UTC
That's true, however, I didn't have arts (or -arts) in my make.conf file.  It 
wasn't explicitly defined to use or not use in my make.conf file.