Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10507 - xfree-4.2.1-r1 build failures with 3dfx flag
Summary: xfree-4.2.1-r1 build failures with 3dfx flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Highest major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
: 11266 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-11-09 21:43 UTC by Paul Slinski
Modified: 2003-02-04 19:42 UTC (History)
3 users (show)

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


Attachments
Detailed output (x11-build-error,6.01 KB, text/plain)
2002-11-09 21:43 UTC, Paul Slinski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Slinski 2002-11-09 21:43:27 UTC
Attempting to emerge xfree-4.2.1-r1 fails.

    glibc: 2.2.5-r7
    gcc: 2.95.3
    x-related use flags: 3dfx dga xv
    Gentoo: 1.2 (~x86 flag enabled)

The following is truncated output:

tdfx_context.c:745: parse error before `)'
tdfx_context.c:746: parse error before `)'
tdfx_context.c:747: parse error before `swapInterval'
make[5]: *** [tdfx_context.o] Error 1
make[5]: Leaving directory
`/var/tmp/portage/xfree-4.2.1-r1/work/xc/lib/GL/mesa/src/drv/tdfx'
make[4]: *** [install] Error 2
make[4]: Leaving directory
`/var/tmp/portage/xfree-4.2.1-r1/work/xc/lib/GL/mesa/src/drv'
make[3]: *** [install] Error 2
make[3]: Leaving directory `/var/tmp/portage/xfree-4.2.1-r1/work/xc/lib/GL'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/var/tmp/portage/xfree-4.2.1-r1/work/xc/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/var/tmp/portage/xfree-4.2.1-r1/work/xc'
make: *** [install] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_install, Line 272, Exitcode 2
!!! (no error message)

Attached is more detailed output.

-Paul
Comment 1 Paul Slinski 2002-11-09 21:43:57 UTC
Created attachment 5518 [details]
Detailed output
Comment 2 Paul Slinski 2002-11-17 12:34:35 UTC
I found that I also have gcc-3.1.1 on this system for whatever reason. Removing
the package and re-building to see what happens.

Will report back.

-Paul
Comment 3 Paul Slinski 2002-11-17 22:23:58 UTC
No dice. It was a longshot but thought I'd try anyhow.
Comment 4 Tom von Schwerdtner 2002-11-19 06:20:26 UTC
+1
I've been having this problem as well.
Comment 5 Paul Slinski 2002-11-21 23:19:31 UTC
Seems to fail in the exact manner on a Gentoo 1.4_rc1 box I built as well.
Comment 6 Jasmin Buchert 2002-11-24 11:18:20 UTC
It works here when I remove the
'35_all_4.2.0-tdfx-fix-compiler-warnings.patch.bz2' patch.
Comment 7 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-26 22:45:50 UTC
*** Bug 11266 has been marked as a duplicate of this bug. ***
Comment 8 Regis CF 2002-11-28 01:36:03 UTC
Hi.

How can i remove 35_all_4.2.0-tdfx-fix-compiler-warnings.patch.bz2 ?
You just emerged glide then xfree 4.2.1-r1? Any other tricks?

thanks.
Comment 9 Jasmin Buchert 2002-11-28 05:20:04 UTC
The patch is included in the XFree86-4.2.1-patches-1.1.tar.bz2 file (usually in
your distfiles directory). Just remove the patch from the tar archive.
Comment 10 Paul Slinski 2002-11-28 12:03:26 UTC
But do you you still get the use of the glide libs using that method?
Comment 11 Paul Slinski 2002-11-28 12:05:15 UTC
And, it's going to fail the md5sum test.
Comment 12 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-28 14:12:30 UTC
Should be fixed now, sorry for taking so long.  Recommended procedure

  # USE="3dfx" emerge xfree
               (add voodoo3 if needed)

   # emerge glide-v3
      (add USE="voodoo3" if needed)
Comment 13 Paul Slinski 2002-11-28 14:52:10 UTC
Fixed how so? I'll give it a shot.
Comment 14 Paul Slinski 2002-11-28 15:53:57 UTC
Grabbed ebuild file from cvs. Trying build now.
Comment 15 Carl A. Dunham 2002-11-30 01:04:42 UTC
Works for me. Thanks!
Comment 16 Paul Slinski 2002-11-30 12:33:18 UTC
Good show Martin. Thanks.