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

Bug 425238

Summary: games-puzzle/pingus-0.7.6 failes to build -- unable to find string literal operator ‘operator"" VERSION’
Product: Gentoo Linux Reporter: Markus Walter <gentoo>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
build log
patch to solve issue

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.