Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 662036

Summary: games-strategy/s25rttr fails to start a new game on armv7
Product: Gentoo Linux Reporter: tt_1 <herrtimson>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: arm, jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: testcase
output of emerge --info

Description tt_1 2018-07-24 18:43:01 UTC
Created attachment 540946 [details]
testcase

please assign this to the arm team, so that they can handle this. The test.cpp file works just fine with debian armhf


compile it with: 

g++ test.cpp -DUSE_THREAD=0 -lpthread -std=c++11

and execute with ./a.out

for connection testing

g++ test.cpp -DUSE_THREAD=1 -lpthread -std=c++11

and execute with ./a.out

for whole testcase

Since the debian where the test succeeds has gcc-5.3.0 and glibc-2.23 installed, I'd be really happy if someone with a toolchain close to that could test compile and execute the test file. I may try to downgrade mine gcc wise, but not glibc of course. One user in irc stated, that his gentoo toolchain of gcc-4.9.4 + glibc-2.22 compiles it fine.
Comment 1 tt_1 2018-07-24 18:43:50 UTC
Created attachment 540950 [details]
output of emerge --info
Comment 2 tt_1 2019-01-31 21:03:12 UTC
ccing arm team
Comment 3 tt_1 2019-08-15 20:26:24 UTC
in the meantime this got fixed in git, a new release is on the way, therefore closing.