unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* shlib major change from 3.0.3 to 3.0.4
@ 2020-12-13 14:44 Greg Troxel
  2020-12-13 19:56 ` Chris Vine
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Troxel @ 2020-12-13 14:44 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]


I am packaging guile 3 in pkgsrc-wip.  (It's not promoted to pkgsrc
proper because I am still having some issues.)

Doing the update from 3.0.3 to 3.0.4 I found this change in install
files:


-guile/3.0/lib/libguile-3.0.so.3.0.0-gdb.scm
+guile/3.0/lib/libguile-3.0.so.1.2.0-gdb.scm


and that strikes me as likely a bug.  Are others seeing this?  Is it
supposed to be 3.1.0 or 3.0.1, to reflect a micro change?  Having the
major version go backwards is baffling to me.

Greg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

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

* Re: shlib major change from 3.0.3 to 3.0.4
  2020-12-13 14:44 shlib major change from 3.0.3 to 3.0.4 Greg Troxel
@ 2020-12-13 19:56 ` Chris Vine
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Vine @ 2020-12-13 19:56 UTC (permalink / raw)
  To: guile-devel

On Sun, 13 Dec 2020 09:44:01 -0500
Greg Troxel <gdt@lexort.com> wrote:
> 
> I am packaging guile 3 in pkgsrc-wip.  (It's not promoted to pkgsrc
> proper because I am still having some issues.)
> 
> Doing the update from 3.0.3 to 3.0.4 I found this change in install
> files:
> 
> -guile/3.0/lib/libguile-3.0.so.3.0.0-gdb.scm
> +guile/3.0/lib/libguile-3.0.so.1.2.0-gdb.scm
> 
> and that strikes me as likely a bug.  Are others seeing this?  Is it
> supposed to be 3.1.0 or 3.0.1, to reflect a micro change?  Having the
> major version go backwards is baffling to me.

More to the point, you will have seen guile-3.0.2's libguile-3.0.so.1
move to guile-3.0.3's libguile-3.0.so.3 and then move back to
guile-3.0.4's libguile-3.0.so.1 

guile-3.0.3 was released with an accidental SO version bump: micro
versions of guile are supposed to retain and not break ABI/SO-version
compatibility.  guile-3.0.4 was released shortly thereafter correcting
the problem.  It looks as if you were unfortunate enough to have
installed guile during the hiatus period.

The best thing is to install guile-3.0.4 and recompile anything which
links to libguile-3.0.so.



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

end of thread, other threads:[~2020-12-13 19:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-13 14:44 shlib major change from 3.0.3 to 3.0.4 Greg Troxel
2020-12-13 19:56 ` Chris Vine

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).