[Bug 613978] New: KDE:Qt47/qt-creator: Bug
http://bugzilla.novell.com/show_bug.cgi?id=613978 http://bugzilla.novell.com/show_bug.cgi?id=613978#c0 Summary: KDE:Qt47/qt-creator: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: x86-64 OS/Version: openSUSE 11.2 Status: NEW Severity: Major Priority: P5 - None Component: 3rd party software AssignedTo: dmueller@novell.com ReportedBy: sasch.pe@gmx.de QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: --- Blocker: No Missing runtime dependency on libbotan that effectively disables the Qt4 project manager plugin: "/usr/lib64/qtcreator/plugins/Nokia/libQt4ProjectManager.so: Cannot load library /usr/lib64/qtcreator/plugins/Nokia/libQt4ProjectManager.so: (libBotan.so.1: cannot open shared object file: No such file or directory)" -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=613978 http://bugzilla.novell.com/show_bug.cgi?id=613978#c1 --- Comment #1 from Dirk Mueller <dmueller@novell.com> 2010-06-15 10:26:20 CEST --- $ rpm -qp --requires qt-creator-1.80-30.11.x86_64.rpm .. libBotan.so.1()(64bit) .. it looks like it does require the right things. can you give the output of rpm -q --whatprovides 'libBotan.so.1()(64bit)' -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=613978 http://bugzilla.novell.com/show_bug.cgi?id=613978#c Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |sasch.pe@gmx.de -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=613978 http://bugzilla.novell.com/show_bug.cgi?id=613978#c2 Sascha Peilicke <sasch.pe@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|sasch.pe@gmx.de | --- Comment #2 from Sascha Peilicke <sasch.pe@gmx.de> 2010-06-15 11:18:32 UTC --- Here's the output. % rpm -q --whatprovides 'libBotan.so.1()(64bit)' qt-creator-1.80-30.11.x86_64 The lib is indeed to be found under /usr/lib64/qtcreator/ as well as others. It is not found however. I also checked reinstalling and removal of config files in .config/ and .local/, none helped so far. Some more info: % qtcreator -version Qt Creator 1.3.83 based on Qt 4.7.0 % kde4-config --version Qt: 4.7.0 KDE Development Platform: 4.4.85 (KDE 4.4.85 (KDE 4.5 Beta2)) "release 3" % ldd /usr/lib64/qtcreator/plugins/Nokia/libQt4ProjectManager.so | grep Botan libBotan.so.1 => not found Seems like the above path is not checked for libs. Here's how to fix that: Add file /etc/ld.so.conf.d/qtcreator.conf with only the content "/usr/lib64/qtcreator" and run 'sudo ldconfig'. Afterwards the path is added to the lib cache and Qt-Creator starts just fine. Other tools like graphviz seem to do the same. The file is also attached. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=613978 http://bugzilla.novell.com/show_bug.cgi?id=613978#c3 --- Comment #3 from Sascha Peilicke <sasch.pe@gmx.de> 2010-06-15 11:19:27 UTC --- Created an attachment (id=369223) --> (http://bugzilla.novell.com/attachment.cgi?id=369223) Config file to fix the issue This file should be installed by the package. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=613978 http://bugzilla.novell.com/show_bug.cgi?id=613978#c4 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |sasch.pe@gmx.de --- Comment #4 from Dirk Mueller <dmueller@novell.com> 2010-06-16 15:10:13 CEST --- does it work now for you? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=613978 http://bugzilla.novell.com/show_bug.cgi?id=613978#c5 Sascha Peilicke <sasch.pe@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|sasch.pe@gmx.de | --- Comment #5 from Sascha Peilicke <sasch.pe@gmx.de> 2010-06-16 13:17:09 UTC --- You mean, if I add that file then: yes, it works for me with the above package version. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=613978 http://bugzilla.novell.com/show_bug.cgi?id=613978#c6 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |sasch.pe@gmx.de --- Comment #6 from Dirk Mueller <dmueller@novell.com> 2010-06-16 15:51:40 CEST --- sorry :) I've fixed this slightly differently in the package, does that work now for you? might need a few more hours until it is published. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=613978 http://bugzilla.novell.com/show_bug.cgi?id=613978#c7 Sascha Peilicke <sasch.pe@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|sasch.pe@gmx.de | --- Comment #7 from Sascha Peilicke <sasch.pe@gmx.de> 2010-06-21 15:20:43 UTC --- Nope, the issue remains. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=613978 http://bugzilla.novell.com/show_bug.cgi?id=613978#c8 Sascha Peilicke <sasch.pe@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Sascha Peilicke <sasch.pe@gmx.de> 2010-07-08 11:49:20 UTC --- Ok, I re-rechecked and the package works fine now, thanks! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=613978 http://bugzilla.novell.com/show_bug.cgi?id=613978#c9 --- Comment #9 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (613978) was mentioned in https://build.opensuse.org/request/show/46942 Factory / qt-creator -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com