Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220156 - x11-wm/aewm++-1.0.24 fails w/ gcc-4.3 + QA fixes; bump + patch
Summary: x11-wm/aewm++-1.0.24 fails w/ gcc-4.3 + QA fixes; bump + patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop WM Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-05-03 20:35 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-05-03 20:53 UTC (History)
0 users

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


Attachments
aewm++-1.0.24--1.1.5.patch (aewm++-1.0.24--1.1.5.patch,1.44 KB, patch)
2008-05-03 20:36 UTC, Peter Alfredsen (RETIRED)
Details | Diff
aewm++-1.1.5-gcc43.patch (aewm++-1.1.5-gcc43.patch,654 bytes, patch)
2008-05-03 20:37 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.