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

Bug 219352

Summary: net-p2p/museek+-0.1.13-r2 fails w/ gcc-4.3
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Santiago M. Mola (RETIRED) <coldwind>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, net-p2p
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-26 16:16:43 UTC
Swig source
[  1%] Building C object Mucipher/CMakeFiles/Mucipher.dir/aes.o
[  1%] Building C object Mucipher/CMakeFiles/Mucipher.dir/hexdigest.o
[  2%] Building C object Mucipher/CMakeFiles/Mucipher.dir/md5.o
[  2%] Building C object Mucipher/CMakeFiles/Mucipher.dir/sha.o
[  3%] Building C object Mucipher/CMakeFiles/Mucipher.dir/sha256.o
Linking C static library libMucipher.a
[  3%] Built target Mucipher
Scanning dependencies of target Muhelp
[  3%] Building CXX object Muhelp/CMakeFiles/Muhelp.dir/Codec.o
[  4%] Building CXX object Muhelp/CMakeFiles/Muhelp.dir/DirEntry.o
Scanning dependencies of target _mucipherc
[  4%] Building C object PyMucipher/CMakeFiles/_mucipherc.dir/mucipherPYTHON_wrap.o
[  5%] Building C object PyMucipher/CMakeFiles/_mucipherc.dir/aes.o
[  5%] Building C object PyMucipher/CMakeFiles/_mucipherc.dir/hexdigest.o
[  6%] Building C object PyMucipher/CMakeFiles/_mucipherc.dir/md5.o
[  6%] Building C object PyMucipher/CMakeFiles/_mucipherc.dir/sha.o
[  7%] Building C object PyMucipher/CMakeFiles/_mucipherc.dir/sha256.o
[  7%] Building C object PyMucipher/CMakeFiles/_mucipherc.dir/wraphelp.o
Linking C shared module _mucipherc.so
In file included from /var/tmp/portage/net-p2p/museek+-0.1.13-r2/work/museek+-0.1.13/Muhelp/DirEntry.cc:23:
/var/tmp/portage/net-p2p/museek+-0.1.13-r2/work/museek+-0.1.13/./Muhelp/DirEntry.hh:32: warning: ‘typedef’ was ignored in this declaration
In file included from /var/tmp/portage/net-p2p/museek+-0.1.13-r2/work/museek+-0.1.13/Muhelp/DirEntry.cc:24:
/var/tmp/portage/net-p2p/museek+-0.1.13-r2/work/museek+-0.1.13/./Muhelp/string_ext.hh: In function ‘unsigned int split(const std::string&, std::vector<double, std::allocator<double> >&, std::string)’:
/var/tmp/portage/net-p2p/museek+-0.1.13-r2/work/museek+-0.1.13/./Muhelp/string_ext.hh:102: error: ‘atof’ was not declared in this scope
/var/tmp/portage/net-p2p/museek+-0.1.13-r2/work/museek+-0.1.13/./Muhelp/string_ext.hh: In function ‘unsigned int split(const std::string&, std::vector<int, std::allocator<int> >&, std::string)’:
/var/tmp/portage/net-p2p/museek+-0.1.13-r2/work/museek+-0.1.13/./Muhelp/string_ext.hh:119: error: ‘atoi’ was not declared in this scope
make[2]: *** [Muhelp/CMakeFiles/Muhelp.dir/DirEntry.o] Error 1
make[1]: *** [Muhelp/CMakeFiles/Muhelp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[  7%] Built target _mucipherc
make: *** [all] Error 2


Reproducible: Always
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-26 16:17:46 UTC
Changeset 743 at upstream solves the problem:
http://www.museek-plus.org/changeset/743
Unified diff format:
http://www.museek-plus.org/changeset/743?format=diff&new=743
Comment 2 Santiago M. Mola (RETIRED) gentoo-dev 2008-04-30 21:09:55 UTC
Fixed in 0.1.13-r3, thanks for reporting.