Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 229787 - kmess 1.5.1 fails with gcc 4.3.1
Summary: kmess 1.5.1 fails with gcc 4.3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-06-27 17:53 UTC by Patrizio Bassi
Modified: 2008-06-28 15:07 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 Patrizio Bassi 2008-06-27 17:53:17 UTC
/usr/qt/3/bin/moc ./accountaction.h -o accountaction.moc
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.5/include -I/usr/qt/3/include -I.  -I/usr/kde/3.5/include  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -Os -mtune=pentium3 -march=pentium3 -msse -mmmx -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -c -o accountaction.o accountaction.cpp
rm -f libactions.a
i686-pc-linux-gnu-ar cru libactions.a accountaction.o
i686-pc-linux-gnu-ranlib libactions.a
make[3]: Leaving directory `/var/tmp/portage/net-im/kmess-1.5.1/work/kmess-1.5.1/kmess/actions'
Making all in crypt
make[3]: Entering directory `/var/tmp/portage/net-im/kmess-1.5.1/work/kmess-1.5.1/kmess/crypt'
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.5/include -I/usr/qt/3/include -I.  -I/usr/kde/3.5/include  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -Os -mtune=pentium3 -march=pentium3 -msse -mmmx -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -c -o sha1.o sha1.cpp
sha1.cpp: In member function ‘void Sha1::burn_stack(int)’:
sha1.cpp:54: error: ‘memset’ was not declared in this scope
sha1.cpp: In member function ‘byte* Sha1::sha1_final()’:
sha1.cpp:278: error: ‘memset’ was not declared in this scope
make[3]: *** [sha1.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/net-im/kmess-1.5.1/work/kmess-1.5.1/kmess/crypt'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-im/kmess-1.5.1/work/kmess-1.5.1/kmess'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-im/kmess-1.5.1/work/kmess-1.5.1'
make: *** [all] Error 2
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-06-28 15:07:34 UTC
Fixed.