Debian 12 FLAC & FFMPEG issue on LS 2.1.4 via OPAM #3169
Replies: 4 comments
-
Hi @TheRealMattLear ! This seems to be a problem with the underlying C libraries. Did you do an upgrade of your debian installation? At any rate, it looks like |
Beta Was this translation helpful? Give feedback.
-
Probably the issue is caused by some of these
I've tried, but failed, to replicate this behavior by installing everything in Debian 11 and then updating it to Debian 12. apt-get install wget curl make gcc patch unzip bubblewrap git
bash -c "sh <(curl -fsSL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)"
opam init --bare
opam switch create 4.12.1
eval $(opam env --switch=4.12.1)
opam install liquidsoap ffmpeg flac
sed 's/bullseye/bookworm/' -i /etc/apt/sources.list
apt-get update
apt-get dist-upgrade
reboot
opam switch remove 4.12.1
opam switch create 4.12.1
eval $(opam env --switch=4.12.1)
opam install liquidsoap ffmpeg flac
@TheRealMattLear, could you try cleaning your opam switch? |
Beta Was this translation helpful? Give feedback.
-
@vitoyucepi thanks for your testing, this is actually a Debian 12 install (not upgrade) however there are a number of packages already on the system so there might be a conflict with an existing package on the system. I did test on a fresh D12 install and it worked fine so now i'm just working to pinpoint where this particular issue is. Will keep updated! |
Beta Was this translation helpful? Give feedback.
-
Sorry for the delay following this up further, we decided to delay D12 support for future release to get our existing one out sooner than later. The problem obviously is a conflicting package and the issue is only occurring after running our software's installer. We've compiled a list of packages and steps being deployed by our software's installer but are struggling to replicate the conditions. Planning to investigate further again this week. Should anyone have any advise based on the currently provided information that would be wonderful! |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
New opam installation on Debian 12 with both flac and ffmpeg results in a failed build. installation without ffmpeg package is working successfully.
To Reproduce
Results in:
Version details
Install method
opam
Beta Was this translation helpful? Give feedback.
All reactions