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

Dependency "scripts/install_pulseaudio_sources_apt_wrapper.sh", Linux Mint, ubuntu: Jammy #102

Closed
MrZajic opened this issue Sep 6, 2023 · 2 comments

Comments

@MrZajic
Copy link

MrZajic commented Sep 6, 2023

Linux Mint
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu Jammy Jellyfish"

scripts/install_pulseaudio_sources_apt_wrapper.sh result:

`
./install_pulseaudio_sources_apt_wrapper.sh --suite=jammy

  • Creating jammy build root. Log file in /var/tmp/pa-build-jaba-debootstrap.log
  • Creating schroot config file /etc/schroot/chroot.d/pa-build-jaba.conf
  • Copying /etc/apt/sources.list to the root
  • Creating the build directory /build
  • Copying the wrapped script to the build directory
  • Building PA sources. Log file in /var/tmp/pa-build-jaba-schroot.log
    ** schroot failed. Check log file /var/tmp/pa-build-jaba-schroot.log
    `

and schroot log:

`
cat /var/tmp/pa-build-jaba-schroot.log
Reading package lists...
Building dependency tree...
lsb-release is already the newest version (11.1.0ubuntu4).
sudo is already the newest version (1.9.9-1ubuntu2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Building for : Ubuntu-22.04 (jammy)
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Get:3 http://archive.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Get:4 http://archive.canonical.com/ubuntu jammy InRelease [11.4 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
Get:6 http://archive.ubuntu.com/ubuntu jammy/multiverse Sources [304 kB]
Get:7 http://archive.ubuntu.com/ubuntu jammy/restricted Sources [23.7 kB]
Get:8 http://archive.ubuntu.com/ubuntu jammy/universe Sources [17.8 MB]
Get:9 http://archive.ubuntu.com/ubuntu jammy/main Sources [1340 kB]
Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Sources [18.2 kB]
Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/universe Sources [271 kB]
Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Sources [425 kB]
Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Sources [47.6 kB]
Get:14 http://archive.ubuntu.com/ubuntu jammy-security/main Sources [215 kB]
Get:15 http://archive.ubuntu.com/ubuntu jammy-security/restricted Sources [45.3 kB]
Get:16 http://archive.ubuntu.com/ubuntu jammy-security/universe Sources [154 kB]
Get:17 http://archive.ubuntu.com/ubuntu jammy-security/multiverse Sources [9708 B]
Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/main Sources [8216 B]
Get:19 http://archive.ubuntu.com/ubuntu jammy-backports/universe Sources [9552 B]
Fetched 21.1 MB in 4s (4832 kB/s)
Reading package lists...
Reading package lists...
Reading package lists...
Building dependency tree...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
builddeps:essentials : Depends: build-essential but it is not installable
builddeps:pulseaudio : Depends: debhelper-compat (= 12) but it is not installable
Depends: meson but it is not installable
Depends: ninja-build but it is not installable
Depends: check but it is not installable
Depends: desktop-file-utils but it is not installable
Depends: dh-exec but it is not installable
Depends: doxygen but it is not installable
Depends: dpkg-dev (>= 1.17.14) but it is not installable
Depends: intltool but it is not installable
Depends: libapparmor-dev but it is not installable
Depends: libasound2-dev but it is not installable
Depends: libasyncns-dev but it is not installable
Depends: libavahi-client-dev but it is not installable
Depends: libbluetooth-dev but it is not installable
Depends: libsbc-dev but it is not installable
Depends: libcap-dev but it is not installable
Depends: libfftw3-dev but it is not installable
Depends: libglib2.0-dev but it is not installable
Depends: libgstreamer1.0-dev (>= 1.14) but it is not installable
Depends: libgstreamer-plugins-base1.0-dev but it is not installable
Depends: libgtk-3-dev but it is not installable
Depends: libice-dev but it is not installable
Depends: libjack-dev but it is not installable
Depends: liblirc-dev but it is not installable
Depends: libltdl-dev (>= 2.2.6a-2) but it is not installable
Depends: liborc-0.4-dev (>= 1:0.4.11) but it is not installable
Depends: libsamplerate0-dev but it is not installable
Depends: libsndfile1-dev (>= 1.0.20) but it is not installable
Depends: liblircclient-dev but it is not installable
Depends: libsnapd-glib-dev (>= 1.49) but it is not installable
Depends: libsoxr-dev (>= 0.1.1) but it is not installable
Depends: libspeexdsp-dev (>= 1.2~rc1) but it is not installable
Depends: libssl-dev but it is not installable
Depends: libsystemd-dev but it is not installable
Depends: libtdb-dev but it is not installable
Depends: libudev-dev but it is not installable
Depends: libwebrtc-audio-processing-dev (>= 0.2) but it is not installable
Depends: libwrap0-dev but it is not installable
Depends: libx11-xcb-dev but it is not installable
Depends: libxcb1-dev but it is not installable
Depends: libxml2-utils but it is not installable
Depends: libxtst-dev but it is not installable
E: Unable to correct problems, you have held broken packages.
`

But I don't know what is wrong. For example:
builddeps:essentials : Depends: build-essential but it is not installable.
If I tried: sudo apt install build-essential then it will annonce me about already installed. (reinstall package i tried too)

@MrZajic
Copy link
Author

MrZajic commented Sep 6, 2023

sudo apt install build-essential dpkg-dev libpulse-dev git autoconf libtool

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
autoconf is already the newest version (2.71-2).
build-essential is already the newest version (12.9ubuntu3).
libtool is already the newest version (2.4.6-15build2).
dpkg-dev is already the newest version (1.21.1ubuntu2.2).
git is already the newest version (1:2.34.1-1ubuntu1.10).
libpulse-dev is already the newest version (1:15.99.1+dfsg1-1ubuntu2.1).
0 upgraded, 0 newly installed, 0 to remove, and 0 not upgraded.

@MrZajic
Copy link
Author

MrZajic commented Sep 6, 2023

Resolved. It seems bad apt repository.

@MrZajic MrZajic closed this as completed Sep 6, 2023
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

1 participant