On Monday, 11 September 2017 14:37:48 UTC+5:30, Piotr Krysik wrote:
W dniu 07.09.2017 o 16:09, kti...@gmail.com pisze:
> File "/usr/local/bin/grgsm_capture", line 235, in <module>
> elif not grgsm.arfcn.is_valid_arfcn(options.arfcn, options.band):
> TypeError: is_valid_arfcn() takes exactly 1 argument (2 given)
Mr Piotr Kkrysik , I'm still getting that error from the master branch,can you help ?
Hi,
I also have some problems with grgsm update...
> git checkout master
> git pull
> cd build
> make
At this point I get this:
[ 87%] Built target pygen_python_demapping_99350
Scanning dependencies of target pygen_apps
[ 88%] Generating grgsm_livemon
Warning: Block with key "gsm_bcch_ccch_demapper" already exists.
Ignoring: /usr/local/share/gnuradio/grc/blocks/gsm_bcch_ccch_demapper.xml
(then a ton of warnings, but it is OK)
(And then:)
Block - blocks_rotator_cc_0 - Rotator(blocks_rotator_cc):
Sink - in(0):
Port is not connected.
Error during file compilation.
apps/CMakeFiles/pygen_apps.dir/build.make:79: recipe for target
'apps/grgsm_livemon' failed
make[2]: *** [apps/grgsm_livemon] Error 1
CMakeFiles/Makefile2:1118: recipe for target
'apps/CMakeFiles/pygen_apps.dir/all' failed
make[1]: *** [apps/CMakeFiles/pygen_apps.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
Any idea what could be wrong? I am using Ubuntu 17.10.
Hi,
> How did you installed the previous version manually or using pybombs?
Pybombs.
> How did you installed gnuradio manually or using pybombs?
> Note that if you have installed them using pybombs you need to install
> gr-osmosdr using pybombs as well.
I tried, but got error:
-- SoapySDR version: v0.6.1-g285e72aa
-- ABI/so version: v0.6
-- Install prefix: /usr/local
-- Configuring incomplete, errors occurred!
See also "/usr/local/src/soapysdr/build/CMakeFiles/CMakeOutput.log".
See also "/usr/local/src/soapysdr/build/CMakeFiles/CMakeError.log".
PyBOMBS.Packager.source - ERROR - Configuration failed after running at
least twice.
PyBOMBS.Packager.source - ERROR - Problem occurred while building
package soapysdr:
Configuration failed
PyBOMBS.install_manager - ERROR - Error installing package soapysdr.
Aborting.
Anyway, I think I am gonna reinstall the whole computer. The problem is,
I am just updating to newer Ubuntu version for a several years, testing
some software, etc., and have other problems as well. Probably fresh
install would be the easiest solution.
https://0bin.net/paste/J1S2WWgar7BpP7PR#fHF199J7cLPa758GiZQUFlOyVf14NgL79S4zwZo76a6
Warning: Block with key "zeromq_sub_source" already exists. Ignoring: /usr/local/share/gnuradio/grc/blocks/zeromq_sub_source.xml Block key "rtlsdr_source" not found Validation failed: Block - blocks_rotator_cc_0 - Rotator(blocks_rotator_cc): Sink - in(0): Port is not connected. Error during file compilation.
matej@cryptoloop:~/gr-gsm/build$ sudo make install
Hi Matej,
https://0bin.net/paste/W+yUASsBNwhHc8Kd#sFEj6opxpmZ1+UckZP7xBDn1QssZ5GDz8O4thBN3nW8
-- PYTHON3_EXECUTABLE: /usr/bin/python3 Failed to import the site module Error processing line 1 of /usr/lib/python3/dist-packages/keyrings.alt-2.2-nspkg.pth: Traceback (most recent call last): File "/usr/lib/python3.6/site.py", line 174, in addpackage exec(line) File "<string>", line 1, in <module> File "/usr/lib/python3.6/types.py", line 171, in <module> import functools as _functools File "/usr/lib/python3.6/functools.py", line 21, in <module> from collections import namedtuple File "/usr/lib/python3.6/collections/__init__.py", line 32, in <module> from reprlib import recursive_repr as _recursive_repr File "/usr/local/lib/python2.7/dist-packages/reprlib/__init__.py", line 7, in <module> raise ImportError('This package should not be accessible on Python 3. ' ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site.py", line 561, in <module> main() File "/usr/lib/python3.6/site.py", line 548, in main known_paths = addsitepackages(known_paths) File "/usr/lib/python3.6/site.py", line 345, in addsitepackages addsitedir(sitedir, known_paths) File "/usr/lib/python3.6/site.py", line 213, in addsitedir addpackage(sitedir, name, known_paths) File "/usr/lib/python3.6/site.py", line 184, in addpackage import traceback File "/usr/lib/python3.6/traceback.py", line 3, in <module> import collections File "/usr/lib/python3.6/collections/__init__.py", line 32, in <module> from reprlib import recursive_repr as _recursive_repr File "/usr/local/lib/python2.7/dist-packages/reprlib/__init__.py", line 7, in <module> raise ImportError('This package should not be accessible on Python 3. ' ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted. -- PYTHON3_INSTALL_DIR: ${prefix}/ -- PYTHON3LIBS_FOUND: TRUE -- PYTHON3_INCLUDE_DIRS: /usr/include/python3.5m -- PYTHON3_LIBRARIES: /usr/lib/x86_64-linux-gnu/libpython3.5m.so -- CMAKE_SWIG_FLAGS=-c++;-threads CMake Error at python3/CMakeLists.txt:87 (install): install TARGETS given no LIBRARY DESTINATION for module target "_SoapySDR3".
pybombs recipes updatethen double check that soapysdr.lwr contains (https://github.com/gnuradio/gr-recipes/commit/fade356837b822264d72697e851b860fb92fa827)
vars:and then try installing gr-osmosdr with pybombs again.
config_opt: ' -DENABLE_PYTHON3=OFF '