pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(ham/gnuradio-core) restore ENABLE_GR_ANALOG=ON, clean up TODO
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By: mef
Date: Tue Aug 11 11:45:46 2020 +0900
Changeset: 6a55b30d34b6c5c611d04d7284902fee6c0c1a18
Modified Files:
gnuradio-core/Makefile.common
gnuradio-core/TODO
Log Message:
(ham/gnuradio-core) restore ENABLE_GR_ANALOG=ON, clean up TODO
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6a55b30d34b6c5c611d04d7284902fee6c0c1a18
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnuradio-core/Makefile.common | 2 +-
gnuradio-core/TODO | 75 -------------------------------------------
2 files changed, 1 insertion(+), 76 deletions(-)
diffs:
diff --git a/gnuradio-core/Makefile.common b/gnuradio-core/Makefile.common
index d24356c188..ce5132683d 100644
--- a/gnuradio-core/Makefile.common
+++ b/gnuradio-core/Makefile.common
@@ -74,7 +74,7 @@ CMAKE_ARGS=
# http://gnuradio.org/redmine/projects/gnuradio/wiki/CygwinInstallMain
CMAKE_ARGS+= -DENABLE_GNURADIO_RUNTIME=ON
-#MAKE_ARGS+= -DENABLE_GR_ANALOG=ON
+CMAKE_ARGS+= -DENABLE_GR_ANALOG=ON
CMAKE_ARGS+= -DENABLE_GR_AUDIO=ON
CMAKE_ARGS+= -DENABLE_GR_BLOCKS=ON
CMAKE_ARGS+= -DENABLE_GR_FFT=ON
diff --git a/gnuradio-core/TODO b/gnuradio-core/TODO
index e857424c77..b67a459c97 100644
--- a/gnuradio-core/TODO
+++ b/gnuradio-core/TODO
@@ -15,78 +15,3 @@
# : permission denied
(updating cmake 3.0.2 in wip doesn't help)
-****************************************************************
- generationg replace.mk
-****************************************************************
-
- 754 2019-09-16 23:08 grep INFO /tmp/log | awk '{print $6}' |sed -e 's/py.$/py/' |sort > nega
- 755 2019-09-16 23:08 (cd /tmp/wip/gnuradio-core/work/gnuradio-3.8.0.0; find . -name \*py ) | sed 's|./||' |sort > posi
-
- 775 2019-09-16 23:13 diff -u posi nega |grep '^\-' | sed -e "s/-/ /" -e 's/$/ \\/' >! replace-python.mk
-
-
-
-****************************************************************
- recent make problem
-****************************************************************
--- Checking for module SWIG
--- Found SWIG version 2.0.12.
---
--- Configuring python-support support...
--- Dependency PYTHONLIBS_FOUND = TRUE
--- Dependency SWIG_FOUND = TRUE
--- Dependency SWIG_VERSION_CHECK = FALSE
--- Dependency SIX_FOUND = TRUE
-CMake Error at cmake/Modules/GrComponent.cmake:75 (message):
- user force-enabled python-support but configuration checked failed
-Call Stack (most recent call first):
- CMakeLists.txt:373 (GR_REGISTER_COMPONENT)
-
-
--- Configuring incomplete, errors occurred!
-See also "/tmp/wip/gnuradio-core/work/gnuradio-3.8.0.0/build/CMakeFiles/CMakeOutput.log".
-See also "/tmp/wip/gnuradio-core/work/gnuradio-3.8.0.0/build/CMakeFiles/CMakeError.log".
-*** Error code 1
-
-
-as of 2020-08-10
--------------------------------------------------------------
-[100%] Linking CXX shared library libgnuradio-blocks.so
-ld: warning: libicudata.so.66, needed by /tmp/wip/gnuradio-core/work/.buildlink/lib/libboost_regex.so, not found (try using -rpath or -rpath-link)
-ld: warning: libicui18n.so.66, needed by /tmp/wip/gnuradio-core/work/.buildlink/lib/libboost_regex.so, not found (try using -rpath or -rpath-link)
-ld: warning: libicuuc.so.66, needed by /tmp/wip/gnuradio-core/work/.buildlink/lib/libboost_regex.so, not found (try using -rpath or -rpath-link)
-[100%] Built target gnuradio-blocks
-gmake: *** [Makefile:141: all] Error 2
-*** Error code 2
-
-Stop.
-make[1]: stopped in /export/CHROOT/usr/pkgsrc/wip/gnuradio-core
-*** Error code 1
-
-Stop.
-make: stopped in /export/CHROOT/usr/pkgsrc/wip/gnuradio-core
-
-as of 2020-08-11
----------------------------------------------------------------
--- Configuring python-support support...
--- Dependency PYTHONLIBS_FOUND = TRUE
--- Dependency SWIG_FOUND = TRUE
--- Dependency SWIG_VERSION_CHECK = FALSE
--- Dependency SIX_FOUND = TRUE
-CMake Error at cmake/Modules/GrComponent.cmake:75 (message):
- user force-enabled python-support but configuration checked failed
-Call Stack (most recent call first):
- CMakeLists.txt:381 (GR_REGISTER_COMPONENT)
-
-
--- Configuring incomplete, errors occurred!
-See also "/tmp/wip/gnuradio-core/work/gnuradio-3.8.1.0/build/CMakeFiles/CMakeOutput.log".
-*** Error code 1
-
-Stop.
-make[1]: stopped in /export/CHROOT/usr/pkgsrc/wip/gnuradio-core
-*** Error code 1
-
-Stop.
-make: stopped in /export/CHROOT/usr/pkgsrc/wip/gnuradio-core
-
Home |
Main Index |
Thread Index |
Old Index