btw, I've tried stripping Bsymbolic functions, but this did not help :-( dpkg-source: Warnung: unsigniertes Quellpaket wird extrahiert (/tmp/x2go/x2goclient_4.0.1.1-1ubuntu3.dsc) diff -Nru x2goclient-4.0.1.1/debian/changelog x2goclient-4.0.1.1/debian/changelog --- x2goclient-4.0.1.1/debian/changelog 2014-05-14 07:52:15.000000000 -0400 +++ x2goclient-4.0.1.1/debian/changelog 2014-05-17 17:59:29.000000000 -0400 @@ -1,3 +1,9 @@ +x2goclient (4.0.1.1-1ubuntu3) trusty; urgency=medium + + * Remove -Bsymbolic-functions from linker flags, LP: #1301099 + + -- Reinhard Tartler <[email protected]> Sat, 17 May 2014 17:59:03 -0400 + x2goclient (4.0.1.1-1ubuntu2) trusty; urgency=low * Bugfix: x2goclient using high cpu, LP: #1288631 diff -Nru x2goclient-4.0.1.1/debian/rules x2goclient-4.0.1.1/debian/rules --- x2goclient-4.0.1.1/debian/rules 2013-09-11 08:34:38.000000000 -0400 +++ x2goclient-4.0.1.1/debian/rules 2014-05-17 18:12:53.000000000 -0400 @@ -3,7 +3,7 @@ export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) +export LDFLAGS := $(filter-out %-Bsymbolic-functions,$(shell dpkg-buildflags --get LDFLAGS)) %: dh $@ --parallel --with apache2 zsh: exit 1 debdiff x2goclient_4.0.1.1-1ubuntu{2,3}.dsc
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1301099 Title: calling "x2goclient --help" segfaults To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/x2goclient/+bug/1301099/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
