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

Bug 220156

Summary: x11-wm/aewm++-1.0.24 fails w/ gcc-4.3 + QA fixes; bump + patch
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Desktop WM Team (OBSOLETE) <desktop-wm+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2008.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: aewm++-1.0.24--1.1.5.patch
aewm++-1.1.5-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-05-03 20:35:05 UTC
g++ -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -DSHAPE  -I/usr/include -c windowmanager.cc -o windowmanager.o
windowmanager.cc: In member function ‘void WindowManager::parseCommandLine(int, char**)’:
windowmanager.cc:63: warning: deprecated conversion from string constant to ‘char*’
windowmanager.cc:64: warning: deprecated conversion from string constant to ‘char*’
windowmanager.cc:65: warning: deprecated conversion from string constant to ‘char*’
windowmanager.cc:66: warning: deprecated conversion from string constant to ‘char*’
windowmanager.cc:67: warning: deprecated conversion from string constant to ‘char*’
windowmanager.cc:68: warning: deprecated conversion from string constant to ‘char*’
windowmanager.cc:69: warning: deprecated conversion from string constant to ‘char*’
windowmanager.cc:70: warning: deprecated conversion from string constant to ‘char*’
windowmanager.cc:71: warning: deprecated conversion from string constant to ‘char*’
windowmanager.cc:72: warning: deprecated conversion from string constant to ‘char*’
windowmanager.cc:73: warning: deprecated conversion from string constant to ‘char*’
windowmanager.cc:98: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:99: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:100: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:101: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:102: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:103: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:104: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:105: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:106: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:107: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:108: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:109: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:111: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:112: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:114: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:120: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:129: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:149: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:155: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:161: error: ‘strcmp’ was not declared in this scope
windowmanager.cc:166: error: ‘strcmp’ was not declared in this scope
windowmanager.cc: In member function ‘void WindowManager::setExtendedWMHintString(Window, int, char*)’:
windowmanager.cc:1274: error: ‘strlen’ was not declared in this scope
make: *** [windowmanager.o] Error 1
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-05-03 20:36:59 UTC
Created attachment 151728 [details, diff]
aewm++-1.0.24--1.1.5.patch

Bumps to 1.1.5, fixes prestrip QA problem, uses GCC-4.3 patch, updates HOMEPAGE and SRC_URI. Shuts repoman up about LICENSE dodoc, uses emake.
Comment 2 Peter Alfredsen (RETIRED) gentoo-dev 2008-05-03 20:37:52 UTC
Created attachment 151730 [details, diff]
aewm++-1.1.5-gcc43.patch

Patch for gcc-4.3 troubles. Snatched from Debian.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2008-05-03 20:53:44 UTC
+*aewm++-1.1.5 (03 May 2008)
+
+  03 May 2008; Samuli Suominen <drac@gentoo.org>
+  +files/aewm++-1.1.5-gcc43.patch, +aewm++-1.1.5.ebuild:
+  Version bump with GCC 4.3 patch wrt #220156, thanks to Peter Alfredsen.