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

Bug 218790

Summary: x11-misc/lineak-defaultplugin-0.9.0 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Stefan Schweizer (RETIRED) <genstef>
Status: RESOLVED FIXED    
Severity: normal CC: desktop-misc, esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: lineak-defaultplugin-0.9.0-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-21 21:09:01 UTC
if /bin/bash ../libtool --silent --mode=compile --tag=CXX i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -DCONFDIR=\"/etc\"  -I. -I. -I..  -I.. -I.  -I  -I/usr/include/lineak -I/usr/include   -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT defaultplugin.lo -MD -MP -MF ".deps/defaultplugin.Tpo" -c -o defaultplugin.lo defaultplugin.cpp; \
        then mv -f ".deps/defaultplugin.Tpo" ".deps/defaultplugin.Plo"; else rm -f ".deps/defaultplugin.Tpo"; exit 1; fi
if /bin/bash ../libtool --silent --mode=compile --tag=CXX i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -DCONFDIR=\"/etc\"  -I. -I. -I..  -I.. -I.  -I  -I/usr/include/lineak -I/usr/include   -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT soundctrl.lo -MD -MP -MF ".deps/soundctrl.Tpo" -c -o soundctrl.lo soundctrl.cpp; \
        then mv -f ".deps/soundctrl.Tpo" ".deps/soundctrl.Plo"; else rm -f ".deps/soundctrl.Tpo"; exit 1; fi
defaultplugin.cpp:187: warning: unused parameter 'obj'
defaultplugin.cpp:187: warning: unused parameter 'command'
defaultplugin.cpp: In function 'void macroEAK_SYM(LObject*, LCommand&, int)':
defaultplugin.cpp:348: error: 'strcpy' was not declared in this scope
defaultplugin.cpp:355: warning: deprecated conversion from string constant to 'char*'
defaultplugin.cpp:360: warning: deprecated conversion from string constant to 'char*'
defaultplugin.cpp:366: warning: deprecated conversion from string constant to 'char*'
defaultplugin.cpp: At global scope:
defaultplugin.cpp:286: warning: unused parameter 'obj'
defaultplugin.cpp: In function 'void macroEAK_MUTE(LCommand&, int)':
defaultplugin.cpp:540: warning: conversion to 'float' from 'int' may alter its value
defaultplugin.cpp:565: warning: conversion to 'float' from 'int' may alter its value
defaultplugin.cpp:592: warning: conversion to 'float' from 'int' may alter its value
defaultplugin.cpp: In function 'void macroEAK_VOLUP(LCommand&, int)':
defaultplugin.cpp:613: warning: conversion to 'float' from 'int' may alter its value
defaultplugin.cpp:625: warning: conversion to 'float' from 'int' may alter its value
defaultplugin.cpp:641: warning: conversion to 'float' from 'int' may alter its value
defaultplugin.cpp: In function 'void macroEAK_VOLDOWN(LCommand&, int)':
defaultplugin.cpp:659: warning: conversion to 'float' from 'int' may alter its value
defaultplugin.cpp:674: warning: conversion to 'float' from 'int' may alter its value
defaultplugin.cpp:691: warning: conversion to 'float' from 'int' may alter its value
defaultplugin.cpp: At global scope:
defaultplugin.cpp:696: warning: unused parameter 'command'
make[2]: *** [defaultplugin.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/x11-misc/lineak-defaultplugin-0.9.0/work/lineak-defaultplugin-0.9/default_plugin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-misc/lineak-defaultplugin-0.9.0/work/lineak-defaultplugin-0.9'
make: *** [all] Error 2


Reproducible: Always
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-21 21:09:34 UTC
Created attachment 150535 [details, diff]
lineak-defaultplugin-0.9.0-gcc43.patch

Fixes the problem. Snatched from Debian.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2008-04-22 17:04:47 UTC
applied, thanks