Open vapoussin opened 11 months ago
Does this persist with latest stable release which is 2.3.6 https://mixxx.org/download/? I recall encountering a similar bug on macOS but that has long been addressed.
thanks! that version does not have deb package available for Debian 12 (even if it is for Ubuntu, the installation fail with debian 12), but I try now to install it from the sources, I'll see if it works.
So I tried to compile sources, it doesn't work, there's configuration errors at the end
Please post the cmake output.
poussin@debian:~/mixxx/build$ cmake ..
-- Setting CMAKE_BUILD_TYPE to 'Debug' as none was specified.
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Optimization level: portable
-- Enabling SSE2 CPU optimizations (>= Pentium 4)
-- Found ccache: /usr/bin/ccache
-- Support for ccache: ON
-- Found Python: /usr/bin/python3 (found version "3.11.2") found components: Interpreter
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Failed to find LLVM FileCheck
-- Found Git: /usr/bin/git (found version "2.39.2")
-- git version: v0.0.0 normalized to 0.0.0
-- Version: 1.6.0
-- Performing Test HAVE_CXX_FLAG_STD_CXX11
-- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
-- Performing Test HAVE_CXX_FLAG_WALL
-- Performing Test HAVE_CXX_FLAG_WALL - Success
-- Performing Test HAVE_CXX_FLAG_WEXTRA
-- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- Performing Test HAVE_CXX_FLAG_WSHADOW
-- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- Performing Test HAVE_CXX_FLAG_WERROR
-- Performing Test HAVE_CXX_FLAG_WERROR - Success
-- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
-- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC
-- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_WD654
-- Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed
-- Performing Test HAVE_CXX_FLAG_COVERAGE
-- Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- Performing Test HAVE_STD_REGEX
-- Performing Test HAVE_STD_REGEX
-- Performing Test HAVE_STD_REGEX -- success
-- Performing Test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Found Chromaprint: /usr/lib/x86_64-linux-gnu/libchromaprint.so (found version "1.5.1")
-- Found Ebur128: /usr/lib/x86_64-linux-gnu/libebur128.so (found version "1.2.6")
-- Linking libebur128 dynamically
-- Could NOT find KeyFinder (missing: KeyFinder_LIBRARY KeyFinder_INCLUDE_DIR) (Required is at least version "2.2.4")
-- Found FFTW: /usr/lib/x86_64-linux-gnu/libfftw3.so
-- Found FLAC: /usr/lib/x86_64-linux-gnu/libFLAC.so (found version "1.4.2")
-- Found mp3lame: /usr/lib/x86_64-linux-gnu/libmp3lame.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Found Ogg: /usr/lib/x86_64-linux-gnu/libogg.so (found version "1.3.5")
-- Found Vorbis: /usr/include found components: vorbis vorbisenc vorbisfile
-- Checking for module 'portaudio-2.0'
-- Found portaudio-2.0, version 19
-- Performing Test PortAudio2_FOUND
-- Performing Test PortAudio2_FOUND - Success
-- Found PortAudio: /usr/include
-- Found PortMidi: /usr/lib/x86_64-linux-gnu/libportmidi.so
-- Could NOT find Protobuf (missing: Protobuf_DIR)
-- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so (found version "3.21.12")
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5Script" with
any of the following names:
Qt5ScriptConfig.cmake
qt5script-config.cmake
Add the installation prefix of "Qt5Script" to CMAKE_PREFIX_PATH or set "Qt5Script_DIR" to a directory containing one of the above files. If "Qt5Script" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:2069 (find_package)
-- Configuring incomplete, errors occurred! See also "/home/poussin/mixxx/build/CMakeFiles/CMakeOutput.log". See also "/home/poussin/mixxx/build/CMakeFiles/CMakeError.log".
poussin@debian:~/mixxx/build$ cmake --build . gmake: Makefile : Aucun fichier ou dossier de ce type gmake: *** Aucune règle pour fabriquer la cible « Makefile ». Arrêt.
You need to install the qtscript5-dev package.
sudo apt install qtscript5-dev
This is not available on Ubuntu were our debian_buildenv.sh script is tested. We need to consider a solution.
Just proposed a fix. By the way: Congratulations to the "street" issue #12345 🎉
Sooo... I recompiled Mixxx following the instructions here: https://mixxx.org/download/#stable and on the README file and this time there is no error message, thanks, I suppose, to the installation of the missing package suggested by @daschuer . However, I can't find an executable to click on to run it ^^. Do you know where I can find it, or how to create one?
Normaly you can run it just with
./mixxx
from the current (build) directory.
Installing is not required.
Just be aware that this build will use the same database than the installed version.
You can use a different library by using the --settings-path command line option.
Thank you so much! Well, I can now run Mixxx 2.3.6 but the initial bug mentioned in my 1st post persists...
Can you reproduce it with any of the official skins?
Can you post the graphics driver jnfo that is printed at the bottom of the Waveforms preferences page?
yep it's the same with any official skin.
Can you try 2.4? There have been major changes to the waveforms which might have fixed your issue.
@Swiftb0y you mean the beta version or there's already a stable one?
Yes, 2.4-beta. It is still beta but very stable and will be released as soon as some remaining issues are fixed (mostly cosmetics I think)
it doesn't work. Here's what I have after running source tools/debian_buildenv.sh setup
66,2 Mo réceptionnés en 8s (8.822 ko/s)
E: Impossible de récupérer http://deb.debian.org/debian/pool/main/l/llvm-defaults/clang-tidy_14.0-55.6_amd64.deb 404 Not Found [IP : 151.101.10.132 80]
E: Impossible de récupérer certaines archives, peut-être devrez-vous lancer apt-get update ou essayer avec --fix-missing ?
I still tried to compile with cmake ...
but obviously, it gave this:
poussin@debian:~/mixxx/build$ cmake ..
-- CMAKE_VERSION: 3.25.1
-- Optimization level: portable
-- Enabling SSE2 CPU optimizations (>= Pentium 4)
-- Found ccache: /usr/bin/ccache
-- Support for ccache: ON
-- Selecting mold as linker
-- Enabling QML Debugging! This poses a security risk as Mixxx will open a TCP port for debugging
CMake Error at CMakeLists.txt:2111 (find_package):
Could not find a package configuration file provided by "GTest" with any of
the following names:
GTestConfig.cmake
gtest-config.cmake
Add the installation prefix of "GTest" to CMAKE_PREFIX_PATH or set
"GTest_DIR" to a directory containing one of the above files. If "GTest"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/home/poussin/mixxx/build/CMakeFiles/CMakeOutput.log".
Is libgtest-dev and libgmock-dev installed? They are new in the 2.4 branch. I am not sure about the other changes. Just run debian_buildenv.sh again.
they were not installed, now they are but it doesn't change anything, the situation is the same.
Exactly the same? Please post the error message.
they were not installed, now they are but it doesn't change anything, the situation is the same.
Please check which files were installed by those packages and filter for the cmake files. Either GTestConfig.cmake
or gtest-config.cmake
should be installed.
dpkg -L libgtest-dev | grep cmake
dpkg -L libgmock-dev | grep cmake
If they exist (please post the paths) they may be in unexpected location, so you need to set some cmake options as mentioned in the cmake notice
Add the installation prefix of "GTest" to CMAKE_PREFIX_PATH or set
"GTest_DIR" to a directory containing one of the above files. If "GTest"
provides a separate development package or SDK, be sure it has been
installed.
https://packages.debian.org/bookworm/amd64/libgtest-dev/filelist
/usr/lib/x86_64-linux-gnu/cmake/GTest/GTestConfig.cmake
The same as in Ubuntu ...
here's what I have after following your different instructions (except that I don't really understand the thing about the cmake options):
poussin@debian:~/mixxx$ source tools/debian_buildenv.sh setup
[sudo] Mot de passe de poussin :
Atteint :1 http://security.debian.org/debian-security bookworm-security InRelease
Atteint :2 http://deb.debian.org/debian bookworm InRelease
Réception de :3 http://deb.debian.org/debian bookworm-updates InRelease [52,1 kB]
Atteint :4 http://repository.spotify.com stable InRelease
Atteint :5 https://updates.signal.org/desktop/apt xenial InRelease
52,1 ko réceptionnés en 1s (73,1 ko/s)
Lecture des listes de paquets... Fait
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
libjack-jackd2-dev est déjà la version la plus récente (1.9.21~dfsg-3).
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
clang-tidy-14 clang-tools-14
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
mold est déjà la version la plus récente (1.10.1+dfsg-1).
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
clang-tidy-14 clang-tools-14
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
ccache est déjà la version la plus récente (4.8+really4.7.5-1).
cmake est déjà la version la plus récente (3.25.1-1).
debhelper est déjà la version la plus récente (13.11.4).
devscripts est déjà la version la plus récente (2.23.4).
docbook-to-man est déjà la version la plus récente (1:2.0.0-45).
dput est déjà la version la plus récente (1.1.3).
fonts-open-sans est déjà la version la plus récente (1.11-2).
fonts-ubuntu est déjà la version la plus récente (0.83-6).
g++ est déjà la version la plus récente (4:12.2.0-3).
libchromaprint-dev est déjà la version la plus récente (1.5.1-2+b1).
libdistro-info-perl est déjà la version la plus récente (1.5).
libebur128-dev est déjà la version la plus récente (1.2.6-1+b1).
libfaad-dev est déjà la version la plus récente (2.10.1-1).
libfftw3-dev est déjà la version la plus récente (3.3.10-1).
libflac-dev est déjà la version la plus récente (1.4.2+ds-2).
libgmock-dev est déjà la version la plus récente (1.12.1-0.2).
libgtest-dev est déjà la version la plus récente (1.12.1-0.2).
libhidapi-dev est déjà la version la plus récente (0.13.1-1).
libid3tag0-dev est déjà la version la plus récente (0.15.1b-14).
liblilv-dev est déjà la version la plus récente (0.24.14-1).
libmad0-dev est déjà la version la plus récente (0.15.1b-10.1+b1).
libmodplug-dev est déjà la version la plus récente (1:0.8.9.0-3).
libmp3lame-dev est déjà la version la plus récente (3.100-6).
libopus-dev est déjà la version la plus récente (1.3.1-3).
libopusfile-dev est déjà la version la plus récente (0.12-4).
libportmidi-dev est déjà la version la plus récente (1:217-6.1).
libprotobuf-dev est déjà la version la plus récente (3.21.12-3).
libqt5opengl5-dev est déjà la version la plus récente (5.15.8+dfsg-11).
libqt5sql5-sqlite est déjà la version la plus récente (5.15.8+dfsg-11).
libqt5svg5-dev est déjà la version la plus récente (5.15.8-3).
libqt5x11extras5-dev est déjà la version la plus récente (5.15.8-2).
librubberband-dev est déjà la version la plus récente (3.1.2+dfsg0-1).
libshout-idjc-dev est déjà la version la plus récente (2.4.4-1).
libsndfile1-dev est déjà la version la plus récente (1.2.0-1).
libsoundtouch-dev est déjà la version la plus récente (2.3.2+ds1-1).
libsqlite3-dev est déjà la version la plus récente (3.40.1-2).
libssl-dev est déjà la version la plus récente (3.0.11-1~deb12u2).
libtag1-dev est déjà la version la plus récente (1.13-2).
libupower-glib-dev est déjà la version la plus récente (0.99.20-2).
libusb-1.0-0-dev est déjà la version la plus récente (2:1.0.26-1).
libwavpack-dev est déjà la version la plus récente (5.6.0-1).
lv2-dev est déjà la version la plus récente (1.18.4-2).
lv2-dev passé en « installé manuellement ».
markdown est déjà la version la plus récente (1.0.1-12).
portaudio19-dev est déjà la version la plus récente (19.6.0-1.2).
protobuf-compiler est déjà la version la plus récente (3.21.12-3).
qt5keychain-dev est déjà la version la plus récente (0.13.2-5).
qtdeclarative5-dev est déjà la version la plus récente (5.15.8+dfsg-3).
qtscript5-dev est déjà la version la plus récente (5.15.8+dfsg-2).
qml-module-qtquick-controls est déjà la version la plus récente (5.15.8-2).
qml-module-qtquick-controls2 est déjà la version la plus récente (5.15.8+dfsg-2).
qml-module-qt-labs-qmlmodels est déjà la version la plus récente (5.15.8+dfsg-3).
qml-module-qtquick-shapes est déjà la version la plus récente (5.15.8+dfsg-3).
libavformat-dev est déjà la version la plus récente (7:5.1.4-0+deb12u1).
Les paquets supplémentaires suivants seront installés :
libbenchmark1debian libjson-perl libperlio-gzip-perl
Paquets suggérés :
libbenchmark-tools
Paquets recommandés :
libgd-gd2-perl libjson-xs-perl
Les NOUVEAUX paquets suivants seront installés :
clang-tidy clazy lcov libbenchmark-dev libbenchmark1debian libjson-perl
libmsgsl-dev libperlio-gzip-perl libudev-dev
0 mis à jour, 9 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 56,7 ko/1.188 ko dans les archives.
Après cette opération, 5.786 ko d'espace disque supplémentaires seront utilisés.
Err :1 http://deb.debian.org/debian bookworm/main amd64 clang-tidy amd64 1:14.0-55.6
404 Not Found [IP : 151.101.10.132 80]
Err :2 http://deb.debian.org/debian bookworm/main amd64 libudev-dev amd64 252.12-1~deb12u1
404 Not Found [IP : 151.101.10.132 80]
E: Impossible de récupérer http://deb.debian.org/debian/pool/main/l/llvm-defaults/clang-tidy_14.0-55.6_amd64.deb 404 Not Found [IP : 151.101.10.132 80]
E: Impossible de récupérer http://deb.debian.org/debian/pool/main/s/systemd/libudev-dev_252.12-1%7edeb12u1_amd64.deb 404 Not Found [IP : 151.101.10.132 80]
E: Impossible de récupérer certaines archives, peut-être devrez-vous lancer apt-get update ou essayer avec --fix-missing ?
poussin@debian:~/mixxx$ dpkg -L libgtest-dev | grep cmake
/usr/lib/x86_64-linux-gnu/cmake
/usr/lib/x86_64-linux-gnu/cmake/GTest
/usr/lib/x86_64-linux-gnu/cmake/GTest/GTestConfig.cmake
/usr/lib/x86_64-linux-gnu/cmake/GTest/GTestConfigVersion.cmake
/usr/lib/x86_64-linux-gnu/cmake/GTest/GTestTargets-none.cmake
/usr/lib/x86_64-linux-gnu/cmake/GTest/GTestTargets.cmake
poussin@debian:~/mixxx$ dpkg -L libgmock-dev | grep cmake
poussin@debian:~/mixxx$
Bug Description
Hello ! When my Mixxx starts up, there's no problem. But when I switch its window to the background and then back to the foreground, the windows that remained in the background appear in the upper part of the Mixxx interface. On my screenshot this is roughly the part coloured red. I'm using Mixxx 2.3.3, which seems to be the most recent stable version available in the Linux Debian 12 packages. I've tried manually installing earlier and higher versions but there are always dependency problems that prevent the program from installing properly. Do you know what the problem is? Do you have a solution to share? Thanks a lot! Adrien
Version
2.3.3
OS
Linux Debian 12
I had the same issue and I solved opening Mixxx from the console using
mixxx -platform xcb
I use Mixxx Version: 2.3.3 OS: Linux Debian 12 with Wayland
CPU: Ryzen 5 Graphic Card: AMD Radeon Vega 8
@vapoussin I miss the reason why you were trying to build mixxx from source instead of using the pre-built pakages mentioned on the download https://mixxx.org/download/#beta-ubuntu You can use the ppa or download individual deb packages.
If you really want or need to built Mixxx yourself: Did you try to configure again? Does it work? If not, clear the build dir and try again. Maybe cmake read some cached info from an incomplete CMakeCache.txt, idk.
Because, the file GTestConfig.cmake which cmake is looking for is /usr/lib/x86_64-linux-gnu/cmake/GTest/GTestConfig.cmake
and /usr/lib/x86_64-linux-gnu/cmake/
is actually the directory where most (all?) the required cmake configs are.
So it is not clear (to me) why cmake wouldn't find the GTest config.
(except that I don't really understand the thing about the cmake options):
The CMAKE_PREFIX_PATH
variable can be used to specify paths where cmake will look for configs.
IIUC /usr/lib/x86_64-linux-gnu/cmake/
is a standard lookup path, but you can try setting it nevertheless:
cmake -DCMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/cmake/ ..
Bug Description
Hello ! When my Mixxx starts up, there's no problem. But when I switch its window to the background and then back to the foreground, the windows that remained in the background appear in the upper part of the Mixxx interface. On my screenshot this is roughly the part coloured red. I'm using Mixxx 2.3.3, which seems to be the most recent stable version available in the Linux Debian 12 packages. I've tried manually installing earlier and higher versions but there are always dependency problems that prevent the program from installing properly. Do you know what the problem is? Do you have a solution to share? Thanks a lot! Adrien
Version
2.3.3
OS
Linux Debian 12
I had the same issue and I solved opening Mixxx from the console using
mixxx -platform xcb
I use Mixxx Version: 2.3.3 OS: Linux Debian 12 with Wayland
CPU: Ryzen 5 Graphic Card: AMD Radeon Vega 8
thank you! it works well like that!
@vapoussin I miss the reason why you were trying to build mixxx from source instead of using the pre-built pakages mentioned on the download https://mixxx.org/download/#beta-ubuntu You can use the ppa or download individual deb packages.
If you really want or need to built Mixxx yourself: Did you try to configure again? Does it work? If not, clear the build dir and try again. Maybe cmake read some cached info from an incomplete CMakeCache.txt, idk.
Because, the file GTestConfig.cmake which cmake is looking for is
/usr/lib/x86_64-linux-gnu/cmake/GTest/GTestConfig.cmake
and/usr/lib/x86_64-linux-gnu/cmake/
is actually the directory where most (all?) the required cmake configs are. So it is not clear (to me) why cmake wouldn't find the GTest config.(except that I don't really understand the thing about the cmake options):
The
CMAKE_PREFIX_PATH
variable can be used to specify paths where cmake will look for configs. IIUC/usr/lib/x86_64-linux-gnu/cmake/
is a standard lookup path, but you can try setting it nevertheless:cmake -DCMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/cmake/ ..
I don't really want to built it by myself but the deb I found are not efficient, there's always a lack of dependencies or a lack of something. But anyway, with the build too ^^
It looks like you apt cache is outdated. Please run 'apt-get update' and try to run 'tools/debian_buildenv.sh' again.
clang-tidy can be now found here: http://deb.debian.org/debian/pool/main/l/llvm-defaults/clang-tidy_14.0-55.7~deb12u1_amd64.deb
This is no longer available: http://deb.debian.org/debian/pool/main/l/llvm-defaults/clang-tidy_14.0-55.6_amd64.deb
@vapoussin I miss the reason why you were trying to build mixxx from source instead of using the pre-built pakages mentioned on the download https://mixxx.org/download/#beta-ubuntu You can use the ppa or download individual deb packages...`
Hello, here's what I have after trying to add the ppa:
poussin@debian:~/Téléchargements$ sudo add-apt-repository ppa:mixxx/mixxxbetas
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 362, in <module>
sys.exit(0 if addaptrepo.main() else 1)
^^^^^^^^^^^^^^^^^
File "/usr/bin/add-apt-repository", line 345, in main
shortcut = handler(source, **shortcut_params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/softwareproperties/shortcuts.py", line 40, in shortcut_handler
return handler(shortcut, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 86, in __init__
if self.lpppa.publish_debug_symbols:
^^^^^^^^^^
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 126, in lpppa
self._lpppa = self.lpteam.getPPAByName(name=self.ppaname)
^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 113, in lpteam
self._lpteam = self.lp.people(self.teamname)
^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'people'
And also, I'm a bit lost between all those individual packages that are made for different ubuntu distributions, as I'm on Debian 12 (Bookworm).
It looks like you suffer a known problem: https://www.linuxquestions.org/questions/debian-26/debian-bullseye-sid-add-apt-repository-not-working-python-problem-4175720821/
thank you! after installing the lost file it gets a little better, but it's still not fixed...
poussin@debian:~$ sudo add-apt-repository ppa:mixxx/mixxxbetas
PPA publishes dbgsym, you may need to include 'main/debug' component
Repository: 'deb https://ppa.launchpadcontent.net/mixxx/mixxxbetas/ubuntu/ bookworm main'
Description:
Mixxx beta releases for users who'd like to test out new features at the expense of some stability. These releases may be unstable and we strongly recommend that you avoid using them for live performances.
More info: https://launchpad.net/~mixxx/+archive/ubuntu/mixxxbetas
Adding repository.
Press [ENTER] to continue or Ctrl-c to cancel.
Found existing deb entry in /etc/apt/sources.list.d/mixxx-ubuntu-mixxxbetas-bookworm.list
Adding deb entry to /etc/apt/sources.list.d/mixxx-ubuntu-mixxxbetas-bookworm.list
Found existing deb-src entry in /etc/apt/sources.list.d/mixxx-ubuntu-mixxxbetas-bookworm.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/mixxx-ubuntu-mixxxbetas-bookworm.list
Adding key to /etc/apt/trusted.gpg.d/mixxx-ubuntu-mixxxbetas.gpg with fingerprint B32DD95E55F948FDE700857027CDF84E4716DAB5
Atteint :1 http://deb.debian.org/debian bookworm InRelease
Atteint :2 http://security.debian.org/debian-security bookworm-security InRelease
Atteint :3 http://deb.debian.org/debian bookworm-updates InRelease
Atteint :4 http://repository.spotify.com stable InRelease
Ign :5 https://ppa.launchpadcontent.net/mixxx/mixxxbetas/ubuntu bookworm InRelease
Atteint :6 https://updates.signal.org/desktop/apt xenial InRelease
Err :7 https://ppa.launchpadcontent.net/mixxx/mixxxbetas/ubuntu bookworm Release
404 Not Found [IP : 2620:2d:4000:1::81 443]
Lecture des listes de paquets... Fait
E: Le dépôt https://ppa.launchpadcontent.net/mixxx/mixxxbetas/ubuntu bookworm Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
Bug Description
Hello ! When my Mixxx starts up, there's no problem. But when I switch its window to the background and then back to the foreground, the windows that remained in the background appear in the upper part of the Mixxx interface. On my screenshot this is roughly the part coloured red. I'm using Mixxx 2.3.3, which seems to be the most recent stable version available in the Linux Debian 12 packages. I've tried manually installing earlier and higher versions but there are always dependency problems that prevent the program from installing properly. Do you know what the problem is? Do you have a solution to share? Thanks a lot! Adrien
Version
2.3.3
OS
Linux Debian 12