Re: [systemd-devel] New developer building systemd

2021-09-14 Thread Lennart Poettering
On Fr, 10.09.21 17:44, Marcus Harrison (mar...@harrisonland.co.uk) wrote: > Hey folks, > > I've downloaded the systemd sources and am attempting to build with GCC 9.4 on > KDE Neon and am receiving the build error described in build-error.txt on > updated main branch (as of writing). > > I've patc

Re: [systemd-devel] New developer building systemd

2021-09-13 Thread Cristian Rodríguez
The function is used.. only when HAVE_LIBCRYPTSETUP. You either need to define it on an #ifdef HAVE_LIBCRYPTSETUP or add add an __attribute__(__unused__) to it, then the warning will shut up and the linker may garbage collect it later. On Fri, Sep 10, 2021 at 12:50 PM Marcus Harrison wrote: >

Re: [systemd-devel] New developer building systemd

2021-09-10 Thread Marcus Harrison
On Freitag, 10. September 2021 17:44:56 CEST Marcus Harrison wrote: > Hey folks, > > I've downloaded the systemd sources and am attempting to build with GCC 9.4 > on KDE Neon and am receiving the build error described in build-error.txt > on updated main branch (as of writing). > > I've patched a

[systemd-devel] New developer building systemd

2021-09-10 Thread Marcus Harrison
Hey folks, I've downloaded the systemd sources and am attempting to build with GCC 9.4 on KDE Neon and am receiving the build error described in build-error.txt on updated main branch (as of writing). I've patched around it using the change described in remove_unused_function.patch, which allo