John Paul Adrian Glaubitz dixit: > However, elgar is not picking up any new packages for building. Looking > at Needs-Build for m68k [1], it seems the queue is empty. > > Any idea?
Easy. Just pick a package (I use src:python3.4 here as example) and look for its state: http://buildd.debian-ports.org/status/package.php?p=python3.4 Dependency installability problem for [45]python3.4 on m68k: sysvinit-utils depends on missing: - startpar So, the fix is to build src:startpar… except… Dependency installability problem for [50]startpar on m68k: sysvinit-utils depends on missing: - startpar The problem here is that sysvinit-utils is already built from the new sysvinit. The maintainer should have made startpar a Build-Depends to ensure proper ordering. Just build startpar manually once, upload it (and, if needed, let the buildds binNMU it thereafter). If necessary, I can do that. bye, //mirabilos -- <mirabilos> Du hast nen Knall <Natureshadow> Ich weiß […] <Natureshadow> Normal -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

