On 2019/01/02 14:30, Landry Breuil wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2019/01/02 14:30:48 > > Modified files: > audio/ncmpc : Makefile distinfo > audio/ncmpc/patches: patch-doc_meson_build patch-src_screen_cxx > audio/ncmpc/pkg: PLIST > Added files: > audio/ncmpc/patches: patch-src_ProgressBar_cxx > patch-src_StatusBar_cxx > patch-src_TitleBar_cxx > patch-src_screen_init_cxx > Removed files: > audio/ncmpc/patches: patch-src_colors_cxx > > Log message: > Update to ncmpc 0.33. > > Maintainer timeout.. >
Build fails on ld.bfd arches, test on amd64 with "make USE_LLD=No" if you have current infrastructure. ---------- [58/70] c++ -o test/run_hscroll 'test/9f86d08@@run_hscroll@exe/run_hscroll.cxx.o' 'ncmpc@exe/src_BasicMarquee.cxx.o' 'ncmpc@exe/src_util_LocaleString.cxx.o' -L/usr/local/lib -Wl,--as-needed -O2 -pipe -Wl,--start-group -lintl -Wl,--end- group FAILED: test/run_hscroll c++ -o test/run_hscroll 'test/9f86d08@@run_hscroll@exe/run_hscroll.cxx.o' 'ncmpc@exe/src_BasicMarquee.cxx.o' 'ncmpc@e xe/src_util_LocaleString.cxx.o' -L/usr/local/lib -Wl,--as-needed -O2 -pipe -Wl,--start-group -lintl -Wl,--end-group /usr/bin/../lib/libc++abi.so.0.1: undefined reference to `pthread_rwlock_rdlock' /usr/bin/../lib/libc++.so.2.0: undefined reference to `pthread_mutexattr_destroy' /usr/bin/../lib/libc++abi.so.0.1: undefined reference to `pthread_rwlock_unlock' /usr/bin/../lib/libc++.so.2.0: undefined reference to `pthread_detach' /usr/bin/../lib/libc++abi.so.0.1: undefined reference to `pthread_rwlock_wrlock' /usr/bin/../lib/libc++.so.2.0: undefined reference to `pthread_mutexattr_settype' /usr/bin/../lib/libc++.so.2.0: undefined reference to `pthread_mutexattr_init' /usr/bin/../lib/libc++.so.2.0: undefined reference to `pthread_join' c++: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed. *** Error 1 in audio/ncmpc (/usr/ports/devel/meson/meson.port.mk:51 'do-build') ----------
