pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: net/mosh breakage on Darwin (-current)



On Fri, 10 Nov 2023 at 07:16, Manuel Kuklinski <mk%asdfghasdfgh.de@localhost> wrote:
>
> Am Donnerstag 9 November 2023 um 21:00:11 +0100, schrieb Manuel Kuklinski 1,3K:
> > Now, the next error is a missing header file on Darwin, namely
> > "execinfo.h".
>
> Hi!
>
> mk ~/pkgsrc/pkgsrc $ cvs diff net/mosh/Makefile
> Index: net/mosh/Makefile
> ===================================================================
> RCS file: /cvsroot/pkgsrc/net/mosh/Makefile,v
> retrieving revision 1.36
> diff -r1.36 Makefile
> 13,14c13,14
> < USE_TOOLS+=       perl:run pkg-config
> < USE_LANGUAGES+=       c c++
> ---
> > USE_TOOLS+=       perl:run pkg-config gmake
> > USE_LANGUAGES+=       c c++14
> 17,18d16
> < USE_CXX_FEATURES+=    c++14
> <
> 28a27,28
> > .include "../../mk/bsd.prefs.mk"
> >
> 33a34,36
> > .if ${OPSYS} == "Darwin"
> > .include "../../devel/libexecinfo/buildlink3.mk"
> > .endif
>
> Builds sucessfully on Darwin 23.1.0.
>
> Kind regards.

FWIW, I was able to build it using pkgsrc under Linux (aarch64); it
failed on FreeBSD 14beta with some include file issues, as well as
under very recent NetBSD-current (here it hung creating .h files on a
'cat' command).


-- 
----


Home | Main Index | Thread Index | Old Index