[opensuse] filezilla on leap 42.1
filezilla (from OBS) running on Leap with a LXDE desktop: ~> filezilla filezilla: symbol lookup error: filezilla: undefined symbol: _ZNK4pugi8xml_text8as_llongEx Doesn't seem to be anything relevant in bugzilla. Anybody know what library I'm missing? Thanks. Ralph -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* listreader <suselist@cableone.net> [02-11-16 11:59]:
filezilla (from OBS) running on Leap with a LXDE desktop:
~> filezilla filezilla: symbol lookup error: filezilla: undefined symbol: _ZNK4pugi8xml_text8as_llongEx
Doesn't seem to be anything relevant in bugzilla. Anybody know what library I'm missing? Thanks.
Why not force a reinstall. Maybe it will pull in missing dependencies. Might also do "rpmdb --rebuilddb" before. also rpm -qV filezilla -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/02/2016 18:58, listreader wrote:
filezilla (from OBS) running on Leap with a LXDE desktop:
~> filezilla filezilla: symbol lookup error: filezilla: undefined symbol: _ZNK4pugi8xml_text8as_llongEx
Doesn't seem to be anything relevant in bugzilla. Anybody know what library I'm missing? Thanks.
Ralph
I recognize the symbol as being from libpugixml1 which in turn is used by filezilla. Please post the output of rpm -q --requires filezilla, rpm -qi filezilla and rpm -qi libpugixml1. That's unless it got fixed by reinstalling filezilla. Dave Plater -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thu, 11 Feb 2016 20:32:47 +0200 Dave Plater wrote:
On 11/02/2016 18:58, listreader wrote:
filezilla (from OBS) running on Leap with a LXDE desktop:
~> filezilla filezilla: symbol lookup error: filezilla: undefined symbol: _ZNK4pugi8xml_text8as_llongEx
Doesn't seem to be anything relevant in bugzilla. Anybody know what library I'm missing? Thanks.
I recognize the symbol as being from libpugixml1 which in turn is used by filezilla. Please post the output of rpm -q --requires filezilla, rpm -qi filezilla and rpm -qi libpugixml1. That's unless it got fixed by reinstalling filezilla. Dave Plater
I've reinstalled. No change. And I seem to have all the required libs (as listed in Yast). I don't have anything named exactly libpugixml1 but I've got: ~> ls -l /usr/lib64/libpugixml* lrwxrwxrwx 1 root root 17 Feb 2 02:03 /usr/lib64/libpugixml.so.1 -> libpugixml.so.1.6 -rwxr-xr-x 1 root root 211008 Sep 30 19:55 /usr/lib64/libpugixml.so.1.6 ~> rpm -qi filezilla Name : filezilla Version : 3.14.1 Release : 76.1 Architecture: x86_64 Install Date: Thu 11 Feb 2016 10:10:09 AM CST Group : Productivity/Networking/Ftp/Clients Size : 5677384 License : GPL-2.0+ Signature : RSA/SHA1, Tue 26 Jan 2016 01:41:58 PM CST, Key ID 62eb1a0917280ddf Source RPM : filezilla-3.14.1-76.1.src.rpm Build Date : Tue 26 Jan 2016 01:39:44 PM CST Build Host : build24 Relocations : (not relocatable) Vendor : obs://build.opensuse.org/network URL : https://filezilla-project.org/ Summary : A GUI FTP and SFTP Client -- snip -- Distribution: network / openSUSE_Leap_42.1 ~> rpm -qi libpugixml1 Name : libpugixml1 Version : 1.6 Release : 1.2 Architecture: x86_64 Install Date: Tue 02 Feb 2016 02:03:16 AM CST Group : System/Libraries Size : 211008 License : MIT Signature : RSA/SHA256, Wed 30 Sep 2015 07:55:31 PM CDT, Key ID b88b2fd43dbdc284 Source RPM : pugixml-1.6-1.2.src.rpm Build Date : Wed 30 Sep 2015 07:55:19 PM CDT Build Host : cloud104 Relocations : (not relocatable) Packager : http://bugs.opensuse.org Vendor : openSUSE URL : http://pugixml.org/ Summary : Light-weight C++ XML Processing Library --snip-- Distribution: openSUSE Leap 42.1 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/02/2016 21:11, listreader wrote:
I've reinstalled. No change. And I seem to have all the required libs (as listed in Yast). I don't have anything named exactly libpugixml1 but I've got:
~> ls -l /usr/lib64/libpugixml* lrwxrwxrwx 1 root root 17 Feb 2 02:03 /usr/lib64/libpugixml.so.1 -> libpugixml.so.1.6 -rwxr-xr-x 1 root root 211008 Sep 30 19:55 /usr/lib64/libpugixml.so.1.6
~> rpm -qi filezilla Name : filezilla Version : 3.14.1 Release : 76.1 Architecture: x86_64 Install Date: Thu 11 Feb 2016 10:10:09 AM CST Group : Productivity/Networking/Ftp/Clients Size : 5677384 License : GPL-2.0+ Signature : RSA/SHA1, Tue 26 Jan 2016 01:41:58 PM CST, Key ID 62eb1a0917280ddf Source RPM : filezilla-3.14.1-76.1.src.rpm Build Date : Tue 26 Jan 2016 01:39:44 PM CST Build Host : build24 Relocations : (not relocatable) Vendor : obs://build.opensuse.org/network URL :https://filezilla-project.org/ Summary : A GUI FTP and SFTP Client
-- snip --
Distribution: network / openSUSE_Leap_42.1
~> rpm -qi libpugixml1 Name : libpugixml1 Version : 1.6 Release : 1.2 Architecture: x86_64 Install Date: Tue 02 Feb 2016 02:03:16 AM CST Group : System/Libraries Size : 211008 License : MIT Signature : RSA/SHA256, Wed 30 Sep 2015 07:55:31 PM CDT, Key ID b88b2fd43dbdc284 Source RPM : pugixml-1.6-1.2.src.rpm Build Date : Wed 30 Sep 2015 07:55:19 PM CDT Build Host : cloud104 Relocations : (not relocatable) Packager :http://bugs.opensuse.org Vendor : openSUSE URL :http://pugixml.org/ Summary : Light-weight C++ XML Processing Library
Look at my other emails, you can do one of two things install libpugixml1-1.7 from networking and the next person who installs filezilla from obs will have the same problem or you can file a bug, assign it to me and I'll make sure it doesn't happen again. Regards Dave Plater -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thu, 11 Feb 2016 21:20:55 +0200 Dave Plater wrote:
Look at my other emails, you can do one of two things install libpugixml1-1.7 from networking and the next person who installs filezilla from obs will have the same problem or you can file a bug, assign it to me and I'll make sure it doesn't happen again. Regards Dave Plater
Thanks Dave. Can do both, later this eve (US CST). Where does this bug report go, X11 apps? Ralph -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thu, 11 Feb 2016 21:20:55 +0200 Dave Plater <dplater.list@gmail.com> wrote:
Look at my other emails, you can do one of two things install libpugixml1-1.7 from networking and the next person who installs filezilla from obs will have the same problem or you can file a bug, assign it to me and I'll make sure it doesn't happen again.
This (libpugixml1-1.7 from networking) works. Bug also filed. https://bugzilla.opensuse.org/show_bug.cgi?id=966384 Thanks much. Ralph -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 12/02/2016 04:36, listreader wrote:
On Thu, 11 Feb 2016 21:20:55 +0200 Dave Plater <dplater.list@gmail.com> wrote:
Look at my other emails, you can do one of two things install libpugixml1-1.7 from networking and the next person who installs filezilla from obs will have the same problem or you can file a bug, assign it to me and I'll make sure it doesn't happen again.
This (libpugixml1-1.7 from networking) works. Bug also filed.
https://bugzilla.opensuse.org/show_bug.cgi?id=966384
Thanks much.
Ralph
This bug has brought to mind an idea. It would be much better if these new packages were available in one repository, there's a discussion going on already on the Factory list. Dave P -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/02/2016 18:58, listreader wrote:
filezilla (from OBS) running on Leap with a LXDE desktop:
~> filezilla filezilla: symbol lookup error: filezilla: undefined symbol: _ZNK4pugi8xml_text8as_llongEx
Doesn't seem to be anything relevant in bugzilla. Anybody know what library I'm missing? Thanks.
Ralph
Ahh now I understand, you've installed filezilla from devel project network because it's not in Leap. Still if it came from the Leap:42.1 repo it should have built against Leap's pugixml because it comes from a different devel project. I can't find _ZNK4pugi8xml_text8as_llongEx in my Leap's libpugixml1 the closest I can find is _ZNK4pugi8xml_text8as_floatEf. Read my other message. Regards Dave Plater -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/02/2016 18:58, listreader wrote:
filezilla (from OBS) running on Leap with a LXDE desktop:
~> filezilla filezilla: symbol lookup error: filezilla: undefined symbol: _ZNK4pugi8xml_text8as_llongEx
Doesn't seem to be anything relevant in bugzilla. Anybody know what library I'm missing? Thanks.
Ralph
I see a naughty person has put a linked pugixml into network without ensuring that filezilla pulls in that particular library, this is most probably the cause of your problem. Please let me know if this is the case and I will take steps to make sure it doesn't happen again or you can file a bug and assign it to davejplater@gmail.com pugixml is developed in devel:libraries:c_c++ and if it wasn't linked into network the filezilla you installed would have been built against the leap version and wouldn't have the problem you describe. Regards Dave Plater -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Dave Plater
-
listreader
-
Patrick Shanahan