From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-74.mimecast.com (us-smtp-delivery-74.mimecast.com [63.128.21.74]) by sourceware.org (Postfix) with ESMTP id 024BC3877023 for ; Tue, 17 Mar 2020 22:47:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 024BC3877023 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-226-fg7UvD5YM8WJoNC7qiTckA-1; Tue, 17 Mar 2020 18:46:57 -0400 X-MC-Unique: fg7UvD5YM8WJoNC7qiTckA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4A57218B5FA0; Tue, 17 Mar 2020 22:46:56 +0000 (UTC) Received: from redhat.com (ovpn-112-40.phx2.redhat.com [10.3.112.40]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6FF6460BE0; Tue, 17 Mar 2020 22:46:55 +0000 (UTC) Received: from [127.0.0.1] (helo=vm-rhel7) by redhat.com with esmtp (Exim 4.92.3) (envelope-from ) id 1jEKz7-0001Pd-Cp; Tue, 17 Mar 2020 18:46:53 -0400 From: fche@redhat.com (Frank Ch. Eigler) To: Cc: Subject: Re: debian-problem (stretch/buster): Missing "-dbgsym", cannot run SystemTap References: <0a3001d5f8d4$2d3e9910$87bbcb30$@manfbraun.de> Date: Tue, 17 Mar 2020 18:46:52 -0400 In-Reply-To: <0a3001d5f8d4$2d3e9910$87bbcb30$@manfbraun.de> (webman@manfbraun.de's message of "Fri, 13 Mar 2020 02:10:24 +0100") Message-ID: <87mu8eha5f.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.2 required=5.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: systemtap@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Systemtap mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2020 22:47:03 -0000 writes: > [...] > I looked around for hours, but the Debian packaging > looks like a big PITA for me. > Astoundingly, simple scripts run on Buster, but not > on Stretch (which I cannot upgrade in the near future). Yeah, it's clumsy. If you are able, consider installing elfutils 0.178 or git-master elfutils. You can build it into a private directory and direct systemtap to use it with $LD_LIBRARY_PATH. With that available, existing systemtap binaries can access our debuginfod server, and fetch debug data for a selection of debian kernels. https://sourceware.org/elfutils/Debuginfod.html - FChE