WiFi security auditing tools suite
aircrack-ng/aircrack-ng-archive 854
Pre-migration repository. New repository ➙
Blue Hydra
A simple wrapper for l2ping which shows rssi
Digital Metadata Receive, Record, and Report
necrose99/necromancy-overlay 4
Necrose99 Gentoo overlay (Caution Mad-Scientists working here) Dev mentorship welcome
Simple Blue Hydra Interface
necrose99/calamares-pentoo-branding 2
calamares Installer pentoo-branding Slides
push eventpentoo/pentoo-overlay
commit sha 1735f74e0bebc3a51ab8ba0e6af83b5234111653
fix ruby:2.6 migration typo fix, remove the package oddly keeping ruby 2.5 around for no reason, fix emerge flags to be sensible for revdep-rebuild
push time in 7 hours
push eventpentoo/pentoo-overlay
commit sha aee521a34cf2879eb3df2a3c8520ae7117f882d9
deal with bundler update gentoo updated bundler 1.17.3-r1 and no longer wraps the bundler bin, now it's only shipped with 2.1.4 so we need 2.1.4 or we can't call bundler
commit sha af1ad681d32e92564b1c777a60e597d4a99a6b31
revbump all the dep changes I did in the last commit
commit sha 6d21e7f2141bf0d752ed895fcb40e86378bd52b8
pentoo-updater: so gentoo doesn't update ruby targets automatically, so I guess we have to
commit sha 9eb7b62e1aa25a4eeb7cb6f557ae1cebf844cd2b
pentoo-updater: ensure things aren't stuck on ruby25
push time in 10 hours
issue commentpothosware/SoapyUHD
soapyuhd 0.4.0 can't compile against uhd 4.0.0.0
thanks again :-)
comment created time in 10 hours
issue commentrfhs/wctf-support
all that is tied to the "game". the current game is 30 days... I could make them shorter, it's just we had 30 days till the next con...
comment created time in a day
push eventpentoo/pentoo-overlay
commit sha 65edb0e1d107a42228c4337ed59a03b54bfb1a14
profile: rtl_433 more soapy
push time in a day
issue closedZeroChaos-/blue_hydra
apt autoremove removes necessary ruby dependencies
After some system updates/upgrades in a Debian based distro, re-running "bundle install" is sometimes necessary in order to restore functionality to blue hyrda due to packages that were removed from the execution of "apt autoremove".
If possible, address this in an update so that using "apt autoremove" can be run without this consequence.
closed time in 2 days
charliebabbitt1988issue commentZeroChaos-/blue_hydra
apt autoremove removes necessary ruby dependencies
the install instructions in the readme are the best I can do. apt autoremove doesn't remove ruby gems installed by bundler, so I really have no idea what's wrong for you. It seems more likely that you got a new version of ruby and needed to reinstall the needed gems.
comment created time in 2 days
issue openedrfhs/wctf-support
pull in hashcat et all in pentoo
pentoo is currently too thin and doesn't include pentoo-opencl or hashcat, which it should.
created time in 2 days
issue openedrfhs/wctf-support
per usako and trevor, kali needs pciutils to appease airmon-ng
created time in 2 days
push eventpentoo/pentoo-overlay
commit sha 2d88d1a7cccf4e185e536b05ee2392451aafebc0
profile: keep stable sinatra, it meets our needs
commit sha 6cd5c283e2aa5a09b36e301c628bdc7d98f50e46
profile: mask bundler:2 for breaking upgrade, remove in a month
push time in 2 days
push eventpentoo/pentoo-overlay
commit sha 961bedf318a45a20ee8cc63b1c5818bda7385681
profile: help bundler update
push time in 2 days
issue commentpentoo/pentoo-overlay
net-mail/davmail-bin[server] should not assume make_desktop_entry is available
An inherit is missing for desktop, but it is always available, even on headless servers.
comment created time in 3 days
push eventpentoo/pentoo-overlay
commit sha 19e525f507e9613f93849930880304cdba49174e
zero-profile: some people don't like zsh I guess, so I need a use flag
push time in 5 days
push eventpentoo/pentoo-overlay
commit sha c908d736114584122a0e76aa70842f971946a342
remove bumblebee/primus as they are no longer needed
push time in 5 days
push eventpentoo/pentoo-overlay
commit sha 95406be1ca33fedfae96a5c39b9f3f025aecbb19
profile: helps if I do it right
push time in 5 days
push eventpentoo/pentoo-overlay
commit sha f8c963122103953cf3246957992c17292fb011e7
profile: move nessus stuff to package.keywords
commit sha 006ad0d6f8d49e2a393ec6d22a9fb1b855bb3cb0
profile: add note to nessus
push time in 5 days
issue commentpothosware/SoapyUHD
soapyuhd 0.4.0 can't compile against uhd 4.0.0.0
compiled successfully and looking good. my apologies for not catching this before asking for a release. Risking it all again, can I get another tag please? :-)
comment created time in 6 days
push eventpentoo/pentoo-overlay
commit sha 69b63e117926dfc26ac744de8a6bd65d05db41a0
profile: continuing migration, repoman isn't even mad yet
push time in 6 days
push eventpentoo/pentoo-overlay
commit sha 9ce8d7fcb15771f2b1e44f9580d3d1fc02a7a4d5
profile: start moving what makes sense from accept_keywords to keywords. keywords should be used for things we want to stabilize ahead of gentoo in favor of accept_keywords despite it being a bit more annoying to use
push time in 6 days
issue commentpothosware/SoapyUHD
soapyuhd 0.4.0 can't compile against uhd 4.0.0.0
zero@theprophet ~ % cat /usr/include/uhd/version.hpp
//
// Copyright 2010-2016 Ettus Research LLC
// Copyright 2018 Ettus Research, a National Instruments Company
//
// SPDX-License-Identifier: GPL-3.0-or-later
//
#pragma once
/*!
* The ABI version string that the client application builds against.
* Call get_abi_string() to check this against the library build.
* The format is oldest API compatible release - ABI compat number.
* The compatibility number allows pre-release ABI to be versioned.
*/
#define UHD_VERSION_ABI_STRING "4.0.0"
/*!
* A macro to check UHD version at compile-time.
* The value of this macro is MAJOR * 1000000 + API * 10000 + ABI * 100 + PATCH
* (e.g., for UHD 3.10.0.1 this is 3100001).
*/
#define UHD_VERSION 4000000
#ifdef __cplusplus
#include <uhd/config.hpp>
#include <string>
namespace uhd{
//! Get the version string (dotted version number + build info)
UHD_API std::string get_version_string(void);
//! Get the ABI compatibility string for this build of the library
UHD_API std::string get_abi_string(void);
//! Get the component string
UHD_API std::string get_component(void);
} //namespace uhd
#endif
comment created time in 6 days
issue openedpothosware/SoapyUHD
soapyuhd 0.4.0 can't compile against uhd 4.0.0.0
This compiles fine against older uhd, but doesn't appear to quite be compatible with 4.0.0.0
cmake -C /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build/gentoo_toolchain.cmake /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0
loading initial cache file /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build/gentoo_common_config.cmake
-- The CXX compiler identification is GNU 9.3.0
-- The C compiler identification is GNU 9.3.0
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PkgConfig: x86_64-pc-linux-gnu-pkg-config (found version "0.29.2")
-- Found UHD: /usr/lib64/libuhd.so
-- UHD root directory: /usr
-- UHD include directories: /usr/include
-- UHD libraries: /usr/lib64/libuhd.so
-- Checking uhd::device::register_device() API...
-- Reading /usr/include/uhd/device.hpp...
-- has filter API
-- Checking uhd::usrp::multi_usrp::set_rx_agc() API...
-- Reading /usr/include/uhd/usrp/multi_usrp.hpp...
-- has set_rx_agc() API
-- Checking uhd::property::set_publisher() API...
-- Reading /usr/include/uhd/property_tree.hpp...
-- has set_publisher() API
-- use log.hpp for logging
-- Configuring Boost C++ Libraries...
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found Boost: /usr/include (found version "1.72.0") found components: thread system chrono date_time atomic
-- Boost include directories: /usr/include
-- Boost library directories: /usr/lib64
-- Boost libraries: /usr/lib64/libboost_thread-mt.so;-lpthread;/usr/lib64/libboost_system-mt.so;/usr/lib64/libboost_chrono-mt.so;/usr/lib64/libboost_date_time-mt.so;/usr/lib64/libboost_atomic-mt.so
-- Module uhdSupport configured with version: 0.4.0
-- Using install prefix: /usr
-- <<< Gentoo configuration >>>
Build type Gentoo
Install path /usr
Compiler flags:
C -O3 -march=native -mtune=native -pipe -frecord-gcc-switches
C++ -O3 -march=native -mtune=native -pipe -frecord-gcc-switches
Linker flags:
Executable -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0
Module -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--no-undefined
Shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--no-undefined
-- Configuring done
-- Generating done
-- Build files have been written to: /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build
>>> Source configured.
>>> Compiling source in /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build"
make -j1 VERBOSE=1
/usr/bin/cmake -S/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0 -B/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build/CMakeFiles /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build'
make -f CMakeFiles/soapySupport.dir/build.make CMakeFiles/soapySupport.dir/depend
make[2]: Entering directory '/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build'
cd /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0 /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0 /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build/CMakeFiles/soapySupport.dir/DependInfo.cmake --color=
Dependee "/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build/CMakeFiles/soapySupport.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build/CMakeFiles/soapySupport.dir/depend.internal".
Dependee "/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build/CMakeFiles/soapySupport.dir/depend.internal".
Scanning dependencies of target soapySupport
make[2]: Leaving directory '/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build'
make -f CMakeFiles/soapySupport.dir/build.make CMakeFiles/soapySupport.dir/build
make[2]: Entering directory '/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build'
[ 20%] Building CXX object CMakeFiles/soapySupport.dir/UHDSoapyDevice.cpp.o
/usr/bin/x86_64-pc-linux-gnu-g++ -DBOOST_ALL_DYN_LINK -DUHD_HAS_DEVICE_FILTER -DUHD_HAS_SET_PUBLISHER -DUHD_HAS_SET_RX_AGC -DsoapySupport_EXPORTS -I/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0 -DNDEBUG -O3 -march=native -mtune=native -pipe -frecord-gcc-switches -fPIC -Wall -Wextra -std=gnu++11 -o CMakeFiles/soapySupport.dir/UHDSoapyDevice.cpp.o -c /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp: In member function ‘virtual uhd::rx_streamer::sptr UHDSoapyDevice::get_rx_stream(const uhd::stream_args_t&)’:
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:725:62: error: no match for ‘operator=’ (operand types are ‘std::map<long unsigned int, boost::weak_ptr<uhd::rx_streamer> >::mapped_type’ {aka ‘boost::weak_ptr<uhd::rx_streamer>’} and ‘uhd::rx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::rx_streamer>’})
725 | for(const size_t ch : args.channels) _rx_streamers[ch] = stream;
| ^~~~~~
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:49:16: note: candidate: ‘boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(const boost::weak_ptr<T>&) [with T = uhd::rx_streamer]’
49 | weak_ptr & operator=( weak_ptr const & r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:49:44: note: no known conversion for argument 1 from ‘uhd::rx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::rx_streamer>’} to ‘const boost::weak_ptr<uhd::rx_streamer>&’
49 | weak_ptr & operator=( weak_ptr const & r ) BOOST_SP_NOEXCEPT
| ~~~~~~~~~~~~~~~~~^
/usr/include/boost/smart_ptr/weak_ptr.hpp:116:16: note: candidate: ‘boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(boost::weak_ptr<T>&&) [with T = uhd::rx_streamer]’
116 | weak_ptr & operator=( weak_ptr && r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:116:39: note: no known conversion for argument 1 from ‘uhd::rx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::rx_streamer>’} to ‘boost::weak_ptr<uhd::rx_streamer>&&’
116 | weak_ptr & operator=( weak_ptr && r ) BOOST_SP_NOEXCEPT
| ~~~~~~~~~~~~^
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:160:16: note: candidate: ‘template<class Y> boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(const boost::weak_ptr<Y>&) [with Y = Y; T = uhd::rx_streamer]’
160 | weak_ptr & operator=( weak_ptr<Y> const & r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:160:16: note: template argument deduction/substitution failed:
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:725:62: note: ‘uhd::rx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::rx_streamer>’} is not derived from ‘const boost::weak_ptr<Y>’
725 | for(const size_t ch : args.channels) _rx_streamers[ch] = stream;
| ^~~~~~
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:173:16: note: candidate: ‘template<class Y> boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(boost::weak_ptr<Y>&&) [with Y = Y; T = uhd::rx_streamer]’
173 | weak_ptr & operator=( weak_ptr<Y> && r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:173:16: note: template argument deduction/substitution failed:
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:725:62: note: ‘uhd::rx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::rx_streamer>’} is not derived from ‘boost::weak_ptr<Y>’
725 | for(const size_t ch : args.channels) _rx_streamers[ch] = stream;
| ^~~~~~
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:182:16: note: candidate: ‘template<class Y> boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(const boost::shared_ptr<Y>&) [with Y = Y; T = uhd::rx_streamer]’
182 | weak_ptr & operator=( shared_ptr<Y> const & r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:182:16: note: template argument deduction/substitution failed:
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:725:62: note: ‘uhd::rx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::rx_streamer>’} is not derived from ‘const boost::shared_ptr<X>’
725 | for(const size_t ch : args.channels) _rx_streamers[ch] = stream;
| ^~~~~~
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:726:51: error: no match for ‘operator=’ (operand types are ‘std::map<long unsigned int, boost::weak_ptr<uhd::rx_streamer> >::mapped_type’ {aka ‘boost::weak_ptr<uhd::rx_streamer>’} and ‘uhd::rx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::rx_streamer>’})
726 | if (args.channels.empty()) _rx_streamers[0] = stream;
| ^~~~~~
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:49:16: note: candidate: ‘boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(const boost::weak_ptr<T>&) [with T = uhd::rx_streamer]’
49 | weak_ptr & operator=( weak_ptr const & r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:49:44: note: no known conversion for argument 1 from ‘uhd::rx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::rx_streamer>’} to ‘const boost::weak_ptr<uhd::rx_streamer>&’
49 | weak_ptr & operator=( weak_ptr const & r ) BOOST_SP_NOEXCEPT
| ~~~~~~~~~~~~~~~~~^
/usr/include/boost/smart_ptr/weak_ptr.hpp:116:16: note: candidate: ‘boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(boost::weak_ptr<T>&&) [with T = uhd::rx_streamer]’
116 | weak_ptr & operator=( weak_ptr && r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:116:39: note: no known conversion for argument 1 from ‘uhd::rx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::rx_streamer>’} to ‘boost::weak_ptr<uhd::rx_streamer>&&’
116 | weak_ptr & operator=( weak_ptr && r ) BOOST_SP_NOEXCEPT
| ~~~~~~~~~~~~^
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:160:16: note: candidate: ‘template<class Y> boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(const boost::weak_ptr<Y>&) [with Y = Y; T = uhd::rx_streamer]’
160 | weak_ptr & operator=( weak_ptr<Y> const & r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:160:16: note: template argument deduction/substitution failed:
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:726:51: note: ‘uhd::rx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::rx_streamer>’} is not derived from ‘const boost::weak_ptr<Y>’
726 | if (args.channels.empty()) _rx_streamers[0] = stream;
| ^~~~~~
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:173:16: note: candidate: ‘template<class Y> boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(boost::weak_ptr<Y>&&) [with Y = Y; T = uhd::rx_streamer]’
173 | weak_ptr & operator=( weak_ptr<Y> && r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:173:16: note: template argument deduction/substitution failed:
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:726:51: note: ‘uhd::rx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::rx_streamer>’} is not derived from ‘boost::weak_ptr<Y>’
726 | if (args.channels.empty()) _rx_streamers[0] = stream;
| ^~~~~~
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:182:16: note: candidate: ‘template<class Y> boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(const boost::shared_ptr<Y>&) [with Y = Y; T = uhd::rx_streamer]’
182 | weak_ptr & operator=( shared_ptr<Y> const & r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:182:16: note: template argument deduction/substitution failed:
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:726:51: note: ‘uhd::rx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::rx_streamer>’} is not derived from ‘const boost::shared_ptr<X>’
726 | if (args.channels.empty()) _rx_streamers[0] = stream;
| ^~~~~~
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp: In member function ‘virtual uhd::tx_streamer::sptr UHDSoapyDevice::get_tx_stream(const uhd::stream_args_t&)’:
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:865:62: error: no match for ‘operator=’ (operand types are ‘std::map<long unsigned int, boost::weak_ptr<uhd::tx_streamer> >::mapped_type’ {aka ‘boost::weak_ptr<uhd::tx_streamer>’} and ‘uhd::tx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::tx_streamer>’})
865 | for(const size_t ch : args.channels) _tx_streamers[ch] = stream;
| ^~~~~~
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:49:16: note: candidate: ‘boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(const boost::weak_ptr<T>&) [with T = uhd::tx_streamer]’
49 | weak_ptr & operator=( weak_ptr const & r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:49:44: note: no known conversion for argument 1 from ‘uhd::tx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::tx_streamer>’} to ‘const boost::weak_ptr<uhd::tx_streamer>&’
49 | weak_ptr & operator=( weak_ptr const & r ) BOOST_SP_NOEXCEPT
| ~~~~~~~~~~~~~~~~~^
/usr/include/boost/smart_ptr/weak_ptr.hpp:116:16: note: candidate: ‘boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(boost::weak_ptr<T>&&) [with T = uhd::tx_streamer]’
116 | weak_ptr & operator=( weak_ptr && r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:116:39: note: no known conversion for argument 1 from ‘uhd::tx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::tx_streamer>’} to ‘boost::weak_ptr<uhd::tx_streamer>&&’
116 | weak_ptr & operator=( weak_ptr && r ) BOOST_SP_NOEXCEPT
| ~~~~~~~~~~~~^
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:160:16: note: candidate: ‘template<class Y> boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(const boost::weak_ptr<Y>&) [with Y = Y; T = uhd::tx_streamer]’
160 | weak_ptr & operator=( weak_ptr<Y> const & r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:160:16: note: template argument deduction/substitution failed:
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:865:62: note: ‘uhd::tx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::tx_streamer>’} is not derived from ‘const boost::weak_ptr<Y>’
865 | for(const size_t ch : args.channels) _tx_streamers[ch] = stream;
| ^~~~~~
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:173:16: note: candidate: ‘template<class Y> boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(boost::weak_ptr<Y>&&) [with Y = Y; T = uhd::tx_streamer]’
173 | weak_ptr & operator=( weak_ptr<Y> && r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:173:16: note: template argument deduction/substitution failed:
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:865:62: note: ‘uhd::tx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::tx_streamer>’} is not derived from ‘boost::weak_ptr<Y>’
865 | for(const size_t ch : args.channels) _tx_streamers[ch] = stream;
| ^~~~~~
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:182:16: note: candidate: ‘template<class Y> boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(const boost::shared_ptr<Y>&) [with Y = Y; T = uhd::tx_streamer]’
182 | weak_ptr & operator=( shared_ptr<Y> const & r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:182:16: note: template argument deduction/substitution failed:
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:865:62: note: ‘uhd::tx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::tx_streamer>’} is not derived from ‘const boost::shared_ptr<X>’
865 | for(const size_t ch : args.channels) _tx_streamers[ch] = stream;
| ^~~~~~
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:866:51: error: no match for ‘operator=’ (operand types are ‘std::map<long unsigned int, boost::weak_ptr<uhd::tx_streamer> >::mapped_type’ {aka ‘boost::weak_ptr<uhd::tx_streamer>’} and ‘uhd::tx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::tx_streamer>’})
866 | if (args.channels.empty()) _tx_streamers[0] = stream;
| ^~~~~~
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:49:16: note: candidate: ‘boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(const boost::weak_ptr<T>&) [with T = uhd::tx_streamer]’
49 | weak_ptr & operator=( weak_ptr const & r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:49:44: note: no known conversion for argument 1 from ‘uhd::tx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::tx_streamer>’} to ‘const boost::weak_ptr<uhd::tx_streamer>&’
49 | weak_ptr & operator=( weak_ptr const & r ) BOOST_SP_NOEXCEPT
| ~~~~~~~~~~~~~~~~~^
/usr/include/boost/smart_ptr/weak_ptr.hpp:116:16: note: candidate: ‘boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(boost::weak_ptr<T>&&) [with T = uhd::tx_streamer]’
116 | weak_ptr & operator=( weak_ptr && r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:116:39: note: no known conversion for argument 1 from ‘uhd::tx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::tx_streamer>’} to ‘boost::weak_ptr<uhd::tx_streamer>&&’
116 | weak_ptr & operator=( weak_ptr && r ) BOOST_SP_NOEXCEPT
| ~~~~~~~~~~~~^
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:160:16: note: candidate: ‘template<class Y> boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(const boost::weak_ptr<Y>&) [with Y = Y; T = uhd::tx_streamer]’
160 | weak_ptr & operator=( weak_ptr<Y> const & r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:160:16: note: template argument deduction/substitution failed:
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:866:51: note: ‘uhd::tx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::tx_streamer>’} is not derived from ‘const boost::weak_ptr<Y>’
866 | if (args.channels.empty()) _tx_streamers[0] = stream;
| ^~~~~~
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:173:16: note: candidate: ‘template<class Y> boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(boost::weak_ptr<Y>&&) [with Y = Y; T = uhd::tx_streamer]’
173 | weak_ptr & operator=( weak_ptr<Y> && r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:173:16: note: template argument deduction/substitution failed:
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:866:51: note: ‘uhd::tx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::tx_streamer>’} is not derived from ‘boost::weak_ptr<Y>’
866 | if (args.channels.empty()) _tx_streamers[0] = stream;
| ^~~~~~
In file included from /usr/include/boost/smart_ptr/enable_shared_from_this.hpp:16,
from /usr/include/boost/enable_shared_from_this.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:18,
from /usr/include/boost/thread/thread_only.hpp:17,
from /usr/include/boost/thread/thread.hpp:12,
from /usr/include/uhd/utils/log.hpp:12,
from /var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:23:
/usr/include/boost/smart_ptr/weak_ptr.hpp:182:16: note: candidate: ‘template<class Y> boost::weak_ptr<T>& boost::weak_ptr<T>::operator=(const boost::shared_ptr<Y>&) [with Y = Y; T = uhd::tx_streamer]’
182 | weak_ptr & operator=( shared_ptr<Y> const & r ) BOOST_SP_NOEXCEPT
| ^~~~~~~~
/usr/include/boost/smart_ptr/weak_ptr.hpp:182:16: note: template argument deduction/substitution failed:
/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/SoapyUHD-soapy-uhd-0.4.0/UHDSoapyDevice.cpp:866:51: note: ‘uhd::tx_streamer::sptr’ {aka ‘std::shared_ptr<uhd::tx_streamer>’} is not derived from ‘const boost::shared_ptr<X>’
866 | if (args.channels.empty()) _tx_streamers[0] = stream;
| ^~~~~~
make[2]: *** [CMakeFiles/soapySupport.dir/build.make:63: CMakeFiles/soapySupport.dir/UHDSoapyDevice.cpp.o] Error 1
make[2]: Leaving directory '/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build'
make[1]: *** [CMakeFiles/Makefile2:78: CMakeFiles/soapySupport.dir/all] Error 2
make[1]: Leaving directory '/var/tmp/portage/net-wireless/soapyuhd-0.4.0/work/soapyuhd-0.4.0_build'
make: *** [Makefile:141: all] Error 2
created time in 6 days
issue commentpothosware/SoapyUHD
thank you for all your hard work on this project. it's much appreciated. :-)
comment created time in 6 days
push eventpentoo/pentoo-overlay
commit sha 10db36eab2d27a72ff268749b7392e2f812b489e
portapack-mayhem: bump
push time in 7 days
push eventpentoo/pentoo-overlay
commit sha e269f34cd123871fc7a24a409918a2ac3c286577
pentoo-system: drop old outdated bumblebee
commit sha 213484ce90e6dfd625eba86f5b362a8fbcf1d80e
uhd: remove in favor of gentoo
commit sha 674a2df484694e3de527cfb3394393918f70e1c3
patch_finder: fork back from gentoo since they are removing it
commit sha cd52241672d7ca82ef14217fa355a94e5c7926ea
thin: ruby26
commit sha 55e33e047f0aa5d6ff67f9841bf4b160d70d5cf3
zero-system: more metasploit for me to test
commit sha f79a59b3b7b202d4fc621611892d87e2d13290af
metasploit: ruby26
commit sha 3e08a4d24560d04aef2e4942fd8d94d53887d0a3
profile: complete migration to ruby26
push time in 7 days
issue commentsrsLTE/srsLTE
pretty similar here with the 20.04.2 release
92% tests passed, 61 tests failed out of 739
Total Test time (real) = 131.66 sec
The following tests FAILED:
396 - algebra_2x2_zf_solver_test (Failed)
472 - phy_dl_test-p6-t3-m0 (Failed)
473 - phy_dl_test-p6-t3-m7 (Failed)
474 - phy_dl_test-p6-t3-m14 (Failed)
475 - phy_dl_test-p6-t3-m21 (Failed)
476 - phy_dl_test-p6-t3-m28 (Failed)
492 - phy_dl_test-p6-t3-q-m0 (Failed)
493 - phy_dl_test-p6-t3-q-m7 (Failed)
494 - phy_dl_test-p6-t3-q-m14 (Failed)
495 - phy_dl_test-p6-t3-q-m21 (Failed)
496 - phy_dl_test-p6-t3-q-m27 (Failed)
512 - phy_dl_test-p15-t3-m0 (Failed)
513 - phy_dl_test-p15-t3-m7 (Failed)
514 - phy_dl_test-p15-t3-m14 (Failed)
515 - phy_dl_test-p15-t3-m21 (Failed)
516 - phy_dl_test-p15-t3-m28 (Failed)
532 - phy_dl_test-p15-t3-q-m0 (Failed)
533 - phy_dl_test-p15-t3-q-m7 (Failed)
534 - phy_dl_test-p15-t3-q-m14 (Failed)
535 - phy_dl_test-p15-t3-q-m21 (Failed)
536 - phy_dl_test-p15-t3-q-m26 (Failed)
552 - phy_dl_test-p25-t3-m0 (Failed)
553 - phy_dl_test-p25-t3-m7 (Failed)
554 - phy_dl_test-p25-t3-m14 (Failed)
555 - phy_dl_test-p25-t3-m21 (Failed)
556 - phy_dl_test-p25-t3-m28 (Failed)
572 - phy_dl_test-p25-t3-q-m0 (Failed)
573 - phy_dl_test-p25-t3-q-m7 (Failed)
574 - phy_dl_test-p25-t3-q-m14 (Failed)
575 - phy_dl_test-p25-t3-q-m21 (Failed)
576 - phy_dl_test-p25-t3-q-m27 (Failed)
592 - phy_dl_test-p50-t3-m0 (Failed)
593 - phy_dl_test-p50-t3-m7 (Failed)
594 - phy_dl_test-p50-t3-m14 (Failed)
595 - phy_dl_test-p50-t3-m21 (Failed)
596 - phy_dl_test-p50-t3-m28 (Failed)
612 - phy_dl_test-p50-t3-q-m0 (Failed)
613 - phy_dl_test-p50-t3-q-m7 (Failed)
614 - phy_dl_test-p50-t3-q-m14 (Failed)
615 - phy_dl_test-p50-t3-q-m21 (Failed)
616 - phy_dl_test-p50-t3-q-m27 (Failed)
632 - phy_dl_test-p75-t3-m0 (Failed)
633 - phy_dl_test-p75-t3-m7 (Failed)
634 - phy_dl_test-p75-t3-m14 (Failed)
635 - phy_dl_test-p75-t3-m21 (Failed)
636 - phy_dl_test-p75-t3-m28 (Failed)
652 - phy_dl_test-p75-t3-q-m0 (Failed)
653 - phy_dl_test-p75-t3-q-m7 (Failed)
654 - phy_dl_test-p75-t3-q-m14 (Failed)
655 - phy_dl_test-p75-t3-q-m21 (Failed)
656 - phy_dl_test-p75-t3-q-m27 (Failed)
672 - phy_dl_test-p100-t3-m0 (Failed)
673 - phy_dl_test-p100-t3-m7 (Failed)
674 - phy_dl_test-p100-t3-m14 (Failed)
675 - phy_dl_test-p100-t3-m21 (Failed)
676 - phy_dl_test-p100-t3-m28 (Failed)
692 - phy_dl_test-p100-t3-q-m0 (Failed)
693 - phy_dl_test-p100-t3-q-m7 (Failed)
694 - phy_dl_test-p100-t3-q-m14 (Failed)
695 - phy_dl_test-p100-t3-q-m21 (Failed)
696 - phy_dl_test-p100-t3-q-m27 (Failed)
comment created time in 7 days
issue openedpothosware/SoapyUHD
now is a great time to make an updated/compatible soapyuhd release.
created time in 7 days
issue commentEttusResearch/uhd
running make test with 'PYTHON_PATH=python make test' works. I leave this bug open and up to the discretion of the team to close or do something about. I would recommend changing the python to makefile to ensure it never accidentally pulls the installed version for testing, but it's up to you all.
comment created time in 7 days
issue commentEttusResearch/uhd
theprophet uhd-4.0.0.0 # python3 host/tests/pychdr_parse_test.py
Traceback (most recent call last):
File "host/tests/pychdr_parse_test.py", line 11, in <module>
from uhd import chdr
ImportError: cannot import name 'chdr' from 'uhd' (/usr/lib/python3.7/site-packages/uhd/__init__.py)
theprophet uhd-4.0.0.0 # python3 host/tests/pyranges_test.py
theprophet uhd-4.0.0.0 # echo $?
0
pychdr_parse_test has an obvious issue when I run it manually, I have no idea why pyranges_test fails.
Unfortunately the pychdr_parse_test is a painful one, it's trying to import something which isn't installed yet. This isn't just a problem for me, this is a problem for everyone. When testing a new version, this test is going to import the installed version instead of the version attempting to be tested.
comment created time in 7 days
issue commentaircrack-ng/aircrack-ng
Airmon-ng: handle Qualcomm qcacld monitor mode
can anyone confirm that setting channel with iw works? I can set airmon-ng to do that quite easily if it works.
comment created time in 7 days
issue openedEttusResearch/uhd
98% tests passed, 2 tests failed out of 81
Total Test time (real) = 0.74 sec
The following tests FAILED:
50 - pyranges_test (Failed)
52 - pychdr_parse_test (Failed)
Errors while running CTest
I am ready and able to troubleshoot this, please let me know what you need. I suspect most of you already know that you can find me on freenode if desired.
created time in 7 days
push eventpentoo/pentoo-overlay
commit sha a7de4cc16daf4dfea61ebed3088d4d5e0e8f56ef
pentoo-radio: add sigdigger
commit sha 9dd518bf2dce32c6116e88d10beb084747dabc2d
profile: sigdigger and deps
commit sha 9e383a1c568d9a8e46a12cd0f8c7c5a674d9cafe
profile/virtual: take jdk/jre 11
commit sha 5d23dcb2f511c129d489a46de9a6d4035ee6c89a
net-analyzer/sdrplay: remove in favor of net-wireless/sdrplay in gentoo
commit sha cf72f783a5ee48a8954ee594e6b56ab713b675df
profile: remove stale package.accept_keywords entries per portpeek
commit sha e7ef784e72db91f1cea646f0752ab696212b081b
profile: remove stale package.unmask entries per portpeek
commit sha 1d8e93d69caa726b76ec4ebf133cfc7dc9c6a5f6
zero-profile: qemu for my testing
push time in 8 days
issue commentaircrack-ng/aircrack-ng
Airmon-ng: handle Qualcomm qcacld monitor mode
So iw can't set channels, and iwconfig can't set channels? Am I reading this thread right? If both of those don't work, then being in monitor mode is likely pretty worthless....
comment created time in 8 days
push eventpentoo/pentoo-overlay
commit sha 4375acae85fb22d0ed1f2b02387f4a168c7156fb
profile: knowing the problem doesn't make it easy to fix, disabling ruby26 till it's stable
commit sha c63bcbdd38022ea244f3623b52bc52ab482af5fb
zero-profile: add more use flags so I test more things
push time in 8 days
push eventpentoo/pentoo-overlay
commit sha 53261dfc2bfc4ea245241e1b3991cc51ac71741a
pentoo-misc: usbguard
push time in 9 days
push eventpentoo/pentoo-overlay
commit sha 0162e1026fa7edc1bf82c65d6d5ac510531bee57
profile: thanks to zmedico for the right fix
push time in 9 days
push eventpentoo/pentoo-overlay
commit sha 6faa464abc30c59740d0eeaa1ffbf446a1dba224
profile: binpkgs should all be rebuilt without debugging, so remove the INSTALL_MASK
push time in 9 days
push eventpentoo/pentoo-overlay
commit sha b2cdea90461498535099292b1d9e0b3aa4e817b5
profile: something is wrong with our profile and ruby26 is not being stable masked like it should be
push time in 9 days
push eventpentoo/pentoo-overlay
commit sha 48dcb94515b4f8e16161aaf69e6c2a545697845f
profile: properly deprecate x86 default
push time in 9 days
push eventpentoo/pentoo-overlay
commit sha 9ac0be9626a478a276fa7d8073c28c6a9adaf2e6
profile: remove a mess which shouldn't have been there in the first place
commit sha 8c2c47d021930e3da9807c02cd560f9c7e3404b2
profile: don't replicate gentoo profiles for no reason
commit sha 32d287f34a875801cfe96a378167d096cb7e5f9b
profile: x86 default is dead on pentoo
push time in 9 days
push eventpentoo/pentoo-overlay
commit sha cb5cea02362fbab43ac90ca4a0821ed955ed157c
profile: something wonky on gentoo side as they prep for ruby26 to be stable, hold until they are ready
push time in 9 days
issue commentpentoo/pentoo-overlay
ERROR: net-analyzer/wpscan-3.8.6::pentoo failed (prepare phase): on Gentoo ~amd64
differences available from earlier attached files
Using concurrent-ruby 1.1.7
Using i18n 1.8.5
Using minitest 5.14.2
Using tzinfo 1.2.7
Using zeitwerk 2.4.0
Using activesupport 6.0.3.3
Using bundler 2.1.4
Using ffi 1.13.1
Using nokogiri 1.10.10
Using sys-proctable 1.2.2
comment created time in 9 days
push eventpentoo/pentoo-overlay
commit sha d9818744aef4d75a1853780161afaf7544b1b6bd
profile: bcrypt for x86
push time in 9 days
push eventpentoo/pentoo-overlay
commit sha c992ad35a0bc2a31806f3304280aef41d6571a2b
metasploit: accidently found slightly loose dep
push time in 9 days
push eventpentoo/pentoo-overlay
commit sha 2e6acd8b8f319c12d47ca91a7417a29f62222bc9
rex-socket: fix test, doc, and don't install crap files
commit sha 90045bdc3eff3a9d285e8d9d5b997da7b2c05ecf
dev-ruby/ipaddr: don't instal unneeded crap files
push time in 9 days
push eventpentoo/pentoo-overlay
commit sha 70ee77aa6d7f76b4da4d2f6efda0a2b3a6d4daa6
cms_scanner: missing deps
commit sha 4bb7f2f8cc1530b7831e83a9666f1b6558a2b78e
cms_scanner: clean old
commit sha 07b391c2907dde61c28de51c4c897215bbbce706
wpscan: remove old
push time in 9 days
issue commentpentoo/pentoo-overlay
ERROR: net-analyzer/wpscan-3.8.6::pentoo failed (prepare phase): on Gentoo ~amd64
Bundler can figure out the deps just fine from what upstream has done, the bug is in Anton.
comment created time in 9 days
issue commentpentoo/pentoo-overlay
ERROR: net-analyzer/wpscan-3.8.6::pentoo failed (prepare phase): on Gentoo ~amd64
and with no irony at all, the dep list I added to wpscan isn't matched in cmsscanner. Awesome work
comment created time in 9 days
issue commentpentoo/pentoo-overlay
ERROR: net-analyzer/wpscan-3.8.6::pentoo failed (prepare phase): on Gentoo ~amd64
It works for me with bundler 2, so that's clearly not the issue either. Maybe you should be testing instead of guessing?
comment created time in 9 days
push eventpentoo/pentoo-overlay
commit sha d214e03d62a115c1a12ba18dae8694fb275a763b
Revert "wpscan: typo" This reverts commit c29ce7c50e22d5a3c6011af015a5dc1353c81129. because this commit is wrong
commit sha 6064e8d486e3c8af7f756ffccc3c819746df57ee
Revert "wpscan: do not allow bundler:2, fix https://github.com/pentoo/pentoo-overlay/issues/676" This reverts commit ac05cd46ea6b2f68e7cc10f2761b05083a2ef248. because this commit is untested and wrong
push time in 9 days
issue commentpentoo/pentoo-overlay
ERROR: net-analyzer/wpscan-3.8.6::pentoo failed (prepare phase): on Gentoo ~amd64
do you even test things? It works fine on bundler 2 for me. Your untested "fix" and untested revert are trying my patience.
comment created time in 9 days
push eventpentoo/pentoo-overlay
commit sha 30123688f01b86460edaa0e294c3aad8c5b44112
profile: push x86 metasploit to release ebuild
push time in 9 days
issue openednet-ssh/bcrypt_pbkdf-ruby
unable to build on x86 (32bit)
As reported on gentoo's bug tracker, 32 bit x86 compiling is broken https://bugs.gentoo.org/629164
Including up to the latest tag
Installing bcrypt_pbkdf 1.0.1 (was 1.1.0.rc1) with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory:
/var/tmp/portage/net-analyzer/metasploit-9999/work/all/vendor/ruby/2.5.0/gems/bcrypt_pbkdf-1.0.1/ext/mri
/usr/bin/ruby25 -r ./siteconf20200914-252-mtxmyv.rb extconf.rb
creating Makefile
current directory:
/var/tmp/portage/net-analyzer/metasploit-9999/work/all/vendor/ruby/2.5.0/gems/bcrypt_pbkdf-1.0.1/ext/mri
make "DESTDIR=" clean
current directory:
/var/tmp/portage/net-analyzer/metasploit-9999/work/all/vendor/ruby/2.5.0/gems/bcrypt_pbkdf-1.0.1/ext/mri
make "DESTDIR="
compiling bcrypt_pbkdf.c
compiling bcrypt_pbkdf_ext.c
compiling blowfish.c
compiling explicit_bzero.c
compiling hash_sha512.c
linking shared-object bcrypt_pbkdf_ext.so
/usr/lib/gcc/i686-pc-linux-gnu/9.3.0/../../../../i686-pc-linux-gnu/bin/ld:
bcrypt_pbkdf.o: in function `bcrypt_pbkdf':
bcrypt_pbkdf.c:(.text+0x221): undefined reference to `SHA512Update'
/usr/lib/gcc/i686-pc-linux-gnu/9.3.0/../../../../i686-pc-linux-gnu/bin/ld:
bcrypt_pbkdf.c:(.text+0x2b1): undefined reference to `SHA512Update'
/usr/lib/gcc/i686-pc-linux-gnu/9.3.0/../../../../i686-pc-linux-gnu/bin/ld:
bcrypt_pbkdf.c:(.text+0x2c3): undefined reference to `SHA512Update'
/usr/lib/gcc/i686-pc-linux-gnu/9.3.0/../../../../i686-pc-linux-gnu/bin/ld:
bcrypt_pbkdf.c:(.text+0x32c): undefined reference to `SHA512Update'
collect2: error: ld returned 1 exit status
make: *** [Makefile:259: bcrypt_pbkdf_ext.so] Error 1
Can you please remove the inline definitions as suggested in the gentoo bug?
created time in 9 days
issue closedpentoo/pentoo-overlay
ERROR: net-analyzer/wpscan-3.8.6::pentoo failed (prepare phase): on Gentoo ~amd64
net-analyzer/wpscan-3.8.6::pentoo failes to install with following error:
Using wpscan 3.8.6 from source at `.`
* ACCESS DENIED: mkdir: /usr/lib64/ruby/gems/2.5.0/bin
Errno::EACCES: Permission denied @ dir_s_mkdir - /usr/lib64/ruby/gems/2.5.0/bin
An error occurred while installing wpscan (3.8.6), and Bundler cannot continue.
In Gemfile:
wpscan
* ERROR: net-analyzer/wpscan-3.8.6::pentoo failed (prepare phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 125: Called src_prepare
* environment, line 2114: Called ruby-ng_src_prepare
* environment, line 1773: Called _ruby_each_implementation 'each_ruby_prepare'
* environment, line 546: Called _ruby_invoke_environment 'ruby25' 'each_ruby_prepare'
* environment, line 667: Called each_ruby_prepare
* environment, line 851: Called die
* The specific snippet of code:
* MSF_ROOT="." BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die;
*
* If you need support, post the output of `emerge --info '=net-analyzer/wpscan-3.8.6::pentoo'`,
* the complete build log and the output of `emerge -pqv '=net-analyzer/wpscan-3.8.6::pentoo'`.
* The complete build log is located at '/var/tmp/portage/net-analyzer/wpscan-3.8.6/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-analyzer/wpscan-3.8.6/temp/environment'.
* Working directory: '/var/tmp/portage/net-analyzer/wpscan-3.8.6/work/ruby25/wpscan-3.8.6'
* S: '/var/tmp/portage/net-analyzer/wpscan-3.8.6/work/ruby25/wpscan-3.8.6'
* --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
* LOG FILE: "/var/tmp/portage/net-analyzer/wpscan-3.8.6/temp/sandbox.log"
*
This seems to be sandbox rules violation. --info and build.log files are attached.
- LOG FILE: "/var/tmp/portage/net-analyzer/wpscan-3.8.6/temp/sandbox.log" - not present.
wpscan-3.8.6-info.txt wpscan-3.8.6-build.txt
Also wpscan can be updated to 3.8.7: https://github.com/wpscanteam/wpscan/releases/tag/v3.8.7
Thanks a lot for the AWESOME overlay!
closed time in 9 days
xp-vitissue commentpentoo/pentoo-overlay
ERROR: net-analyzer/wpscan-3.8.6::pentoo failed (prepare phase): on Gentoo ~amd64
The deps were NON-EXISTANT. Fixed now, enjoy.
comment created time in 9 days
push eventpentoo/pentoo-overlay
commit sha d94df5ac06ad82255d0fd4e2cbdcd35adecf6f28
wpscan: add some deps, closes issue #676
push time in 9 days
issue commentpentoo/pentoo-overlay
ERROR: net-analyzer/wpscan-3.8.6::pentoo failed (prepare phase): on Gentoo ~amd64
After 10 seconds of looking at the ebuild the problem is obviously because the deps weren't listed in the ebuild, literally at all. The fact that these are already installed by other packages doesn't make this right. I'll fix the entirely missing deps.
comment created time in 9 days
issue commentpentoo/pentoo-overlay
ERROR: net-analyzer/wpscan-3.8.6::pentoo failed (prepare phase): on Gentoo ~amd64
The point of that bundler line is that it throws sandbox errors if we get the deps wrong. I strongly suspect the deps are wrong or missing something. That, or bundler 2.x has changed how bundle install --local works
comment created time in 9 days
push eventpentoo/pentoo-overlay
commit sha 5d655fc42f414569a1911eb795676778f3635145
pentoo-exploit: re-adding metasploit
commit sha 4b65639b7371ab5813e32c5072e4b8f9904b5fb3
profile: comment fix
push time in 12 days
push eventpentoo/pentoo-overlay
commit sha 62cd67d4468afcb6632f45ee28ea2e49c72c1f5d
eselect-metasploit: minor ebuild cleanup, minor speed improvement, stub out bundle-audit use in msfloader
push time in 12 days
push eventpentoo/pentoo-overlay
commit sha b54acaecb17ff83ba14427620c75149c360a27f0
eselect-metasploit: missing whitespace
push time in 12 days
push eventpentoo/pentoo-overlay
commit sha 6e928f32a736d59b5a4a3ded771cb07b1a2e4766
eselect-metasploit: add versatility to insanity
push time in 12 days
push eventpentoo/pentoo-overlay
commit sha e7b31323f2a14343000479b1c4d2c6a4953cf5ab
eselect-metasploit: make it work for 17.1
push time in 12 days
issue commentaircrack-ng/aircrack-ng
Airmon-ng: handle Qualcomm qcacld monitor mode
I took a wild stab at this based on the information provided thus far. Please let me know how it goes....
comment created time in 12 days
push eventaircrack-ng/aircrack-ng
commit sha 9fdc52f278f18057ce42a43c77ee7288da796964
airmon-ng.linux: maybe fix issue #2179 support icnss based on feedback on issue #2179
push time in 12 days
issue commentaircrack-ng/aircrack-ng
Airmon-ng: handle Qualcomm qcacld monitor mode
Does channel control with iw work for this device?
comment created time in 12 days
issue commentaircrack-ng/aircrack-ng
Airmon-ng: handle Qualcomm qcacld monitor mode
sorry, I need the exit code. That or just drop the -q and give me the output.
comment created time in 13 days
push eventpentoo/pentoo-overlay
commit sha 6d758768cdaee36670c0c668f497fd0291d153e1
eselect-metasploit: ugh, I hate myself
commit sha 7a7af2944f3f10acdaf1444f86e64c120eed5260
metasploit: ugh, I hate myself
commit sha ed2d8c81232633bdbfbf26219e4d5042a6747575
zero-profile: less cruft for metasploit
commit sha 2c5a44869840250e6e910107aebb14681bf6be97
profile: metasploit live
push time in 13 days
push eventpentoo/pentoo-overlay
commit sha 8aaeb40aba0c60228b35e876a90f9a096c154c0a
pentoo-sources: bump, include crazy usb patch in experimental
push time in 14 days
push eventpentoo/pentoo-overlay
commit sha a16f20d1da350a2a361ba164a9e2930864bd5d15
profile: kismet needs the speed, so -O3
push time in 14 days
issue commentaircrack-ng/aircrack-ng
Airmon-ng: handle Qualcomm qcacld monitor mode
can I also see the output of this please?
iw phy phy0 info | grep -q 'interface combinations are not supported'
comment created time in 15 days
issue closedaircrack-ng/aircrack-ng
Airmon nh doesnt change name of my Interface
Hello I have a problem now
When I put Interface Wlan0 in monitor mode with airmon-ng it don't change name to my Interface and it is always the same name Before today I don't had this problem.. Something can help me? Thanks
closed time in 15 days
devilmen80issue commentaircrack-ng/aircrack-ng
Airmon nh doesnt change name of my Interface
This isn't a bug. If it were a bug then you would have an error message from airmon-ng. Show us your output please.
comment created time in 15 days
push eventpentoo/pentoo-overlay
commit sha 7051354bf68905ee267b9b8ff500f10fe54d4ea3
profile: bump gemato for portage 3.0.6
push time in 15 days
push eventpentoo/pentoo-overlay
commit sha 80afc3e527aa98f65cba9105f34fbcf9370d323c
profile: dnscrypt-proxy
push time in 16 days
push eventpentoo/pentoo-overlay
commit sha 15bebbc0aa4d47f9070bc3c13bd8bbd827e4b006
profile: new gr-osmosdr
push time in 16 days
issue commentaircrack-ng/aircrack-ng
Airmon-ng: handle Qualcomm qcacld monitor mode
What is the driver detected as by airmon-ng? Show me "airmon-ng --verbose'" and I can add this pretty easily.
comment created time in 18 days
startedunsynchronized/gr-mixalot
started time in 19 days
push eventpentoo/pentoo-overlay
commit sha 8ce0c14d0f430f7bea77412f4d3e1a884344fa7b
gr-mixalot: doxygen isn't optional
push time in 20 days
push eventpentoo/pentoo-overlay
commit sha 9a9ecaf92a04c38090516c09e2353614fad98171
pentoo-core: don't need the startx info in motd anymore
push time in 20 days
push eventpentoo/pentoo-overlay
commit sha 9c3436d1199b60f50747092c362c19134c1ea414
pentoo-installer: fix hostname correctly
push time in 20 days
issue closedpentoo/pentoo-installer
something might be wrong with my recent commits allowing the hostname to be reset multiples times. that something is that it doesn't appear to work at all when run in the installer, but it works fine when run outside the installer...
closed time in 20 days
ZeroChaos-issue openedpentoo/pentoo-installer
something might be wrong with my recent commits allowing the hostname to be reset multiples times. that something is that it doesn't appear to work at all when run in the installer, but it works fine when run outside the installer...
created time in 21 days
push eventpentoo/pentoo-overlay
commit sha a498a20da6252cc0a4ef36c5800b02f08b8662ff
profile: recon-ng has needs
push time in 21 days
push eventpentoo/pentoo-overlay
commit sha b955a0c8571ba6a2129d1d03f069e14de08274c6
profile: new rq
push time in 21 days
push eventpentoo/pentoo-overlay
commit sha 3abc42f534401227d79191e09684fd91d07c438e
pentoo-livecd: exec bash, don't run bash
push time in 21 days
push eventpentoo/pentoo-overlay
commit sha 465c0654168a8afb11895c8599562dacf6bc0ab8
rfcat: bump
push time in 21 days
push eventpentoo/pentoo-overlay
commit sha ea18427dee9b745d0d2c2af540d64f30b84823e1
blue_hydra: python3 the one python file
push time in 22 days
push eventpentoo/pentoo-overlay
commit sha a3738b77dd88be40c77f5aaf43fadf2e911381b1
gr-mixalot: yucky
push time in 22 days
issue commentunsynchronized/gr-mixalot
pretty please add a license to the repo
the "correct" way to cmake is to let cmake automatically find the cmake blocks installed by the upstream package rather than replicating them. this should keep things working properly across both versions as the version you have installed are the cmake files which will be used. You will see them removed in the PR, and I suspect if you test you will find it works desirably. Give us a few, @ckoval7 did the majority of the work and will send a PR when he is available.
comment created time in 22 days
issue commentunsynchronized/gr-mixalot
pretty please add a license to the repo
and yeah, if you want a pr I can compel that PR. My group has more of a desire to use your work than take over :-) The PR will look pretty extensive but much of it was just removing unneeded cmake code.
comment created time in 22 days