Git Product home page Git Product logo

Comments (8)

jacobgilbert-snl avatar jacobgilbert-snl commented on August 15, 2024

Can you give me some info (OS, gcc version, GR version) so I can better help you? These should build on 3.8 and pass QA. If you can tell me how they are failing that’s helpful too (ctest -V output).

from gr-pdu_utils.

AllisonOge avatar AllisonOge commented on August 15, 2024

from gr-pdu_utils.

jacobgilbert-snl avatar jacobgilbert-snl commented on August 15, 2024

This is a problem with the overloaded stop() method in the message emitter block. It seems to be a problem starting in gcc9 so Ubuntu 20.04 is also affected. You can fix it by adding return true; to that block like so:

bool message_emitter_impl::stop()
{
  GR_LOG_INFO(d_logger, boost::format("Message emitter sent %d messages") % d_n_msgs);
  return true;
}

I’ll get a fix when I am able, thank you!

from gr-pdu_utils.

jacobgilbert-snl avatar jacobgilbert-snl commented on August 15, 2024

@AllisonOge - can you confirm this was addressed with bcffccf? Thanks.

from gr-pdu_utils.

AllisonOge avatar AllisonOge commented on August 15, 2024

from gr-pdu_utils.

AllisonOge avatar AllisonOge commented on August 15, 2024

@jacobgilbert-snl I tried building it again with the changes you sent to me as well as the update you added to the repo but my result is the same. I have the result of running the cmake command ishown below so you can help me better

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/c++
-- Check for working CXX compiler: /usr/bin/c++ -- 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/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Build type not specified: defaulting to release.
-- Found LOG4CPP: /usr/lib/x86_64-linux-gnu/liblog4cpp.so
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
-- Checking for module 'gmp'
-- Found gmp, version 6.2.0
-- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- Checking for module 'mpir >= 3.0'
-- No package 'mpir' found
-- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_LIBRARY MPIR_INCLUDE_DIR)
-- Found MPLIB: /usr/lib/x86_64-linux-gnu/libgmpxx.so
-- 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 suitable version "1.67.0", minimum required is "1.67.0") found components: date_time program_options filesystem system regex thread unit_test_framework chrono atomic
-- Found VOLK: Volk::volk
-- User set python executable /usr/bin/python3
-- Found PythonInterp: /usr/bin/python3 (found version "3.8.2")
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so (found suitable exact version "3.8.2")
-- Checking for module 'fftw3f >= 3.0'
-- Found fftw3f , version 3.3.8
-- Found FFTW3f: /usr/lib/x86_64-linux-gnu/libfftw3f.so
-- Found Git: /usr/bin/git
-- Extracting version information from git describe...
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.16") found components: doxygen dot
-- Using install prefix: /usr/local
-- Building for version: v1.2-7-gbcffccf8 / 1.0.0git
-- No C++ unit tests... skipping
--
-- Checking for module SWIG
-- Disabling SWIG because version check failed.
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so (found version "3.8.2")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/allisonogechukwu/projectDSA/gr-pdu_utils/build

from gr-pdu_utils.

AllisonOge avatar AllisonOge commented on August 15, 2024

@jacobgilbert-snl after a proper library upgrade I have built it properly with gcc 10.1. Thanks and sorry for the inconveniences

from gr-pdu_utils.

jacobgilbert-snl avatar jacobgilbert-snl commented on August 15, 2024

No problem. I appreciate you reporting it and the solution for you.

from gr-pdu_utils.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.