=== StevenK_ is now known as StevenK === Laney is now known as Guest45203 === Ursinha-afk is now known as Ursinha === Guest45203 is now known as Laney === Ursinha is now known as Ursinha-afk === beuno_ is now known as beuno === Ursinha-afk is now known as Ursinha === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha [15:13] Links to download source files from https://launchpad.net/ubuntu/utopic/+queue are http, not https. But https does work. Is this a bug? [15:24] Hello, I'm attempting to build a package for precise, the i386 version succeeds but the amd64 version fails: https://launchpadlibrarian.net/185023130/buildlog_ubuntu-precise-amd64.libusbx_2%3A1.0.17-1_FAILEDTOBUILD.txt.gz [15:24] touch build-arch-deb-stamp dpkg-buildpackage: error: debian/rules build gave error exit status 2 [15:24] seems like a pretty cryptic error - any ideas on where I should look? [15:25] the PPA is here: https://launchpad.net/~xespackages/+archive/ubuntu/virtualization-testing [15:26] amartin: The real error is a bit further back [15:26] /bin/bash: doxygen: command not found [15:28] ah, so I probably need doxygen listed in Build-Depends? [15:29] amartin: Looks like doxygen needs to be moved from Build-Depends-Indep to Build-Depends, indeed. I think this is because precise's dpkg-dev toolchain doesn't fully support the newer build-indep scheme [15:29] ah, okay that makes sense [15:30] cjwatson: thanks for the help! [15:30] np === Ursinha is now known as Ursinha-afk [16:43] I'm attempting to build a package which requires a newer version of libfdt1 than is available on precise, however trusty has the newer version: [16:43] http://packages.ubuntu.com/trusty/libfdt1 [16:44] this package does not have a debian directory with it - how can this be built on launchpad (or should I just create my own)? [16:44] Every source package built in Launchpad has a debian directory, but you may be looking in the wrong place. [16:44] https://launchpad.net/ubuntu/+source/device-tree-compiler [16:57] cjwatson: I don't see it listed on the device-tree-compiler page either [16:58] device-tree-compiler *is* the source package [16:58] apt-get source device-tree-compiler, or bzr branch lp:ubuntu/device-tree-compiler will get you the latest version in ubuntu [16:59] (well, the latter will assuming that the tree is actually updated) [16:59] or pull-lp-source $sourcepkgname [16:59] dobey: yes, but don't I need a debian directory in order to publish it? To tell it which binary packages to build and the other deb metadata? [16:59] amartin: apt-get source gets the source package, not the binaries [17:00] and the bzr branch will have debian/ in it as well [17:00] another option is that it's possible to just copy packages from the ubuntu archive to a different series in a ppa, as well [17:08] amartin: right, I can assure you the directory you're looking for is in the source package there [17:09] amartin: but as dobey says, you might just want to copy it. bzr branch lp:ubuntu-archive-tools, then in the resulting directory, ./copy-package --from=ubuntu --from-suite=trusty --to=~xespackages/ubuntu/virtualization-testing --to-suite=precise device-tree-compiler [17:09] that'll copy the source package from trusty into your PPA and rebuild it for precise [17:11] (if you wanted to copy the binaries as well you could add the -b option, but I wouldn't personally do that when copying backwards in series order; also you can only do a source-only rebuilding copy like this once for a given PPA and thereafter you'll need to actually upload something, but hopefully this is all you need) === Ursinha-afk is now known as Ursinha [17:17] cjwatson: okay, thanks for the clarification === broder_ is now known as broder === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === Guest77540 is now known as wallyworld