[01:54] well, problems solved, FreeBSD istalled, 64 bit kernel and 64 bit userland [02:32] ehhhhh [02:32] oh he left. [02:32] clearly did not find `$ mk-sbuild --arch ppc64el` option to setup a cross-compilation chroot. [02:32] oh well. [04:10] Looking for a hand. I am running Ubuntu 18.04 and i need to install docker 18.06? This isn't working "apt install docker-ce=18.06.1" === wildlander is now known as JumpingBedsWithP === JumpingBedsWithP is now known as JumpBedsPyjames [07:31] PenguinPerk: This isn't a support channel, and "docker-ce" isn't a package in the Ubuntu archive. docker.io is at 18.06.1 in xenial and bionic, though. [07:32] docker.io | 18.06.1-0ubuntu1~18.04.1 | bionic-updates/universe | source, amd64, arm64, armhf, i386, ppc64el, s390x [08:09] only in proposed for xenial so far but yeah [09:37] coreycb: extremely unimportant q, can python-pika-pool be synced? === caravena_ is now known as caravena [14:20] Trying to build apt from upstream git repo, on 18.04, and getting "dh_auto_configure: unable to load build system class 'cmake+ninja': Bareword "ninja" not allowed while "strict subs" in use at (eval 2) line 1." - any ideas whether this is a bug in debhelper or else the apt debian/rules which has "dh $@ --buildsystem=cmake+ninja" ? [15:19] TJ-: I mean, maybe apt? But I'd go for debhelper anyway if only because that's a weird error message. [15:19] cjwatson: yeah; the latter part "Bareword..." is from Perl rename as far as I can tell [15:20] What? No. [15:20] It's from 'eval "use $module";' in debhelper's Debian::Debhelper::Buildsystem module [15:21] But what version of debhelper do you have installed? [15:21] maybe what I should have said is, it's from Perl and most reports of it I found were related to rename :) [15:23] I reckon you're ignoring Build-Depends, and this is what you get for doing so. [15:25] apt build-depends on debhelper (>= 11.2~) precisely because 11.2 added support for the cmake+ninja buildsystem. [15:25] 18.04 has an older version than that [15:26] So nobody's bug, in fact - if you're backporting then you need to work out how to make the backport work, one way or another [15:26] (I usually advise working out how to back out the dependency on newer debhelper because backporting debhelper can often be complicated, but I don't know how hard that is in this case) [15:27] ahhh! I was trying to use upstream repo in order to develop a wrapper for method/gpgv [16:37] PenguinPerk, docker-ce sounds like something provided by docker upstream maybe? what does this say $ apt-cache show docker-ce [16:37] PenguinPerk, maybe contact whoever provides that repository about more info. [16:37] ty xnox [16:39] mwhudson, done. [21:56] xnox: looks like the livecd-rootfs change fixed live-server builds at last [21:56] https://launchpad.net/~mwhudson/+livefs/ubuntu/disco/live-server-test/+build/149595 [21:58] mwhudson, well i knew it will fix it, cause i pretested in ~xnox build too ;-) [21:58] hopefully the morning will pop the proper images out [21:58] xnox: ah nice