/srv/irclogs.ubuntu.com/2007/10/31/#ubuntu-motu.txt

sotoCan anyone interpret this backtrace? http://www.pastebin.ca/75591300:10
sotoI'm trying to debug a problem with nautilus. gdb keeps telling me that the program received SIGSEGV in gconf_client_remove_dir, but the process doesn't terminate, even after I detach.00:12
soto(keeps telling me that it received SIGSEGV whenever I try to 'continue')00:12
persiasoto: Have you looked in /home/soto/nautilus-debug-log.txt ?00:24
sotopersia: No such file00:26
sotoWhat happens if a SIGSEGV signal handler seg faults?00:26
persiasoto: You might check nautilus-debug-log.c, line 508 to see if 'xxxxx' is hardcoded.  It looks like there is an issue removing the file, but the error handler is crashing whilst trying to report the issue.00:27
persiasoto: It's just a SIGSEGV.  It needs to either be trapped, or the code written defensively, so it cannot happen.00:28
persia(e.g. check to make sure that the filehandle is valid prior to attempting to write)00:28
sotopersia: If the code was badly written would it infinite loop?00:29
soto'xxxxx' is not hardcoded: It is a redacted user name.00:30
persiasoto: I'm not sure what you mean.  One could conceivably write a recursive exception processor that was broken, and could loop, but recursive exception processing is rare.00:30
persiasoto: I'd look either at nautilus-main.c:213 or nautilus-debug-log.c:508.  I suspect one of those lines arranges the circumstances that cause nautilis-debug-loc.c:446 to fail.00:32
sotopersia: I'm trying to speculate as to the cause of a bug. In GDB, whenever I trying to 'continue' the process it SIGSEGVs, but the process does not terminate. So it seems to me that the program is handling SIGSEGV in some way that causes an infinite loop00:32
persiasoto: Nautilius is a main-loop application.  It tries to do the same things over and over again each cycle (as I understand it).  As such, when you continue, it notices it is having some problem and tries to write to the debug log.  It segfaults writing to the log.  GDB halts execution.  You type 'continue'.  Nautilius notices it is having a problem, and tries to write to the debug log.  It segfaults writing to the log.  GDB halts execution...00:35
sotopersia: Okay thans00:36
sotothanks*00:36
persiasoto: If you can fix the problem writing to the debug log, the debug log ought to show you the problem that was happening removing the file.  At this point, you should be able to fix the thing that is bothering you :)00:37
joejaxxjdong: ping00:39
=== rob1 is now known as rob
joejaxxHobbsee: Hello :D00:57
Hobbseehiya!00:58
RAOFHeya Hobbsee.00:59
ajmitchhello Hobbsee00:59
RAOFI wish I could replace my students with automata.  I could quickly whip up a python script to answer these tests much better than they have :(00:59
persiaRAOF: But could your python script also complain about the marking later :)01:00
RAOFNo.  I don't see this as a downside :P01:01
joejaxxlool01:01
RAOFPlus, finite-state-machines are cool.01:02
proppynight01:03
=== lukaswayne9 is now known as lt
=== lt is now known as lt_smooth420
ajmitchbddebian: getting the love going in #d-d again?02:05
joejaxxbryyce: ! :P02:12
bryycehiya joejaxx02:12
joejaxx:)02:12
joejaxxbryyce: hey i just witnessed the blurry screen using the ati driver on gutsy02:13
joejaxx:P02:13
bryycetake a photo?02:13
joejaxxi can show you tomorrow02:13
joejaxxit is reproducable02:14
bryyceok02:14
joejaxxw/in 31402:15
joejaxxbah02:15
ajmitch314?02:16
ajmitchcrazy02:16
=== elkbuntu_ is now known as elkbirthday
* persia thinks elkbuntu is expressing something sneakily, and sends well wishes02:19
elkbirthday02:19
* elkbirthday hugs persia02:19
bddebianajmitch: Heh, always :-)02:23
ajmitchelkbirthday: is it someone's birthday?02:24
elkbirthdayajmitch, i think it is. not a clue whose though02:31
ajmitchhm02:34
ajmitchquite puzzling02:34
joejaxxelkbirthday: hapy birthday :D02:38
joejaxxhappy*02:38
elkbirthdayjoejaxx, thankies :) i wish i could be there in boston for it, but we cant win em all :)02:38
joejaxxelkbirthday: you are most welcome :)02:39
ajmitchhaha02:48
ajmitchmneptok: what a way to show your love02:48
* mneptok regreases his spanking hand and sidles ominously toward ajmitch 02:48
Fujitsu/win/win 2303:07
FujitsuGrr, not again.03:07
joejaxxFujitsu: :P03:19
pwnguinis there a script to ubuntu-ize a package? ive been bringing things into my ppa by hand, but i imagine a script would do it closer to correctly than I do03:55
Hobbseebeyond dh_make?03:58
pwnguini mean a debian sync03:58
RAOFYou mean "sync a package from Debian into your PPA"+04:00
RAOFYou mean "sync a package from Debian into your PPA"?04:00
* RAOF sucks.04:00
pwnguinsure04:01
RAOFIsn't the only change needed s/unstable/hardy/ on the top changelog entry?04:01
RAOFThat surely can't be onerous, or particularly difficult to script.04:02
pwnguinive also been placing them in universe04:03
RAOFAh.  Yes, of course.04:03
pwnguinbut i havent really paid attention to how it "should" be done, so i donno what all the script might do ;)04:03
RAOFHm.  You know that icedtea build I started in here some 3 or 4 days ago?04:04
pwnguinnot done?04:04
RAOFGot it in one04:04
joejaxxLaserJock: !! :D04:04
pwnguinthat has to be a pounce04:04
joejaxxpwnguin: ?lol04:05
LaserJockjoejaxx: hi04:06
LaserJockpersia: that is one awesome email04:06
LaserJockpersia: but you should have sent it to ubuntu-devel as well04:06
ajmitchhello LaserJock04:07
FujitsuRAOF, pwnguin: You no longer need to put PPA packages them in universe - ogre-model overrides as if everything were multiverse now.04:07
FujitsuHi LaserJock.04:07
LaserJockhi ajmitch and Fujitsu04:08
persiaLaserJock: I agree that ubuntu-devel should do the same things, but I'm less convinced that ubuntu-devel needs immediate volunteers for the 5 activities on the bottom.  Also, there are some UDS sessions, likely focused on main, which should produce something interesting.04:11
HobbseeFujitsu: oh, excellent!04:11
pwnguinwhats the point of ogre model then?04:11
bddebianpersia: Nice e-mail :)04:11
* ajmitch should probably volunteer for something04:13
bddebianajmitch: Make me some not from source and FTBFS scripts.  I suck at that part ;-)04:13
persiaajmitch: You're welcome to do so, but you already maintain and host the rcbugs list (thank you), so you've less excuses to make if you don't :)04:13
bddebianActually I suck at pretty much everything :-(04:13
* ajmitch is now demotivated by bddebian's suckiness & won't volunteer :P04:14
bddebiandoh ouch04:14
persiabddebian: For not-built-for-Hardy, you just need to parse the hardy-changes archive.  Grab the subjects, and match against Sources.gz.  The deadline for having something working isn't until February, so you've some time to play.04:15
Hobbseeajmitch: yes, you should.04:15
ajmitchHobbsee: you speak!04:16
Hobbseeajmitch: no, i type!04:16
persiaHobbsee: So which one do you want? :)04:16
ajmitchoh04:16
Hobbseepersia: none at all :P04:16
* ajmitch goes back to his cave04:16
* bddebian goes back to take more abuse from Debian04:17
persiaajmitch: Before you get there, how is the progress on the next revision of the RC buglist?04:17
Fujitsupwnguin: Well, it allows the PPA to build against itself, etc.04:17
LaserJockpersia: but that email is of interest to *all* developers04:18
LaserJock-devel is not just for Main04:18
bddebianIt isn't?04:18
LaserJockno04:18
ajmitchpersia: it's not progressing04:18
LaserJockmdz has said that over and over04:18
LaserJock-motu is supposed to be fore motu-specific stuff only04:18
LaserJockI think we should try to leverage main and Canonical resources as much as possible :-)04:19
LaserJockat least they have valuable input04:19
persiaLaserJock: Hmm..  I guess I misunderstood.  I thought -devel was for main, and MOTU was for universe.  I'll be sending another (similar) email around DIF, and will definitely include ubuntu-devel for that missive.04:20
LaserJockyes, please do04:20
FujitsuStevenK: Can you convince your colleagues that they want to run their magic problem- and outdated-checking scripts over the entire archive?04:20
persiaLaserJock: Well, there was some effort to coordinate with DC resouces for Gutsy, but it didn't come to anything.  I was hoping that more community efforts would get us the tools: where they are run is a more soluable problem than that they should exist.04:20
LaserJockpersia: also Debian people and potential contributors are probably more likely to read -devel04:21
* ajmitch even had a completely separate implementation of mdt04:21
FujitsuBah, who has moderation rights over -motu ML? I sent using the wrong address again.04:21
persiaLaserJock: Good points all.  I shan't so restrict the audience in the future.04:21
ajmitchits main flaw was that it didn't produce pretty looking webpages :)04:21
LaserJockpersia: yes, but if Canonical's got handy scripts or knowledge we shouldn't waste it04:21
persiaajmitch: If you want to host your implementation instead of MDT, that'd likely be almost as good.04:21
LaserJockI find guys like cjwatson and pitti to be enormously helpful04:21
LaserJockI've got a bzr branch of mdt04:22
LaserJockI just don't have it hosted anywhere04:22
ajmitchpersia: yeah, I have some spare space on a virtual server that I may push things onto04:22
FujitsuI've had mdt running over {un,mult}iverse for about a year now, as I said in my email which is stuck in the moderation queue.04:22
bddebianheh04:22
persiaLaserJock: Agreed.  I asked them about the ftp-master stuff for Gutsy, and was advised it was trivial to port, but required a local mirror.  I've pointed at the code, but I don't have the mirror.04:22
ajmitchFujitsu: you should probably bribe someone to let the mail through04:23
HobbseeFujitsu: MC.04:23
persiaFujitsu: publically?  That's excellent.  I'm sorry I missed it.04:23
Hobbseei'd do it, but i've not been asked to04:23
FujitsuHobbsee: MC?04:23
Hobbseemotu council04:23
FujitsuHobbsee: Can you please let it through?04:23
FujitsuWhat about them?04:23
Hobbsee[15:21] <Fujitsu> Bah, who has moderation rights over -motu ML? I sent using the wrong address again.04:23
LaserJockpersia: right, so we need a list of specific things we need, as you've already got a great start on, and then get the word out to get people/resources04:23
Hobbseeas in, i'd help with the moderation, but i've not been asked to04:23
FujitsuOh.04:24
LaserJockFujitsu: doesn't it give you a chance to cancel?04:24
FujitsuLaserJock: Hm, true, forgot about that.04:24
* Fujitsu does so.04:24
LaserJockthat's what I do04:24
persiaLaserJock: Right.  That's what the last section was about.  I figured that anyone who read the whole thing was interested, and would be likely to volunteer to contribute something.04:24
LaserJockhehe04:24
LaserJockI read the whole thing04:24
bddebianOhh boswars looking pretty good..04:24
ajmitchhm, massive quoted email on -motu04:25
persiaLaserJock: So you want one?  (B) is easy, if you have a local mirror.04:25
persiabddebian: You are familiar with Emily Post, no?04:25
ajmitchFujitsu: I'd let it through, but I have to find the password first04:26
bddebianpersia: Sounds familiar but I cannot place it04:26
LaserJockpersia: hmm, I do have a local mirror of universe and main04:26
persiabddebian: http://www.faqs.org/faqs/usenet/emily-postnews/part1/04:26
ajmitchand I find that you already killed it...04:27
ajmitchoh well04:27
LaserJockpersia: I might also be able to work on A) depending on what it's going to involve04:27
* ajmitch wanders off home04:27
* Hobbsee dumps a whole lot of rain on ajmitch04:27
bddebianpersia: And which of those am I supposed to read?04:27
persiaLaserJock: From what I can tell, LP has the information for each package.  I just can't find a URL that exposes it.  It's 100% LP coordination: to get LP to tell us not only what failures ever happened, but for which packages the last version FTBFS.04:28
LaserJockpersia: right, I'll have a talk with kiko and see what we can come up with04:29
persiaLaserJock: That'd be great.  Thanks.04:29
LaserJockseems like we need some web hosting :/04:30
LaserJockI can run lots of stuff, but I'm not sure I have bandwidth to maintain a frequently used list04:30
persiabddebian: I may not be able to count, but I think #1604:30
persiaAnyone willing to volunteer to host LaserJock's output?04:30
* Fujitsu can stick things in a few places, depending on how much processing they need.04:31
Hobbsee*drool*04:31
HobbseeLots of wireless drivers being merged: 3945/496504:31
Hobbseeno l-u-m for .24, presumably!  yes!04:31
FujitsuWe have .24 now?04:31
Hobbseehttps://wiki.ubuntu.com/KernelTeam/Hardy/KernelVersion04:31
Hobbseeno04:31
FujitsuAh.04:32
Hobbseebut we will for hardy,b ased on this stuff04:32
Hobbseemeans kernel testing is nice - working wifi each time :)04:32
FujitsuAh, so that page actually exists now.04:32
HobbseeUse Cases04:32
HobbseeBooting your computer04:32
Hobbseehaha :)04:32
LaserJockhmm, can anybody explain to me what .la files are and why we aren't supposed to ship them?04:32
FujitsuYep.04:32
FujitsuBecause static libraries are evil.04:32
bddebianpersia: Just tell me the issue please, I'm really not in the mood for reading through that drivel..04:32
persiaLaserJock: We disapprove of static libraries.04:33
Fujitsubddebian: It's probably that you quoted the entire mail.04:33
persiabddebian: long quoted post, short reply.  Poke meant humorously.  No worries.04:33
pwnguinstatic libaries are where you take the library code and bundle it with the executable in a way the system cant see04:33
pwnguinLaserJock: they're bad because you cant share static libraries among binaries04:34
FujitsuAnd because you need to rebuild things for updates.04:34
LaserJockok, so a .la is a static library?04:34
FujitsuSecurity nightmare.04:34
FujitsuYeah.04:34
LaserJockand a .so is a shared library?04:34
FujitsuYep.04:34
persiaLaserJock: Well, it's linking information for a static library04:34
pwnguinLaserJock: so each gnome applet, if built statically, would combine into massive RAM requirements04:34
* LaserJock shows his library ignorance04:34
RAOF.la isn't acutally a static library, though, right?  It's some libtool craziness pointing to shared libraries?04:35
RAOFKinda like pkg-config files, but less safe?04:35
persiaLaserJock: quick summary: static libraries are compiled inline.  Gain of about 1% in speed.  Requires local copy in RAM for each included library.  dynamic libraries are available separately in the system.  Only one copy goes to RAM.  security updates go to the library, and clients get the benfits.04:36
slangasekno, a .la is not a static library04:36
slangaseka .la is a libtool metadata file04:36
persiaRAOF: Yes.04:36
RAOFWooo!  I remember some libtool craziness!04:36
keescookslangasek beat me to it, but .a is the static lib04:36
LaserJockah, k04:36
slangasekit happens that on glibc systems, this metadata is only *useful* with static libraries; but "static libraries are evil" isn't the reason they're bad04:37
FujitsuAh.04:37
slangasekthe reason they're bad is because they have bad effects when doing *dynamic* linking04:37
* RAOF *didn't* know that.04:37
* persia sits attentively for library class04:37
pwnguinoh yea, combinining static and dynamic builds is a pita04:37
LaserJockok04:38
slangasekpersia: that's about all I intended to say at the moment, most people don't really care about the details of what they do wrong in the dynamic linking case :)04:38
LaserJockso are the static libraries included in the binary?04:38
LaserJockwhat happens if there are both static and dynamic "versions" of the library?04:38
persiaslangasek: Do you happen to have a reference to the implications of .la files on dynamic linking.04:38
RAOFLaserJock: Depends on what the binary is built against.04:39
pwnguinLaserJock: you wouldnt normally use both..04:39
RAOFLaserJock: If the binary statically links to a library, then it just plain ignores any other version of the library lying around.04:39
slangasekLaserJock: when doing static linking, library code is copied into your binary, yes04:39
* persia finds http://en.wikipedia.org/wiki/Library_(computer_science)04:39
RAOFSo you get to play the fun "libz has a security fix.  Let's rebuild everything that statically links against it" game.04:40
slangasekpersia: afraid I don't; my best reference for it was a paper I wrote for DebConf 4, which I think later went up in smoke in a Debian server failure04:40
LaserJockbummer04:40
persiaslangasek: Ah.  Sorry to hear that.  Thanks anyway.04:40
LaserJockanybody have a suggestion on figuring out if files are being installed at build time, but not installed into the .deb?04:41
LaserJockI have a package that has a .install which includes quite a bit04:41
RAOFdh_install --list-missing?04:41
LaserJockbut I just built the package and it's missing a library04:41
bddebianpersia: NP, thanks, sorry, it was a quick reply-to.. :)04:41
bddebianAnyway, gnight folks04:42
LaserJockand I'm wondering what else it's missing04:42
persiasleep well bddebian04:42
bddebianThx04:42
RAOFLaserJock: Or even --fail-missing04:42
LaserJockRAOF: huh, that looks quite handy04:42
RAOFLaserJock: It turns out that debhelper is *full* of things that are quite handy when building packages :)04:43
LaserJockwho would've thunk it?04:44
RAOFCrazy, I know.04:44
pwnguinRAOF: unless you want udev04:44
pwnguinthen its just a gordian knot04:44
pwnguin"Q: How do you use dh_installudev?" "A: You don't."04:45
persiaslangasek: http://debconf4.debconf.org/talks/dependency-hell/index.html ?04:45
slangasekpersia: yes, that looks like it. :)04:45
pwnguinI need a psychic: what was the name of the package i installed to limit dput uploads?04:46
* persia has seen useful application of dh_installudev04:46
LaserJockpersia: is there a script for automatic lintian/linda available?04:46
slangasekpersia: so the html isn't lost, just the OOo original, fair enough04:46
persiaLaserJock: Fujitsu's already chasing that.04:46
pwnguinoh, slangasek == vorlon ....04:46
LaserJockpersia: fine ... ;-)04:46
FujitsuLaserJock: It's up to the u* binaries (going from the end, did sources first)04:46
persiaFujitsu: Does it have a URL yet?04:47
Fujitsupersia: Not at the moment.04:47
slangasekpersia: also, seems to be a less-good reference than I remember, clearly I need to write some new papers on this subject :)04:47
LaserJockFujitsu: is that just lintian?04:47
RAOFpwnguin: Thanks for reminding me.04:47
slangasekpwnguin: hmm. uh-oh? :)04:47
persiaslangasek: Please.  That's an excellent set of slides, but it's a solved problem.  .la isn't even mentioned.04:47
FujitsuLaserJock: Yeah, linda takes orders of magnitude longer to run.04:47
RAOFpwnguin: I still need to draft a "Is this our udev policy???" page :)04:47
pwnguinheh04:47
slangasekpersia: er, "solved problem"?04:48
LaserJockFujitsu: tell StevenK to make it faster ;-)04:48
FujitsuHeheh.04:48
persiaslangasek: versioned dependencies, and proper library packaging.04:48
pwnguinIn my case, i just wound up with a "just use sudo" jutsu04:48
slangasekpersia: hmm, that's not really the point of the slides; see, I evidently also should've written a full paper instead of just doing slides and a talk :-)04:48
RAOFpwnguin: You can look at kvm (for which I really need to clean up my Debian merge, and install a Hardy system to test)04:48
persiaslangasek: In other words, (I suspect as a result of your talk), it is very rare for an Ubuntu user to experience a segfault because of an ABI transition.04:49
LaserJockpersia: what does "outdate tracking" mean?04:49
* persia thought there was a full paper, done with OO Writer, which was eaten by the Debian server failure.04:49
slangasekpersia: here's the 10 cent summary of the issue: existing tools cause everything near the top of the tree to directly link to everything below it in the tree.  This causes each library transition to be bigger than it should be04:50
slangasekpersia: yeah, by "paper" I fear I meant my slides04:50
slangasekwhich I remembered as being more contentful04:50
persiaslangasek: But with the originals lost, you didn't have to admit that :)04:50
slangasekheh04:50
persiaLaserJock: http://people.ubuntu.com/~ubuntu-archive/testing/hardy_outdate.txt04:50
pwnguinwhat about archive.org?04:51
pwnguinwhen was debconf4?04:51
persiapwnguin: http://debconf4.debconf.org/04:51
slangasekanyway. each lib transition becomes bigger, and therefore is spread out over a longer period in time (whether it's just rebuilds, or packages needing to be touched)04:51
LaserJockpersia: I'm not sure what I'm looking at :-)04:52
slangasekthis increases the chance that a binary is going to end up linked to multiple versions of the same lib for no good reason04:52
slangasekand multiple versions of the same lib loaded, without symbol versioning, == segfault04:52
persiaLaserJock: Those are reports of packages where the source version in the archives doesn't match the binary version in the archives.  It usually indicates a FTBFS (or a truly badly written debian/control file)04:52
Fujitsupersia: Launchpad-derived FTBFS lists will also tell us that.04:53
LaserJockhmm, that's what I was thinking04:53
slangaseksome key libraries now have symbol versioning (e.g., berkeley db or krb5).  Many others still don't.04:53
persiaslangasek: Ah.  And the .la files exacerbate the issue by pointing to an "offical" version, rather than letting the dlopen version symbol checking do it's thing?04:53
LaserJockbut I would've thought that a FTBFS or NBS list would tell us that04:53
persiaDifferent ways of achieving the same results.  debcheck is better than dist-problems.  Something could be better than dist-outdated.  If we don't have something better, the existing tools are still useful.04:54
slangasekpersia: they exacerbate the issue because when .la files are present, calling libtool at build-time gets you a linker command that has recursed through the dependencies of the libraries you *need*, and listed them all even when you're doing dynamic linking04:54
slangasekpersia: which creates direct references to a particular soname of a library, from a binary that doesn't need it.04:54
Fujitsuslangasek: Ahhh.04:54
persiaslangasek: Aha, so *all* the symbols are loaded,and *everything* needs a rebuild.  Thanks for the extended explanation.04:55
slangaseksure04:56
LaserJockso I recently saw an email where shipping the .la was needed04:56
slangasekright then, sleep now04:56
RAOFYup, that KDE issue.04:57
LaserJockslangasek: good night, thanks for the explanation04:57
slangasekyes, it's possible to misdesign things so that .la files are needed at runtime, but that's a separate game :)04:57
FujitsuNight slangasek.04:57
slangaseknight all04:57
RAOFLaserJock: Because they statically link an old version of libtool into their tools :)04:57
persia902 Not in Sid!  My, we've signed on for a bit of work.  That's 15 each.04:57
persiaRAOF: Won't that go away with some sneaky plan for KDE4?04:57
LaserJockpersia: that's packages only in Ubuntu?04:58
Fujitsupersia: We haven't processed removals yet.04:58
RAOFpersia: I believe they'll update their internal libtool, yes :P04:58
persiaFujitsu: Removed from Sid: 0 packages04:58
persiaRAOF: And keep it interna;?  Madness.04:58
Fujitsupersia: Well, the removals detection isn't ideal yet, so I removed the check... I should probably remove that section from the page.04:58
persiaLaserJock: Well, the packages might be somewhere else, but they're not in Debian.04:58
FujitsuOr steal a Debian removals processor from elsewhere.04:59
RAOFpersia: Maybe they're following the ffmpeg development plan.04:59
persiaFujitsu: Ah.  That makes me less worried.  If I hadn't seed "Removed from Sid: 0", the 902 wouldn't be so bad.04:59
* Fujitsu notes the top of the removals.py05:00
Fujitsu# TODO: We should ensure that it hasn't been removed from experimental05:00
LaserJockRAOF: dh_install --list-missing is awesome ;-)05:00
RAOFLaserJock: *Yes*05:00
ajmitchso how many of the tasks are left to pick up now?05:07
imbrandonholy hell, i must have mucked up my regex for subscribing to wiki pages, i am getting ALL changes now , hrm05:08
Fujitsuimbrandon: Haha.05:09
ion_:-)05:09
Fujitsuajmitch is subscribed to all, I think.05:09
* ion_ is brave (or reckless?) and upgrades to hardy.05:09
imbrandonheh05:09
Fujitsuion_: I upgraded one of my machines days ago!05:09
ajmitchdisk space is cheap05:09
persiaajmitch: Let's see.  Laserjock has A and E.  Fujitsu has D (and new F: lintian).  B and C need volunteers, although the value of B has been questioned.05:09
imbrandonbtw moins all05:09
* Fujitsu prods edge.05:09
ajmitchpersia: cool, so I'm not needed05:09
* Fujitsu prods edge harder.05:09
imbrandonajmitch, specialy when its gmails diskspace05:09
persiaajmitch: Are you shure you don't want C?05:10
FujitsuC is piuparts?05:10
ajmitchpersia: running piuparts over universe would require far more bandwidth than I have05:10
imbrandonwe diving up work ?05:10
persiaajmitch: Ah.  That's be "Yes, you're sure" then :)05:10
FujitsuIt would take a long time for one person, wouldn't it?05:10
persiaimbrandon: Yep.05:10
persiaFujitsu: About a week.05:11
imbrandonwhats left?05:11
FujitsuOuch.05:11
ajmitchI have the hardware to do it, but not the bandwidth05:11
persiaimbrandon: porting ftp-master scripts for universe, and hosting the results (perhaps not useful), and running piuparts at DIF, FF, and BF.05:11
ajmitchpiuparts should be coordinated with the QA team anyway05:11
ajmitchespecially people like liw05:11
Fujitsuajmitch: I'm sure they'll restrict themselves to main.05:12
persiaajmitch: Which QA team?05:12
imbrandonhrm and port the ftp-master scripts from what to what ?05:12
Fujitsupersia: Canonical's, probably.05:12
LaserJockpersia: I have E?05:12
ajmitchLaserJock: you do now05:12
persiaimbrandon: generated hardy-universe-problems.txt and hardy-universe-outadated.txt05:12
FujitsuLaserJock: That's part of the LP business.05:12
LaserJockoh05:13
FujitsuThey have that information, but we can't get it out in bulk at the moment.05:13
persiaLaserJock: Do you not?  You volunteered to go talk to LP after Fujitsu pointed out that A & E were essentially the same from an LP POV05:13
LaserJockpersia: right, I just didn't connect that he was talking about E05:13
imbrandonahh ok, tell me where to get the originals , i can do that05:13
persiaimbrandon: http://ftp-master.debian.org/testing/update_out_code/05:14
Fujitsupersia: Porting that doesn't look trivial.05:14
imbrandonk05:14
FujitsuCanonical has already ported it, presumably, so...05:14
imbrandonFujitsu, yea lets hold out breath :)05:14
persiaimbrandon: If porting isn't easy, ping pitti or cjwatson: there's already a main port running in the DC.05:14
imbrandonour*05:14
persiaimbrandon: Also, you will need a local mirror to run against :)05:15
imbrandonpersia, ok, umm i talk to pitti semi often about stuff like this, i might just see if we can get something opened up05:15
persiaimbrandon: Great.  Thanks.05:15
Fujitsupersia: universe MDT page updated with removals.05:15
imbrandonpersia, yea i have had a local mirror for a few years now, 1.5 or 205:15
* persia seeks three people who are willing to donate a week of processor time and have a local mirror05:15
persiaFujitsu: Thank you.05:15
FujitsuIt should be fairly reliable, but there might be a couple of false-positives.05:15
imbrandonman i wish i had unlimited $$ , lol, would make hobbies much easier05:16
persiaOnly 638 Not in Sid.  That's a little more manageable.05:16
FujitsuYeah.05:17
imbrandonwhy couldent i have founded thawt :P05:17
Fujitsuimbrandon: Haha.05:17
* persia reports all the volunteers to the mailing list.05:18
Fujitsupersia: Thanks.05:18
* ajmitch volunteers Hobbsee 05:19
Hobbseefor what?05:19
ajmitchfor QA tasks05:19
persiaHobbsee: piuparts05:19
Hobbseei dont have a local mirror05:19
ajmitchI'm sure you have access to infinite bandwidth in .au05:19
Hobbseebut StevenK does.05:19
Hobbseeso try him05:19
* Fujitsu kicks LP.05:19
* persia is suspicious of bandwidth in .au05:19
HobbseeDC should be able to run it, anyway05:20
Fujitsupersia: What bandwidth?05:20
ajmitchpersia: it's a myth05:20
Hobbseepitti will probably put it in for us.05:20
ajmitchwe can hope so05:20
* persia volunteers Hobbsee to volunteer pitti05:20
ajmitchsome people doubt that canonical would do such a thing for us05:20
Hobbseeok05:20
Hobbseeajmitch: depends which parts.05:20
persiaHobbsee: Thanks.05:21
ajmitchHobbsee: in reference to piuparts & all05:21
persiaWell, oiuoarts & archive rebuilds are the most painful part.05:22
FujitsuOh, I suppose the Canonical world will be sleeping due to being in Boston. No LP for us, then.05:22
Hobbseeajmitch: true.  depends who gets sweet talked into doing it, and how.05:22
ajmitchyou can sweet talk better than I05:23
* Fujitsu sweet talks Hobbsee into sweet talking whoever needs to be sweet talked.05:24
Hobbsee:P05:24
ajmitchgood luck, I heard she bites05:25
* Hobbsee bites ajmitch05:25
ajmitch:(05:25
* Hobbsee hugs ajmitch05:26
ajmitch:)05:27
* persia cheers ajmitch, LaserJock, imbrandon, and Fujitsu for fixing QA05:32
* Hobbsee cheers at doing nothing05:33
imbrandoni dunno bout fixing but heh05:33
ajmitchpersia: what am I being cheered for?05:33
persiaajmitch: Maintaining the RC Buglist.05:33
ajmitchoh right05:33
Fujitsupersia: Thanks for trying to get all this together.05:36
* persia runs off for a while05:49
LaserJockcan I specify a variable directory to install into in a .install file06:01
LaserJockI need to install to /usr/lib/<library>/<version>/06:01
highvoltageLaserJock: pong06:02
=== zen-afk is now known as zenrox
imbrandonLaserJock, have the rules generate the .install file from a <package>.install.in with marcos ? hehe justa  idea06:03
LaserJockimbrandon: ewwww06:04
LaserJockthe thing is I don't know the <version> until build time06:04
LaserJockI'm dropping a plugin into the lib of another package06:04
nxvlfinally i have got gmail's imap support06:05
nxvl:D06:05
imbrandonnxvl, yea i was happy to get it too06:05
imbrandonfinaly06:05
nxvlimbrandon: i was real tired of waiting to come home to check my mail06:05
nxvlnow i can do it also at work :D06:06
nxvlwith the same configuration06:06
highvoltagenxvl: yay! mine is working too!06:06
nxvlit's really great06:06
LaserJockfor me the webmail is still a lot faster though06:06
imbrandonimap seems pretty speedy here, i still havent got mutt the way i like it , but thatrs neither here nor there06:07
nxvlLaserJock: i have nothing against webmail, despide the fact that you can't sign your mails :D06:07
imbrandonyea thats my main thing for using imap, to sign the mail06:07
LaserJocknxvl: well, I never sign email anyway06:08
=== nxvl_ is now known as nxvl
LaserJockI think perhaps the only time I've ever signed an email was when I did a keysigning at UDS Paris06:08
LaserJockoh, and to get a REVU account I did06:08
nxvli don't sand any email that is't urgent without signing it06:09
LaserJockI haven't figured out the point06:09
nxvlmeh, xchat is't usefull for small resolution, back to irssi06:12
FujitsuXChat isn't useful full-stop...06:13
LaserJockI like xchat06:13
* RAOF still hasn't got gmail imap :(06:13
imbrandonugh , ok i'm stuck in a loop http://paste.ubuntu.com/1536/ any help06:13
* Fujitsu doesn't have GMail IMAP either.06:14
FujitsuBut I don't have a GMail account, so that might do itt.06:14
imbrandonwow there is someone on the planet without gmail ? heh06:15
RAOFLaserJock: Ah.  ugh.  I don't suppose you can just install /usr/lib/library/*?06:15
Fujitsuimbrandon: You could manually hack the postinst.06:15
FujitsuJust return 0 at the top, and then reinstall the package afterwards to make sure things are OK.06:16
LaserJockRAOF: well, I don't know if that'd work for the target is the problem06:16
LaserJockimbrandon: only weird people  ;-)06:16
imbrandonFujitsu, hrm true06:16
RAOFAh, for the target.  Why not let dh_install guess the target?06:16
RAOFIt should guess correctly, I believe.  As long as upstream's build system puts the lib in the right place.06:17
LaserJockwell, that's the funky part06:17
imbrandonhrm here is the temp postinst kept ?06:17
RAOFOh.  Upstream doesn't work?06:17
Fujitsuimbrandon: /var/lib/dpkg/info/somepackage.postinst06:17
RAOFLaserJock: That makes it somewhat more annoying.06:18
LaserJockall the .install is doing for the most part is moving files form debian/tmp/ into debian/<packagename>06:18
LaserJockRAOF: no, upstream is fine06:18
RAOFOk.  This sounds like nice, normal dh_install usage so far... :)06:18
Fujitsuimbrandon: Is this the ex-Dapper box, or did you break it some other way?06:19
imbrandonthe ex-dapper06:19
imbrandonstill fiddling with upgrading it06:20
LaserJockok, but in rules DESTDIR is debian/tmp/06:20
LaserJockwhy wouldn't it just be debian/<packagename>/06:20
LaserJockand I would do away with most of .install06:20
RAOFLaserJock: The package isn't splitting it up into multiple binaries?06:21
LaserJocknope06:21
RAOFIE: why is it using dh_install in the first place?06:21
LaserJockit's a single binary06:21
LaserJockbut the packaging is as if there were multiple06:22
RAOFIs it missing lots of files in the binary? (Ie: is it using dh_install to install only necessary stuff, rather than removing unnecessary stuff?)06:22
LaserJockI wonder if that's just for future's sake in case it needed to be split or what06:22
LaserJockit's using dh_install to install everything06:22
RAOFSounds like a needlessly complicated package, really.  It's not hard to split in future.06:22
RAOFWhat package is this?06:23
LaserJockwhich gave me grief because upstream added new .so files and they didn't make it into the package because of the .install06:23
LaserJockgchempaint06:23
imbrandondh_install --list-missing :P06:23
RAOFimbrandon: Or DESTDIR=debian/packagename/, and just not use dh_install06:24
LaserJockimbrandon: yes, that's how I found out all that was missing06:24
LaserJockRAOF: this is the current .install http://paste.ubuntu-nl.org/42793/06:26
imbrandonLaserJock, FYI you know there is a new paste.ubuntu.com that uses the same script that seveas made for -nl.org :P06:26
LaserJockah, awesome06:27
LaserJockI always have to google for the URL06:27
LaserJockdrives me nuts06:27
imbrandonheh06:27
RAOFLaserJock: Why don't you just use DESTDIR=debian/<packagename>?  It doesn't look like you need dh_install for anything but the last 2 lines.06:28
LaserJockRAOF: that's what I thought06:28
RAOFThen, presumably, submit the patch to the Debian maintainer?06:28
LaserJockis there anything like a remove file?06:29
LaserJockRAOF: well, I kinda am one of the Debian maintainers06:29
RAOFOh, even better :)06:29
LaserJockso I'll make sure to submit a patch ;-)06:29
LaserJockI want to get rid of these .la files06:29
* imbrandon watches LaserJock email himself06:29
RAOFLaserJock: You mean something like dh_remove?  No, I don't think so.06:29
LaserJockimbrandon: "WTH, I'm not going to take that stupid patch?!!?!"06:30
LaserJock"Oh yeah, well you're the dumbest maintainer I've ever seen"06:30
imbrandonFujitsu, good thing is i'll probably get the update finished tonight, bad thing is its taken ME 3 days to accomplish06:30
RAOFLaserJock: I think you have to just do a rm on them in the rules.06:30
* LaserJock starts bug-flaming himself in BTS06:31
imbrandonlol06:31
imbrandonman i'm sooo getting tired of unresponsive upstream and PERL06:32
* imbrandon ponder making a apt-mirror_ng06:32
pwnguinso im thinking about making a silly package06:34
pwnguinfor irssi-notify06:35
imbrandonto make libnotify via ssh easy ? hehe06:35
* LaserJock ponders filing removal requests for silly packages06:36
pwnguinbasically, it uses libnotify and ssh to pop up locally on highlight06:36
imbrandonFujitsu, yea i think we're gonna have to start upgrade testing NOW , i cant count how many times i've seen "dpkg: dependency problems prevent configuration of"06:37
imbrandonin the last 2 days06:37
LaserJockwhat's a good way to debug why an app can't find a shared library that I know exists?06:37
RAOFldd?06:37
RAOFIs it a fun arch-incompatibility problem (32bit vs 64bit?)06:38
LaserJockno06:39
LaserJock        libgcpcanvas-0.8.4.so => not found06:39
RAOFIs libgcp* in LD_LIBRARY_PATH?06:40
LaserJockthat .so is in /usr/lib/gchempaint/06:40
RAOFSo, it's not.06:40
RAOFSo, options include a LD_LIBRARY_PATH wrapper (favoured by users of gecko, for example).06:41
RAOFRPATH, favoured by heavy users of crack that gets bugs filed against it.06:41
RAOFAnd... um... hacking the source to get it to load from a different place.06:41
LaserJockwhy can't if find it where it is?06:42
LaserJock*it06:42
LaserJockseems rather odd06:42
RAOFBecause it's asking the dynamic loader to find it, and /usr/lib/gchempaint isn't in ld.so.conf.06:42
RAOFOh, the other option is to add a file to /etc/ld.so.conf.d to special-06:43
LaserJockI guess I was assuming anything in /usr/lib/ would be06:43
RAOFcase the loader's path for that binary.06:43
RAOFLaserJock: Anything in /usr/lib, yes.  Not recursive.06:43
RAOFPrivate libraries are a pain in the arse.06:44
LaserJockfor goodness sakes06:44
RAOFActually, _why_ is that library private?06:44
LaserJockheck if I know06:44
LaserJockthat's just where it ends up06:44
imbrandonheh06:44
Epox_Ardere_anyone install iwlwifi drivers yet06:45
pwnguini have06:45
RAOFEpox_Ardere_: Yeah, I've been using them for ages.06:45
Epox_Ardere_sweet finally someone talking back to me06:45
pwnguinits unfortunate that nobody has really talked more about them06:45
pwnguinon planet or UWN06:45
RAOFWell, they only kinda work, really.06:46
LaserJockwhat are they?06:46
RAOFActually open intel wireless drivers.06:46
Epox_Ardere_maybe i'm just an idiot but does 7.10 have the hotplug firmware agent06:46
RAOFUsing the shiny new linux wireless stack.06:46
LaserJockRAOF: is there any reason why I can't drop the .so into /usr/lib/ >06:46
pwnguinits a bit sad that restricted driver manager suggests ipw when iwl is installed and working06:47
RAOFLaserJock: No.  Although you'd then want to split it off into a library package, and you'd need to do all the funky library versioning stuff.06:47
Epox_Ardere_really?06:47
RAOFpwnguin: Eh, ipw works better than iwl for me.  For example, iwl doesn't survive a suspend.06:47
LaserJockRAOF: oh, no thanks ;-)06:47
pwnguinRAOF: well, in my case, suspend is already broke06:48
RAOFLaserJock: So, *that* would be why you can't put it in /usr/lib :)06:48
Epox_Ardere_i just would like to know if the iwl drivers allow for packet injection in aireplay-ng06:48
LaserJockRAOF: now I know why I like python packaging ;-)06:48
RAOFpwnguin: If I configure compiz just right, then my laptop doesn't die on resume-from-suspend (thank you nvidia, your drivers almost fail to suck)06:49
RAOFLaserJock: Heh.  Until it grows a gtkmozembed dependency (frikkin miro)06:49
RAOF(On the other hand, the new nvidia drivers *do* leak like a colander)06:50
LaserJockman, you'd think it wouldn't be such a pain when the thing builds from tarball so easily06:50
RAOFWhere does it normally install that lib to?06:50
Epox_Ardere_anyone know if the iwl drivers allow for packet injection in aireplay-ng06:51
Epox_Ardere_i know that the ipwraw drivers were supposed to be able to do this06:51
RAOFEpox_Ardere_: You're asking in the wrong place :)06:51
RAOFWhere would be the *right* place?  Hm.06:51
Epox_Ardere_not quite sure06:52
LaserJockRAOF: good question, I think in /usr/local/lib/gchempaint/06:52
RAOFYou know, the iwl website *might* point you in the right direction :)06:52
LaserJockbut I think there's some rpath stuff involved06:52
imbrandonEpox_Ardere_, probably bets to just try it06:52
LaserJockwhich was stripped out in the Debian packaging06:52
imbrandonbest*06:52
RAOFLaserJock: Ah, yay rpath.  Yeah.06:52
Epox_Ardere_i tried following their instructions and just ran into problems06:53
Epox_Ardere_i'm sure i'm doing something wrong06:53
LaserJockok, well, I'm 2 hrs overdue for bed time06:53
RAOFLaserJock: So, LD_LIBRARY_PATH wrapper, or drop a config file into /etc/ld.so.conf.d06:53
Epox_Ardere_kinda new to this whole compile your own stuff06:53
LaserJockRAOF: so that's just a wrapper script with export LD_LIBRARY_PATH=<blah> <binary> ?06:54
imbrandonbut then you can do neat things like crack wireless WEP networks *rolls eyes* hehe06:54
RAOFLaserJock: Yup.06:54
RAOFEpox_Ardere_: Or you could use the drivers in linux-ubuntu-modules, already built for your enjoyment.06:55
LaserJockRAOF: ok, well I'll have a talk with the other maintainers06:55
imbrandonRAOF, only on gutsy06:55
LaserJockthis packaging is a bit ... old06:55
RAOFimbrandon: I always forget that some people don't run ubuntu+1 :)06:55
imbrandon:P06:56
Epox_Ardere_RAOF i'm not quite following06:56
LaserJockwhat? I thought everybody was running Hardy06:56
imbrandonEpox_Ardere_, the iwl drivers are in linux-ubuntu-modules already in ubuntu, no need to compile your self06:56
imbrandonis what he ment06:56
Epox_Ardere_how would i go about loading them instead of the restricted drivers06:57
RAOFEpox_Ardere_: You'd put ipw3945 into the /etc/modprobe.d/blacklist file, and add iwl3945 to /etc/modules06:57
RAOFEpox_Ardere_: And be on Gutsy, and have linux-generic (or linux-rt) installed.06:58
imbrandonand lum06:58
RAOFimbrandon: That's a dependency of linux-generic, right?06:58
* RAOF never recommends anything but the metapackage.06:58
imbrandonRAOF, no sure , i'm just now figuring out the new system06:58
Epox_Ardere_is there a way that I could just disable as in # modprobe -r ipw394506:59
Epox_Ardere_and then load as in # modprobe iwl394507:00
imbrandonEpox_Ardere_, sure if you do that at every boot, and this is drifting off into support :)07:00
Epox_Ardere_sorry07:00
imbrandonnp, just stating it, soemtimes MOTU and support overlap a bit :P07:01
imbrandonspecialy when its semi slow in here , like now07:01
pwnguinpeople run hardy?07:04
ion_I upgrade a while ago.07:05
pwnguinits been open for like a week, i think.07:05
Hobbseei'm thinking about it.07:05
pwnguinso is there some website i can look at to monitor the sync process?07:06
Hobbseeoh, only 11K builds to go now07:06
Hobbseedown from 13K07:06
RAOFpwnguin: You can watch the build queue on launchpad.07:07
pwnguinwell, i was thinking for a given package07:07
RAOFYou can search for it in the build queue? :)07:07
RAOFAnd for your first question: yes, of course - I'm going to install tonight.  How else can you build Hardy packages?07:08
RAOFs/build/test/07:08
imbrandonhardy chroot/pbuilder07:08
RAOFOk.  How can I test my hardy kvm merge :P07:08
imbrandonqemu/vbox07:09
imbrandonheh test the new kvm with the old kvm07:09
RAOFBut neither of them expose the VT extensions :P07:09
RAOFIt's one of the few packages you actually have to test on a real, on-the-metal install.07:10
imbrandonvbox does iirc07:10
RAOFReally??07:10
RAOFI find that somewhat unlikely.  But maybe.  I may check that out.07:10
imbrandonerr s/exposes/uses/g gah07:11
RAOFHeh, _yes_07:11
RAOFAnyway, homing time :)07:11
imbrandonhrm looks like socal / san fran / san jose got an 5.5+ earthquake07:20
ajmitchfairly small07:22
imbrandonahahahh gotta LOVE digg quote : "FOX news has issued a statement that the recent quake may be connected to Al Queda....."07:24
imbrandonomg i'm gonna pee myself07:25
FujitsuO_o07:25
elkbirthdayplease tell me you're joking...07:27
imbrandonit was a digg comment so i'd assume its a joke, a good one07:27
FujitsuAh, good.07:27
imbrandonhttp://digg.com/world_news/Earthquake_in_San_Francisco?t=10235007#c1023500707:28
imbrandon^^ just that comment showing07:28
pwnguinwhat else is new07:28
pwnguincalifornia burns and vibrates all the time07:28
imbrandonpwnguin, considering my wife wanted to move to mt view, then she seen all the news of fires, and now this, i bet she changes her mind07:29
pwnguinmt view?07:30
pwnguinwhy?07:30
imbrandonmountain view07:30
pwnguinyea -- i believe google has a data center up there07:30
imbrandondunno I went for a visit / job interview and she went with me and liked it07:30
imbrandonyea google hq is there07:31
imbrandonshe's never lived anywhere but KC so she will like anywhere new LOL07:32
pwnguinkc's quite nice though, if you dont mind the snow07:32
pwnguinif you do, theres always texas, but well... it's texas07:33
imbrandonyea i love it in the summer, i hate it in the winter07:33
imbrandoni personaly like mountain view and nashville , i lived in nashville a few years, it was quite nice07:33
imbrandontx was ok, but the job market where in TX i would live sucks07:34
warp10Hi all!07:38
zul_mountain view is nowhere near the firess though07:48
pwnguinwell, it is now ;)07:55
FujitsuI presume we're going to want to remove packages like bkp (hasn't been uploaded since hoary, was never in Debian, and has next to no users) in the near future, but where do we stop the Great Purge?07:55
imbrandonzul_, try to explain that to a blonde that has never been to Califorina or left KC , heheh ( did i just say that out loud )07:56
imbrandonFujitsu, is it far out of date with upstream, if not i dont see a point in removing it07:56
imbrandonsome things dont release every cycle or even ever year07:57
zul_imbrandon: heh, my wife is a blonde although she does her hair, the earthquake would have me worried though07:58
imbrandonits always something though, FL / TX huricanes , Cali , fires / quakes, KC / Midwest Tornado , everywhere else COLD !07:59
Fujitsuimbrandon: It looks like bkp was pulled from upstream's repo, and there are new versions there.08:00
imbrandonFujitsu, got a way to generate that list ?08:02
imbrandonautomagicly that is08:02
Fujitsuimbrandon: There's a list of packages in Ubuntu, but not Debian, and that haven't been removed from Debian recently, on my MDT page.08:02
FujitsuIt's not easy to extract the last release it was uploaded to, though. Hopefully LaserJock will get something from the LP guys for that, as we need it for other stuff.08:03
=== apachelogger_ is now known as apachelogger
imbrandonFujitsu, getting closer "0 upgraded, 3 newly installed, 0 to remove and 156 not upgraded."08:16
imbrandonheh08:16
zul_imbrandon: the place where I lived when I was a kid, if there was ever going to be a major earthquake a large chunk of the city would go into the ocean08:17
Fujitsuimbrandon: You fixed the kernel issue?08:18
imbrandonFujitsu, yea08:18
FujitsuHow much breakage has there been so far?08:18
=== zul_ is now known as zul
imbrandoni just removed the postinst and then installed mktemp then reinstall initiramfs-tools08:18
=== asac_ is now known as asac
imbrandonFujitsu, 3 days worth, just aobut everything that could break has08:19
FujitsuHeh.08:19
imbrandonX , kernel, python, upstart08:19
zulimbrandon: thats why you dont do that ;)08:19
imbrandonluckly i havent rebooted the machine once yet though , i doubt it would boot in the state its in now08:19
Fujitsuupstart and python are two nasty migrations.08:19
FujitsuConvenient that they were a release after the lTS.08:20
imbrandonX seems to be too, not sure why yet08:20
imbrandoni basicly had to remove all X and reinstall it08:20
zulimbrandon: whats wrong with the kernel stuff?08:20
imbrandonit was trying to install with mktemp removed so the postinst died08:21
imbrandonin a loop so i couldent install mktemp08:21
zulah08:21
imbrandonwithout hacking the po0stinst08:21
imbrandonand i cant count how many packages contain files in other packages but dont Replaces: them08:22
imbrandonpita08:22
Fujitsuimbrandon: The conflicts/replaces checker lists those - we'll have to go through that at some point.08:22
imbrandonyea, i'm guessing there will be sh*tloads of them08:22
persiaFujitsu: Which conflicts/replces checker?08:22
Fujitsupersia: life*less runs it, IIRC, but I forget where.08:23
persiaFujitsu: Thanks.  I'll ask next time I see the nick.08:24
Fujitsuhttps://wiki.ubuntu.com/ConflictsReplacesChecker08:24
Fujitsuhttp://people.ubuntu.com/~robertc/possible-conflicts/08:24
imbrandonwhoop , kiddo up with a bad dream, back in a few minutes08:26
persiaHrm.  The interface is missing, and it seems like it's being planned as a upload-recipient tool.  Still, good data - worth checking when touching a package.08:26
huatsmorning all08:37
imbrandonre08:37
imbrandonwow , wine + qemu-i386 + ppc arch howto, nice crack there08:50
zulimbrandon: icky09:12
imbrandonwhat i dont understand is adobe released flash9 for solaris on a sparc and solaris on a x86 both , and linux on a x86 but not linux on a PPC09:14
imbrandonwouldent you think the linux ppc > solaris on a sparc needing flash ?09:14
zulimbrandon: i know a guy at adobe wanna me to ask or was it rhetroical? ;)09:14
imbrandonwell it was rhetroical untill you said that ;)09:15
imbrandonsure ask if you rember09:15
imbrandonman i'm thinking etch to gutsy is easier than dapper to gutsy09:17
imbrandonman-o-man what mess did we get into for this LTS09:17
highvoltageimbrandon: but you're not supposed to go from dapper to gutsy!09:17
imbrandonhighvoltage, well your supose to go from dapper to hardy , and gutsy == installable hardy atm09:18
imbrandonupgrade testing has already begun ( un-intentionaly )09:18
Fujitsuimbrandon: You're not meant to dist-upgrade.09:19
imbrandonFujitsu, you know how many will ? i'd say about 80% or more from LTS to LTS09:20
imbrandonand we SHOUDL be able to, its ludacris why we cant09:20
imbrandonSHOULD*09:20
imbrandonif i can dist-upgrade from sarge to etch, there is no reason we cant do the same, nor shouldent do the same09:21
imbrandonhell some sarge installs even went from 2.4 kernel to 2.6 in etch, but transition among many others09:22
highvoltageimbrandon: yes, but specialcar will go into upgrading from dapper to hardy. I agree with you that it's going to be a pain to fix up though09:22
imbrandonhighvoltage, yes and just whom do you think provides the special care ? heheh US09:23
FujitsuWe've got a *lot* of work to do.09:23
imbrandonthus better to start looking into potential problems NOW then 2 months before release09:23
FujitsuYep.09:24
FujitsuI would have thought there'd be something about that at UDS, but I've seen naught.09:24
imbrandonFujitsu, me either and i cant partisipate via voip untill tomarrow ( maybe not even then )09:24
Fujitsuimbrandon: Why not?09:24
imbrandonbut i'm going to shoot jcastro a note and see if he notices anyone talking aobut it09:25
imbrandonFujitsu, no headset atm09:25
FujitsuAh.09:25
imbrandonwell i HAVE one but its poor quality, i need to go pickup a new one09:25
imbrandonthe old one is many moons old09:26
imbrandoni think i got it for the dapper UDS voip and let the kids use it after that since i was at the edgy one09:26
imbrandonetc09:26
pwnguini had mad problems with ekiga09:28
pwnguinridiculus echo09:28
imbrandonhow critical is this error : ( i only have a single non-lvm ide disk ) just never seen it before .......09:28
imbrandonupdate-initramfs: Generating /boot/initrd.img-2.6.22-14-powerpc09:28
imbrandonmdadm: /dev/hda3 does not appear to be an md device09:28
imbrandoncpio: ./sbin/vgchange: Cannot stat: No such file or directory09:28
pwnguinwell, i doubt your mac has raid09:28
FujitsuThat should be fine.09:28
imbrandonnah single ide 6gb disk09:28
pwnguindonno about cpio09:28
imbrandonkk09:29
Fujitsuimbrandon: Probably just means lvm2 isn't properly installed.09:31
imbrandonk i'm just down to fixing udev and then install ubuntu-desktop again09:31
imbrandonthen should be done09:31
imbrandoni think the hard stuff is past09:31
FujitsuAnd then hoping that it boots.09:33
imbrandonlol yea09:33
imbrandonif not i have a etch netinstall disk handy :)09:33
FujitsuIt probably won't, but might if you use an old kernel.09:33
FujitsuHeh.09:33
imbrandonwell i reinstalled the initramfs-tools a few cycles ago09:34
imbrandonsooo09:34
* pwnguin is so happy09:34
imbrandonit should leaste boot09:34
pwnguinCellWriter is really, really nice09:34
pwnguinnot quite TIP, but still pretty damn good09:34
imbrandonugh i need an adb keyboard too09:35
* imbrandon groans09:35
pwnguinadb keyboard?09:36
imbrandonthe old apple ones before they went usb09:36
pwnguinoh09:36
imbrandonapple data bus , or something09:36
pwnguinyou're pretty hard core there, sounds like09:36
imbrandonummm ?09:37
pwnguininstalling without a keyboard on a ppc?09:37
imbrandonnah i dont have any m68k's , yet09:37
imbrandonnah the iMac's i'm installing on have the usb keyboards, but i have a 3rd sitting here without one09:37
imbrandonand no usb09:37
pwnguinwell, its WAAY past bedtime09:37
imbrandon:)09:38
imbrandonnow sparc's i've installed with serial only09:38
imbrandonbut thats been a while09:38
* Fujitsu is boring, with not even and amd64.09:40
Fujitsu*an09:42
imbrandonhardware comes and goes, i just seem to cycle through it more than most09:44
imbrandonhehe09:44
huatshey guys10:15
FujitsuHi huats.10:15
huatsI have realized that ampache is not in ubuntu (or at least I haven't seen it)10:15
huatsbut it is in debian.. is there a way to sync it ? ask for a sync ?10:16
Hobbseeshoudl autosync for gutsy, if it's in sid10:16
huatsI've never done such a thing before... so I am asking what is the correct way :-)10:16
imbrandonif its in debian now, it will sync soon into hardy10:16
imbrandonHobbsee, s/gutsy/hardy/g ?10:17
huatsit is in sid and lenny10:17
huatsso it'll be autosync10:17
huatsok that is great10:17
Hobbseeimbrandon: yeah, that.10:17
huats:-)10:17
imbrandonyup10:17
Hobbseeimbrandon: i think i need an autoreplace there10:17
imbrandonHobbsee, :)10:17
huatsimbrandon: thanks10:19
Hobbseeimbrandon: maybe if i upgrade to hardy, i'll remember10:19
Hobbseebut i still seem to think i'm on a development version10:19
imbrandonheh10:19
* Fujitsu hasn't upgraded in a few hours :(10:19
imbrandonFujitsu, woot, ppc dapper --> gutsy finished10:20
imbrandon0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.10:20
imbrandonroot@bondi-333:~#10:20
Fujitsuimbrandon: Rebooted yet?10:20
imbrandontime to see what happens on a reboot10:20
imbrandonnope, bout to do that now10:20
imbrandon*cross fingers*10:20
FujitsuOh dear.10:20
imbrandonhrm10:24
imbrandonguess no boot for me10:24
imbrandonlol10:24
imbrandontime to go in the other room and see what it failed on10:25
FujitsuIn the initramfs, or otherwise?10:25
imbrandonno idea , i have to wait a ~1 hour to go in the room, its in where my wife is sleeping10:26
imbrandoni was doing it via ssh10:26
imbrandonlol10:26
FujitsuAh.10:26
FujitsuWait, wth are you doing up?10:26
imbrandonbored10:27
imbrandonnot tired10:27
imbrandonetc10:27
FujitsuAha.10:27
imbrandoni peeked in , yea its an a busybox (initramfs) prompt10:32
imbrandoni'll have to poke at it more later10:32
imbrandoncan it be recovered from that ?10:32
FujitsuTry using an old kernel first - it's probably had issues with regenerating the new initramfs.10:33
FujitsuIt could also be that the upstart migration didn't go ideally.10:33
=== LucidFox is now known as LucidFox_away
amachubluekuja: hi11:51
imbrandonoh jez, ubuntu demon is at it again on planet12:10
zulimbrandon: fun fun12:13
FujitsuHis avatar... it burns.12:16
Fujitsu`I'm very sorry! I don't want to spam planet.ubuntu.com'12:16
=== LucidFox_away is now known as Sikon_Stargate
=== DrKranz is now known as Dktrkranz
=== Hobbsee_ is now known as Hobbsee
=== Dragon64_ is now known as Dragon64
=== Dragon64 is now known as Dragon-64
=== Hobbsee_ is now known as Hobbsee
Hobbseeimbrandon: did you log into sparky recently?13:10
imbrandonHobbsee, yea i'm on it now13:10
imbrandonwasup?13:10
Hobbseeimbrandon: did you kill my screen session?13:10
imbrandonnope13:11
* imbrandon killed no processes13:11
Hobbseeodd13:11
Hobbseei had 2 screen sessions, and the more important one is somehow killed.13:11
imbrandonimbrandon@sparky:~$ uptime13:11
imbrandon 15:45:10 up 62 days,  4:57,  1 user,  load average: 0.00, 0.02, 0.0213:11
imbrandonno reboots either13:11
zulhey dholbach13:11
imbrandonugh i cant get sip working13:12
dholbachhey zul13:12
Hobbseeimbrandon: indeed - but that wouldnt have left one of the screens up, would it?  :)13:12
=== greeneggsnospam is now known as jsgotangco
imbrandonnah nothing should have messed up your screen unless the app segfaulted that was running in it13:13
imbrandon( or finished )13:13
Hobbseeboth are unlikely13:13
Hobbseeoh well13:13
=== Sikon_Stargate is now known as LucidFox
StevenHarperUKHi, I am looking for a MOTU to review my package on REVU : It currently has 0 advocations - http://revu.tauware.de/details.py?package=easycrypt13:19
joejaxxjdong: ping :)13:26
=== Dragon-64 is now known as Dragon64
mok0How do I "go merging"??13:28
mok0I'd like to help out13:28
joejaxxmok0: here is a guide to merging13:32
joejaxxhttps://wiki.ubuntu.com/MOTU/Packages/Merging13:32
joejaxxmok0: and here is the place where you can get the merges13:33
joejaxxhttp://merges.ubuntu.com/universe.html13:33
joejaxxmok0: make sure you ask the person in the "Last Uploader" field if they are not already working on it13:33
joejaxx:D13:33
* dholbach hugs y'all13:36
Kmosdholbach: hi13:39
dholbachhey Kmos13:39
Kmos:)13:39
mok0joejaxx: Thanx for the reference. I thought noone was here so I whipped off a message to u-m13:42
joejaxxmok0: ah ok :)13:43
joejaxxmok0: you are most welcome13:44
mok0joejaxx: ... and I upload to REVU?13:44
joejaxxuhhh13:44
joejaxxno i do not think so13:44
mok0... I can't upload anywhere else...13:45
mok0... am not a MOTU13:45
joejaxxdholbach: do not know how this works? i have not done merging in a while :)13:45
dholbachjoejaxx: there's wiki docs about that - I'm a bit busy right now13:46
joejaxxok13:46
huatsjoejaxx: may be you can ask your pb here...13:46
joejaxxbecause i do not see anything about it on the wiki13:47
huatsand I am sure that many people might be able to help you out13:47
joejaxxhuats: it is not me with the issue it is mok0 :)13:47
huatsyeah I know....13:47
huatsI've done a very few merges...13:47
huatsso may be I can help on very simple questions...13:47
Hobbseeupload to revu, or post a debdiff on teh bug13:47
Hobbseedepends if there's a new upstream version13:48
joejaxxHobbsee: i thought revu was only for new packages13:48
joejaxx:P13:48
mok0OK I found the wiki https://wiki.ubuntu.com/MOTU/Packages/Merging13:48
Hobbseejoejaxx: it can be for new upstream versoins, etc, too.  depends which is more useful13:48
joejaxxoh ok13:48
deadwillyo13:51
proppyhi13:52
bddebianHeya gang14:12
deadwillhiya bddebian14:13
geserHi bddebian14:18
=== greeneggsnospam is now known as jsgotangco
bddebianHeya deadwill, geser14:20
norsettowould anyone know where I can find an old debian source package?14:25
proppynorsetto: debian snapshot14:27
proppynorsetto: or debian archive14:27
norsettoproppy: where is that? For once that you should give me a link :-)14:27
proppynorsetto: http://snapshot.debian.net/14:27
proppynorsetto: http://www.debian.org/distrib/archive14:28
norsettoproppy: thanks, the first should do I think14:30
proppynorsetto: you're welcome14:30
proppynorsetto: you mean that I give you too much link ? :)14:31
proppyusually :)14:31
norsettoproppy: got it :-) Too many? Well, it all depends on the standards ....14:32
proppynorsetto: btw you gave me a revelation yesterady14:33
norsettoproppy: you saw Mary?14:33
proppynorsetto: I saw a debian/rules with only an empty clean and build target14:33
norsettoproppy: oh, unitestc++ you mean14:34
proppynorsetto: nop14:34
proppynorsetto: on juce, when you tell me that debian/rules is only a makefile14:34
norsettoproppy: and then he saw the light .....14:35
proppynorsetto: and that debhelper are only command that you choose to replace so many line everybody is doing the same14:35
proppynorsetto: and I began with a minimal rules http://juce.aminche.com/juce-1.45/debian/rules14:36
proppynorsetto: that only successfully compile juce14:36
proppynorsetto: and I will figure out what debhelper do one by one14:36
huatsnorsetto: hello my favorite future tour guide14:36
norsettohuats: and on the left you can see the coliseum14:37
huatsnorsetto: oh...14:37
huatsnorsetto: this is so big14:37
proppynorsetto: I hope I didn't get it wrong14:38
norsettoproppy: it was very difficult to resist, but I did it14:39
proppynorsetto: ?14:39
HobbseeScottK: excellent!14:39
proppynorsetto: to resist to what ?14:39
norsettoproppy: making a tasteless joke14:39
jdongnorsetto: use the factoid14:40
jdong!twss14:40
ubotuSorry, I don't know anything about twss - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi14:40
jdonggrr never mind14:40
norsetto!language | jdong14:40
ubotujdong: Please watch your language and topic, and keep this channel family friendly.14:40
Hobbsee!twss-#ubuntuforums | jdong14:41
ubotujdong: That's what she said!14:41
norsettojdong: what is twss?14:41
Hobbsee!jdong | jdong14:41
ubotujdong: <Hobbsee> jdong: yes, but you're FULL OF CRACK!14:41
jdong!twss-#ubuntuforums | norsetto14:41
ubotunorsetto: That's what she said!14:41
Hobbseenorsetto: dont ask things about the crack-saturated mind14:41
norsettolol14:41
jdongwe've gotta show our spirit for the US Office :)14:42
=== _czessi is now known as Czessi
norsettotwss=thats what she said ... har har (sorry, still trying to digest the scrambled eggs and bacon)14:43
proppynorsetto: don't use call the ops factoid :)14:47
`23megbug 11725614:49
ubotuLaunchpad bug 117256 in ubuntu "Thats What She Said!" [Undecided,Invalid] https://launchpad.net/bugs/11725614:49
highvoltageimbrandon: hehe14:50
highvoltageimbrandon: will universe also be upgradable from dapper to hardy?14:50
Kmoshighvoltage: yes14:50
highvoltageshew14:51
Hobbseehighvoltage: that's the plan.14:51
Hobbseehighvoltage: modulo people around to help, though14:51
highvoltageHobbsee: "modulo"? does that mean not enough?14:52
Hobbseehighvoltage: it's a term that people have been using a fair bit in ubuntu14:53
Hobbseehighvoltage: you're aware of modulo in, say, c++?14:53
highvoltageHobbsee: nope, I'm afraid I'm terribly ignorant when it comes to c++14:54
PiciSo, %, but what does that mean when it comes to upgrading... /me is confused too14:54
Hobbseehighvoltage: okay, if you divide 7/3, you get 2.  and 1 remainder.  so 7 % (mod) 3 == 1.14:55
Hobbseehighvoltage: it's basically another way of saying (assuming that this happens)14:55
Hobbseehighvoltage: ie.14:55
highvoltageHobbsee: aah, right14:55
Hobbseewe will do this, as long as this stuff happens14:55
Hobbseeer, this other stuff14:55
PiciSo... basically, you'll try just upgrading it and if it breaks someone will look at it?14:59
Hobbseesomething like that15:00
Mezbug #5969515:10
ubotuLaunchpad bug 59695 in acpi-support "High frequency of load/unload cycles on some hard disks may shorten lifetime (dup-of: 17216)" [Wishlist,Confirmed] https://launchpad.net/bugs/5969515:10
ubotuLaunchpad bug 17216 in acpi-support "Hard drive spindown should be configurable" [High,Fix committed] https://launchpad.net/bugs/1721615:10
deadwillhey Hobbsee15:20
Hobbseehi deadwill15:20
=== Kmos_ is now known as Kmos
=== jussi__ is now known as jussi01
joejaxxbryyce: are you free at the moment? :D15:40
bryyceyup15:41
bryyceI'm at the green chairs15:41
joejaxxok15:41
bryycedoes anyone know, does Launchpad have an "import bugs from Sourceforge" capability?15:42
persiabryce: Not import exactly, but if sourceforge is defined as the bugtracker for the upstream project, LP can track them.15:44
sladenbryyce: "link to upstream bugtracker"15:46
=== Vorian_ is now known as Vorian
norsettoHobbsee: do you know if I should already subscribe ums to bug 136634? For the time being I only subscribed u-sru15:50
ubotuLaunchpad bug 136634 in libcompress-zlib-perl "Unable to download packages using Gutsy debmirror" [High,Confirmed] https://launchpad.net/bugs/13663415:50
Hobbseenorsetto: if you cant upload, yes, i think so15:51
norsettoHobbsee: right, I will do, thanks15:51
StevenHarperUKHi, I am looking for a MOTU to review my package on REVU : It currently has 0 advocations - http://revu.tauware.de/details.py?package=easycrypt15:59
* persia notes that people who don't leave the channel are more likely to either receive reviews or feedback on why they might not be receiving reviews16:04
bddebianpersia: :)16:10
persiabddebian: Take a look in the logs sometime.  That specific request seems to come every two or three hours, during certain portions of the British day.  Unfortunately, the offender left before I could explain why nobody will review the package.16:11
bryycepersia, sladen: thanks; what I'm really looking for is to migrate a project's bug tracking off SF onto LP16:12
norsettopersia: seems like that could be a script actually16:12
persiabryyce: Importing all the legacy bugs?  That's a little trickier.  I'd suggest waiting until next week, and asking in #launchpad16:13
bryyceok16:13
Hobbseewell, someone give him a review, and then hopefully he'll fix it enough to stop bugging :)16:13
mok0I need to create a package from a binary-only distribution. But I need to make both i386 and amd64 .debs. Any ideas how to do that?16:13
persianorsetto: Could be.  At least it's a well-formed request :)16:13
sladenbryyce: in that case, that's different, talking the LP developers about doing a project import16:14
persiamok0: When you say "binary-only", is this binary to be executed on the host processor, or is it some sort of firmware?16:14
mok0persia: it's a compiled program, closed-source16:14
norsettoHobbsee: it was reviewed by at least 7 people, some of whom did it several times .....16:14
mok0persia: I've downloaded two tar files, one for amd64 and one for i38616:15
mok0I thought perhaps I could choose the tar file to unpack in debian/rules or something16:15
persiamok0: Ah.  You can build binary packages from binary tar, but Ubuntu can't distribute it.  Look at the documentation for dpkg-deb for helpers, or build it manually (ar containing tar.gz files)16:16
mok0persia: Yeah, I know, its for local distribution only.16:16
persiamok0: It's easier to just rearrange the tar to have things in the right places, and to make a parallel tar with the control file, extras, and maintainer scripts.16:16
mok0persia:  l like to build everything using debomatic these days :-)16:16
persiamok0: "Building" a binary is a waste of cycles :)  If you really wanted to do it, yes, rules could untar, and then call dpkg-deb to re-tar, but I don't see the point.16:17
mok0persia: It's just that I like to build everything in a similar fashion, whether or not it is closed-source or not.16:18
mok0What is the name of the rules target that does the tar file unpacking?16:19
persiamok0: OK.  I still think `tar xzf foo.tgz; cd foo; mkdir -p usr/local/foo; mv * usr/local/foo; mkdir DEBIAN; vi DEBIAN/control; dpkg-deb -b` is easier than building a package, but that may just be me.16:20
persiamok0: You'll do best to make your own.  The tarfile-in-tarfile system tends to be very confusing.16:21
mok0persia: OK, so you mean unpack in the "build" target or something?16:21
persiamok0: If you insist, yes.16:22
mok0persia: I do insist, heh ;-)16:22
persia(especially because you would be able to take advantage of DEB_BUILD_ARCH)16:22
mok0persia: exactly16:22
mok0that's what I envisioned16:23
persiamok0: I still claim the single line shell script above is easier :)16:23
persiamok0: But I'm tired: please excuse me.16:24
mok0persia: I tend to forget these things, I have a lot of nosource programs to install, and they're all different.16:24
mok0persia: Well thanks for the advice!16:24
persiamok0: Ugh.16:24
=== asac_ is now known as asac
deadwillhey norsetto, hi! :)16:53
hellboy195does anybody know if gimp 2.4 finally arrives gutsy-updates? although gimp 2.4.1 was released today. It's a bugfix release ;)16:55
Burgundaviahellboy195: it will not16:56
Burgundaviait might show up in -backports16:56
hellboy195Burgundavia: somethings ubuntu-devs seem to be very confused. thx for the info16:56
=== x-spec-ting is now known as Spec
=== asac_ is now known as asac
sacaterfear welp, if he enters17:13
nxvlasac: ping18:05
nxvlFujitsu: ping18:06
norsettonxvl: fujitsu told me already he is fine with the change but please check with asac if he is ok too, and if he has some other fixes to include. Thanks!18:08
nxvlnorsetto: i send them an e-mail yesterday, i'm waiting for an answer18:09
norsettonxvl: I think asac is at the UDS so it may take a while18:09
nxvlnorsetto: so, Fujitsu doesn't want to include no other fixes?18:09
nxvlnorsetto: that's what i thought18:10
nxvlnorsetto: how is the process to became a MOTU member? what are the conditions/steps?18:11
nxvlnorsetto: do i need a mentor like in debian NM process?18:11
norsettonxvl: a mentor is not required18:11
asacnxvl: pong18:11
nxvlasac: norsetto has just answer me :D, i send you an e-mail yesterday, have you received it?18:12
nxvls/have/did/18:12
asachmm18:12
asacyour name/email?18:12
nxvlNicolas Valcarcel nvalcarcel@gmail.com18:12
norsettonxvl: here is a list of bugs on the plugin: https://bugs.launchpad.net/ubuntu/+source/mplayerplug-in/18:13
asaclet me look in spam ... its not in my inbox18:13
asacnot found either18:13
nxvlasac: i send it to asac@jwsdot.com18:14
asacyeah thats correct18:14
asaccan you please resend it?18:14
asacunless its void now of course18:14
nxvlnorsetto: ok i will patch some of them18:14
nxvlasac: there is no need, i was asking for LP Bug #13799318:15
ubotuLaunchpad bug 137993 in mplayerplug-in "mozilla-mplayer unnecessarily depends on gecko browsers" [Low,Incomplete] https://launchpad.net/bugs/13799318:15
nxvlasac: if you want to add more fixes18:15
nenolodhi,18:16
asacah right ... i looked at the bug but didn't manage to comment.18:16
nenolodhttp://revu.tauware.de/details.py?package=libprojectm can be nuked because i just uploaded libprojectM 1.x to debian (it is in NEW)18:16
nenolodso it will be available by the next time there is a sync18:17
asaci think that just recommends is not enough because i don't see any use of the package if no plugin host is available on your system18:17
asacfurther i don't understand why you have: | konqueror, xulrunner instead of | konqueror | xulrunner18:18
asac??18:18
nenolodapachelogger, http://ftp-master.debian.org/~ajt/new/libprojectm_1.01-1_i386.html18:18
nenolod;p18:18
norsettoasac: yes, all these have been clarified, the question now is if you have other fixes that you would like xnvl to include18:19
norsettonxvl even18:19
asacnorsetto: please remember that the new xulrunner package is called xulrunner-1.918:20
nxvlasac: i have fixed it that way konkeror | xulrunner, but not uploaded it yet18:21
norsettoasac: ok, thanks for the input, xulrunner is just a transitional package, or its an obsolete one?18:21
asacand please take a look where the plugin directory for xulrunner-1.9 lives in .. its a directory on its own from what i remember18:22
asacxulrunner is a different kind of thing ... its a fork that debian introduced. Not sure if it will be removed for hardy though18:22
moquistcan someone name a source package that has multiple binaries and/or metapackages in its control file?18:22
* moquist needs an example18:23
asacmoquist: most non-trivial packages ... like firefox et al18:23
norsettoasac: ok, so we will only add xulrunner-1.9 then, and we will add, if needed, appropriate links18:23
asacright ... you can keep xulrunner for now ... for the sake of sending the diff upstream (to debian)18:24
asacnorsetto: you can then verify that it works for xulrunner-1.9 by running firefox-3.018:24
moquistasac: thx18:24
nenolodapachelogger, so anyway, all you should need to do is package libvisual-projectM 1.x once libprojectM hits universe18:26
moquistasac: do you know what "moodle has no source override entry" means? (output from apt-ftparchive)18:26
norsettoasac: interesting, I actually tried gecko-mediaplayer with granparadiso and it didn't work18:26
asacmoquist: i think that the package doesn't have entries for things like Section: and you don't have explicit overrides for your ftp archive setup18:27
asacnorsetto: in general it should work ... when did you try?18:28
norsettoasac: must have been 2 or 3 weeks ago18:28
TheMuso_BostonHow likely is it that we will have firefox v3 for hardy by default?18:28
asacunless mozilla defers the final release for  long time firefox v3 will be default18:30
norsettoasac: I thought it was the plugin dir, but it seems to be the same for 2.0 and 3.0 (/usr/lib/firefox/plugins/)18:31
asacnope18:31
asacits not the right directory18:31
norsettoasac: ah!18:31
asacuse the xulrunner-1.9 plugin dir18:31
norsettoasac: this could explain it then18:31
asacnorsetto: please join #ubuntu-mozillateam and ask Ubulette where the final dir will be ... the one in gutsy is not the right one either for hardy18:32
norsettoasac: I see, ok will do right now18:32
nxvlok, back18:36
blueyedpwnguin: you can use trickle to limit dput uploads (and any other program's net traffic)..18:36
nxvlasac: so, what you are saying is that the installation process must be different if it is installed with gecko-browsers o with xulrunner?18:37
asacnxvl: for gecko-browsers that use xulrunner-1.9 installing the plugin to xulrunners plugin dir is sufficient18:38
asacfor _old_ gecko browsers you need to put it into the dir that those browsers provide18:38
nxvlmmm18:38
nxvlkind of difficult task18:38
nxvlso i need to check what de dependencies are and then do the install process for them18:39
nxvlcause if i install it only in the xulrunner path it will be unusefull for gecko-browsers18:39
nxvlwell, for gecko-browsers without xulrunner18:40
=== nuu is now known as nu
=== nu is now known as nuu
Kmosnorsetto: can you check bug 157160 - it has debdiff attached19:29
Kmoshttps://bugs.edge.launchpad.net/ubuntu/+source/ddclient/+bug/15716019:29
=== davro is now known as davromaniak
AnAntHello, I am making a package for a metacity/gtk/icon theme, this theme is based on Human theme which is under CC license, so who should be mentioned in the copyright file ? the original artists who done Human theme, or the people who modified it, or both ? and can the new theme be licensed under GPL ?19:39
=== ivoks_ is now known as ivoks
pochuI guess it depends on which CC license... but IANAL...19:40
AnAntare there several CC licenses ?19:40
pochuafaik yes.19:41
geserKmos: about the ddclient merge: why did you removed the Uploaders line? are the old Ubuntu changelog entries merged into the debian package or why are they missing?19:41
pochuAnd some are non-free, iirc19:41
superm1AnAnt, http://creativecommons.org/license/19:42
superm1you can choose the license you see appropriate19:42
Kmosgeser: i'm done the latest two releases at debian of ddclient, i've merged everything from ubuntu.. only -multiuser spec and patch sample_ubuntu.diff aren't included19:42
Kmosthe uploaders.. hmm19:42
* Kmos his testing right now pingus 0.7.2 for debian, to after be synced to hardy19:43
Kmoswhen it's released :) hehe19:43
Kmosgeser: i've removed the uploaders in the ubuntu version.. to change it to XSBC19:44
Kmosgeser: the changelog entries are merged into debian... :-)19:45
pochusuperm1: can he? if the theme is a fork of Human, shouldn't he keep the Human license? (unless that license let's him to choose a different one, but I doubt it...)19:45
geserKmos: only the Maintainer field needs to be changed, Uploaders can stay as it is (but Uploaders isn't used in Ubuntu anyway)19:46
superm1pochu, that's why i was so broad about my response.19:46
superm1pochu, but that's a good point19:46
superm1pochu, what CC license is it under?19:46
Kmosgeser: so it's fine ?19:46
Kmosgeser: i've added a comment the bug about the changelog merge and the uploaders field.19:47
geserI've only give it quick look but didn't checked if the other Ubuntu changes are included in the Debian package yet, will do it later19:49
Kmosgeser: ok, thanks =)19:49
pochusuperm1: I don't know :)19:49
ajmitchhello19:51
pochuheya ajmitch19:52
AnAntthanks19:54
superm1jdong, why aren't you here?20:17
ScottKHello everyone.  I'm back home from UDS.20:18
StevenKScottK: How was your trip back?20:18
ScottKStevenK: Trip back was very uneventful.  Train ran on time and stayed on the tracks.20:19
hellboy195ScottK: any news from the UDS ?20:19
ScottKhellboy195: I think anything that would qualify as news is in the specs, so I'd look there.20:19
hellboy195ScottK: k, btw you know a motu which was involved in the decision to put gimp 2.4 final into the backports that I can contact?20:20
ScottKHmmm.  Did we do that?  hellboy195: what bug?20:22
hellboy195ScottK: No. I just want to know WHY this decision was made. Someone told me that gimp would only arrive to gutsy through backports20:23
ScottKhellboy195: Ah.  Well first, GIMP is in Main, so it wouldn't be a MOTU decision.20:23
ScottKhellboy195: 2nd, we only change stuff after release to fix critical bugs and freeze taking new versions well before to make sure stuff gets tested.  When was it released?20:24
LureI have sru candidate for gutsy: if I understand correctly, after testing it myself, I just upload to gutsy-proposed and ask for additional testers20:25
ajmitchScottK: I believe it was released shortly after gutsy was20:26
* Lure thinks that universe sru rules are more complicated than main20:26
hellboy195ScottK: gimp RC3 is in main but not the final. the final arrived a week ago. It was discussed to put it into gutsy-update but now I was told that I would only arrive in backports and this is stupid I thing. Btw gimp 2.4.1 was released --> bugfixrelease20:26
ScottKajmitch: Thanks.20:26
ajmitchLure: how is it more complicated?20:26
Lureajmitch: the first step is not clear (at least on wiki)20:26
ajmitchseems like we can't keep anyone happy20:26
Lureajmitch: it is not clear to me who decides what goes in -proposed: any motu?20:27
hellboy195ajmitch: you mean me?20:27
ScottKhellboy195: OK.  It's pretty normal not to update stuff.  If it was discussed to update it, I'd ask someone who was involved in the discussion (i.e. not me).20:27
ScottKLure: Any MOTU.20:27
ScottKLure: You will get teased if it's not tested before you upload it though.20:27
hellboy195ScottK: thx becaue I think it's not good to push software to RC3 and than not to final. I can't see a sense here20:28
LureScottK: no problem - I test even before uploading to my ppa ;-)20:28
* Lure had some retries on his ppa builds ;-)20:28
ScottKhellboy195: OK.  It's unclear why you are continuing to argue with me about it instead of someone who knows about it.20:28
ajmitchLure: if you feel that the steps are unclear, please comment on it & propose a cleanup :)20:28
ScottKLure: That's very sensible, unfortunately not everyone manages.20:29
hellboy195ScottK: argh sry.20:29
Lureajmitch: can I just add some clarification for prepare step?20:29
ScottKhellboy195: No problem.20:29
ajmitchLure: yes20:29
Lureajmitch: I would just add "Any MOTU can decide for individual SRU and prepare the package for -proposed" as first bullet to Prepare section20:30
ScottKLure: I'd say add it.  Your clarifying the existing policy, not changing it.20:31
LureScottK: exactly20:31
jdongsuperm1: because MIT is living hell and undead hell too, all at the same time.20:33
superm1jdong, i got really confused walking through the campus today actually trying to find the book store20:33
superm1but it didn't *seem* like hell to me at...20:33
jdongsuperm1: numbers are your friend...20:33
jdongor worst enemy20:34
superm1jdong, well you should make it out for at least a day of talks i say20:34
jdongsuperm1: yeah, totally, I'll defintiely make an appearance tomorrow or Fri :)20:34
superm1good20:35
joejaxxjdong: !!20:36
jdongow!20:36
joejaxxjdong: can you do me a favor? :D20:36
jdongjoejaxx: depends :)20:36
joejaxxjdong: can you burn 3 discs for me? the bandwidth at uds needs to be spared20:37
joejaxx:P20:37
jdongjoejaxx: haha, sure, what kind of discs?20:38
joejaxxcdr20:38
jdongsounds simple enough20:38
superm1jdong, dont do it!20:38
superm1its a trick20:38
jdonglol20:38
* jdong opened up amazon and forgot what he was searching for...20:39
TheMuso_BostonTry a trap.20:39
TheMuso_Bostonjdong: What he is about to ask you will likely go against all your morals. :p20:39
joejaxxdebian 4r1 disc 1/fedora7 livecd/ and the latest sidux installer20:39
joejaxxall i38620:39
jdongmmmkay, when do you want this by?20:39
TheMuso_BostonTOLD YOU!!!!20:39
joejaxxi can compensate you for the cdrs20:40
jdongoh don't sweat the CD-R's :)20:40
joejaxxjdong: whenever you come by :D20:40
jdongjoejaxx: ok, on my todo list :)20:40
* jdong decides to use... AZUREUS... to grab the ISO's20:40
norsettohey jdong, any news about prevu?20:41
TheMuso_BostonOk thats a trap in itself.20:41
TheMuso_Boston:p20:41
joejaxxTheMuso_Boston: getting azureus to install on ubuntu is a trap20:41
joejaxxlol20:41
jdongnorsetto: sorry, been really busy, I saw the changes dropped that you described, will apply them when my blood pressure drops below 200 and resubscribe20:41
norsettojdong: I hope its not bars you talking about .....20:42
jdonglol20:43
jdongnah, those mercury unit thingies.20:43
superm1jdong, did azureus finish on the buildd's for the gutsy backports yet?20:44
jdongsuperm1: no, second build is STILL in queue, I just approved the backport anyway with justification taht there's no reason why it would not build.20:44
jdong(no packaging or Java source changes since prev upload)20:45
superm1jdong, you want me to beat up pitti?20:45
jdongsuperm1: sounds like fun.20:45
jdong:)20:45
joejaxxlol20:45
joejaxxlol and firefox is still compiling20:46
jdongyou'd expect that out of Firefox though :)20:46
jdongdon't worry, compiling only takes half the CPU and RAM of the finished product20:47
* jdong ducks20:47
joejaxx:P20:48
=== luisbg_ is now known as luisbg
SWATI am using pbuilder and am getting this error when I install a package. What am I missing or doing wrong? -> update-binfmts: warning: unable to open /usr/share/binfmts/<somepackage>: No such file or directory, update-binfmts: warning: couldn't find information about '<somepackage>' to import, update-binfmts: exiting due to previous errors21:21
geserSWAT: I haven't seen this before. Can you paste-bin the whole log till this error?21:32
ajmitchSWAT: is it when you try & install a package that you built, or when building it?21:35
SWATbuilding worked, I get it when I install the package21:36
ajmitchso you're using something in the postinst that tries to update the list of active binfmts, but the file isn't being installed there?21:37
SWATseems that way (binfmts is in postinst and prerm)21:38
SWATI'm building wine from source (as a start) and that's the only thing that goes wrong21:38
ajmitchah right21:39
ajmitchbuilding it with your own packaging, or others?21:39
SWATI don't quite remember (it was late, I was tired and it was compiling, so I was satisfied). I'll try it from scratch again then21:41
ajmitchwhat do you mean, from scratch?21:41
SWAT.tar.bz2 from winehq21:41
ajmitchright21:41
ajmitchnot using the winehq packages then?21:41
SWATI am just trying to get the hang of packaging, so I started with that21:42
SWATand no, I'm not using their packages21:42
ajmitchstarting with wine is optimistic :)21:42
SWATwell, it works, (except for the binfmts thing)21:43
hellboy195ajmitch: I'm using there packages. Are they good or bad?21:44
ScottKhellboy195: The same guy that doesn the winehq wine package does ours too.21:44
ajmitchhellboy195: they're fine to use21:44
* ajmitch is still using 0.9.41 from there :)21:44
hellboy195ScottK: ajmitch : great :) no problems with them since years ,..21:45
* hellboy195 is still using 0.9.48 ^^21:46
wallyweekhey! :)21:51
wallyweekanyone willing to do some reviews?21:51
LureI suspect new packages from debian will apear in hardy, right? when does this initial sync complete?22:01
ajmitchyes, they will, but are temporarily held in NEW22:01
ajmitchiirc22:01
ajmitchI think they may get a cursory check before being accepted22:01
Lureajmitch: ok, need to wait with ufraw merge until gtkimageview gets in hardy22:03
ajmitchok22:03
hellboy195good night guys ;)22:13
=== elkbuntu_ is now known as elkbuntu
FujitsuGrrr, why can lintian only see 500 binaries in the archive...22:19
SWAThow do you package something that doesn't need to be compiled? (example: a set of example files etc.)22:20
pwnguinSWAT: just omit the build step in rules and use dh_install?22:22
geserSWAT: write some cp calls into debian/rules to copy them to the right location22:22
geseror use dh_install for it22:23
SWATthanks guys :) (I'll have to use the rules because I use pbuilder)22:24
lamegoor just use a CDBS debian/rules 2 lines file and a  package.install file22:46
MegaqwertyCould anyone tell me how I would go about running cmake in debian/rules? I'm still kinda new to this...22:56
gesercall it from the right target22:57
geserdebian/rules is a makefile which calls the programs to produce a deb in the right order22:58
Megaqwertygeser: so, could you give me a site that would detail how to do it correctly? Or, better yet, could you show me the syntax? (My debian/rules was just generated from dh_make using cdbs, and that's as far as I got)22:59
geserthe syntax is of a normal gnu makefile and for cdbs see https://perso.duckcorp.org/duck/cdbs-doc/cdbs-doc.xhtml23:00
Megaqwertythanks geser23:01
MegaqwertyI'll check it out!23:01
geserI don't know cdbs too good to know offhand which is the right target in cdbs to place a call to cmake23:02
Megaqwertygeser: well, then let's assume for the moment I don't use cdbs. How would I use it regularly?23:03
gesernormally you would call 'make' inside the build target to start the build with the upstream makefile (perhaps after a configure)23:05
geserreplace this with a call to cmake23:05
geseror whatever you need to call to get the software compiled23:05
lamegoMegaqwerty, there is a cmake.mk for cdbs around23:06
Megaqwertylamego: that'd be really convenient.23:07
lamegoMegaqwerty, http://lists.alioth.debian.org/pipermail/build-common-hackers/2006-July/002908.html23:07
lamegoit is used on some packages, but it is not yet provided at the system level23:07
norsettoyou know what?23:08
Megaqwertynorsetto: probably not23:08
Megaqwertylamego: So, just copy everything from --next part-- down?23:09
norsettowell, let me tell you: I'M GOING TO BED23:09
Megaqwerty'night norsetto23:09
norsettog'night all, the good, the bad and some of the uglies too23:09
norsettogeser included :-D23:10
lamegoMegaqwerty, yup23:11
Megaqwertylamego: cool, thanks. Trying it out now23:11
=== ivoks_ is now known as ivoks
chuck__evening23:32
bddebianHeya gang23:46
FujitsuHi bddebian.23:47
bddebianHey Fujitsu23:47
pochuNight all23:48
=== chuck__ is now known as zul
RAOFHeya bddebian23:52
bddebianHi RAOF23:52
bddebiangnight pochu23:52
fernando2hey bddebian23:54
_16aR_Hello23:54
bddebianHi fernando223:54
_16aR_Where can I put everyone that participated to a project (even a 1 line patch )23:55
_16aR_Into Upstream Author: category in debian/copyright ?23:55
_16aR_or Into Copyright: category in debian/copyright ?23:55

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!