Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] unstable requires libshout version not available in APT on Raspberry PI (buster 10) #417

Open
rough316 opened this issue Sep 25, 2023 · 2 comments

Comments

@rough316
Copy link

TLDR: Newer version of libshout needed with unstable, had to build from source

Describe your environment

  • RTLSDR-Airband version you are using (stable release number or branch/commit): unstable
  • make options used to build the program: cmake ../ -DPLATFORM=rpiv2 -DNFM=ON
  • Hardware platform (eg. x86_64, Raspberry Pi v4): Raspberry pi 3B
  • Operating system name and version: Raspbian / Buster 10

What happened?

Sep 24 11:46:03 raspberrypi rtl_airband[25004]: /usr/local/bin/rtl_airband: symbol lookup error: /usr/local/bin/rtl_airband: undefined symbol: shout_set_content_format

What you expected to happen?

No error

Steps to Reproduce

Build unstable on pi 3B / buster10

Additional context

Here is my OS version:

PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"

@charlie-foxtrot
Copy link
Owner

charlie-foxtrot commented Sep 30, 2023

Confirmed libshout3-dev version 2.4.1-2 is the latest available via apt for Raspbian GNU/Linux 10 (buster). Requirement was set as v2.4.3 or later as part of #382, will looks to support at least 2.4.1 or later

@charlie-foxtrot
Copy link
Owner

@rough316 can you try #422?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants