Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56988 - kdemultimedia doesn't compile with gcc 3.4.0-r6 on x86_64
Summary: kdemultimedia doesn't compile with gcc 3.4.0-r6 on x86_64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL: http://ludojad.itpp.pl/~eleven/kdemul...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-14 00:39 UTC by eleven
Modified: 2004-07-14 06:52 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 eleven 2004-07-14 00:39:04 UTC
kdemultimedia doesn't compile after switching to gcc 3.4.0 profile.
it exits with: 
In file included from midimanager_impl.cc:23:
midimanager_impl.h:26:22: artsmidi.h: No such file or directory


Reproducible: Always
Steps to Reproduce:
1. change profile to /usr/portage/profiles/gcc34-amd64-2004.1
2. reemerge gcc, binutils, glibc, qt, arts, glib, kdebase, kdelibs, audiofile, alsa
3. emerge kdemultimedia with USE="gstreamer flac samba slp ldap java"

Actual Results:  
emerge wasn't able to complete compilation of kdemultimedia because of 
compilation errors.

Expected Results:  
finish the compilation.

Portage 2.0.50-r9 (gcc34-amd64-2004.1, gcc-3.4.0, glibc-2.3.4.20040605-r0, 2.6.
7-gentoo-r2)
=================================================================
System uname: 2.6.7-gentoo-r2 x86_64 12
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe -march=athlon64 -frename-registers -fweb -ffast-math 
-mfpmath=sse -ftracer -funroll-loops"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.
2/share/config /usr/kde/3/share/config /usr/share/config 
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ 
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ 
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe -march=athlon64 -frename-registers -fweb -ffast-math 
-mfpmath=sse -ftracer -funroll-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.
org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/usr/local/portage"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib acl acpi alsa amd64 apache2 apm avi berkdb crypt cups dga 
divx4linux dv encode exif fam ffmpeg foomaticdb gd gdbm gif gphoto2 gpm gtk2 
imlib jpeg kde ldap libcaca libg++ libwww mikmod motif mpeg multilib ncurses nls 
oggvorbis opengl pam pdflib perl png postgres python qt quicktime radeon 
readline sdl slang spell ssl tcpd tetex truetype xinerama xml2 xmms xv zlib"
Comment 1 eleven 2004-07-14 06:52:59 UTC
ok, this is solved - today's upgrade to 3.4.1 and fix_libtool script seemed to magically fixed that lacking header file error. no idea why, but it installed all fine today.