Bug 177901

Summary: Fails to compile on FC5 {test{1,2},development} + not updated for modular x
Product: [Fedora] Fedora Reporter: Chris Chabot <chabotc>
Component: ppracerAssignee: Nils Philippsen <nphilipp>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-16 13:52:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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!