Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2024 15:12:08 +0900
From:      Hiroo Ono <hiroo@oikumene.net>
To:        FreeBSD ports mailing list <freebsd-ports@freebsd.org>
Subject:   PRs on lang/julia (committer needed)
Message-ID:  <20240316151208.1ee72cc9@nowhere.oikumene.ukehi.net>

next in thread | raw e-mail | index | archive | help
Hello,

There are three open PR on lang/julia.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276112
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276113
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277697

The bug #276112 addresses the buil breakage by adding
LDFLAGS+=	-Wl,--undefined-version
which is just a band-aid solution.

The problem with the version script of lang/julia 1.9.4 is that is uses
the same version script for two libraries and a executable. It result in
having superfluous symbol name for each of the library or executable.
I addressed this problem by separating the version script in bug 277697.
I should have followed up bug 276112 instead of submitting bug 277697,
but I did not realize it was there when I submitted it.

The bug 276113 is separate problem, but I merged it in bug 277697.

So, is there any committer working on bug 277697 please? Then above
three bug can be all closed.
--
Hiroo Ono <hiroo@oikumene.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20240316151208.1ee72cc9>