Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187221 - dev-libs/beecrypt-4.1.2-r1 fails to build on x86_64
Summary: dev-libs/beecrypt-4.1.2-r1 fails to build on x86_64
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-31 10:01 UTC by Andrey Prikazov
Modified: 2008-02-28 11:29 UTC (History)
0 users

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


Attachments
emerge --info (log2,3.24 KB, text/plain)
2007-07-31 10:02 UTC, Andrey Prikazov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Prikazov 2007-07-31 10:01:20 UTC
Building of dev-libs/beecrypt-4.1.2-r1 fails with the following errors:

/bin/sh ../../libtool --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../..    -O2 -pipe -march=nocona -msse3 -ftracer -DNDEBUG -Wa,--noexecstack -c -o DataOutputStream.lo DataOutputStream.cxx
 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../.. -O2 -pipe -march=nocona -msse3 -ftracer -DNDEBUG -Wa,--noexecstack -c DataOutputStream.cxx  -fPIC -DPIC -o .libs/DataOutputStream.o
DataOutputStream.cxx: In member function 'virtual void beecrypt::io::DataOutputStream::writeUTF(const beecrypt::lang::String&)':
DataOutputStream.cxx:167: error: no match for 'operator<<' in 'std::operator<< [with _Traits = std::char_traits<char>](((std::basic_ostream<char, std::char_traits<char> >&)(& std::cout)), ((const char*)"Error converting [")) << str'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:67: note: candidates are: std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>& (*)(std::basic_ostream<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:78: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ios<_CharT, _Traits>& (*)(std::basic_ios<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:90: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::ios_base& (*)(std::ios_base&)) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:241: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:264: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:102: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:125: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short int) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:157: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(short unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:183: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(int) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:215: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:288: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long long int) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:311: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:361: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(double) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:335: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(float) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:384: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long double) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:407: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(const void*) [with _CharT = char, _Traits = std::char_traits<char>]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/ostream.tcc:430: note:                 std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_streambuf<_CharT, _Traits>*) [with _CharT = char, _Traits = std::char_traits<char>]
make[3]: *** [DataOutputStream.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/dev-libs/beecrypt-4.1.2-r1/work/beecrypt-4.1.2/c++/io'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-libs/beecrypt-4.1.2-r1/work/beecrypt-4.1.2/c++'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/beecrypt-4.1.2-r1/work/beecrypt-4.1.2'
make: *** [all] Error 2

!!! ERROR: dev-libs/beecrypt-4.1.2-r1 failed.
Call stack:
  ebuild.sh, line 1621:   Called dyn_compile
  ebuild.sh, line 973:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  beecrypt-4.1.2-r1.ebuild, line 59:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/dev-libs/beecrypt-4.1.2-r1/temp/build.log'.

!!! When you file a bug report, please include the following information:
GENTOO_VM=sun-jdk-1.5  CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.5.0.12"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER=""
and of course, the output of emerge --info

Reproducible: Always
Comment 1 Andrey Prikazov 2007-07-31 10:02:17 UTC
Created attachment 126518 [details]
emerge --info
Comment 2 Andrey Prikazov 2007-08-04 08:12:52 UTC
noone cares or this is a normal situation for a bug to be unnoticed for 4 days? if so, what is an average time for a bug to be noticed? (I'm a novice here, so please explain me :))
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-08-04 08:19:08 UTC
This bug is assigned to maintainer-needed, meaning the package has *no* maintainer. As such, barking about poor response time is really pointless. :)
Comment 4 Andrey Prikazov 2007-08-04 13:12:14 UTC
As I've said, I'm a novice here, so I asked a question. Saying I was barking is a little bit offensive.
Comment 5 SpanKY gentoo-dev 2008-01-13 01:06:16 UTC
dont worry about him

please try building with USE=-java and see how that goes
Comment 6 Andrey Prikazov 2008-01-15 12:05:47 UTC
USE=-java didn't help, I go the same messages.
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2008-02-28 11:29:46 UTC
Try your luck with -r2 and reopen if needed.