pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(ham/wsjtx) upto 17%, ld: cannot find -lboost_log_setup
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By: mef
Date: Mon Mar 29 00:33:18 2021 +0900
Changeset: 784ac48aef7b64a14cbbcf4bafc5749ca5787d81
Modified Files:
wsjtx/Makefile
wsjtx/TODO
Log Message:
(ham/wsjtx) upto 17%, ld: cannot find -lboost_log_setup
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=784ac48aef7b64a14cbbcf4bafc5749ca5787d81
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wsjtx/Makefile | 2 ++
wsjtx/TODO | 40 +++++++++++++---------------------------
2 files changed, 15 insertions(+), 27 deletions(-)
diffs:
diff --git a/wsjtx/Makefile b/wsjtx/Makefile
index a20740d16c..34bae4402b 100644
--- a/wsjtx/Makefile
+++ b/wsjtx/Makefile
@@ -27,6 +27,7 @@ CMAKE_ARGS+= -DLDFLAGS=-'Wl,-rpath-link=-lusb-1.0 -L${PREFIX}/lib'
CMAKE_ARGS+= -DLIBUSB_CFLAGS='-I ${PREFIX}/include/libusb-1.0 -lusb-1.0 -L${PREFIX}/lib'
CMAKE_ARGS+= -DLIBUSB_LIBS=-Wl,-rpath-link=-lusb-1.0 -L${PREFIX}/lib
CMAKE_ARGS+= -DLIBS=-Wl,-rpath-link=-lusb-1.0 -L${PREFIX}/lib
+CMAKE_ARGS+= -DQt5Test_DIR=${PREFIX}/qt5/lib/cmake/Qt5Test
#IBUSB_CFLAGS+= -lusb-1.0 -L${PREFIX}/lib
LDFLAGS+= ${COMPILER_RPATH_FLAG}=-lusb-1.0 -L${PREFIX}/lib
@@ -54,6 +55,7 @@ SUBST_VARS.hamlib= PREFIX
.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/libusb1/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
+.include "../../devel/boost-headers/buildlink3.mk"
.include "../../mk/libusb.buildlink3.mk"
BUILDLINK_API_DEPENDS.hamlib+= hamlib>=4.1
.include "../../ham/hamlib/buildlink3.mk"
diff --git a/wsjtx/TODO b/wsjtx/TODO
index 32fda54d58..8b15c4a89d 100644
--- a/wsjtx/TODO
+++ b/wsjtx/TODO
@@ -1,35 +1,21 @@
--- Looking for rig_set_cache_timeout_ms - found
-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.
-
-
--- Configuring incomplete, errors occurred!
-See also "/tmp/WRKOBJDIR/wip/wsjtx/work/wsjtx-2.3.0/wsjtx-prefix/src/wsjtx-build/CMakeFiles/CMakeOutput.log".
-See also "/tmp/WRKOBJDIR/wip/wsjtx/work/wsjtx-2.3.0/wsjtx-prefix/src/wsjtx-build/CMakeFiles/CMakeError.log".
-gmake[2]: *** [CMakeFiles/wsjtx-build.dir/build.make:86: wsjtx-prefix/src/wsjtx-stamp/wsjtx-configure] Error 1
+[ 17%] Linking CXX executable message_aggregator
+ld: cannot find -lboost_log
+ld: cannot find -lboost_log_setup
+ld: cannot find -lboost_filesystem
+ld: cannot find -lboost_thread
+ld: cannot find -lboost_date_time
+ld: cannot find -lboost_regex
+ld: cannot find -lboost_chrono
+ld: cannot find -lboost_atomic
+gmake[5]: *** [CMakeFiles/message_aggregator.dir/build.make:292: message_aggregator] Error 1
+gmake[4]: *** [CMakeFiles/Makefile2:263: CMakeFiles/message_aggregator.dir/all] Error 2
+gmake[3]: *** [Makefile:171: all] Error 2
+gmake[2]: *** [CMakeFiles/wsjtx-build.dir/build.make:80: wsjtx-prefix/src/wsjtx-stamp/wsjtx-build] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:244: CMakeFiles/wsjtx-build.dir/all] Error 2
gmake: *** [Makefile:103: all] Error 2
*** Error code 2
Stop.
-make[1]: stopped in /export/CHROOT/usr/pkgsrc/wip/wsjtx
-*** Error code 1
-
-Stop.
-make: stopped in /export/CHROOT/usr/pkgsrc/wip/wsjtx
Home |
Main Index |
Thread Index |
Old Index