Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110177 - kde-base/kdelibs-3.4.1-r1 broken by mistyped cc1plus flag
Summary: kde-base/kdelibs-3.4.1-r1 broken by mistyped cc1plus flag
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-22 14:57 UTC by Jose Pina Coelho
Modified: 2005-10-23 17:56 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Pina Coelho 2005-10-22 14:57:34 UTC
While emerging kde-base/kdelibs-3.4.1-r1, with +alsa -arts +cups -debug -doc
+jpeg2k -kdeenablefinal -kerberos -openexr +spell +ssl +tiff -xinerama -zeroconf,

Compilation halted at:/usr/bin/perl ../../kjs/create_hash_table
./kjs_navigator.cpp > kjs_navigator.lut.h
Creating hashtable for ./kjs_navigator.cpp
/bin/sh ../../libtool --silent --mode=compile --tag=CXX i686-pc-linux-gnu-g++
-DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kdecore -I../../kio/kssl
-I../.. -I../../kio -I../../kio/bookmarks -I../../khtml -I../../khtml/java
-I../../kwallet/client -I../../kutils -I../../dcop -I../../libltdl -I../../kdefx
-I../../kdecore -I../../kdecore -I../../kdeui -I../../kio -I../../kio/kio
-I../../kio/kfile -I../.. -I/usr/qt/3/include -I. -I/usr/kde/3.4/include 
-DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef
-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG
-O2 -O3 -march=athlon-xp -fomit-frame-pointer -pipe -m32 -Wformat-security
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common
-fno-exceptions -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions
-c -o kjs_proxy.lo `test -f 'kjs_proxy.cpp' || echo './'`kjs_proxy.cpp
cc1plus: error: unrecognized command line option "-Wmisring-format-attribute"
make[3]: *** [kjs_proxy.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory
`/var/tmp/portage/kdelibs-3.4.1-r1/work/kdelibs-3.4.1/khtml/ecma'



Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
Clean compile.  

-Wmisring-format-attribute is an invalid flag, I'd expect the original is
-Wmissing-format-attribute
Comment 1 Jose Pina Coelho 2005-10-22 15:11:51 UTC
Weird thing.  Doing a "find /var/tmp/portage | xargs grep misring" won't find a
single instance of that string.  Re-emerging to check.


 
Comment 2 Jose Pina Coelho 2005-10-22 15:48:14 UTC
Well, the second time it compiled without a hitch.  Maybe it was a single bit
error on my RAM changing the 's' into an 'r' ?

Anyway, closing.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-22 16:02:45 UTC
probably time to check your hardware...
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-22 16:02:59 UTC
.
Comment 5 Jose Pina Coelho 2005-10-23 17:56:32 UTC
To Carsten Lohrke: probably.  Can't find justification to leave this open.