[opensuse] kde4 debuginfo packages for 11.2 GM?
All, What are the correct debuginfo packages for kde4 in OS 11.2 GM? I have: # rpm -q kdebase4-runtime kdepimlibs4-debuginfo kdebase4-workspace-debuginfo kdelibs4-debuginfo libqt4-debuginfo kdebase4-runtime-4.3.1-5.6.3.x86_64 kdepimlibs4-debuginfo-4.3.1-4.5.1.x86_64 kdebase4-workspace-debuginfo-4.3.1-7.5.x86_64 kdelibs4-debuginfo-4.3.1-6.7.2.x86_64 libqt4-debuginfo-4.5.3-2.4.2.x86_64 which I thought was right, but I just had a konq crash and I could not get a traceback at all, so I assume I have the wrong debuginfo's installed. Maybe the base package names were changed with 11.2? Thanks Greg -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, Nov 19, 2009 at 12:29 PM, Greg Freemyer <greg.freemyer@gmail.com> wrote:
All,
What are the correct debuginfo packages for kde4 in OS 11.2 GM?
I have:
# rpm -q kdebase4-runtime kdepimlibs4-debuginfo kdebase4-workspace-debuginfo kdelibs4-debuginfo libqt4-debuginfo kdebase4-runtime-4.3.1-5.6.3.x86_64 kdepimlibs4-debuginfo-4.3.1-4.5.1.x86_64 kdebase4-workspace-debuginfo-4.3.1-7.5.x86_64 kdelibs4-debuginfo-4.3.1-6.7.2.x86_64 libqt4-debuginfo-4.5.3-2.4.2.x86_64
which I thought was right, but I just had a konq crash and I could not get a traceback at all, so I assume I have the wrong debuginfo's installed.
Maybe the base package names were changed with 11.2?
Thanks Greg
A slight typo in my list: # rpm -q kdebase4-runtime-debuginfo kdepimlibs4-debuginfo kdebase4-workspace-debuginfo kdelibs4-debuginfo libqt4-debuginfo kdebase4-runtime-debuginfo-4.3.1-5.6.3.x86_64 kdepimlibs4-debuginfo-4.3.1-4.5.1.x86_64 kdebase4-workspace-debuginfo-4.3.1-7.5.x86_64 kdelibs4-debuginfo-4.3.1-6.7.2.x86_64 libqt4-debuginfo-4.5.3-2.4.2.x86_64 Greg -- Greg Freemyer Head of EDD Tape Extraction and Processing team Litigation Triage Solutions Specialist http://www.linkedin.com/in/gregfreemyer Preservation and Forensic processing of Exchange Repositories White Paper - <http://www.norcrossgroup.com/forms/whitepapers/tng_whitepaper_fpe.html> The Norcross Group The Intersection of Evidence & Technology http://www.norcrossgroup.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thursday 19 November 2009 18:41:13 Greg Freemyer wrote:
On Thu, Nov 19, 2009 at 12:29 PM, Greg Freemyer <greg.freemyer@gmail.com> wrote:
All,
What are the correct debuginfo packages for kde4 in OS 11.2 GM?
I have:
# rpm -q kdebase4-runtime kdepimlibs4-debuginfo kdebase4-workspace-debuginfo kdelibs4-debuginfo libqt4-debuginfo kdebase4-runtime-4.3.1-5.6.3.x86_64 kdepimlibs4-debuginfo-4.3.1-4.5.1.x86_64 kdebase4-workspace-debuginfo-4.3.1-7.5.x86_64 kdelibs4-debuginfo-4.3.1-6.7.2.x86_64 libqt4-debuginfo-4.5.3-2.4.2.x86_64
which I thought was right, but I just had a konq crash and I could not get a traceback at all, so I assume I have the wrong debuginfo's installed.
Maybe the base package names were changed with 11.2?
Thanks Greg
A slight typo in my list:
# rpm -q kdebase4-runtime-debuginfo kdepimlibs4-debuginfo kdebase4-workspace-debuginfo kdelibs4-debuginfo libqt4-debuginfo
kdebase4-runtime-debuginfo-4.3.1-5.6.3.x86_64 kdepimlibs4-debuginfo-4.3.1-4.5.1.x86_64 kdebase4-workspace-debuginfo-4.3.1-7.5.x86_64 kdelibs4-debuginfo-4.3.1-6.7.2.x86_64 libqt4-debuginfo-4.5.3-2.4.2.x86_64
My 30 second "which debuginfo" recipe: $ rpm -qf /usr/bin/konqueror konqueror-4.3.3-3.5.x86_64 $ rpm -qi konqueror Name : konqueror Relocations: (not relocatable) Version : 4.3.3 Vendor: obs://build.opensuse.org/KDE Release : 3.5 Build Date: Sun 15 Nov 2009 23:45:19 CET Install Date: Mon 16 Nov 2009 Build Host: build15 Group : <snip> Source RPM: kdebase4-4.3.3-3.5.src.rpm .... ^^^^^^^^ $ zypper in kdebase4-debuginfo Of course the crash could be in a konqueror plugin (konqueror-plugins- debuginfo) or in any library KDE or Qt depend up, but this helps in the simple application crash case. Will -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Fri, Nov 20, 2009 at 7:53 AM, Will Stephenson <wstephenson@suse.de> wrote:
On Thursday 19 November 2009 18:41:13 Greg Freemyer wrote:
On Thu, Nov 19, 2009 at 12:29 PM, Greg Freemyer <greg.freemyer@gmail.com> wrote:
All,
What are the correct debuginfo packages for kde4 in OS 11.2 GM?
I have:
# rpm -q kdebase4-runtime kdepimlibs4-debuginfo kdebase4-workspace-debuginfo kdelibs4-debuginfo libqt4-debuginfo kdebase4-runtime-4.3.1-5.6.3.x86_64 kdepimlibs4-debuginfo-4.3.1-4.5.1.x86_64 kdebase4-workspace-debuginfo-4.3.1-7.5.x86_64 kdelibs4-debuginfo-4.3.1-6.7.2.x86_64 libqt4-debuginfo-4.5.3-2.4.2.x86_64
which I thought was right, but I just had a konq crash and I could not get a traceback at all, so I assume I have the wrong debuginfo's installed.
Maybe the base package names were changed with 11.2?
Thanks Greg
A slight typo in my list:
# rpm -q kdebase4-runtime-debuginfo kdepimlibs4-debuginfo kdebase4-workspace-debuginfo kdelibs4-debuginfo libqt4-debuginfo
kdebase4-runtime-debuginfo-4.3.1-5.6.3.x86_64 kdepimlibs4-debuginfo-4.3.1-4.5.1.x86_64 kdebase4-workspace-debuginfo-4.3.1-7.5.x86_64 kdelibs4-debuginfo-4.3.1-6.7.2.x86_64 libqt4-debuginfo-4.5.3-2.4.2.x86_64
My 30 second "which debuginfo" recipe:
$ rpm -qf /usr/bin/konqueror konqueror-4.3.3-3.5.x86_64
$ rpm -qi konqueror Name : konqueror Relocations: (not relocatable) Version : 4.3.3 Vendor: obs://build.opensuse.org/KDE Release : 3.5 Build Date: Sun 15 Nov 2009 23:45:19 CET Install Date: Mon 16 Nov 2009 Build Host: build15 Group : <snip> Source RPM: kdebase4-4.3.3-3.5.src.rpm .... ^^^^^^^^ $ zypper in kdebase4-debuginfo
Of course the crash could be in a konqueror plugin (konqueror-plugins- debuginfo) or in any library KDE or Qt depend up, but this helps in the simple application crash case.
Will
Thanks By chance, i had just rebooted my machine and now it is working fine. Greg -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Greg Freemyer
-
Will Stephenson