Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49682 - openoffice gcc check needs to include 3.4
Summary: openoffice gcc check needs to include 3.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
: 51578 (view as bug list)
Depends on:
Blocks: 48528
  Show dependency tree
 
Reported: 2004-05-02 02:07 UTC by Simon Cooper
Modified: 2004-11-14 02:58 UTC (History)
6 users (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 Simon Cooper 2004-05-02 02:07:27 UTC
The gcc check in the openoffice ebuild needs to be updated to include gcc 3.4 as well, otherwise it exits saying you need gcc 3.2 or 3.3

Reproducible: Always
Steps to Reproduce:
Comment 1 Marcin Kryczek (RETIRED) gentoo-dev 2004-05-02 06:05:26 UTC
i've tried to emerge openoffice-ximian 1.1.54 with gcc-3.4 and compilation fails, so i don't think that's a good idea to add it. hovewer - the error message should be changed (now it's: "This build needs gcc-3.2.1 or later!" and 3.4 is obviously later than 3.2.1)
Comment 2 Andreas Proschofsky (RETIRED) gentoo-dev 2004-05-07 11:38:40 UTC
@Marcin: Yeah but gcc 3.4 is hard masked for a reason, don't think we have to add it as long as it is not nearly production ready...
Comment 3 Andreas Proschofsky (RETIRED) gentoo-dev 2004-05-20 23:53:34 UTC
*** Bug 51578 has been marked as a duplicate of this bug. ***
Comment 4 Simon Cooper 2004-05-21 01:34:06 UTC
but lots of other packages have been getting 3.4 fixes put in, and a lot of people are using 3.4 now. At least add a warning saying it doesnt compile under 3.4 and exit gracefully
Comment 5 Scott Jones 2004-06-25 09:46:22 UTC
I'm running gcc 3.4 because it was soft masked for a day or two... and i had already compiled stuff with it.  I'd rather not fall back.

Here's their bugzilla "umbrella" for gcc3.4 issues.  At the bottom, gcc3.4 patches were submitted against SRC680 (OOo2.0)... haven't found anything that states they'll be supporting OOo1.1 + gcc3.4  :(
http://www.openoffice.org/issues/show_bug.cgi?id=28294
Comment 6 Stefan Briesenick (RETIRED) gentoo-dev 2004-10-07 15:04:25 UTC
ok folks. gcc 3.4 is unmasked, openoffice 1.1.3 is available and fails to build with 3.4 (tested with patched ebuild).

what now?
Comment 7 Rene Androsch 2004-10-08 00:54:21 UTC
I simply stop to compile OO and started to use the binary releases in gentoo.
I know this isn't a fix, but a valid workaround.

BTW: I still can't compile my 2.4.27-gentoo-sources linux kernel, because of gcc 3.4 (switching to 3.3.x howvever works)

Maybe you should also try to switch to a 3.3.x compiler, if you really want to compile OO.
Comment 8 Paul de Vrieze (RETIRED) gentoo-dev 2004-10-08 06:02:47 UTC
We might want to do some automatic magic to depend on and use a "compatible" compiler
Comment 9 Stefan Briesenick (RETIRED) gentoo-dev 2004-10-08 13:39:01 UTC
my main problem is, that I need a german openoffice. Gentoo offers only english binaries.

my workaround is, to download the binary release from de.openoffice.org and use this one. I installed it into /opt and it works fine. But I would prefer a "selfmade" openoffice. ;-)

Comment 10 Rene Androsch 2004-10-09 02:55:38 UTC
Then switch to an older gcc :)

try: "gcc-config -l"
i have (doing this from memory):
[1] 2.9x
[2] 3.3.x
[3] 3.4.1

then switch to gcc 3.3.x "gcc-config 2"
and then check: "gcc -v"

I could at least successfully compile my 2.4.27 kernel with 3.3.x :)
Comment 11 Andreas Proschofsky (RETIRED) gentoo-dev 2004-11-14 02:58:01 UTC
New versions of OOo and OOo-ximian in portage now, which should compile fine now with gcc 3.4, so closing this