slyfox1186 / ffmpeg-build-script

The FFmpeg build script build's the most up to date version of FFmpeg by using API calls to download the latest source code available.
GNU General Public License v3.0
50 stars 10 forks source link

Missing APT Packages (Ubuntu 23.10) #23

Closed nbrewk closed 9 months ago

nbrewk commented 10 months ago

Hi there,

I'm not able to get anywhere close to compiling on Ubuntu 23.10 as a number of prerequisite package are not found from the Canonical repos:

E: Unable to locate package libamd2
E: Unable to locate package libcamd2
E: Unable to locate package libccolamd2
E: Unable to locate package libcholmod3
E: Unable to locate package libcolamd2
E: Unable to locate package libsuitesparseconfig5
E: Unable to locate package libumfpack5
These required APT packages failed to install:  nvidia-utils-535 libsvtav1dec-dev cppcheck librist-dev libjxl-dev libmimalloc-dev libtbbmalloc2 librust-jemalloc-sys-dev librust-malloc-buf-dev libsrt-doc libreadline-dev libpipewire-0.3-dev libdecor-0-dev libc++-17-dev libunwind-17-dev libc++abi-17-dev ant asciidoc autoconf-archive bison cargo ccache checkinstall clang clang-tools default-jdk-headless doxygen fcitx-libs-dev flex flite1-dev freeglut3-dev frei0r-plugins-dev gimp-data gnome-desktop-testing gnustep-gui-runtime google-perftools gperf gtk-doc-tools guile-3.0-dev libamd2 libaudio-dev libavfilter-dev libbabl-0.1-0 libbluray-dev libbpf-dev libbs2b-dev help2man junit ladspa-sdk libcaca-dev libcairo2-dev libcamd2 libccolamd2 libcdio-dev libcdio-paranoia-dev libcdparanoia-dev libcholmod3 libchromaprint-dev libcjson-dev libcodec2-dev libcolamd2 libcrypto++-dev libdbus-1-dev libde265-dev libdevil-dev libdmalloc-dev libdvbpsi-dev libebml-dev libegl1-mesa-dev libgbm-dev libgdbm-dev libgegl-0.4-0 libgegl-common libgimp2.0 libgl1-mesa-dev libgles2-mesa-dev libgme-dev libgoogle-perftools4 libgoogle-perftools-dev libgsm1-dev libgtest-dev libgvc6 libhwy-dev libibus-1.0-dev libiconv-hook-dev libintl-perl libjack-dev libjemalloc-dev libladspa-ocaml-dev libleptonica-dev liblz-dev liblzma-dev liblzo2-dev libmathic-dev libmatroska-dev libmbedtls-dev libmetis5 libmfx-dev libmodplug-dev libmusicbrainz5-dev libmysofa-dev libopencore-amrnb-dev libopencore-amrwb-dev libopencv-dev libopenjp2-7-dev libopenmpt-dev libpango1.0-dev libpstoedit-dev libpulse-dev librabbitmq-dev libraqm-dev libraw-dev librsvg2-dev librubberband-dev librust-gstreamer-base-sys-dev libshine-dev libsmbclient-dev libsnappy-dev libsndfile1-dev libsndio-dev libopencv-dev libsoxr-dev libsystemd-dev libsrt-gnutls-dev libssh-dev libsuitesparseconfig5 libtalloc-dev libtheora-dev libticonv-dev libtwolame-dev libudev-dev libumfpack5 libv4l-dev libvidstab-dev libvlccore-dev libvo-amrwbenc-dev libx264-dev libxkbcommon-dev libudev-dev libxvidcore-dev libyuv-dev libzmq3-dev libzstd-dev libzvbi-dev libzzip-dev llvm lzma-dev pandoc ragel re2c scons texi2html tk-dev valgrind xmlto. Line: 1024`

I tried to install the "Unable to locate package" ones manually but they just don't show up in the base repos.

slyfox1186 commented 10 months ago

Yeah that is gonna take me a sec to correct. I will work on this. Thanks.

slyfox1186 commented 10 months ago

I made changes however I did not test it as I do not currently have a working version of Ubuntu 23.10. Let me know if this fixes this issue and post back any errors. Thanks.

slyfox1186 commented 9 months ago

Unless you still have issues I will close this.