Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437758 - sci-libs/cln-1.3.1 fails to build with gcc-4.7 (this->)
Summary: sci-libs/cln-1.3.1 fails to build with gcc-4.7 (this->)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.7
  Show dependency tree
 
Reported: 2012-10-09 19:58 UTC by Andreas K. Hüttel
Modified: 2012-10-10 13:26 UTC (History)
0 users

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


Attachments
build log (gz) (cln-1.3.1:20121007-183447.log.gz,7.80 KB, application/x-gzip)
2012-10-09 19:58 UTC, Andreas K. Hüttel
Details
emerge --info output (emerge-info.txt,20.71 KB, text/plain)
2012-10-09 19:59 UTC, Andreas K. Hüttel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas K. Hüttel archtester gentoo-dev 2012-10-09 19:58:00 UTC
Created attachment 326122 [details]
build log (gz)

/bin/sh ../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../autoconf  -I../include -I../src -I../include -I../src   -march=native -O2 -pipe -ggdb -MT cl_read_eof_exception.lo -MD -MP -MF .deps/cl_read_eof_exception.Tpo -c -o cl_read_eof_exception.lo `test -f 'base/input/cl_read_eof_exception.cc' || echo './'`base/input/cl_read_eof_exception.cc
In file included from ./base/hash/cl_hash2weak.h:6:0,
                 from ./base/hash/cl_rcpointer2_hashweak_rcpointer.h:8,
                 from base/hash/cl_rcpointer2_hashweak_rcpointer.cc:7:
./base/hash/cl_hash2.h: In instantiation of ‘void cln::cl_heap_hashtable_2<key1_type, key2_type, value_type>::prepare_store() [with key1_type = cln::cl_rcpointer; key2_type = cln::cl_rcpointer; value_type = cln::cl_rcpointer]’:
./base/hash/cl_hash2.h:77:9:   required from ‘void cln::cl_heap_hashtable_2<key1_type, key2_type, value_type>::put(const key1_type&, const key2_type&, const value_type&) [with key1_type = cln::cl_rcpointer; key2_type = cln::cl_rcpointer; value_type = cln::cl_rcpointer]’
base/hash/cl_rcpointer2_hashweak_rcpointer.cc:47:76:   required from here
./base/hash/cl_hash2.h:121:9: error: ‘_garcol_fun’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
./base/hash/cl_hash2.h:121:9: note: declarations in dependent base ‘cln::cl_heap_hashtable<cln::cl_htentry2<cln::cl_rcpointer, cln::cl_rcpointer, cln::cl_rcpointer> >’ are not found by unqualified lookup
./base/hash/cl_hash2.h:121:9: note: use ‘this->_garcol_fun’ instead
make[1]: *** [cl_rcpointer2_hashweak_rcpointer.lo] Error 1
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2012-10-09 19:59:04 UTC
Created attachment 326124 [details]
emerge --info output
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-10-10 12:14:37 UTC
version 1.3.1 is not in the tree. Please test again with 1.3.2
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2012-10-10 13:25:14 UTC
oh I was wrong. It is there.
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2012-10-10 13:26:12 UTC
As version 1.3.2 is working fine, we should rather stable this version in future, as the stabilization of gcc:4.7 is far ahead.