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

Bug 227093

Summary: vdr-extrecmenu-1.2_pre1 fails w/ gcc-4.3
Product: Gentoo Linux Reporter: Michael Brakemeier <michael>
Component: [OLD] GCC PortingAssignee: Gentoo VDR Project <vdr>
Status: RESOLVED FIXED    
Severity: normal CC: media-tv
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: include langinfo.h patch
ebuild w/langinfo-patch

Description Michael Brakemeier 2008-06-15 08:59:19 UTC
Compile vdr-extrecmenu-1.2_pre1 fails due to missing include langinfo.h.

g++ -march=pentium-m -mtune=pentium-m -O3 -pipe -fPIC -c -DCONFDIR=\"/etc/vdr\" -DUSE_CHANNELSCAN -DUSE_CMDSUBMENU -DUSE_DDEPGENTRY -DUSE_DVBSETUP -DUSE_DVLVIDPREFER -DUSE_JUMPPLAY -DUSE_LIEMIKUUTIO -DUSE_OSDMAXITEMS -DUSE_PLUGINMISSING -DUSE_TIMERINFO -DUSE_WAREAGLEICON -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"extrecmenu"' -I/usr/include -I/usr/include tools.c
tools.c: In static member function 'static void Icons::InitCharSet()':
tools.c:694: error: 'CODESET' was not declared in this scope
tools.c:694: error: 'nl_langinfo' was not declared in this scope
make: *** [tools.o] Error 1


Reproducible: Always

Steps to Reproduce:
1. emerge -av vdr-extrecmenu
2.
3.
Comment 1 Michael Brakemeier 2008-06-15 09:00:47 UTC
Created attachment 156829 [details, diff]
include langinfo.h patch
Comment 2 Michael Brakemeier 2008-06-15 09:01:27 UTC
Created attachment 156831 [details]
ebuild w/langinfo-patch
Comment 3 Joerg Bornkessel (RETIRED) gentoo-dev 2008-06-15 21:40:55 UTC
fixed

Thanks Berti :)