Bug#797285: tango ftbfs in unstable

2015-08-29 Thread Matthias Klose
Package: src:tango
Version: 8.1.2c+dfsg-5
Severity: serious
Tags: sid stretch

tango ftbfs in unstable,

libtool: link: g++ -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -std=c++11 -D_REENTRANT -DOMNI_UNLOADABLE_STUBS -Wl,-z
-Wl,relro -o .libs/notifd2db notifd2db.o  -L../../lib/cpp/server
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so
-L../../lib/cpp/log4tango/src
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/log4tango/src/.libs/liblog4tango.so
-lzmq -ldl -L/usr/lib -lomniORB4 -lomniDynamic4 -lCOS4 -lnsl -lomnithread 
-lpthread
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constunsigned long::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constlong::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constint::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constunsigned char::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constdouble::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constunsigned int::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constshort::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constunsigned short::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constfloat::str'
collect2: error: ld returned 1 exit status
Makefile:472: recipe for target 'notifd2db' failed
make[4]: *** [notifd2db] Error 1
make[4]: Leaving directory
'/scratch/packages/tmp/tango-8.1.2c+dfsg/build/utils/notifd2db'
Makefile:432: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/scratch/packages/tmp/tango-8.1.2c+dfsg/build/utils'
Makefile:524: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/scratch/packages/tmp/tango-8.1.2c+dfsg/build'
Makefile:454: recipe for target 'all' failed
make[1]: *** [all] Error 2

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#797285: tango ftbfs in unstable

2015-08-29 Thread PICCA Frederic-Emmanuel
Hello Doko,


libtool: link: g++ -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -std=c++11 -D_REENTRANT -DOMNI_UNLOADABLE_STUBS -Wl,-z
-Wl,relro -o .libs/notifd2db notifd2db.o  -L../../lib/cpp/server
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so
-L../../lib/cpp/log4tango/src
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/log4tango/src/.libs/liblog4tango.so
-lzmq -ldl -L/usr/lib -lomniORB4 -lomniDynamic4 -lCOS4 -lnsl -lomnithread 
-lpthread
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constunsigned long::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constlong::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constint::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constunsigned char::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constdouble::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constunsigned int::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constshort::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constunsigned short::str'
/scratch/packages/tmp/tango-8.1.2c+dfsg/build/lib/cpp/server/.libs/libtango.so:
undefined reference to `Tango::ranges_type2constfloat::str'


If I look at this it seems that during the link of notifd2db, ld doesn not find 
a bunch of symbols 
these symboles are defined in lib/cpp/server/attribute.cpp via a macro defined 
in lib/cpp/server/tango_const.h

I never had a problem befaore, so I do not understand what the problem is.

do you have any idea of what's going on ?
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers