From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:48457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4296-0005av-Rh for guix-patches@gnu.org; Wed, 13 Mar 2019 07:34:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4294-0005ZT-HP for guix-patches@gnu.org; Wed, 13 Mar 2019 07:34:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55809) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h4294-0005ZK-9n for guix-patches@gnu.org; Wed, 13 Mar 2019 07:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h4294-0005dZ-4V for guix-patches@gnu.org; Wed, 13 Mar 2019 07:34:02 -0400 Subject: bug#34728: [PATCH] Update Wireshark to 3.0.0 Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Nicolas Goaziou References: <87va0zc5y7.fsf@nicolasgoaziou.fr> <87ef7dt7s0.fsf@gnu.org> <877ed4qr0l.fsf@nicolasgoaziou.fr> <87y35j9ja8.fsf@gnu.org> Date: Wed, 13 Mar 2019 12:33:04 +0100 In-Reply-To: <87y35j9ja8.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Wed, 13 Mar 2019 11:10:39 +0100") Message-ID: <87wol3ovpr.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 34728-done@debbugs.gnu.org Hello, Ludovic Court=C3=A8s writes: > Look, there=E2=80=99s no $ORIGIN in there! :-) Indeed. The supposed $ORIGIN issue was a guess of mine. I guessed it wrong. > So the problem is really that /gnu/store/=E2=80=A6-wireshark-3.0.0/lib is > missing. > > That=E2=80=99s not a problem in practice because ethercat.so is a plugin,= so > it=E2=80=99s dlopen=E2=80=99d by a process that already provides libwires= hark. (It=E2=80=99s > still bad style IMO.) > > Anyway you can keep #:validate-runpath? #f and adjust the comment. I updated the comment, and pushed as 2b6ab17f7d61bcee92194d8b155a709481a95244. Thank you. Regards, --=20 Nicolas Goaziou