pkgsrc-Users archive

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

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



Am Mittwoch 8 November 2023 um 23:53:08 +0100, schrieb Manuel Kuklinski 0,8K:
> Am Dienstag 7 November 2023 um 7:02:11 +0100, schrieb Manuel Kuklinski 4,7K:
> > Hi!
> > 
> > Yesterday I tried building net/mosh from -current on Darwin:
> > 
> > - - - - - - - - - - %< - - - - - - - - - -
> > 
> > --- mosh-client.o ---
> > mosh-client.cc:34:10: fatal error: 'version.h' file not found
> > #include "version.h"
> >          ^~~~~~~~~~~
> > --- mosh-server.o ---
> > mosh-server.cc:34:10: fatal error: 'version.h' file not found
> > #include "version.h"
> >          ^~~~~~~~~~~
> > 
> > - - - - - - - - - - %< - - - - - - - - - -
> 
> O.K., "version.h" is generated from ${WRKSRC}/src/include, doing
> 
>     make version.h
> 
> I don't know why this doesn't get catched recursively, as stated in:
> 
> - - - - - - - - - - %< - - - - - - - - - -
> 
>     --- all ---
>     /Users/mk/pkgsrc/pkg/bin/bmake  all-recursive
>     --- all-recursive ---
> 
> - - - - - - - - - - %< - - - - - - - - - -
> 
> Kind regards.

O.K., as noted on #pkgsrc by Amitai, building with gmake solved the
problem with generation of "version.h"

Now, the next error is a missing header file on Darwin, namely
"execinfo.h".

I suspect:

    -labsl_stacktrace /Users/mk/pkgsrc/pkg/lib/libexecinfo.dylib

but it's a wild guess - lacking energy to further look into this, ATM
:-(

Kind regards.


Home | Main Index | Thread Index | Old Index