tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: wip/soju 0.8.1
On Thu, Aug 08, 2024 at 07:36:58AM -0400, iris000%duck.com@localhost wrote:
> I updated wip/soju from 0.4.0 to 0.8.1.
>
> > soju is a user-friendly IRC bouncer. soju connects to upstream IRC
> > servers on behalf of the user to provide extra functionality. soju
> > supports many features such as multiple users, numerous IRCv3
> > extensions, chat history playback and detached channels. It is
> > well-suited for both small and large deployments.
>
> I contacted the original maintainer via email.
> Thanks to them for working on the original 0.4.0 package.
>
> I did some limited testing on NetBSD/i386 9.4, gcc 13 on Debian testing
> amd64, and gcc 11.2.0 and clang-13 on 32-bit Slackware 15.0.
>
> I noticed on NetBSD that non-working binaries are generated except for
> sojuctl, if 'mk/bsd.prefs.mk' is included before 'lang/go/go-module.mk'.
>
> > # pkg_add soju
> > # soju
> > soju: text relocations
> > soju: Cannot write-enable text segment: Permission denied
> > #
Because that file includes (in the end) go-vars.mk which has
CTF_SUPPORTED= no
RELRO_SUPPORTED= no
SSP_SUPPORTED= no
STRIP_DEBUG_SUPPORTED= no
MKPIE_SUPPORTED= no
Thomas
Home |
Main Index |
Thread Index |
Old Index