Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662036 - games-strategy/s25rttr fails to start a new game on armv7
Summary: games-strategy/s25rttr fails to start a new game on armv7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-24 18:43 UTC by tt_1
Modified: 2019-08-15 20:26 UTC (History)
2 users (show)

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


Attachments
testcase (test.cpp,3.00 KB, text/x-c++src)
2018-07-24 18:43 UTC, tt_1
Details
output of emerge --info (emerge-info,5.15 KB, text/plain)
2018-07-24 18:43 UTC, tt_1
Details

Note You need to log in before you can comment on or make changes to this bug.
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.