Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200037 - gcc 3.3.6 fails to compile
Summary: gcc 3.3.6 fails to compile
Status: RESOLVED DUPLICATE of bug 183766
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-22 22:50 UTC by Ambroz Bizjak
Modified: 2007-11-22 23:14 UTC (History)
0 users

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


Attachments
emerge log (gcc1.log,475.96 KB, text/plain)
2007-11-22 22:51 UTC, Ambroz Bizjak
Details
emerge log after patch (gcc2.log,161.26 KB, text/plain)
2007-11-22 22:51 UTC, Ambroz Bizjak
Details
the patch that fixes a whitespace missing (gcc3fix.patch,503 bytes, patch)
2007-11-22 22:52 UTC, Ambroz Bizjak
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ambroz Bizjak 2007-11-22 22:50:35 UTC
gcc-3.3.6-r1 fails to compile becouse there is a space missing in some command. I have created a patch that fixes that problem, however I get more errors I don't understand.

Reproducible: Always




This is a 3-day-old system, I have not been playing with anything.

emerge --info:
Portage 2.1.3.19 (default-linux/x86/2007.0/desktop, gcc-4.1.1, glibc-2.5-r0, 2.6.22-gentoo-r9 i686)
=================================================================
System uname: 2.6.22-gentoo-r9 i686 Intel(R) Core(TM)2 Duo CPU     T7700  @ 2.40GHz
Timestamp of tree: Thu, 22 Nov 2007 21:30:05 +0000
app-shells/bash:     3.2_p17
dev-lang/python:     2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
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/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j3"
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 --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac aalib acl acpi alsa amr amrnb amrwb arts asf berkdb bitmap-fonts bluetooth cairo cdr cli cracklib crypt css cups dbus dri dvb dvd dvdr dvdread emboss encode esd evo fam ffmpeg firefox fortran gdbm geoip gif gpm gtk hal iconv ipv6 irda isdnlog jack jpeg kde kerberos ldap mad midi mikmod mp3 mpeg mudflap ncurses nls nptl nptlonly nsplugin ogg opengl openmp oss pam pcre pdf png ppds pppd python qt3 qt3support qt4 quicktime rdesktop readline reflection samba scanner sdl session snmp spell spl ssl svg tcpd theora tiff truetype truetype-fonts type1-fonts unicode usb v4l v4l2 vcd vorbis wifi win32codecs x264 x86 xcomposite xcompositejack xine xml xorg xscreensaver xv xvid xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Ambroz Bizjak 2007-11-22 22:51:21 UTC
Created attachment 136719 [details]
emerge log
Comment 2 Ambroz Bizjak 2007-11-22 22:51:56 UTC
Created attachment 136721 [details]
emerge log after patch
Comment 3 Ambroz Bizjak 2007-11-22 22:52:34 UTC
Created attachment 136723 [details, diff]
the patch that fixes a whitespace missing
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-11-22 22:53:17 UTC
Unsupported, don't use.


*** This bug has been marked as a duplicate of bug 183766 ***
Comment 5 Ambroz Bizjak 2007-11-22 23:11:22 UTC
Look, gcc-3.3.6 was pulled in as a dependency for installing OpenOffice. What exactly is unsupported? It is a bug if I cannot install OpenOffice on a new system. So what do you suggest, what should I do?
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2007-11-22 23:14:51 UTC
package.mask it and it won't be pulled.


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