=== lool- is now known as lool === jono is now known as Guest88427 [15:27] Hmm I'm trying to use the xorg-pkg-tools to build packages for libdrm and mesa. [15:27] on raring [15:27] but they fail for various different reasons. [15:28] ./auto-xorg-git -fn -p libdrm -a 0ubuntu0bwh -d origin/debian-experimental -r gutsy -w [15:28] failes because it can't merge origin/debian-experimental [15:29] that was the line that "xorg-pkg-all.sh" script used. [15:34] its extremely clunky and undocumented, you want ./auto-xorg-git -r saucy -g -a 0ubuntu0bwh -d origin/debian-unstable -t '+' -p libdrm for libdrm though, mesa isn't working with xorg-pkg-tools at the moment because the patches against the packaging to make git work hasn't been updated in awhile [15:37] ah okay [15:37] if I'm on raring should I do "-r raring" or will that fail? [15:38] -r raring is fine, just sets the release in debian/changelog (what release it'll build for in a ppa) [15:39] with multiarch you really want to be using a ppa to build things since you'll need i386 and amd64 packages to have the same version [15:39] ah okay thanks [15:39] hmm [15:40] unless you dont use wine/steam/whatever [15:40] not really [15:40] okay I got a error but it continued... [15:41] there's a guy doing 9.3 mesa releases, https://launchpad.net/~oibaf/+archive/graphics-drivers/ [15:41] first it complains about detatched heads when checking out origin/debian-unstalbe [15:41] urg, he didn't bump the libxatracker1 package name after the soname change... thats going to cause problems [15:41] dh: unable to load addon autoreconf: Can't locate Debian/Debhelper/Sequence/autoreconf.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at (eval 20) line 2. [15:41] BEGIN failed--compilation aborted at (eval 20) line 2. [15:41] Prf_Jakob: sudo apt-get build-dep libdrm [15:41] you dont have dh-autoreconf installed, that should grab it [15:41] thanks [15:42] Sarvatt: oh right :/ [15:42] it also doesn't error out gracefully, might have to rm -r libdrm or fakeroot debian/rules clean inside the libdrm dir before running it again [15:44] ah okay [15:44] okay its build libdrm now at least [15:45] ugh can I skip the signing step? [15:45] or do I need to setup a key? [15:46] not if you want it in a ppa? [15:46] I just want to hand the packages to somebody [15:47] oh its just making a source package for upload, you want to debuild -uc -us -b inside the libdrm dir to actually build the binaries [15:47] dont need to sign [15:47] I guesss I can edit the script for that [15:48] oh hey it builds [15:49] well libdrm built [15:53] i'll try to get mesa git with auto-xorg-git beaten into shape soon and ping you when its ready Prf_Jakob, really busy with baytrail intel fun this afternoon though [15:54] Prf_Jakob: is it git or 9.2 branch you're interested in? [15:54] Sarvatt: yupp, just changing the debuild line got me binaries straight out of the script. [15:54] Sarvatt: let me double check === seb128_ is now known as seb128