pkgsrc-WIP-changes archive

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

(ham/wsjtx) Add problem found in config.log



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Mar 27 00:18:13 2021 +0900
Changeset:	de1c79406386a00aa7b2f60c9c079741225516e6

Modified Files:
	wsjtx/TODO

Log Message:
(ham/wsjtx) Add problem found in config.log

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

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

diffstat:
 wsjtx/TODO | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diffs:
diff --git a/wsjtx/TODO b/wsjtx/TODO
index 593f16f776..bcdcc6f6c1 100644
--- a/wsjtx/TODO
+++ b/wsjtx/TODO
@@ -7,4 +7,16 @@ 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'
+
+
+---- WATCH config.log ---
+
+configure:19279: result: yes
+configure:19289: checking whether to build USB dependent backends
+configure:19301: result: yes
+configure:19310: checking for libusb_init in -lusb-1.0
+configure:19335: gcc -o conftest -g -O2 -fPIC -fdata-sections -ffunction-sections  -I/usr/pkg/include -I/usr/include -I/usr/pkg/qt5/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -Wl,--gc-sections conftest.c -lusb-1.0   >&5
+ld: cannot find -lusb-1.0
+configure:19335: $? = 1
+configure: failed program was:
 k


Home | Main Index | Thread Index | Old Index