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.
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.
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
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
** 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
** 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
** 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
** 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
** 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@
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
** 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
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 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
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
14 matches
Mail list logo