pkgsrc-WIP-changes archive

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

(ham/wsjt) undefined reference to `libusb_error_name



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Mar 6 20:44:15 2021 +0900
Changeset:	321907d02cf424ab3efbe8b7a6baee221c673770

Modified Files:
	wsjt/Makefile
	wsjt/TODO

Log Message:
(ham/wsjt) undefined reference to `libusb_error_name

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=321907d02cf424ab3efbe8b7a6baee221c673770

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wsjt/Makefile |  2 ++
 wsjt/TODO     | 26 +++++++++-----------------
 2 files changed, 11 insertions(+), 17 deletions(-)

diffs:
diff --git a/wsjt/Makefile b/wsjt/Makefile
index afee8e14e2..b8d321b55d 100644
--- a/wsjt/Makefile
+++ b/wsjt/Makefile
@@ -38,5 +38,7 @@ do-build:
 .include "../../x11/qt5-qtmultimedia/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../devel/libusb1/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/wsjt/TODO b/wsjt/TODO
index 194bad93ff..a135bcb010 100644
--- a/wsjt/TODO
+++ b/wsjt/TODO
@@ -1,17 +1,9 @@
-
-CMake Error at tests/CMakeLists.txt:1 (find_package):
-  By not providing "FindQt5Test.cmake" in CMAKE_MODULE_PATH this project has
-  asked CMake to find a package configuration file provided by "Qt5Test", but
-  CMake did not find one.
-
-  Could not find a package configuration file provided by "Qt5Test"
-  (requested version 5) with any of the following names:
-
-    Qt5TestConfig.cmake
-    qt5test-config.cmake
-
-  Add the installation prefix of "Qt5Test" to CMAKE_PREFIX_PATH or set
-  "Qt5Test_DIR" to a directory containing one of the above files.  If
-  "Qt5Test" provides a separate development package or SDK, be sure it has
-  been installed.
-
+-- ******************************************************
+-- Building for for: NetBSD-x86_64
+-- ******************************************************
+ld: /tmp/WRKOBJDIR/wip/wsjt/work/wsjtx-2.3.0/build/hamlib-prefix/src/hamlib/rigs/kit/fifisdr.c:318: undefined reference to `libusb_error_name'
+ld: /tmp/WRKOBJDIR/wip/wsjt/work/wsjtx-2.3.0/build/hamlib-prefix/src/hamlib/rigs/kit/fifisdr.c:318: undefined reference to `libusb_error_name'
+ld: ../src/.libs/libhamlib.a(funcube.o): in function `funcube_get_info':
+/tmp/WRKOBJDIR/wip/wsjt/work/wsjtx-2.3.0/build/hamlib-prefix/src/hamlib/rigs/kit/funcube.c:318: undefined reference to `libusb_get_device'
+ld: /tmp/WRKOBJDIR/wip/wsjt/work/wsjtx-2.3.0/build/hamlib-prefix/src/hamlib/rigs/kit/funcube.c:318: undefined reference to `libusb_get_device_descriptor'
+ld: ../src/.libs/libhamlib.a(funcube.o): in function `funcube_get_level':


Home | Main Index | Thread Index | Old Index