public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug server/18114] New: stap-prep on fedora 20 incorrectly identifies kernel debug RPM to install
@ 2015-03-11 14:03 gurunixx at gmail dot com
  2015-03-11 14:40 ` [Bug server/18114] " fche at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gurunixx at gmail dot com @ 2015-03-11 14:03 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=18114

            Bug ID: 18114
           Summary: stap-prep on fedora 20 incorrectly identifies kernel
                    debug RPM to install
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: server
          Assignee: systemtap at sourceware dot org
          Reporter: gurunixx at gmail dot com

Created attachment 8184
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8184&action=edit
change definition of kernel debug RPM for fedora 20

stap-prep cannot succeed on Fedora 20, 64-bit because the kernel debug package
name is not found. 

Patch attached.  I have only tested this on Fedora 20 64-bit, but it should
work on 32-bit too.

Note that the stap-prep script is present in /two/ packages - though yum does
not report a conflict...!

systemtap-devel-2.7-1.fc20.x86_64
systemtap-client-2.7-1.fc20.x86_64

* N.B.  Where the heck is livna?! The site at http://rpm.livna.org/ is
completely empty.  I downloaded the RPMs from rpmfind but I think they should
have been available via livna - google does not know what's happened, no one
has even asked. If livna WOULD have provided
'kernel-debuginfo-3.18.7-100.fc20.x86_64' instead of my having to download
'kernel-debug-debuginfo-3.18.7-100.fc20.x86_64' manually, then this bug should
probably be rejected :-( 

In any case, I'm now working here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug server/18114] stap-prep on fedora 20 incorrectly identifies kernel debug RPM to install
  2015-03-11 14:03 [Bug server/18114] New: stap-prep on fedora 20 incorrectly identifies kernel debug RPM to install gurunixx at gmail dot com
@ 2015-03-11 14:40 ` fche at redhat dot com
  2015-03-11 15:13 ` gurunixx at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2015-03-11 14:40 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=18114

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fche at redhat dot com

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> ---
Please note that kernel-debug and kernel are two different builds of the
kernel, each with its respective -debuginfo available (kernel-debuginfo &
kernel-debug-debuginfo).  So the situation is not quite as simple as the
proposed patch makes it seem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug server/18114] stap-prep on fedora 20 incorrectly identifies kernel debug RPM to install
  2015-03-11 14:03 [Bug server/18114] New: stap-prep on fedora 20 incorrectly identifies kernel debug RPM to install gurunixx at gmail dot com
  2015-03-11 14:40 ` [Bug server/18114] " fche at redhat dot com
@ 2015-03-11 15:13 ` gurunixx at gmail dot com
  2015-03-11 15:18 ` fche at redhat dot com
  2016-01-14 20:59 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: gurunixx at gmail dot com @ 2015-03-11 15:13 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=18114

--- Comment #2 from bgh <gurunixx at gmail dot com> ---
Thanks, Frank.  Do you think this is possibly related to Livna going away,
then? 

I do see a kernel-debuginfo package at
http://rpm.pbone.net/index.php3/stat/4/idpl/28873657/dir/fedora_20/com/kernel-debuginfo-3.18.7-100.fc20.x86_64.rpm.html

Your guidance is appreciated.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug server/18114] stap-prep on fedora 20 incorrectly identifies kernel debug RPM to install
  2015-03-11 14:03 [Bug server/18114] New: stap-prep on fedora 20 incorrectly identifies kernel debug RPM to install gurunixx at gmail dot com
  2015-03-11 14:40 ` [Bug server/18114] " fche at redhat dot com
  2015-03-11 15:13 ` gurunixx at gmail dot com
@ 2015-03-11 15:18 ` fche at redhat dot com
  2016-01-14 20:59 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2015-03-11 15:18 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=18114

--- Comment #3 from Frank Ch. Eigler <fche at redhat dot com> ---
I don't think livna is related at all.  Fedora RPMs and associated -debuginfo
rpms are all served from fedora servers, not from livna etc.  It is possible
that the version you're running is old enough to have aged out of the "current"
set visible via yum etc.  In this case, it may be necessary to go to
http://koji.fedoraproject.org/koji/packageinfo?packageID=8 to dig up the
matching build amongst the other fossils.  I don't know of a mechanical way to
do so. :-(

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug server/18114] stap-prep on fedora 20 incorrectly identifies kernel debug RPM to install
  2015-03-11 14:03 [Bug server/18114] New: stap-prep on fedora 20 incorrectly identifies kernel debug RPM to install gurunixx at gmail dot com
                   ` (2 preceding siblings ...)
  2015-03-11 15:18 ` fche at redhat dot com
@ 2016-01-14 20:59 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2016-01-14 20:59 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=18114

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #4 from Frank Ch. Eigler <fche at redhat dot com> ---
stap-prep appears to work here with -debug and non-debug kernels on f22.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-14 20:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11 14:03 [Bug server/18114] New: stap-prep on fedora 20 incorrectly identifies kernel debug RPM to install gurunixx at gmail dot com
2015-03-11 14:40 ` [Bug server/18114] " fche at redhat dot com
2015-03-11 15:13 ` gurunixx at gmail dot com
2015-03-11 15:18 ` fche at redhat dot com
2016-01-14 20:59 ` fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).