[00:10] New bug: #172951 in linux-restricted-modules-2.6.22 (restricted) "fglrx driver 7.1.0-8.42.3+2.6.22.5-14.1 fails to include libGL1.so.1" [Undecided,New] https://launchpad.net/bugs/172951 [01:00] New bug: #147926 in linux-restricted-modules-2.6.22 (restricted) "xv video shows garbage after running compiz" [Undecided,New] https://launchpad.net/bugs/147926 [08:25] New bug: #57710 in linux-restricted-modules-2.6.17 "nvidia-glx doesn't re-link libGL.so.1 to the NVIDIA GLX library" [Undecided,Invalid] https://launchpad.net/bugs/57710 [09:27] New bug: #140554 in xorg (main) "X crashes gdm_slave_xioerror_handler: Fatal X error - Restarting :0" [Undecided,New] https://launchpad.net/bugs/140554 [10:36] bryce: I'll reassing all the x-apps bugs to the current bundles [11:09] tjaalton: do you have some code doing automatic reassignment? [11:15] seb128: no :/ [11:15] but there aren't that many bugs, so it's not that bad [11:20] New bug: #50102 in xrandr "resolution not resettet on logout" [Undecided,Invalid] https://launchpad.net/bugs/50102 [17:12] New bug: #160033 in xorg (main) "weird things happen on desktop" [Undecided,New] https://launchpad.net/bugs/160033 [17:34] New bug: #173008 in xorg (main) "keyboard selection (dvorak) not preserved after install in hardy" [Medium,Confirmed] https://launchpad.net/bugs/173008 [18:46] New bug: #135573 in xserver-xorg-video-ati "[Gutsy]ati or radeon driver for X300 PCIE video card" [Undecided,New] https://launchpad.net/bugs/135573 === pwnguin_ is now known as pwnguin [20:27] bryce, I am looking at auto-xorg-git now, will merge in my branch stuff [20:27] hi tormod [20:28] tormod: I did some additional work on it since, let me send an updated version [20:28] ok great [20:28] I got it (sort of) working for libs and protos too [20:28] do you need debian-unstable for most packages, instead of debian-experimental? [20:28] yeah [20:29] sounds good! I have only tried it on ati, radeonhd, avivo [20:30] where do you send it? [20:32] sent [20:32] oh to the ubuntu-x@ mailing list [20:32] maybe we should think about putting it in git or bzr? [20:32] some of the git commands were wrong, maybe that's why you needed -experimental? [20:32] oh? [20:33] well, all the packages I was looking at were in unstable, not experimental. [20:33] for instance, git pull . $DEBIANREPO -> should be "upstream-head" defined in the fetch above [20:33] for drivers I can imagine experimental is more valuable [20:34] before I knew git, I didn't know where these labels came from etc [20:34] ah, yeah I could have been wrong there [20:34] I was wrong, you just copied it :) [20:34] ah, that'd explain it then [20:34] yeah I was trying not to louse up your existing logic, assuming it was correct [20:34] I'll take a look at the new version, fix up this, and ask you to test, ok? [20:35] yeah sounds good [20:36] fixing it so it can update, instead of cloning anew all the time would be good also to save time and bandwidth. [20:36] agreed [20:37] I have some additional ideas to port in from other scripts, but want to wait until you've had a chance to review all this stuff [20:38] one of the more recent additions is I did up some code to map debian package names to xorg package names, and to give the directory names in the git tree, so it can figure out where libs are, from drivers, etc. [20:38] one thing I'm thinking is that this bit of functionality could be broken out to a standalone tool [20:39] it may be of general usefulness to other things, plus would modularize out a large chunk of code from auto-xorg-git [20:58] you're a sh-fu :) [20:58] New bug: #150846 in xorg (main) "Quit button freezes screen but does not present Log out etc. options dialog" [Medium,Incomplete] https://launchpad.net/bugs/150846 [20:59] hehe [20:59] but you don't need both x and "" in: if "x$blabla" = [20:59] true [21:00] I think I can see from the indenting and whitespace that you like python :) [21:00] I was just trying to debug a string issue there; I think it's safe to eliminate, I figured the issue out [21:00] heh, actually that's probably from my perl background [21:04] I noticed that "quilt push -a" fails if there are no patches. Not a problem any longer in your version though. [21:04] just interesting [21:04] * bryce nods [21:04] I wonder also if we need to account for non-quilt patch systems at all [21:04] probably not, but... [21:04] maybe later [21:05] kees has some scripts to detect which patch system is in use. Perhaps we can incorporate those once things are further along. [21:05] tjaalton should know if there's any non-quilt xorg package [21:06] I think xsfbs is based on quilt [21:07] should it be 1.0.0~gitXX and not 1.0.0+gitXX ? They are lower resp higher than 1.0.0. [21:07] oh, I wasn't sure about that [21:08] that's why one uses new-version~ppa for instance, or ~backports, so they get upgraded when a "real" version is out. [21:08] I had been using ~, but am not sure I know the difference [21:08] in our case it should upgrade to the newer +git version. [21:09] ah, gotcha [21:10] interestingly, the debian wiki uses + but they recently released radeonhd 0.0.4~git20071124-1 [21:11] right [21:15] sed -i edits inline, I'll try that for the Maintainer [21:21] bryce: "what-patch" is part of ubuntu-dev-tools [21:21] keescook: ah ok thanks [21:21] who maintains ubuntu-dev-tools? [21:22] bryce: everyone? :P [21:22] it's in a bzr tree, and so far dholbach has done the uploads [21:22] ah looks like danial mostly [21:22] er, s/a/e/ [21:23] tormod: hey there's an update-maintainer script in ubuntu-dev-tools [21:24] maybe we should do up our script with a dependency on ubuntu-dev-tools [21:24] aha, I'll install that package then, maybe there's other goodies. [21:26] pull-debian-debdiff, ppaput, check-symbols look interesting [21:28] I would very much like to keep this script running on Debian though. Is there a ubuntu-dev-tools in Debian? [21:29] no [21:30] foot down then :) [22:03] I use pull-debian-debdiff all the damn time. :) [22:03] (I wrote it) [22:20] bryce, what I said was wrong about git pull was right because I was looking in an old, wrong file. I am getting there. [22:21] bryce, now you only run autoreconf if applying debian/patches. But "configure" will be missing otherwise, no? [22:22] hmm, probably [22:23] configure.ac would still be there though [22:23] (unless the package doesn't use autoconf, but that's a bigger issue) [22:24] it's just that I wanted to extract the upstream version somehow. grepping configure was convenient. ideas? [22:24] for now, I'll just run autoreconf in all cases [22:25] New bug: #173135 in xserver-xorg-input-keyboard (main) "USB keyboard stops working" [Undecided,New] https://launchpad.net/bugs/173135 [22:40] New bug: #173140 in xorg (main) "failsafe X script crashes" [Undecided,New] https://launchpad.net/bugs/173140 [22:43] tormod: I have some code that looks up the current version via apt-cache madison and parses it down into its parts, however I didn't feel that'd be adequate in this case so much [22:44] tormod: I also have a web scraper (for the merge status page) that gets it off the fdo site; again I didn't feel that to be viable [22:44] bryce: does that give us the upstream version [22:44] ? [22:44] yep [22:44] or, at least the version of the last release [22:45] the code's in perl not bash though. Maybe I could break out that bit to use as a standalone tool though [22:46] like, have it parse the upstream page and print to stdout a listing of packages -> release versions [22:51] New bug: #173143 in xorg (main) "hangs on dapper->hardy upgrade" [High,New] https://launchpad.net/bugs/173143 [22:58] is _ good in package versions? [22:58] example 6.7.196+git20071130+atombios_support-0ubuntu0tormod ? [23:22] I'm not sure, but I would expect it could cause problems in some scripts [23:22] but I can't think of any other good separator character [23:27] tormod: the characters allowed in the version number are [A-Za-z0-9.+:-] [23:29] jcristau: thanks. there should only be a "-" just before the Debian version right? atombios-support above would be wrong, wouldn't it? [23:30] no, you can have as mant -'s as you want [23:33] jcristau: and ~ ? [23:33] ah, yeah, that too. policy is out of date :) [23:37] is : allowed only for epochs or can it be used multiply? [23:39] bryce: I posted the new v6 now, time for bed here. [23:40] cool, I'm going to try setting up a git repo for us; I'll try to test v6 out before the end of the day [23:40] jcristau: if you're interested in the script, it should run on Debian now. Are you on ubuntu-x ML?