Bug 177901 - Fails to compile on FC5 {test{1,2},development} + not updated for modular x
Summary: Fails to compile on FC5 {test{1,2},development} + not updated for modular x
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: ppracer
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-01-16 11:36 UTC by Chris Chabot
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-01-16 13:52:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Chris Chabot 2006-01-16 11:36:57 UTC
Description of problem:

The package in the extras/development:
6501162 Mar 17  2005 ppracer-0.3.1-4.src.rpm

still has non-modular X BuildRequires.

Installing the binary package with yum results in a crash-at-startup application.

Recompiling from src.rpm gave me this error:
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -DPP_DATADIR=\"/usr/share/ppracer\"
-DTUXRACER_NO_ASSERT=1 -DHAVE_SDL_MIXER=1   -O2 -m32 -march=i386 -mtune=pentium4
 -I/usr/include/SDL -D_REENTRANT -I -I/usr/include -I/usr/include/libpng12  
-I/usr/include/freetype2 -MT FTGLTextureFont.o -MD -MP -MF
".deps/FTGLTextureFont.Tpo" \
  -c -o FTGLTextureFont.o `test -f 'ppgltk/FT/FTGLTextureFont.cpp' || echo
'./'`ppgltk/FT/FTGLTextureFont.cpp; \
then mv -f ".deps/FTGLTextureFont.Tpo" ".deps/FTGLTextureFont.Po"; \
else rm -f ".deps/FTGLTextureFont.Tpo"; exit 1; \
fi
ppgltk/FT/FTTextureGlyph.h:55: error: extra qualification 'FTTextureGlyph::' on
member 'ResetActiveTexture'
make[2]: *** [FTGLTextureFont.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/ppracer-0.3.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/ppracer-0.3.1'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.64019 (%build)

Comment 1 Nils Philippsen 2006-01-16 13:16:25 UTC
ppracer-0.3.1-5 is just building which contains corrected build requirements and
a fix for that C++ issue.

I just installed ppracer-0.3.1-4 with yum and it didn't crash on me, please
provide more details.

In the future, please file separate tickets for separate bugs. Thank you.

Comment 2 Chris Chabot 2006-01-16 13:52:35 UTC
Compiles fine now (created srpm out of: cvs co rpms/ppracer && cd
rpms/ppracer/devel && make srpm etc) and functions properly on my secondary machine!

Other crash error might be on the other machine only, i'll have to make sure
mesa etc is functioning properly there, if i find something 'fishy' i'll pengium
it with a new bug :-)

Thanks!


Note You need to log in before you can comment on or make changes to this bug.