Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 425238 - games-puzzle/pingus-0.7.6 failes to build -- unable to find string literal operator ‘operator"" VERSION’
Summary: games-puzzle/pingus-0.7.6 failes to build -- unable to find string literal op...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-08 09:22 UTC by Markus Walter
Modified: 2012-07-09 02:40 UTC (History)
0 users

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


Attachments
emerge --info (info.txt,5.41 KB, text/plain)
2012-07-08 09:22 UTC, Markus Walter
Details
build log (games-puzzle:pingus-0.7.6:20120707-131450.log,58.83 KB, text/plain)
2012-07-08 09:23 UTC, Markus Walter
Details
patch to solve issue (pingus-version.patch,1.21 KB, text/plain)
2012-07-08 10:06 UTC, Markus Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Walter 2012-07-08 09:22:40 UTC
Created attachment 317560 [details]
emerge --info

On my hardened ~amd64 machine I see the following build failure for pingus.

x86_64-pc-linux-gnu-g++ -o build/src/pingus/pingus_main.o -c -O2 -s -std=c++0x -O2 -pipe -march=native -ggdb -I/usr/include/boost-1_49 -isystem/usr/include/libpng15 -isystem/usr/include/SDL -DVERSION="\"0.7.6\"" -DHAVE_LINUXEVDEV=1 -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_ICONV_CONST -DICONV_CONST= -Ibuild/src -Isrc -Ibuild -I. -Ibuild/src -Isrc -Ibuild/external/tinygettext -Iexternal/tinygettext src/pingus/pingus_main.cpp
src/pingus/pingus_main.cpp: In member function ‘void PingusMain::print_greeting_message()’:
src/pingus/pingus_main.cpp:468:26: error: unable to find string literal operator ‘operator"" VERSION’
Comment 1 Markus Walter 2012-07-08 09:23:06 UTC
Created attachment 317562 [details]
build log
Comment 2 Markus Walter 2012-07-08 10:06:53 UTC
Created attachment 317564 [details]
patch to solve issue

For me this patch resolved the issue.

Note: This is just the output of two diff operations strung together I'm not totally sure that this gives a valid patch.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2012-07-09 02:40:23 UTC
fixed.  thanks for the bug report and patch.