From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.devel Subject: strange shlib version change in 3.0.4 Date: Sun, 08 Nov 2020 10:55:55 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3084"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (berkeley-unix) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Sun Nov 08 16:56:28 2020 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kbn3L-0000jA-V0 for guile-devel@m.gmane-mx.org; Sun, 08 Nov 2020 16:56:27 +0100 Original-Received: from localhost ([::1]:43114 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kbn3L-0000Xl-1Y for guile-devel@m.gmane-mx.org; Sun, 08 Nov 2020 10:56:27 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38212) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kbn2u-0000XQ-2H for guile-devel@gnu.org; Sun, 08 Nov 2020 10:56:00 -0500 Original-Received: from s1.lexort.com ([2605:2700:0:2:a800:ff:fe4b:be00]:54922) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kbn2s-0003A5-Cw for guile-devel@gnu.org; Sun, 08 Nov 2020 10:55:59 -0500 Original-Received: by s1.lexort.com (Postfix, from userid 10853) id A7B26410801; Sun, 8 Nov 2020 10:55:55 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lexort.com; s=mail; t=1604850955; bh=cdJ36bAKqbU+T9ofnhRjcoSA5/DgEdRWZIoqmW/Igls=; h=From:To:Subject:Date; b=MLrcaKz3kfrRiqUXIml+crGusCFkTrn2OpmQrLr4KLLMM1pC7mVqkZGWEoUwhKDvV BBI01k6ccfXBtedoiQ1KcVE9AtF58llk0DSv1HnGOicj00MfXfZk0Z1TvELvA7iNWg vEB5Nppi3576tNq16KQqLa9feDvJJ3QWiFNov1Sc= OpenPGP: id=098ED60E Received-SPF: pass client-ip=2605:2700:0:2:a800:ff:fe4b:be00; envelope-from=gdt@lexort.com; helo=s1.lexort.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/08 10:55:56 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:20608 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I am updating the guile 3.0 package in pkgsrc (in pkgsrc-wip for now) from 3.0.3 to 3.0.4. I noticed the following (which is really pkgsrc telling me that the new shlib is different from the old one): ERROR: ************************************************************ ERROR: The following files are in the PLIST but not in /tmp/work/wip/guile3= 0/work/.destdir/usr/pkg: ERROR: /tmp/work/wip/guile30/work/.destdir/usr/pkg/guile/3.0/lib/li= bguile-3.0.so.3.0.0-gdb.scm ERROR: ************************************************************ ERROR: The following files are in /tmp/work/wip/guile30/work/.destdir/usr/p= kg but not in the PLIST: ERROR: /tmp/work/wip/guile30/work/.destdir/usr/pkg/guile/3.0/lib/li= bguile-3.0.so.1.2.0-gdb.scm It seems strange for libguile-30.so to go backwards, and this smells like a libtool versioning error (and I know that is very very difficult). Is the shlib version change intended? Greg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQS7wyAjWilQwVHG9Vsf2nroCY7WDgUCX6gVCwAKCRAf2nroCY7W DmIBAJ48DXGfna997Xl2jJ68UIbbZEfe+gCfZ21faY5AQ+2omX1vj/YRMedZOrc= =oQLX -----END PGP SIGNATURE----- --=-=-=--