pkgsrc-WIP-changes archive

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

(ham/wsjtx) update error log with MAKE_JOBS_SAFE=no



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

Modified Files:
	wsjt/Makefile
	wsjt/TODO

Log Message:
(ham/wsjtx) update error log with MAKE_JOBS_SAFE=no

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

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

diffstat:
 wsjt/Makefile |  8 +++++++-
 wsjt/TODO     | 19 ++++++++++---------
 2 files changed, 17 insertions(+), 10 deletions(-)

diffs:
diff --git a/wsjt/Makefile b/wsjt/Makefile
index 2a0ab0e3ed..8411326566 100644
--- a/wsjt/Makefile
+++ b/wsjt/Makefile
@@ -12,7 +12,7 @@ LICENSE=	gnu-gpl-v3
 
 USE_CMAKE=	yes
 USE_LANGUAGES+=	c c++ fortran
-USE_TOOLS+=	pkg-config
+USE_TOOLS+=	pkg-config gmake
 USE_LIBTOOL=	yes
 
 DEPENDS+=	qt5-qttranslations-[0-9]*:../../x11/qt5-qttranslations
@@ -23,6 +23,12 @@ CMAKE_ARGS+=	-DWSJT_SKIP_MANPAGES=ON
 CMAKE_ARGS+=	-DCMAKE_PREFIX_PATH=${PREFIX}/qt5
 CMAKE_ARGS+=	-DWSJT_GENERATE_DOCS=OFF
 
+#LDFLAGS+=	-L${PREFIX}/lib -lusb-1.0
+#MAKE_ENV+=	LIBUSB_FLAGS='-L${PREFIX}/lib -lusb-1.0'
+
+# debug only (checking log)
+MAKE_JOBS_SAFE=	no
+
 .include "../../graphics/openexr/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
diff --git a/wsjt/TODO b/wsjt/TODO
index a135bcb010..593f16f776 100644
--- a/wsjt/TODO
+++ b/wsjt/TODO
@@ -1,9 +1,10 @@
--- ******************************************************
--- 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':
+(latest problem) with MAKE_JOBS_SAFE= no
+
+
+Making all in tests
+libtool: link: gcc -Wall -g -O2 -fPIC -fdata-sections -ffunction-sections -Wl,--gc-sections -o rigctl rigctl-rigctl.o rigctl-rigctl_parse.o rigctl-dumpcaps.o rigctl-sprintflst.o  -ledit ../src/.libs/libhamlib.a -lm ../lib/.libs/libmisc.a -pthread
+ld: ../src/.libs/libhamlib.a(usb_port.o): in function `find_and_open_device':
+/tmp/WRKOBJDIR/wip/wsjt/work/wsjtx-2.3.0/hamlib-prefix/src/hamlib/src/usb_port.c:83: undefined reference to `libusb_get_device_list'
+ld: /tmp/WRKOBJDIR/wip/wsjt/work/wsjtx-2.3.0/hamlib-prefix/src/hamlib/src/usb_port.c:98: undefined reference to `libusb_get_device_descriptor'
+ld: /tmp/WRKOBJDIR/wip/wsjt/work/wsjtx-2.3.0/hamlib-prefix/src/hamlib/src/usb_port.c:110: undefined reference to `libusb_open'
+k


Home | Main Index | Thread Index | Old Index