~emersion/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH basu] Drop unused symbols from version script after 5263c249495b

Details
Message ID
<a5tn-v8gd-wny@FreeBSD.org>
DKIM signature
missing
Download raw message
Patch: +0 -3
LLD 16 enabled --no-undefined-version by default but temporarily[1]
downgraded errors to warnings. LLD 17 now fails to build:

ld: error: version script assignment of 'global' to symbol 'sd_bus_attach_event' failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'sd_bus_detach_event' failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'sd_bus_get_event' failed: symbol not defined

[1] https://github.com/llvm/llvm-project/commit/c1949c6a310ae965be4995f46e9b47c56dc5f05f
---
 src/libsystemd/libsystemd.sym | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym
index cdb775a..de32b5e 100644
--- a/src/libsystemd/libsystemd.sym
+++ b/src/libsystemd/libsystemd.sym
@@ -72,9 +72,6 @@ global:
        sd_bus_get_current_message;
        sd_bus_get_current_handler;
        sd_bus_get_current_userdata;
        sd_bus_attach_event;
        sd_bus_detach_event;
        sd_bus_get_event;
        sd_bus_add_filter;
        sd_bus_add_match;
        sd_bus_add_object;

[basu/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CVJJRA9CVAEQ.187LTVADNLNJV@cirno2>
In-Reply-To
<a5tn-v8gd-wny@FreeBSD.org> (view parent)
DKIM signature
missing
Download raw message
basu/patches: SUCCESS in 53s

[Drop unused symbols from version script after 5263c249495b][0] from [Jan Beich][1]

[0]: https://lists.sr.ht/~emersion/public-inbox/patches/44750
[1]: jbeich@FreeBSD.org

✓ #1058028 SUCCESS basu/patches/alpine.yml  https://builds.sr.ht/~emersion/job/1058028
✓ #1058029 SUCCESS basu/patches/freebsd.yml https://builds.sr.ht/~emersion/job/1058029
Details
Message ID
<61AirO7C2erw75tBs3q-rAt4zfiDEDhSVqZ7G82FkpRjzAnWB0Sfgdw1s193nHzK4y4fczNjTznr3AnQTflv8O18ufB7cZ3v8rXB78CftKE=@emersion.fr>
In-Reply-To
<a5tn-v8gd-wny@FreeBSD.org> (view parent)
DKIM signature
missing
Download raw message
Pushed, thanks!
Reply to thread Export thread (mbox)