package libfwbuilder found 455153 2.1.17-1 thanks From my pbuilder build log, with g++ -> g++-4.3:
... g++ -c -pipe -g -Wall -W -O0 -Wno-unused-parameter -g -O2 -D_REENTRANT -fPIC -I/usr/share/qt3/mkspecs/default -I. -I.. -I../.. -I/usr/include -I/usr/include/libxml2 -I-pthread -I.ui/ -o .obj/dns.o dns.cpp dns.cpp:221:3: warning: #warning "getHostByAddr will use default system timeout because bind library was not found on the system " dns.cpp:343:3: warning: #warning "No gethostbyaddr_r(); all DNS calls will be serialized (slow!)" dns.cpp:428:3: warning: #warning "No gethostbyname_r() all DNS calls will be serialized (slow!)" In file included from ../fwbuilder/dns.h:55, from dns.cpp:57: ../fwbuilder/IPAddress.h:84: warning: type qualifiers ignored on function return type dns.cpp: In static member function 'static libfwbuilder::HostEnt libfwbuilder::DNS::getHostByAddr(const libfwbuilder::IPAddress&)': dns.cpp:300: error: 'malloc' was not declared in this scope dns.cpp:361: error: 'free' was not declared in this scope dns.cpp:372: error: 'free' was not declared in this scope dns.cpp:295: warning: unused variable 'hostbuf' dns.cpp: In static member function 'static std::list<libfwbuilder::IPAddress, std::allocator<libfwbuilder::IPAddress> > libfwbuilder::DNS::getHostByName(const std::string&)': dns.cpp:442: error: 'strerror' was not declared in this scope dns.cpp:459: error: 'free' was not declared in this scope dns.cpp:470: error: 'free' was not declared in this scope dns.cpp:381: warning: unused variable 'hostbuf' dns.cpp:384: warning: unused variable 'hstbuflen' dns.cpp:385: warning: unused variable 'herr' make[3]: *** [.obj/dns.o] Error 1 make[3]: Leaving directory `/tmp/buildd/libfwbuilder-2.1.17/src/fwbuilder' make[2]: *** [sub-fwbuilder] Error 2 make[2]: Leaving directory `/tmp/buildd/libfwbuilder-2.1.17/src' make[1]: *** [sub-src] Error 2 make[1]: Leaving directory `/tmp/buildd/libfwbuilder-2.1.17' make: *** [stampdir/build] Error 2 dpkg-buildpackage: failure: debian/rules build gave error exit status 2 -- Daniel Schepler