Describe the bug
the build on launchpad for bionic failed.
MediaElch Version:
Sorry I'm not sure if this is the right platform to adress this. But the current build for bionic failed and I maintain an unraid docker for mediaelch, unfortunatly the base image I'm using is based on bionic. Can this be fixed?
Sorry again if this is not the right way to adress this but I'm by far no expert when it comes to these things... also thanks for all your work on this great tool :)
This is the right way to address it :)
It was not able to fix the build for bionic, yet. I'll have to look into it on the weekend again :)
I'll use this thread for some debug information.
Build Log:
-----------------
dpkg-buildpackage: info: source package mediaelch
dpkg-buildpackage: info: source version 2.8.8.3-1~bionic
dpkg-buildpackage: info: source distribution bionic
dpkg-source --before-build mediaelch-2.8.8.3
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
test -x debian/rules
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
/usr/bin/make -C . -k distclean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: *** No rule to make target 'distclean'.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
/usr/share/cdbs/1/class/makefile.mk:91: recipe for target 'makefile-clean' failed
make: [makefile-clean] Error 2 (ignored)
dh_clean
rm -f ./Makefile ./.qmake.internal.cache
debian/rules build
test -x debian/rules
mkdir -p "."
cd . && qmake 'QMAKE_CC = cc' 'QMAKE_CXX = g++' 'QMAKE_CFLAGS_RELEASE = -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security' 'QMAKE_CXXFLAGS_RELEASE = -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security' 'QMAKE_LFLAGS_RELEASE = -Wl,-Bsymbolic-functions -Wl,-z,relro'
qmake: could not find a Qt installation of ''
/usr/share/cdbs/1/class/qmake.mk:45: recipe for target 'Makefile' failed
make: *** [Makefile] Error 1
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2021-04-27T13:13:52Z
I removed "qt5-default" from the dependencies because it's not available on Ubuntu 21.04. But apparently this causes issues with Bionic. I'll try and just re-add it for now.
Updated for Mediaelch-test repository: https://launchpad.net/~mediaelch/+archive/ubuntu/mediaelch-test/+packages
If the build succeeds, I know how to fix it and will do so for MediaElch-Stable ASAP. :-)
Worked. :tada:
I've just now pushed it to MediaElch-Stable as well. Bionic should be available in about 1-2 hours.
thanks a ton! :)
Latest version of MediaElch is now available for Bionic as well. :-)
Re-opening until v2.8.10 is published for Bionic.