svn commit: r492362 - head/audio/portaudio

Christoph Moench-Tegeder cmt at burggraben.net
Thu Feb 7 13:05:29 UTC 2019


## Tobias Kortkamp (tobik at FreeBSD.org):
> Log:
>   audio/portaudio: Build C++ bindings too

After this, portaudio is MAKE_JOBS_UNSAFE: in my poudriere, I get
  gmake[3]: *** No rule to make target '../../../lib/libportaudio.la', needed by 'libportaudiocpp.la'.  Stop.
  gmake[3]: *** Waiting for unfinished jobs....
[some more stuff, followed by]
  libtool: link: ( cd "lib/.libs" && rm -f "libportaudio.la" && ln -s "../libportaudio.la" "libportaudio.la" )
  gmake[1]: Leaving directory '/wrkdirs/usr/ports/audio/portaudio/work/portaudio'
  ===> Compilation failed unexpectedly.

Setting MAKE_JOBS_UNSAFE fixes that and allows the build to complete.

Regards,
Christoph

-- 
Spare Space


More information about the svn-ports-head mailing list