Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135190 - dev-linbs/cdk requires gcc/3.4.4 folder
Summary: dev-linbs/cdk requires gcc/3.4.4 folder
Status: RESOLVED DUPLICATE of bug 73435
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-01 11:36 UTC by Rene Treffer
Modified: 2006-06-01 11:41 UTC (History)
1 user (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 Rene Treffer 2006-06-01 11:36:55 UTC
emerge dev-libs/cdk does not work without a folder "/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/" (i686-... might differ). The contents is not required to be gcc-3.4.4, I have symlinked it to "/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/" and the compile worked! dev-libs/cdk is required by licq (that's what I wanted to install). licq works great now...

emerge --info
Portage 2.1_rc3 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 2.6.15-gentoo-r2 i686)
=================================================================
System uname: 2.6.15-gentoo-r2 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz
Gentoo Base System version 1.12.0
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig candy distlocks metadata-transfer sfperms strict"
GENTOO_MIRRORS="ftp://ftp.leo.org/.mnt/1/mirrors/gentoo/ http://gentoo.inode.at/ http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LC_ALL="de_DE.utf8"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 X Xaw3d a52 aac aalib acpi akode alsa apache2 asf avi bcmath berkdb big-tables bitmap-fonts browserplugin bzip2 cairo calender cdda cdparanoia cjk cli cluster crypt css curl curlwrappers daap dba dbus dlloader dri dts dvb dvd dvdr dvdread eds effects emboss encode esd exif exscalibar extensions extraengine extrafilters fame fbcon ffmpeg fftw firefox flac fluidsynth foomaticdb fortran fpx freetype ftp fuse gcj gd-external gdbm gif gimp gimpprint glibc-omitfp glut gmp gphoto2 gpm graphviz gs gsl gstreamer gtk gtk2 gtkhtml hal hardened hash howl httpd iconv ieee1394 imagemagick imap imlib inkjar isdnlog ithreads jack java java-external javascript jbig jce jpeg jpeg2k jython kde kdeenablefinal ladaspa ladcca ladspa lame lcms lesstif libcaca libg++ libsamplerate libvisual libwww linuxthreads-tls lzo mad matroska md5sum mhash mikmod ming mjpeg mmap mmx mng mod motif mozdevelop mozilla mozsvg mozxmlterm mp3 mp4live mpeg mpeg2 musicbrainz mysql mysqli ncurses neXt nls nptl nptlonly nsplugin ntfs objc objc++ offensive ogg on-the-fly-crypt opengl osc pcmcia pcre pdf pdflib perl pic player plotutils plugin png povray pppd pvm python qt quicktime rdesktop readline real reflection reiserfs rhino ruby samba samplerate sane sdl session simplexml snmp soap sockets sox speex spell spl sqlite sse sse2 ssl stream subp svg sysfs tabs tcltk tcpd tetex tga theora threads tidy tiff tokenizer toolbar truetype truetype-fonts type1-fonts udev unicode usb userlocales utf8 vcd visualization vlm vorbis wifi win32codecs wmf wxwindows x264 xanim xcomposite xgetdefault xine xml xmlreader xmlrpc xmms xorg xscreensaver xsl xv xvid yaz yv12 zeroconf zip zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_de userland_GNU video_cards_nvidia video_cards_vesa video_cards_none"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-01 11:41:50 UTC
Ugh, don't do such bad things like symlinking something somewhere manually...

fix_libtool_files.sh 3.4.4; emerge libtool

and read the gcc upgrading howto: http://www.gentoo.org/doc/en/gcc-upgrading.xml

*** This bug has been marked as a duplicate of 73435 ***