Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84548 - OpenOffice-1.1.4 fails to build with gcc-3.4.3-20050110
Summary: OpenOffice-1.1.4 fails to build with gcc-3.4.3-20050110
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-08 13:42 UTC by Jerome Brown
Modified: 2005-03-28 00:08 UTC (History)
4 users (show)

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


Attachments
Patch from bug #82385 to strip the -20050110 from the gcc version (getcompver.awk.patch,418 bytes, patch)
2005-03-08 13:46 UTC, Jerome Brown
Details | Diff
diff -u on openoffice-1.1.4.ebuild to incorporate patch (openoffice-1.1.4.ebuild.diff,321 bytes, text/plain)
2005-03-08 13:47 UTC, Jerome Brown
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Brown 2005-03-08 13:42:28 UTC
Emerge fails with cannot find compiler - same issue as bug #82385

Reproducible: Always
Steps to Reproduce:
1.emerge gcc-3.4.3-20050110
2.emerge openoffice

Actual Results:  
Emerge Fails with:
++++++++++++++++++++++++++++++++++++
ERROR!
Could not detect compiler version!
Please extend tg_compv.mk in
solenv/inc.
++++++++++++++++++++++++++++++++++++
g++ -dumpversion returns
3.4.3-20050110
++++++++++++++++++++++++++++++++++++
dmake:  Error code 255, while making 'compiler_version_error'
---* TG_SLO.MK *---

Expected Results:  
emerged properly

To resolve, follow the instructions in bug #82385, placing patch in
openoffice/files, and modifying ebuild to accept patch.
Comment 1 Jerome Brown 2005-03-08 13:46:40 UTC
Created attachment 52967 [details, diff]
Patch from bug #82385 to strip the -20050110 from the gcc version
Comment 2 Jerome Brown 2005-03-08 13:47:33 UTC
Created attachment 52968 [details]
diff -u on openoffice-1.1.4.ebuild to incorporate patch
Comment 3 Ruben Garcia 2005-03-18 04:57:23 UTC
Confirmed, please apply.
Comment 4 FieldySnuts 2005-03-21 13:10:34 UTC
I also see this issue.


Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.4.3-20050110,
glibc-2.3.4.20050125-r0, 2.6.11-grsec-200503111604 i686)
=================================================================
System uname: 2.6.11-grsec-200503111604 i686 AMD Athlon(TM) XP 1800+
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Mar  8 2005,
09:23:44)]
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r4
sys-devel/libtool:   1.5.10-r5
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /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/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg ccache distlocks notitles
sandbox sfperms"
GENTOO_MIRRORS="ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/
http://gentoo.blueyonder.co.uk
ftp://mirror.iawnet.sandia.gov/pub/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 3dnow X aalib alsa apm avi berkdb bitmap-fonts cdr chroot crypt
curl dv dvd dvdr emboss encode fam flac font-server foomaticdb fortran
gdbm gif gnome gpm gstreamer gtk gtk2 hal imagemagick imlib java jpeg
kde ldap libg++ libwww mad mikmod mmx motif mozilla mp3 mpeg ncurses nls
oggvorbis opengl oss pam pdflib perl png pwdb python qt quicktime
readline samba sdl slang spell sse ssl svga tcltk tcpd tiff truetype
truetype-fonts type1-fonts xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 5 UncleOwen 2005-03-24 09:43:52 UTC
I'm seeing the same issue with gcc-3.3.5-20050130. The patch attached to this bug seems to fix. (Compiling right now, but the compile is past the point where it previously bailed out)
Comment 6 Andreas Proschofsky (RETIRED) gentoo-dev 2005-03-28 00:08:29 UTC
Fix commited to cvs now, thanks for reporting