public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/29636] New: install binaries on ubuntu 20.04 and try to run simple program but did not compile
@ 2022-09-29  0:28 jedele at hotmail dot com
  2022-09-29 20:14 ` [Bug runtime/29636] " jedele at hotmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jedele at hotmail dot com @ 2022-09-29  0:28 UTC (permalink / raw)
  To: systemtap

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

            Bug ID: 29636
           Summary: install binaries on ubuntu 20.04 and try to run simple
                    program but did not compile
           Product: systemtap
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: jedele at hotmail dot com
  Target Milestone: ---

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

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

* [Bug runtime/29636] install binaries on ubuntu 20.04 and try to run simple program but did not compile
  2022-09-29  0:28 [Bug runtime/29636] New: install binaries on ubuntu 20.04 and try to run simple program but did not compile jedele at hotmail dot com
@ 2022-09-29 20:14 ` jedele at hotmail dot com
  2022-09-30 16:42 ` fche at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jedele at hotmail dot com @ 2022-09-29 20:14 UTC (permalink / raw)
  To: systemtap

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

--- Comment #1 from James Edele <jedele at hotmail dot com> ---
Created attachment 14372
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14372&action=edit
description of problem -- I pasted the contents of bug.out but it said it was
inappropriate and then locked my account

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

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

* [Bug runtime/29636] install binaries on ubuntu 20.04 and try to run simple program but did not compile
  2022-09-29  0:28 [Bug runtime/29636] New: install binaries on ubuntu 20.04 and try to run simple program but did not compile jedele at hotmail dot com
  2022-09-29 20:14 ` [Bug runtime/29636] " jedele at hotmail dot com
@ 2022-09-30 16:42 ` fche at redhat dot com
  2022-09-30 23:30 ` jedele at hotmail dot com
  2022-10-03 16:55 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2022-09-30 16:42 UTC (permalink / raw)
  To: systemtap

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

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

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

--- Comment #2 from Frank Ch. Eigler <fche at redhat dot com> ---
Looks as though you're running a rather old version of systemtap, that only
claims support for kernel up to 5.4, on a newer kernel version 5.15. 
Incompatibilities arise because the kernel api/abi change constantly, so stap
has to play catchup.

If you're able to build systemtap from sources, that should work with this
version of the kernel (and many other older ones too).

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

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

* [Bug runtime/29636] install binaries on ubuntu 20.04 and try to run simple program but did not compile
  2022-09-29  0:28 [Bug runtime/29636] New: install binaries on ubuntu 20.04 and try to run simple program but did not compile jedele at hotmail dot com
  2022-09-29 20:14 ` [Bug runtime/29636] " jedele at hotmail dot com
  2022-09-30 16:42 ` fche at redhat dot com
@ 2022-09-30 23:30 ` jedele at hotmail dot com
  2022-10-03 16:55 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: jedele at hotmail dot com @ 2022-09-30 23:30 UTC (permalink / raw)
  To: systemtap

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

--- Comment #3 from James Edele <jedele at hotmail dot com> ---
I was able git clone systemtap on the ubuntu, configure it and build it using
the recommended LDFLAGS, CPPFLAGS and --prefix recommendations in the README
and get it to run a simple "hello world" script.
You can dup this to 28767.  But the binary installation of systemtap doesn't
work on ubuntu 20.04, version 5.15.0-46-generic.

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

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

* [Bug runtime/29636] install binaries on ubuntu 20.04 and try to run simple program but did not compile
  2022-09-29  0:28 [Bug runtime/29636] New: install binaries on ubuntu 20.04 and try to run simple program but did not compile jedele at hotmail dot com
                   ` (2 preceding siblings ...)
  2022-09-30 23:30 ` jedele at hotmail dot com
@ 2022-10-03 16:55 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2022-10-03 16:55 UTC (permalink / raw)
  To: systemtap

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #4 from Frank Ch. Eigler <fche at redhat dot com> ---
thanks for verifying!

*** This bug has been marked as a duplicate of bug 28767 ***

-- 
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:[~2022-10-03 16:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29  0:28 [Bug runtime/29636] New: install binaries on ubuntu 20.04 and try to run simple program but did not compile jedele at hotmail dot com
2022-09-29 20:14 ` [Bug runtime/29636] " jedele at hotmail dot com
2022-09-30 16:42 ` fche at redhat dot com
2022-09-30 23:30 ` jedele at hotmail dot com
2022-10-03 16:55 ` 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).