Next Ubuntu Release
This points to the next Ubuntu "main".
It includes also the packages from KUbuntu, XUbuntu and Edubuntu.
Refresh
This project does not contain any packages
This points to the next Ubuntu "main".
It includes also the packages from KUbuntu, XUbuntu and Edubuntu.
This project does not contain any packages
Comments 10
Current project config asks for libmpfr4 and upstart-compat-sysv, but these do not exist any longer in bionic (18.04). So builds are not possible.
There is libmpfr6 (from source package mpfr4): https://packages.ubuntu.com/source/bionic/mpfr4
Thanks, adapted and removed the two further offenders... at least build package is building now again.
Ubuntu Next bash requires Preinstall: libtinfo6 for booting now.
[ 32s] /usr/bin/qemu-kvm -nodefaults -no-reboot -nographic -vga none -object rng-random,filename=/dev/random,id=rng0 -device virtio-rng-pci,rng=rng0 -runas qemu -cpu host -net none -kernel /boot/vmlinuz -initrd /boot/initrd -append root=/dev/sda rootfstype=ext3 rootflags=data=writeback,nobarrier,commit=150,noatime panic=1 quiet no-kvmclock nmi_watchdog=0 rw rd.driver.pre=binfmt_misc elevator=noop console=ttyS0 init=/.build/build -m 3000 -drive file=/var/cache/obs/worker/root_2/root,format=raw,if=none,id=disk,serial=0,cache=unsafe -device ide-hd,drive=disk -drive file=/var/cache/obs/worker/root_2/swap,format=raw,if=none,id=swap,serial=1,cache=unsafe -device ide-hd,drive=swap -serial stdio -chardev socket,id=monitor,server,nowait,path=/var/cache/obs/worker/root_2/root.qemu/monitor -mon chardev=monitor,mode=readline -smp 4 [ 36s] /bin/bash: error while loading shared libraries: libtinfo.so.6: cannot open shared object file: No such file or directory [ 36s] [ 3.575255] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
Ubuntu_Next currently should be disco, but the Ubuntu_Next_universe repository seems to be pulling from an older version. Specifically, the version of libsdl2 in the actual Ubuntu disco universe repository is 2.0.9, but when I try to build a package that requires libsdl2, the OBS installs 2.0.8. If I specify libsdl2 >= 2.0.9 in the .dsc file, I get an unresolvable error.
Ubuntu Next requires 'Preinstall: libpcre2-8-0' now:
[ 19s] Increasing log level from now on... [ 19s] mount: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory [ 19s] mkdir: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory [ 19s] mkdir: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory [ 19s] mount: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory [ 19s] mount: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory [ 19s] mkswap: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory [ 19s] swapon: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory
Current issue: nothing provides libperl5.28, nothing provides perl-modules-5.28
The download URL on the Meta page says ftp://ftp.halifax.rwth-aachen.de/ubuntu/devel/universe but this doesn't seem to work. I guess it should be ftp://ftp.halifax.rwth-aachen.de/ubuntu/dists/devel/universe
This repository is broken again.
Now Ubuntu:Next is blocked by "nothing provides gcc-11 >= 11.2.0-1~ needed by gcc, (got version 11.1.0-2ubuntu1)". Example: https://build.opensuse.org/project/monitor/home:dg0yt?arch_x86_64=1&defaults=0&repo_Ubuntu_Next=1
It is more complex. The gcc issue goes away when I put the "standard" repository before the "universe" repository. However, then I get issues with libllvm12 and libpoppler107...
In addition, I also needed to preinstall "util-linux" (for mkswap) and "zstd" (for unzstd).
The "universe" sources at x86_64 http://ftp.ntua.gr/mirror/ubuntu/ubuntu?dist=devel&component=universe (deb) i586 http://ftp.ntua.gr/mirror/ubuntu/ubuntu?dist=devel&component=universe (deb) seem to be out-of-date for more than one year now. I assume they are dragging in dependencies which can't be resolved with the up-to-date "standard" sources.