From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by sourceware.org (Postfix) with ESMTP id C12CF385DC1A for ; Sun, 6 Dec 2020 13:32:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C12CF385DC1A 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-426-OrfU0wXXNHOpgzxkkhllkg-1; Sun, 06 Dec 2020 08:32:45 -0500 X-MC-Unique: OrfU0wXXNHOpgzxkkhllkg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CB7E6800D53; Sun, 6 Dec 2020 13:32:44 +0000 (UTC) Received: from redhat.com (ovpn-112-160.phx2.redhat.com [10.3.112.160]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AF3401A353; Sun, 6 Dec 2020 13:32:44 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.94) (envelope-from ) id 1klu9b-0000tV-7f; Sun, 06 Dec 2020 08:32:43 -0500 Date: Sun, 6 Dec 2020 08:32:43 -0500 From: "Frank Ch. Eigler" To: "Dmitry V. Levin" Cc: Mark Wielaard , elfutils-devel@sourceware.org Subject: Re: [PATCH] debuginfod: export DEBUGINFOD_SONAME macro in debuginfod.h Message-ID: <20201206133243.GA30511@redhat.com> References: <20201130090000.GA30063@altlinux.org> <20201206122813.GA27041@altlinux.org> MIME-Version: 1.0 In-Reply-To: <20201206122813.GA27041@altlinux.org> User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP 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: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2020 13:32:50 -0000 Hi - > Thanks, I think libdwfl/debuginfod-client.c should use the versioned name > only, and it shouldn't fallback to "libdebuginfod.so" as it does now. I believe the code falls back to the unversioned soname because only that is available in the build tree (as opposed to the install tree). - FChE