/srv/irclogs.ubuntu.com/2008/10/16/#ubuntu-motu.txt

directhexgeneral packaging question: if, for the sake of argument, you have a source package which produces multiple binaries, and the install list for one of those binaries is empty, is that package just skipped entirely?00:06
directhexi.e. if i put foo.so and bar.so into different binary packages, but foo.so only builds on one arch, is that a problem?00:06
ScottK-laptopdirecthex: No and Yes.00:08
=== blueyed_ is now known as blueyed
sevenseekerquestion about dpatch, how do I convert a normal patch to a dpatch?  I am trying dpatch-edit-patch new.dpatch old.dpatch per instructions at https://wiki.ubuntu.com/PackagingGuide/Complete#Patch%20Systems, but no new.dpatch is created00:27
azeemsevenseeker: you can just add the usual boilerplate (at least "@DPATCH@" I think) and add it to debian/patches/00list00:34
azeemI think dpatch expect -p1 style diffs00:35
sevenseekerok, so if I have a normal style patch it will still work, just have to make sure it is p1 directory compliant?00:35
azeemand have the boilerplat00:35
azeeme00:35
sevenseekerwhere do I add the @DPATCH@ at?00:35
azeemat the top00:36
azeemjust look at some other dpatch using package00:36
sevenseekerI see00:36
sevenseekerok, I am still hunting around :)00:36
sevenseekerthanks guys, one other question00:36
sevenseekerdoes dpatch also create new dpatches just like diff does?00:36
azeemI don't understand the question00:36
sevenseekerif I want to create a new dpatch between two files or directories, how do I go about doing that?00:37
sevenseekerjust manually edit a normal patch as with this one already in existence?00:38
azeema dpatch is just a regular diff/patch with @DPATCH@ on top00:38
sevenseekerheh, ok... I thought it might potentially have more00:38
sevenseekerthanks again, keep up the good work guys00:38
NCommanderhey azeem00:43
azeemheya00:43
NCommanderhow goes it azeem00:44
azeemtiiired00:45
azeemjust back from the pub00:46
azeemif I keep on going, I can just as well watch the debate in a couple of hours I guess :-/00:46
azeemyou?00:46
NCommanderazeem, run down FTBFS, trying to force lenny out the door01:20
=== emma is now known as joe-the-plumber
=== joe-the-plumber is now known as emma
tonyyarussoAnyone around to give a little insight on some bugs?  There's been a significant uptick in bugs reported for kompozer in Intrepid, but the kompozer package itself hasn't changed at all, so it seems likely to be related to a dependency.02:30
Hobbseetonyyarusso: or more people using it.  but yes, possibly a dependancy02:46
tonyyarussoHobbsee: Fair point, but it's a Mozilla-related app that's based on what is now a VERY old base compared to Firefox and kin, so things are probably flat out missing.02:47
ScottKtonyyarusso: Dunno if it's related, but the Firefox packages (with Firefox 2.0) was recently removed from Intrepid entirely.02:48
StevenKAnd their locales and other bits02:48
tonyyarussohmm02:48
StevenKBlah.02:50
StevenKichthux-desktop still wants kio-sword02:50
tonyyarussoWell, here's what I have listed in the Depends:  libatk1.0-0, libc6, libcairo2, libfontconfig1, libgcc1, libglib2.0-0, libgtk2.0-0, libidl0, libpango1.0-0, libstdc++6, libx11-6, libxft2, libxt6, zlib1g02:50
tonyyarussoThe application apparently will build and run, but certain actions cause it to segfault.02:50
StevenKtonyyarusso: Get a backtrace from it?02:51
tonyyarussoStevenK: I believe someone made one - lemme look quick.02:51
tonyyarussoStevenK: there are a couple of files on https://bugs.edge.launchpad.net/ubuntu/+source/kompozer/+bug/283400, but I'm not sure if they're what you're looking for.02:52
ubottuLaunchpad bug 283400 in kompozer "kompozer-bin crashes frequently when displaying menus (dup-of: 263441)" [Undecided,New]02:52
ubottuLaunchpad bug 263441 in kompozer "kompozer crashes in intrepid" [Undecided,Confirmed]02:52
tonyyarussoStevenK: Do those look right or should I try to make one myself?02:58
StevenKtonyyarusso: The first one doesn't02:59
StevenKtonyyarusso: Install debug libraries and try and get a stack trace02:59
tonyyarussookeydoke02:59
sevenseekerhowdy, I am updating a library package that went from a lib.so.6 to lib-7.so, how do I specify the shlibs file line for that library?  Use a 0 for the 'version' field?03:27
_AndrewCould anyone look at this and tell me why my dependencies can't be resolved? http://pastebin.com/d450e8afb04:30
RAOFIt's been some time since I used pbuilder, but that output looks normal so far - where's the rest?04:33
_Andrewhttp://pastebin.com/d503b6f0304:34
_AndrewIt says Aptitude couldn't satisfy the build dependencies04:36
RAOFIt does indeed.  That's fairly strange.04:38
tonyyarussoUm, so I'm trying to collect a backtrace of something, but it's not actually quitting completely.04:40
RAOFRun it in gdb?04:40
tonyyarussoThere's a segfault, which shows up in the terminal with gdb, but the process hangs and I end up having to use 'kill' to get things done.04:40
wgrantOr attach to it in gdb.04:40
wgrantHmm, what is it?04:40
tonyyarussoI attached while it was running, yes.04:40
tonyyarussoIt's kompozer.04:40
wgrantWhat does bt say?04:41
wgrantCould be its signal handler dieing, thus giving nice recursion.04:41
tonyyarussoerm, could you be more specific please?04:41
wgrantType 'bt' in gdb.04:41
StevenKwgrant: If Kompozer has a SEGV handler, they're even more on crack that I thought04:42
wgrantStevenK: It has a K and a z in its name. What do you expect?04:43
wgrantSDL does, so why not Kompozer?04:43
StevenKHah04:43
StevenKwgrant: SDL is a framework, though04:43
wgrantTrue.04:43
RAOFThere's some KDE people in here, I'm sure.  Where in the name of all that is holy can I add a program to my session under 3.5?  (Hint: Control Centre->Session Manager is a lie).04:44
tonyyarussowgrant: working on getting to that point again - one sec04:44
_AndrewWould this be because I have a package that doesn't exist? Depends on package1 or unknown package ?04:44
_Andrewor would it just ignore the unknown package?04:44
RAOF_Andrew: No, it'd die in the way you've seen if it was depending on a non-existent package.  But libboost-regex-dev _isn't_ a virtual package, at least in Intrepid.04:45
tonyyarussowgrant: http://pastebin.com/m50786a404:45
_AndrewThis is for hardy04:46
_Andrewsorry I should have mentioned that04:46
wgrantOh. It looks Mozillary. I'm running away no.04:46
wgrants/no/now/04:46
tonyyarussoIt is a Mozilla stepchild, yes.04:47
tonyyarussoI get that reaction a lot.......04:47
NCommanderhey wgrant04:48
RAOF_Andrew: So, it would seem likely that something's messed up in your pbuilder setup.  Have you run 'pbuilder update' recently?04:49
_Andrewsame result04:52
RAOFCare to pastbin the output of "pbuilder update"?04:53
fabrice_sp_Andrew: you have a warning that could explain your problem: W: /home/andrew/.pbuilderrc does not exist04:55
fabrice_spCould you create that file with COMPONENTS="main restricted universe multiverse" in it04:56
fabrice_sp?04:56
ScottKfabrice_sp: That warning isn't a problem.05:04
fabrice_spScottK: I know that it isn't a problem, but I had a similar dependency problem, and it solved it. In this case, the missing lib are in main, so it shouldn't help. You're right05:11
=== fabrice_sp_ is now known as fabrice_sp
ScottKfabrice_sp: No, I mean lack of a per user config file isn't a source of problems.  Not having a .pbuilderrc isn't wrong if the right options are set elsewhere05:18
fabrice_spScottK: sure. In this case, as it seems that it's his first use of pbuilder, I assumed that he could miss that other options, so creating .pbuilderrc with the right options could have helped05:20
_AndrewRAOF: Well, I can't figure out why this is, I didn't change any of the dependencies from the package.05:23
_AndrewI don't think it's pbuilder..05:24
_Andrewhttp://packages.ubuntu.com/hardy/libcegui-mk2-105:24
_AndrewI took that package05:25
_Andrewah I think I know05:26
_Andrewno universe packages05:27
_Andrewyep that it, hehe woops..05:29
_Andrewthanks guys05:29
=== lacqui_ is now known as lacqui
dholbachgood morning06:58
NCommanderhey dholbach08:11
dholbachhi NCommander08:12
NCommanderhow goes it dholbach08:13
dholbachgood good, how 'bout you?08:13
directhexmornin'!08:39
didrocksmorning :)09:49
sebnerhuhu sistpoty|work :)09:56
sistpoty|workhi sebner09:56
NCommanderhey sistpoty|work09:57
sistpoty|workhi NCommander09:57
NCommandersistpoty|work, how goes it?09:57
sistpoty|workNCommander: quite good09:58
NCommandersistpoty|work, that's good. I'm working to improve REVU. We now have trustroot status09:59
NCommander(or in other words, go try logging in on REVU and see the new message ;-))10:00
laga_what's that? trustroot?10:00
NCommanderlaga_, it means REVU can pull trusted information over openid such as email addresses10:03
sistpoty|workNCommander: excellent!10:03
NCommanderlaga_, go try logging in on REVU,a nd take a close look at the text10:04
NCommanderThere is a message from canonical on it ;-)10:04
StevenKsistpoty|work: So, why haskell-devscripts from *testing*, we sync from unstable?10:18
sistpoty|workStevenK: because I haven't looked over the changes that are in between testing and unstable yet10:19
StevenKsistpoty|work: I'm not sure that I can sync from testing10:19
sistpoty|workhm...10:19
sistpoty|workStevenK: give me a few minutes, to look at what changed, ok?10:19
james_wStevenK: I've requested it before and it was done10:23
StevenKjames_w: Shh!10:23
StevenK:-P10:23
james_w:-)10:23
sistpoty|workStevenK: haskell-devscripts 0.6.14 is likewise sane :)10:25
StevenKsistpoty|work: Please comment on the bug10:25
sistpoty|workStevenK: done10:26
directhexhm. i need to refresh an autoreconf patch10:39
NCommanderdirecthex, have you made the necessary sacarifies?10:47
directhexNCommander, i've decided to work on a different package and pretend this one doesn't exist :)10:47
NCommanderyou gave up on mono ;-)?10:48
directhexmeebey is working on mono.10:49
directhexi've done gluezilla, libgdiplus, and mono-basic10:49
directhexhttp://monoport.com/3775110:51
directhexthankfully, the 2.0 components i've done so far don't actually need 2.0 to build/install10:53
=== sistpoty|work changed the topic of #ubuntu-motu to: https://wiki.ubuntu.com/MOTU | Want to get involved with the MOTUs? https://wiki.ubuntu.com/MOTU/Contributing | Intrepid Feature Freeze: https://wiki.ubuntu.com/FreezeExceptionProcess | https://merges.ubuntu.com/universe.html | QA targets available from http://qa.ubuntuwire.com | TODAY - Steady on: we're in FinalFreeze (aka ReleaseFreeze)! | Next MOTU meeting: Fri, October 3rd 12:00 UTC
=== asac_ is now known as asac
james_wHi all, does every upload now require motu-release ACK? There have been possibly conflicting statements11:03
persiajames_w, For hardy, we did it that way post-final-freeze.11:03
persiajames_w, Generally, my experience is that someone glances at the debdiff, and says "sure", assuming it's small and prevents an SRU.11:04
persia(or otherwise does something critically good)11:04
james_woh yeah, I know it's a smooth process usually, I'm just wondering whether I should start bugging members of the release team yet11:05
persiajames_w, Note that I've not yet received the freeze mail, so you might have a couple hours left before that applies.11:05
* persia hopes so, as the timidity debdiff isn't exactly small11:05
james_wI've got Steve's, and the archive is frozen11:05
DktrKranzjames_w: a IRC ACK is usually enough (they did so for hardy)11:05
persiaAh.  I do have it, I just hadn't pulled my mail in an hour :(11:06
james_wand the mail he pointed to from the hardy release suggests that everything now requires approval11:06
james_wbut the other day in response to my question about universe for "RC freeze this Thursday" Scott said11:06
james_w"I don't think it means anything more than the other freeze have meant.  The11:06
james_wweekend before the final freeze we'll want to start approving all uploads.11:06
james_wExactly when is dependent on when Ubuntu Release intends too final freeze."11:06
persiaWell, this is final freeze, so this would be the beginning of that weekend.11:07
directhexyay for slipping a final mono release out of the door, then11:07
james_wok, I'll request exceptions, thanks11:07
ScottKjames_w: I don't think you need to do that.11:10
james_wreally?11:11
persiaScottK, What's the policy for FinalFreeze then?11:11
wgrantI faintly recall that it is usually the final week that is universe FinalFreeze, but it happens so rarely that I can't remember.11:11
directhexnext MOTU meeting is a fortnight ago? /topic needs a poke11:11
ScottKpersia: Final freeze would be the one before release, not before RC.  I'm rereading the referenced mail and will work on a clarification.11:12
=== persia changed the topic of #ubuntu-motu to: https://wiki.ubuntu.com/MOTU | Want to get involved with the MOTUs? https://wiki.ubuntu.com/MOTU/Contributing | Intrepid Feature Freeze: https://wiki.ubuntu.com/FreezeExceptionProcess | https://merges.ubuntu.com/universe.html | QA targets available from http://qa.ubuntuwire.com | TODAY - Steady on: we're in FinalFreeze (aka ReleaseFreeze)! | Next MOTU meeting: Fri, October 17th 20:00 UTC
directhexthat's better :)11:12
persiaScottK, The freeze applied today is the last freeze listed at https://wiki.ubuntu.com/IntrepidReleaseSchedule11:12
james_wsee, this is why I request a mail stating the policy from the release team11:13
persiaRC and FinalFreeze were at the same time in previous cycles : I think FinalFreeze got moved up one week this time.11:13
directhexjaunty debianimportfreeze is ~xmas, then?11:14
ScottKRight.  I'll work on clarification.11:14
persiadirecthex, Somewhere around there.11:14
persiadirecthex, Might even be as late as mid-january, depending.11:14
wgrantpersia: Ahh, that makes more sense.11:14
wgrantI didn't think FinalFreeze was so long.11:14
persiawgrant, Except it doesn't match wiki history.  It appears FinalFreeze was introduced in Hardy, and was a week before RC.11:15
persia(10th April)11:15
wgrantHrmph.11:15
persiaAnyway, I still want to push bug #281276 and various timidity stuff.  Do I need explicit permission from someone?11:17
ubottuLaunchpad bug 281276 in linux-rt "Upgrade linux-rt to 2.6.27" [Undecided,New] https://launchpad.net/bugs/28127611:17
=== tbielawa is now known as freebot
=== freebot is now known as fsgbot
ScottKsistpoty|work, TheMuso, DktrKranz, (and norsetto if you show up): I just sent mail to the MOTU list asking about when we start approving all uploads.  Please read and reply.11:19
DktrKranzScottK: replied, thanks11:28
DktrKranzpersia: for -rt stuff, linux-meta-rt needs some adjustments too (IIRC, there are packages pointing to *-restricted-extra which are not available).11:36
persiaDktrKranz, Yep, and something needs to depend on linux-firmware.  I believe Alessio is planning to finalise everything tonight (in light of KernelFreeze).11:37
DktrKranzpersia: good. I sponsored uploads of it, if needed just give a shout11:37
apacheloggerdholbach, persia, geser, nixternal, soren: what is the hold up on smarter's MOTU application?11:38
persiaDktrKranz, I'll probably upload it when it's done : I just want to make sure I've gotten any required approvals.  Kernel team did a preliminary recently, so I'm feeling pretty good about stability.  Regression risk is nil as the current -rt doesn't work at all.11:38
DktrKranzpersia: thanks (from a linux-rt user POV)11:39
dholbachapachelogger: afaics only nixternal and I voted +1 up until now - I'll prod the others again to vote11:40
persiaapachelogger, Just the usual extreme slowness.  Waiting for three more MC comments.11:40
apachelogger:) it's been > 12 days already https://wiki.ubuntu.com/UbuntuDevelopers#MOTU11:41
persiaapachelogger, Yeah.  The 12 days bit was something that nobody ever accepted as binding, unfortunately.11:42
apacheloggerMaybe you could discuss this some time? Either it should be accepted as binding or removed from that page.11:43
dholbach*nod*11:43
wgrantsistpoty|work: Launchpad provides no facility to freeze just some components.11:48
sistpoty|workwgrant: ah thanks11:48
emgentgmoin11:49
persiamotu-release: thanks for the speedy establishment of a clear guideline.11:50
=== sistpoty|work changed the topic of #ubuntu-motu to: https://wiki.ubuntu.com/MOTU | Want to get involved with the MOTUs? https://wiki.ubuntu.com/MOTU/Contributing | Intrepid Feature Freeze: https://wiki.ubuntu.com/FreezeExceptionProcess | https://merges.ubuntu.com/universe.html | QA targets available from http://qa.ubuntuwire.com | TODAY - Steady on: we're in ReleaseFreeze, be extra careful when uploading | Next MOTU meeting: Fri, October 17th 20:00 UTC
wgrantMightn't it be best to put that up the front?11:52
wgrantAnd merge it with the FF item.11:53
persiaThat should improve readability, at least11:53
wgrantAnd perhaps drop MoM, as the topic is overly long now.11:53
sistpoty|workor maybe even drop it altoghether?11:53
* sistpoty|work tries again11:53
=== sistpoty|work changed the topic of #ubuntu-motu to: https://wiki.ubuntu.com/MOTU | Want to get involved with the MOTUs? https://wiki.ubuntu.com/MOTU/Contributing | Intrepid Feature Freeze: https://wiki.ubuntu.com/FreezeExceptionProcess | QA targets available from http://qa.ubuntuwire.com | Next MOTU meeting: Fri, October 17th 20:00 UTC
sistpoty|workhm...11:54
wgrantAs there are no further restrictions in this freeze, that should be OK.11:54
sistpoty|workotherwise I'll leave it to whomever has better ideas :)11:54
siretart@motu-release: OK to upload this vlc update: http://paste.ubuntu.com/58308/ to intrepid?12:38
siretartaccording to sistpoty's mail at https://lists.ubuntu.com/archives/ubuntu-devel/2008-April/025259.html it is okay to ping you on irc12:39
sistpoty|worksiretart: we're not yet in final freeze for universe/multiverse, so only "normal" feature freeze applies12:40
persiasiretart, According to https://lists.ubuntu.com/archives/ubuntu-motu/2008-October/004849.html you don't have to ask until next week.12:40
sistpoty|workhi siretart btw. ;)12:40
siretartah, then I misread steve's mail. great12:41
siretartheyha sistpoty|work! hi persia12:41
persiasiretart, Hi :)  And no, you didn't misread the mail, the policy was just updated *very* recently.12:41
siretartpersia: ah, I see. perhaps a followup u-d-a would prevent further confusion?12:42
laga_is there a wiki page which explains the policy? i don't want to read hundreds of different opinions on the ML, just the definite point12:42
persialaga_, No.12:43
siretartlaga_: http://wiki.ubuntu.com/UbuntuDevelopment12:43
siretartif something is missing there, I'd consider it as a bug12:43
siretart(including the referenced wiki pages from there)12:44
laga_by "explains", i meant a page that simply states the current policy12:44
persiaHrm.  Good point.12:45
laga_it shouldn't be an insider only thing :)12:45
persialaga_, It's very much not an insider-only thing.  It's just that nobody has yet taken the recent decision from the mailing list and put it in the wiki.  If you did that, I'm sure your efforts would be appreciated.12:46
siretartis bzr 1.7 going to hit intrepid?12:49
persiaIt's unlikely at this point, unless someone gets special approval.  I haven't heard of a special bug.12:51
=== nhandler_ is now known as nhandler
wgrantI think it might be a good idea, particularly as bzr isn't well known for regressions, and LP seems to want bzr 1.7. And bzr 1.7 is fast.13:01
persiajames_w, Any guidance from upstream on which bzr for intrepid?13:04
wgrantBut it's in main, so it's not likely.13:04
james_wthey would probably like 1.7, but it was released after feature freeze and I didn't push it13:05
james_was long as we are >=1.6.1 it's a good start13:05
persiajames_w, OK.  Do we lose compatibility with LP the way we did in hardy with 1.3?13:05
james_wnot 1.6->1.713:06
james_wcan't speak for the future though13:06
persiaUnderstood.  1.6 -> 1.7 is the interesting part, as it would fall into RC land.13:07
james_wI'll probably be organising backports of some version to hardy, so I could do the same for Intrepid13:09
lfaraoneHey, what's the feature-freeze for jaunty>?13:13
persialfaraone, Probably sometime in February, although the schedule is yet to be established.13:14
lfaraonepersia: crap.13:15
persia!ohmy13:15
ubottuPlease watch your language and topic to help keep this channel family friendly.13:15
lfaraonepersia: the project I'm packaing for releases march 3rd.13:15
persialfaraone, That aside, why?13:15
lfaraone(sugar)13:15
persialfaraone, That might not be an issue if you plan well.  Make sure the snapshots make FeatureFreeze, and you should only have bugfix updates for the last few weeks.13:16
persia(at least assuming sugar follows a features-first-then-bugfix development model)13:16
lfaraonepersia: yeah, RC comes out feb 13th, and betas are as early as dec 2113:17
persialfaraone, You might be a bit tight on RC, but going from RC to final is just a matter of helping the sugar team not add any features post RC.13:18
lfaraonepersia: Bad news: debian upstream maintainer is slow to package. Would we be able to send in updated versions bypassing debian if they will be too late?13:20
persialfaraone, Yes, although perhaps working with the Debian maintainer to collaborate would be better.13:21
lfaraonepersia: we'll send him our patches :)13:22
persialfaraone, Rather, you might want to engage in a deeper dialogue to collaborate.13:22
=== LucidFox_ is now known as LucidFox
james_wstefanlsd: hi, I still can''t install bugzilla14:23
james_wstefanlsd: http://paste.ubuntu.com/58348/14:24
stefanlsdjames_w: is this within a pbuilber or chroot?14:33
james_wyeah pbuilder chroot14:33
stefanlsdjames_w: i suspect it may be related to that. Did you get the debconf dialog stuff?14:37
james_wstefanlsd: yeah14:38
james_wI told it not to use dbconfig-common14:38
stefanlsdwgrant: k. im getting the same thing. i will investigate14:42
stefanlsdbleh14:42
stefanlsdjames_w: ^14:42
sistpoty|workScottK, DktrKranz, TheMuso: I'm just about to post a follow up about current universe/multiverse freeze handling: http://paste.ubuntu.com/58351/14:46
* ScottK looks14:46
sistpoty|workany corrections? anything I missed?14:47
ScottKsistpoty|work: I'd add a mention that the last opportunity for uploads will likely be sometime next weekend depending on when ubuntu-release decides to freeze the archive solid.14:47
ScottKWhat's there is good.14:48
persiaWill we still be able to push RC stuff post solid-freeze for unseeded stuff, or are we not doing that this cycle?14:49
* DktrKranz looks too14:50
Hobbseepersia: unlikely.14:51
Hobbseepersia: (dak import)14:51
persiasistpoty|work, Could you put a note in there about the universe flavours?  CD testing is happening next week, and it'd be unfortunate to break something.14:51
persiaHobbsee, Hrm?14:52
Hobbseepersia: the final, solid, no more packages accepted freeze?14:52
Hobbseeno, you cant' push packages after that ( a couple of days before release)14:52
Hobbseeprior to that, *shrug*14:52
persiaHobbsee, This is new.  I've previously pushed until about 2 hours before a release.14:52
Hobbseepersia: nwo that would be odd - usually the import is started way before that.14:53
Hobbseeunless it got pushed to -updates or something14:53
persiaNo, into the main repos.14:53
ScottKpersia: I think you are mis-remembering.14:53
* Hobbsee agreeswith ScottK - and suspects persia also doesn't mean the final release.14:54
persiaOr perhaps I have the time of release wrong.14:54
ScottKThe last two releases, the final uploads happened on Sunday or Monday before release.14:54
persiaI remember pushing the aolserver4 changes *very* late.14:54
ScottKI remember that and it was before the archive froze, not release.14:54
persiaYeah.  That was Monday night (~13:00 UTC).  I am misremembering.14:57
sistpoty|worknext try: http://paste.ubuntu.com/58354/14:59
sistpoty|workslangasek: is final release scheduled directly at oct 30th? (not that I give wrong dates in the follow up *g*)14:59
* ScottK notes that http://qa.ubuntuwire.com/bugs/rcbugs/ is working again and it's a good place for people to look for easy wins.15:00
AnAntif no one has responded to bugs that I reported few days ago, what should I do ?15:03
persiaAnAnt, Not much you can do, except wait.  If you think it's critical, and you have some ideas, you could see if anyone wants to talk about it.15:04
ScottKsistpoty|work: two/four, but otherwise good.15:04
james_wsistpoty|work: bug 25711015:05
ubottuLaunchpad bug 257110 in libgems-ruby "libgems-ruby1.8 conflicts with rubygems1.8" [Undecided,Confirmed] https://launchpad.net/bugs/25711015:05
james_wsistpoty|work: when you reverted, did you revert the previous upload in its entirety?15:05
AnAntis bug 281696 critical ?15:05
ubottuLaunchpad bug 281696 in compiz "Compiz core dumps in Intrepid" [Undecided,New] https://launchpad.net/bugs/28169615:05
sistpoty|workjames_w: yep, that's what I did15:06
AnAntpersia: I have that feeling that you didn't try sl-modem yet15:07
persiaAnAnt, It may be for certain hardware, or if it affects many users.  I'd ask about that in #ubuntu-desktop15:08
persiaAnd you'd be right about sl-modem :)  It's on my to-be-tested list, and about #5, but not quite at the top.15:08
AnAntok15:09
james_wah, it's in NBS15:10
james_wanybody want to teach me about how to clear a package from NBS?15:10
persiasistpoty|work, Oh, and thanks for adding the note about the flavours.  Looks good to me.15:10
persiajames_w, I'd be happy to in ~20 minutes, if nobody else does.15:11
james_wpersia: great, I'll go get lunch in the mean time15:11
ScottKjames_w: The short version is figure out what's in the archive that depends on it and make the dependency go away.15:12
rainctnhandler: man those encoding errors will get me mad :P15:19
=== dholbach_ is now known as dholbach
sevenseekergood morning everyone15:26
sevenseekerI am updating a library package where the numbering of the so lib changed from something like foo.so.1 to foo-2.so, how can I use a foolib.shlibs in my package in that scheme?15:27
ScottKsistpoty|work: Would you be able to help me with a library package update?  I have a new upstream that has a bunch of important fixes, but also bumped the minor version of the soname.  I'd like an expert review to see if it's potentially sensible to include in Intrepid.15:31
sistpoty|workScottK: sure15:31
ScottKsistpoty|work: The package is libspf2.  You can grab the Intrepid on and I'll put the candidate somewhere you can get it.  One moment.15:32
ScottKsistpoty|work: http://kitterman.com/test/libspf2_1.2.8.dfsg-0ubuntu1.dsc15:35
sistpoty|workScottK: wow, that's a huge diff... might take a while to review15:37
ScottKsistpoty|work: I'm not asking for a full source review, but just the abi/api.  Is that huge?15:38
sistpoty|workScottK: well, this also means to review the headers...15:39
ScottKAh.  Well from what I can tell the package was fairly broken before in a number of subtle ways.  It'd be good to get it in if we could.15:42
james_wah, I found https://wiki.ubuntu.com/UbuntuDevelopment/NBS which is pretty good15:43
persiajames_w, That's the output of my last session :)  Let me know if you have questions.15:44
james_wah, cool15:44
james_wnice work15:44
persiaMuch of the credit goes to the wiki editors : it started as an IRC log.15:45
james_wturns out this one is dead simple15:46
sevenseekerpersia: do you know how I would package a lib that is named foo-1.so with no version at the end for the libfoo.shlibs file?15:46
persiasevenseeker, Only very vaguely : shlibs generally confuse me.  Generally, you want a versioned .so anyway, as otherwise things tend to break.15:47
brooniesevenseeker: The versioning is pretty much essential.15:48
sevenseekerpersia: I am not that familiar with the build practices in regards to naming conventions, could I change the make file to generate one with a version?15:48
sevenseekerfor example, it is actually foo-1.5.11.so, could I rename to foo-1.5.so.11?15:48
james_wpersia: I assume the package in question being in "|" group in Depends won't keep it from being removed?15:49
brooniesevenseeker: No.15:49
persiajames_w, In cases like that, sometimes it's helpful to give a hint to the archive-admins.  Once you clear an entire set, just mention in #ubuntu-devel that something can be NBS'd.15:49
sevenseekerbroonie: james_w: thank you for your feedback15:50
sevenseekerlooks like I should deal with the upstream guys or just ignore shlibs for now :( :( :(15:50
ScottKsistpoty|work: I have upstream on another IRC channel if you have questions.15:50
ScottKThe latter is a recipe for pain.15:50
sistpoty|workScottK: nope, haven't got questions yet... still reading ;)15:50
ScottKOK.15:50
brooniesevenseeker: Yes, SONAME really needs to come from upstream since it should ideally be consistent over all distibutions, not just Ubuntu.15:51
sevenseekerbroonie: I am glad you confirmed that15:51
sistpoty|workScottK: though I've only read through the header diffs right now, I think there is a tiny ABI incompatibility15:58
ScottKsistpoty|work: OK. Would you mail/paste me details?15:58
sistpoty|workScottK: in one structure, an int is replaced with a size_t, which has a different storage size on amd64 at least (didn't know that myself yet )15:58
ScottKsistpoty|work: I think that's a bug fix.15:59
sistpoty|workScottK: there: http://paste.ubuntu.com/58378/15:59
ScottKDid you look in our patches to see if we'd patched it (I will if you didn't)15:59
sistpoty|workScottK: even if size_t looks more correct, that still breaks the abi16:00
sistpoty|workScottK: nope, haven't done that yet16:00
ScottKOK.  I'll look16:00
sistpoty|workhm... I guess that's why I dislike patch systems *g*16:00
sistpoty|workScottK: there's also one in /src/include/spf_request.h16:02
sistpoty|workchange from int to size_t16:02
ScottKThe one you pastebinned we already patched, so it's no change16:03
ScottKThe second one we didn't patch, but should have.16:04
ScottKsistpoty|work: So I can check the source of the rdepends to see if they use that include, right?16:05
sistpoty|workScottK: yes16:06
ScottKOK.  Is that the only one or are you still looking?16:06
ScottKI'm guessing it didn't get patched because no one used it and no one complained, but I'll look.16:07
sistpoty|workScottK: that *seems* to be the only one, but I haven't looked at symbols yet16:07
ScottKOK.16:07
* ScottK waits with baited breath ...16:08
sistpoty|workScottK: most probably you'll want to grep any rdepends if they create/use a SPF_request_t somewhere16:08
bddebianHeya folks16:09
sistpoty|workScottK: because that would then be 4 bytes too small on amd64 :(16:09
sistpoty|workhi bddebian16:09
bddebianHeya sistpoty|work16:09
sistpoty|workScottK: Ideally, libspf2 would have an SONAME bump upstream-wise16:10
sistpoty|workScottK: but in the lack of it, I'm quite assured that rdepends will still build16:10
ScottKIt went from 2.0 to 2.1 IIRC16:10
sistpoty|workScottK: but the name of the binary package didn't change?16:11
ScottKsistpoty|work: Because I didn't change it.16:12
sistpoty|workScottK: ah, then I guess you'd better change it ;)16:12
geserHi bddebian16:12
bddebianHeya geser16:13
ScottKsistpoty|work: Yeah.  I'm not ready to upload it yet.  I'm trying to get this sorted to see if I can.16:13
sistpoty|workScottK: then, I don't even need to look at symbols, since rdepends would still need a rebuild16:13
huatsnxvl: and porthose : hey16:15
ScottKsistpoty|work: Well I'd like to know if it's sane to think it'd work.  Also what should I name the new binary package?16:16
porthosehuats: hey16:16
sistpoty|workScottK: what lintian tells you to ;) (it should reflect the soname)16:16
sistpoty|workthe rules are somewhere in the library packaging guide, but lintian also knows the bits16:16
nxvlhuats: i'm ok with the date16:17
nxvl:D16:17
huatsnxvl: porthose so it is now right ?16:18
huats:)16:18
nxvlhuats: yes, channel?16:18
huats-meeting :)16:18
porthosehuats: :)16:18
ScottKsistpoty|work: OK.  IIRC it didn't complain about the old name.16:18
csilkis it ok to include three .desktop files in one package or should it be split into 3 packages?16:19
csilkone for kubuntu, xubuntu and gnome..16:20
gesercsilk: why do you need different .desktop files?16:21
persiacsilk, Unless you're *really* careful with OnlyShowIn, you might want three.  Often you want to split the frontends anyway, so people don't have too many dependencies.16:21
csilkpersia, ok three packages it shall be16:22
csilkthis is the kind of info the wiki lacks16:22
sistpoty|workScottK: do you happen to have an amd64 binary of the new package? (then I wouldn't need to build it myself)16:22
persiacsilk, It's actually a fairly uncommon question.  I've seen it asked thrice since I've been following IRC.16:22
ScottKsistpoty|work: No.  All I have it i38616:23
sistpoty|workok16:23
ScottKsistpoty|work: It's a quick build.16:23
csilkpersia,  yeah I usually wouldn't bother but upstream is insisting the packages works just as well in kubuntu and xubuntu as it will in gnome16:23
csilk*work16:23
persiacsilk, Wait.  How do the .desktop files differ?16:24
_AndrewIs there anyone around that can help me? My ppa won't compile because the build machines aren't installing the packages.16:25
cprov_Andrew: hi, point me to the broken buildlog16:25
_Andrewok 1 sec16:25
csilkpersia, at the moment they don't as I haven't started on them16:25
_Andrewdid you want a url or package name?16:25
cprov_Andrew: url16:25
_Andrewhttp://launchpadlibrarian.net/18603984/buildlog_ubuntu-hardy-i386.ogre_1.6.0~ppa2_MANUALDEPWAIT.txt.gz16:26
cprov_Andrew: nvidia-cg-toolkit is trying to download stuff.16:26
_AndrewIt fails when it trys to install nvidia-cg-toolkit .16:26
_Andrewyeah, so how can I get it to install the toolkit16:27
csilkpersia,  the only difference in them should be icon and menu population related things16:27
persiacsilk, OK.  Unless you're generating different binaries for the front-ends, there's usually little point to adjusting the .desktop files.  If you are generating different binaries, then you need it, of course :)16:27
persiaWhy a different icon?16:28
persiaAnd the menu population should be the same : they are all XDG-compliant environments.16:28
csilkI assumed the way you would popualte a kde menu would differ from gnome?16:28
cprov_Andrew: soyuz builds are explicit forbidden to access external sources. I don't know exactly what motu guys does to workaround this and the related legal issues involved.16:28
persiacsilk, It shouldn't.16:29
csilkin that case I wouldnt need more than one .desktop file would I?16:29
persiaUnless you have different front-ends, or you need to pass some argument to hint at the interface, you shouldn't.16:30
csilkNo, the front end should be consistent accorss all the distros16:31
_Andrewoh.. Then who can I talk to, to get it working?16:31
csilk*across16:31
csilkhmm, looks like I'll just be making the one .desktop file then, thanks alot persia, big help16:31
cprov_Andrew: also 'libfreeimage-dev (>= 3.11.0)' dep can't be satisfied, since ubuntu has 3.10.0-1 and your ppa has 3.11.0~ppa2   (which is lower than 3.11.0)16:32
cprov_Andrew: make it "(> 3.10.0-1)" , I guess.16:33
_Andrewoh, it's lower?16:33
_AndrewIf 3.11.0~ppa2 is lower then 3.11.0 then what is it?16:34
_Andrewhehe confusing..16:34
persiacsilk, That's part of why the question doesn't come up much :)16:34
persiaIs anyone currently looking at gtklookat ?16:37
sistpoty|workScottK: ok, upstream didn't change the resulting soname (but should have)16:41
_Andrewcprov: Thanks for help with the version thing, it's building on my machine now16:41
sistpoty|workScottK: however I guess there is little risk in bringing in the library if you also rebuild all rdepends (as the ABI change is pretty minimal)16:41
sistpoty|workScottK: hence from a library packaging perspective, I see no reason not to go for it16:42
_AndrewWhat can I do about the nvidia tool kit though? Do I need to file a bug or email someone ?16:42
_AndrewIt's important that cg support in Ogre isn't disabled16:42
cprov_Andrew: it won't be considered a bug, it's a security feature instead.16:42
sistpoty|workScottK: however now I've gotta run, cya16:43
_Andrewyeah, sorry I did mean it was a bug, I mean how do I contact someone16:43
cprov_Andrew: as I said, I don't know what's the right way to include non-free build dependencies.16:43
_Andrewdidn't**16:43
cprovpersia: do you know know ? ^16:43
persia_Andrew, The problem is that the buildd admins don't want to manually build ogre every time, and the toolkit package needs access to the internet at build-time.16:44
persiacprov, The right way depends on the non-freeness of the dependencies.  In this case, ogre does the best it can, but it just doesn't work with Soyuz.16:44
persiacprov, If you want to fix it, it would mean allowing binary uploads by more than the current three people, but only in special cases.16:45
persiaPersonally, I'm not sure it should be fixed.16:45
cprovpersia: yes, me neither.16:45
_AndrewCan't you just host the nvidia files on the build machine and when it tries to download them it goes to the local machine rather then on the internet?16:46
_AndrewI understand the problems with download stuff off the net16:46
persia_Andrew, That would be redistribution, which nVidia prohibits.16:46
cprov_Andrew: hosting non-free would incur in legal issues.16:47
geser_Andrew: that's probably the problem and the reason why nvidia-cg-toolkit is an installer16:47
_Andrewhehe yeah16:47
persia_Andrew, I chased this for a couple weeks about a year ago, and the only solution was to have one of three people manually update it *every* upload, which none of them were willing to do.16:47
_Andrewoh : /16:48
persiacprov, Not at all.  Most non-free packages may be hosted legally, it's just a couple special cases (like nvidia-cg-toolkit) that have issues.16:48
_AndrewWhat's so special about the cg-toolkit?16:50
cprovpersia: really ? I always take this very conservative approach about non-free sources. But, that's more ignorance than knowledge on my side.16:50
cprovI will let you guys talk about it ... I need to grab some food.16:51
=== cprov is now known as cprov-lunch
persiacprov, There's several classes of stuff in multiverse.  Some is free, but has non-free dependencies.  Some is limited by use case (non-military and  non-commercial being the most common).16:51
persiaSome is restricted in use (e.g. "users of this software should send the author a postcard"), and some in modification (e.g. "This software must be shipped without distribution patches").16:52
_AndrewSo the problem with Nvidia toolkit is that you can not redistribute it?16:53
persiaOnly a small minority is binary only, and of that, an even smaller minority has restrictions on redistribution (where we ship an installer).16:53
persia_Andrew, precisely.  Get nVidia to allow redistribution, and we'll ship the binary for Jaunty, which means ogre-contrib can build.16:53
persia(and fungaloids will stop being broken)16:54
_AndrewThen why do they have a redistributable binaries page? Or are you saying that the binarys is different from the source package16:54
_Andrewbtw, I'm not trying to argue with you here, just trying to understand the situation16:56
persia_Andrew, Did the licensing change?  Last I looked it didn't permit free redistribution.  If this changed, this becomes a soluable problem.16:57
_Andrewhttp://developer.nvidia.com/object/cg-redistributable-binaries.html16:57
_AndrewI can't find any information about the rights given to the downloader16:58
persiaYeah.  That's the tricky part.  Given the current state of copyright, it needs to explicitly permit redistribution in some license text somewhere.16:59
_AndrewAll I see is a blanket legal document.. maybe it's in the toolkit..17:00
persia_Andrew, I found the license.  It seems there is a "Linux Exception" (section 2.1.3) that would allow distribution of software designed exclusively for use on the Linux operating system, and there seems to be a way to download only the linux binaries.  With some hacking of nvidia-cg-toolkit, you may be able to make it work.17:03
_AndrewThe docs directory contains a file Cg_Redist_License.pdf providing a non-exclusive, world-17:04
_Andrewwide, royalty free licensee for redistributing Cg with your applications. See this license for17:04
_Andrewdetails.17:04
persia_Andrew, It's in /usr/loca/Cg/docs/license.txt in the full Cg toolkit download.17:04
persiaThat's even better.  I suspect that you've found a solution (and that the license has been changed since I last looked).  Try adjusting the packaging to be based on something redistributable, and if you can get that working, let the Debian maintainer know.  It's too late to try to fix this for intrepid, but it can surely be fixed for jaunty, and the best way to do that now is by fixing it in Debian.17:05
_AndrewSince no packages depend on the nvidia-cg-toolkit can't we make an exception for intrepid?17:08
_AndrewIts just a download, you don't need to build anything17:08
persia_Andrew, You can request one, but I'd be surprised if the release managers approved it : it's a major repackaging effort.17:10
persiaThe fact that nothing is rebuilt, and that all the reverse-build-depends are broken currently anyway might help.  If you can get it working in the next couple days, it's probably worth requesting an exception, but don't count on getting approved.17:11
_AndrewWhen you say get it working, you mean build my own package into ppa?17:13
persiaThat would be one way to do it.  Getting debian/copyright correct and verifiable is going to be tricky, as will getting dh_install to put everything in the right place, but the rest should be fairly trivial, and you can drop the fancy really-install-the-package from the postinst.17:15
persiaYou're also going to have to have an interesting get-orig-source rule, as you'll want to pull both the 32- and 64-bit binaries from nvidia, and bundle them, and then install the right set at package build-time.17:16
persiaDoesn't really matter if you put it in a PPA or somewhere else, as long as it's in a format the release managers can review and determine if they will accept.17:16
jdongoh. that's disappointing. FTBFS at the last dh_install of a 2hr build.17:20
ScottKjames_w: If the clutter packages are bugfix only, you don't need to subscribe motu-release.17:31
james_wScottK: the first two were, but there is one new feature in -gtk17:32
james_wI can retitle the report if you like17:32
ScottKjames_w: I think that'd be good.  I read the title and thought I could ignore it.17:32
_AndrewOh wow the nvidia package install the 2004 version of cg.. lol, so old17:33
james_wScottK: yeah, done now, sorry17:33
persia_Andrew, If you update, do make sure it still works with ogre.  If not, it's hardly worth it.17:33
_AndrewYeah I know it works because I have been compiling here for awhile17:34
persia_Andrew, with the newest Cg toolkit?17:34
james_wanybody understand -meta packages?17:35
james_wbug 28449717:35
ubottuLaunchpad bug 284497 in ichthux-meta "[intrepid] Broken dependency due to kio-sword FTBFS" [High,In progress] https://launchpad.net/bugs/28449717:35
_Andrewpersia: yes17:35
persiajames_w, txwikinger is chasing that.17:36
james_wgreat17:36
ScottKjames_w: I'm about to sponsor that.17:36
_Andrewpersia: I'll check it again though17:36
james_wthanks ScottK17:36
ScottKWe're discussing it on #kubuntu-devel (It's a KDE oriented derivative)17:36
txwikingerhi persia o/17:37
james_w\o/ import finished17:38
persiatxwikinger, Hey.17:39
persiaAnyone know octave?  http://people.ubuntu.com/~ubuntu-archive/NBS/libhdf5-serial-1.6.5-0 needs help.17:41
jcastrocrimsun: are your slides from your talk available anywhere?17:44
=== cprov-lunch is now known as cprov
lfaraonehey crimsun !17:47
postalchrisWhere can I get advice about whether a project's license is compatible with packaging the project for Ubuntu?18:01
persiapostalchris, You can ask here, and we can give you an unofficial answer.18:02
persiaAn official answer can only come from the archive admins, but they tend to review licenses only when a package is otherwise in perfect shape.18:03
postalchrisOK. I have reason to believe it might be problematic, bc apparently the same package was rejected from Fedora for licensing issues...18:04
postalchrisThe license is here: http://www.cs.nyu.edu/acsys/cvc3/doc/LICENSE.html18:04
postalchrisAnd here's a log post about the Fedora issues: http://www.dwheeler.com/blog/2008/08/20#license-proliferation18:05
persiaOK.  Section 3 can be problematic, but there are known workarounds.18:05
persiaPersonally, I don't get the same meaning as that blog post.18:07
postalchrisMe neither, but IANAL.18:07
postalchrisI think it's the indemnity clause that he's referring to.18:07
persiaI read "LICENSEE shall indemnify, hold hardmelss and defend ..." as meaning that if something goes wrong, you can't sue upstream, and if you redistribute, and someone sues you and upstream, you must defend both cases.18:08
persiaMind you, unless I misunderstand, due to the section 4 "this probably doesn't work, and might infringe on a patent" clause, it's unlikely to get anything other than a request to cease distributing or a recall.18:10
postalchrisThat all sounds reasonable to me. What restrictions does Ubuntu have on project licenses?18:12
persiaHrm.  You'll want to delete the SAT solver zchaff stuff though.  That's not going to be acceptable (internal use typically prohibits redistribution)18:13
persiapostalchris, Generally, the requirements are the same as the Debian Free Software Guidelines.  There are a couple licenses on which Debian and Ubuntu differ.18:14
persia(like CC 2.0 or GFDL)18:14
persiaBut it's a difference in interpretation, rather than a difference in the guidelines.18:14
postalchrisOK. So a package would have to strip out and/or disable zchaff, bc it's not redistributable?18:15
persiaIf I were packaging it, I'd strip that out because I wouldn't feel comfortable distributing my package to Ubuntu with those files.18:16
persiahttp://www.cs.nyu.edu/acsys/cvc3/doc/xchaff__base_8h-source.html just doesn't look like something that permits distribution.18:17
postalchrisBut if the package is "original tarball + patch that deletes zchaff files", isn't that redistribution?18:18
persiaWere I doing this, I'd write a debian/rules get-orig-source rule that generated a modified original tarball.18:19
ScottKNo, you need to repack the tarball and remove the file so the tarball is distributable.18:19
persiaNormally, this is a bad idea, but in this case, I think it's required if this is to be packaged.18:19
persiaScottK, I've been told there is a patch for Japanese localisation of clamtk floating about, but I can't seem to find it.  Have you heard of such a thing, and would you know if it was applied?18:20
ScottKNo and No.18:20
persiaheh.  Given the second, the first isn't surprising.  Thanks.18:21
postalchrisThanks guys. If I understand correctly, the (main) license isn't a deal-breaker. I'll look into this some more.18:22
persiapostalchris, It is different than normal, so it may take quite a while for the archive-admins to review and approve/deny.  I'd recommend that if you want it in, you try to get it added to the queue for jaunty as early as possible (preferably mid-november to early-december)18:26
emhpersia: xprintidle 0.2 is due for debian experimental. lenny is frozen.18:29
persiaemh, Good work.  Intrepid just froze about 8 hours ago, so it should be an autosync for jaunty.  Nice job working with all the parties to get that fixed.18:31
rainctScottK: have you seen the "*" note on my mail?)18:52
=== ceqDnorp is now known as LjL
ScottKrainct: No.  I hadn't.  Need to read the whole message.  Sorry.19:02
stefanlsdDoes anyone know what happened / how to run db_unregister19:02
stefanlsdooh, its a function of debconf19:04
rainctScottK: Heh. No problem :).   It's not that I mind much about it, but I think it makes more sense to have such requests on Brainstorm19:07
ScottKrainct: I guess.  Personally I don't look there, but I suppose others do.19:15
fabrice_spHi. Is it still possible to include the fix for Bug #283717 in Intrepid? I've just uploaded the debdiff19:17
ubottuLaunchpad bug 283717 in pyopengl "Broken glRenderMode() (fixed in PyOpenGL 3.0.0b4)" [Undecided,Confirmed] https://launchpad.net/bugs/28371719:17
fabrice_sp(only a patch to b3)19:18
stefanlsdDoes anyone have an idea why i would be getting /var/lib/dpkg/info/bugzilla3.postrm: 1: db_unregister: not found (multiple times) - http://pastebin.ubuntu.com/58461/ (debug output)19:20
crimsunjcastro: I dented you the URL yesterday...19:22
jcastrocrimsun: oh, thanks!19:23
jcastrofell off my gwibber scrollbar. :-/19:23
stefanlsdjames_w: you around?19:24
crimsunjdong: mind approving the patch in bug 132133, please?  if so, please sponsor.20:10
ubottuLaunchpad bug 132133 in ksubtitleripper "ksubtitleripper editing UI broken" [Medium,In progress] https://launchpad.net/bugs/13213320:10
jdongcrimsun: you mean if not, please sponsor, correct? :). Grammar nazi aside, the patch looks good to me; I'll test & sponsor.20:11
stefanlsdcrimsun: i see you did a couple of updates to flashplugin-nonfree - do you know how you managed to get the direct download link for flash player?  cant seem to get it...20:14
crimsunstefanlsd: I use the link for the tar.gz20:14
crimsunjdong: thanks20:15
stefanlsdcrimsun: current one is - http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz - which is suspect is always linked to the latest20:17
crimsunstefanlsd: perhaps it is now the permanent link, but I always confirm the URL's validity.20:21
psusiit appears that the defrag package is missing from hardy and intrepid... according to the launchpad page on the source package, it was "superseded" in hardy... what does this mean?20:22
slytherinpsusi: superceeded simply means a new version was packaged.20:22
psusislytherin: but there isn't a newer one...20:22
psusiit simply was dropped it looks like20:23
slytherinpsusi: can you point me to the link?20:23
psusihttps://launchpad.net/ubuntu/+source/defrag20:23
crimsunpsusi: you'll need to ask if it was removed from the archive20:23
psusiand packages.ubuntu.com doesn't find it in hardy or later20:23
psusiit looks to me like it has been... but how do I see when and why and how to undo that?20:24
crimsunpsusi: please ask an archive admin in -devel20:24
psusihrm... ok20:25
crimsun(sorry, I don't know offhand if there are new notifications, etc.)20:25
james_whey stefanlsd21:05
stefanlsdjames_w: heys. bugzilla3.  it works for me when i use dbconfig, and yeah. fails for me when i dont - you get the same result?21:06
ajmitch_ /win 2121:07
* ajmitch_ blames irssi21:08
=== ajmitch_ is now known as ajmitch
james_wstefanlsd: not tried with dbconfig21:08
milliScottK: around?21:08
ScottKYes21:08
milliwhat's it take to get xserver-xorg-video-radeonhd version 1.2.3 into Interpid at this point?21:09
milliI've been using it for a week now without any problems... it has 3D acceleration in it and XVideo support!21:09
milliversion 1.2.1 is what's in Interpid right now, with no 3D support21:10
ScottKmilli: I think we have 1.2.121:10
milli(this is an alternative to using fglrx driver for recent ATI chipsets)21:10
milliI also notice that 1.2.3 is not even in Debian experimental....21:10
ScottKmilli: It's in Main, so unless there is something actually release critical, pretty well zero.21:11
milliI'd call 3D support release critical...  ;-)21:11
millior not21:11
millinp, I can live with building my own packages21:12
ScottKtseliot or superm1: Do you know anything about this one^^21:12
milliwould be nice to have a 3D alternative to fglrx that's working today21:12
tseliotScottK: that's something Bryce deals with21:13
ajmitchproblem is the possibility of regressions on all the other ATI chipsets that may be around21:13
milliI added a note here -->  http://www.thinkwiki.org/wiki/ATI_Mobility_FireGL_V520021:13
ajmitchbecause drivers are so much fun21:13
millithat I will have to amend21:13
tseliotmilli: maybe try asking bryce in #ubuntu-x21:14
milliajmitch: nod, what I figured...  it works perfectly on an M56 core fwiw21:14
millitseliot: nod21:14
* ajmitch doesn't even know what driver would be suitable for this old card21:14
stefanlsdjames_w: kk. can you try and edit /etc/bugzilla3/localconfig  and change db_check = 0 ..21:15
james_wstefanlsd: I'm trying again with dbconfig21:15
james_wstefanlsd: I'll be with you in a minute21:15
stefanlsdjames_w: kk21:15
tseliotScottK: can you have a look at my SRU, please? https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-177/+bug/26181621:16
ubottuLaunchpad bug 261816 in linux-restricted-modules-envy-2.6.24 "nvidia: Multiple versions in DKMS" [Medium,In progress]21:16
tseliotScottK: it's just a bugfix in a postinst which I backported from Intrepid to Hardy21:16
ScottKtseliot: I'm not in the SRU team.21:17
tseliotScottK: no? I thought you were a member of motu-sru21:18
ScottKI was, but no longer.21:19
tseliotaah21:20
tseliotok, thanks anyway21:20
=== rainct is now known as RainCT
james_wstefanlsd: still fails21:24
stefanlsdjames_w: db_check or dbconfig?21:24
james_wstefanlsd: apparently because it can't connect to a local mysql server21:25
james_wmorgs: hi, I don't mind you subscribing me to your sponsor requests, but please also subscribe the sponsor team as normal so that they don't get dropped21:26
stefanlsdjames_w:  dbconfig failing or db_check = 0 still failing?21:26
james_whttp://paste.ubuntu.com/58513/21:27
stefanlsdjames_w: mysql running?21:28
james_wnope21:28
stefanlsdjames_w: k. works on my intrepid, gonna test it in pbuilder chroot now21:31
stefanlsdjames_w: heh. i see mysql-server is in the recommends (along with postgres)21:35
sebnerwb geser :)22:09
geserHi sebner22:24
=== TheMuso_ is now known as TheMuso
=== laga_ is now known as laga

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