[Bug 690779] Re: Undefined reference error with methods of libxmlrpc-c3-dev

2011-04-30 Thread Launchpad Bug Tracker
This bug was fixed in the package opennebula - 2.0.1-6 --- opennebula (2.0.1-6) unstable; urgency=low * xmlrpc-c 1.16 transition: - d/control: Build-Depends on libxmlrpc-c++4-dev instead of libxmlrpc-c3-dev. - d/rules: Drop --no-as-needed from DEB_LDFLAGS_APPEND.

[Bug 690779] Re: Undefined reference error with methods of libxmlrpc-c3-dev

2011-03-28 Thread Damien Raude-Morvan
opennebula (2.0.1-6) unstable; urgency=low . * xmlrpc-c 1.16 transition: - d/control: Build-Depends on libxmlrpc-c++4-dev instead of libxmlrpc-c3-dev. - d/rules: Drop --no-as-needed from DEB_LDFLAGS_APPEND. LP: #690779. * d/copyright: Upgrade to latest DEP-5 format.

[Bug 690779] Re: Undefined reference error with methods of libxmlrpc-c3-dev

2011-03-28 Thread Damien Raude-Morvan
This issue have been fixed by opennebula package 2.0.1-6 and xmlrpc-dev 1.16.33-1 (both in Debian unstable/wheezey). ** Also affects: opennebula (Debian) Importance: Undecided Status: New ** Changed in: opennebula (Debian) Status: New => Fix Released -- You received this bug no

[Bug 690779] Re: Undefined reference error with methods of libxmlrpc-c3-dev

2011-02-23 Thread Dave Walker
Is there still a task requirement for opennebula? This issue looks to be fixed, but I am reluctant to change it myself as I am in some doubt. Can those involved please comment and possibly set the task as appropriate? Thanks. -- You received this bug notification because you are a member of Ub

[Bug 690779] Re: Undefined reference error with methods of libxmlrpc-c3-dev

2011-02-22 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/opennebula -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690779 Title: Undefined reference error with methods of libxmlrpc-c3-dev -- ubuntu-bugs mailing list ubuntu-bug

[Bug 690779] Re: Undefined reference error with methods of libxmlrpc-c3-dev

2011-02-20 Thread Bug Watch Updater
** Changed in: xmlrpc-c (Debian) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690779 Title: Undefined reference error with methods of libxmlrpc-c3-dev

[Bug 690779] Re: Undefined reference error with methods of libxmlrpc-c3-dev

2011-02-19 Thread Bug Watch Updater
** Changed in: xmlrpc-c (Debian) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690779 Title: Undefined reference error with methods of libxmlrpc-c3-dev -- ubunt

[Bug 690779] Re: Undefined reference error with methods of libxmlrpc-c3-dev

2011-01-10 Thread Bug Watch Updater
** Changed in: xmlrpc-c (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690779 Title: Undefined reference error with methods of libxmlrpc-c3-dev -- ubuntu-bugs

[Bug 690779] Re: Undefined reference error with methods of libxmlrpc-c3-dev

2011-01-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/xmlrpc-c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690779 Title: Undefined reference error with methods of libxmlrpc-c3-dev -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 690779] Re: Undefined reference error with methods of libxmlrpc-c3-dev

2011-01-06 Thread Matthias Klose
the opennebula workaround needs to be reverted ** Changed in: opennebula (Ubuntu) Importance: Undecided => Medium ** Changed in: opennebula (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 690779] Re: Undefined reference error with methods of libxmlrpc-c3-dev

2011-01-06 Thread Matthias Klose
** Also affects: opennebula (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690779 Title: Undefined reference error with methods of libxmlrpc-c3-de

[Bug 690779] Re: Undefined reference error with methods of libxmlrpc-c3-dev

2011-01-06 Thread Launchpad Bug Tracker
This bug was fixed in the package xmlrpc-c - 1.06.27-1ubuntu8 --- xmlrpc-c (1.06.27-1ubuntu8) natty; urgency=low * Resolve unresolved references in shared libraries. LP: #690779. * Fix build failures with ld --no-add-needed. * Fix build failures with ld --as-needed. * libxmlrp

[Bug 690779] Re: Undefined reference error with methods of libxmlrpc-c3-dev

2011-01-06 Thread Matthias Klose
** Bug watch added: Debian Bug tracker #558972 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558972 ** Also affects: xmlrpc-c (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558972 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 690779] Re: Undefined reference error with methods of libxmlrpc-c3-dev

2010-12-17 Thread Stefano Rivera
This is not a GCC bug, it's a result of the no-add-needed linker changes. The following works for me: $ g++ -o server server.cpp -lxmlrpc_server++ -lxmlrpc++ -lxmlrpc -lxmlrpc_xmlparse -lxmlrpc_xmltok -lxmlrpc_server or, as a workaround: $ g++ -o server server.cpp -Wl,--no-as-needed `xmlrpc-c-c