/srv/irclogs.ubuntu.com/2012/05/10/#ubuntu-motu.txt

=== wgrant_ is now known as wgrant
=== Resistance is now known as EvilResistance
=== EvilResistance is now known as Resistance
=== Resistance is now known as EvilResistance
=== EvilResistance is now known as Resistance
=== FlannelKing is now known as Flannel
=== MTecknology is now known as nginx
=== nginx is now known as MTeck
=== MTeck is now known as MTecknology
=== Ng_ is now known as Ng
=== almaisan-away is now known as al-maisan
tbfhi, anyone knows how to deal with such warnings when building a package?09:09
tbfdpkg-gencontrol: Warnung: Paket qtgstreamer-plugins: unknown substitutions variable ${gstreamer:URISources}09:09
gesertbf: try to figure out if something is missing (something should fill that variable with data) or if you can ignore it (the package doesn't really need that variable)09:16
elkydid python-docutils start reporting language with the full language name, eg, spanish rather than shortcode, eg, es, between oneiric (0.7-2) and precise (0.8-1)09:31
=== al-maisan is now known as almaisan-away
aboudreaultguys. how comes a apt-get install libpng12-dev install the libpng.so in /usr/lib/x86_64 ? and nothing in /usr/lib? This will cause a lot of software  configure to fail.. no?13:02
Zhenechno13:03
Zhenechunless it is literally looking for /usr/lib/libpng.so13:03
Zhenechand not for libpath/libpng.so13:03
aboudreaultit is literrally looking for $PREFIX/libpng.so13:05
aboudreaultI suppose I would have to fix that13:05
Zhenechbut prefix is /usr? not /usr/lib, so it wouldnt find it anyways? :)13:06
Resistanceany MOTU or SRU team member available to outline the update procedure for how a bug/program would get updated in Precise *on that bug*?  I'm not SRU or MOTU, so the people on the bug hearing it from one of you guys would probably help a lot for their understanding.13:09
Resistancethat outlining would probably best be put on LP Bug 991179 (since the Debian devs are trying to get this direct to Precise, which is a no-no without an SRU)13:12
ubottuLaunchpad bug 991179 in boinc (Ubuntu) "7.0.24 "computation error" bug" [Medium,Confirmed] https://launchpad.net/bugs/99117913:12
geserResistance: not Evil anymore? :) you'll probably have more luck to find a SRU member in #ubuntu-devel (most SRU members are core-devs) once they are back from UDS (next week)13:15
geseror travel to UDS and discuss it with them in person :)13:15
Resistancegeser:  that's also why I said MOTU13:25
ResistanceMOTUs are aware of the steps in the process about as much as an SRU might13:25
Resistance(at least as far as i've observed)13:25
Resistanceand my nick isn't evil right now, but it might end up that way later ;P13:25
Resistanceand the package in question is Universe, so... :P13:26
Resistancegeser:  i also spoke to one of the SRU team last night here on IRC, i've only got the summary of what's expected to update/fix that bug, not the entire process, hence the request :)13:30
geserResistance: what was the outcome about fixing quantal first? given that boinc doesn't compile there at the moment13:34
Resistancegeser:  that's what i've said, i want a MOTU or an SRU member to corroborate13:39
* Resistance only has summaries, not all the details13:39
Resistancei'll poke the SRU team, probably this Sunday or Monday, they can outline the entire process13:40
Resistance(although when I spoke to cjwatson, he outlined what i've said on that bug, so i'm regurgitating informatoin that i have, but not giving the full details since I don't know those)13:42
Resistancei think the confusion is coming from the Debian side, they assume Precise is like sid, you can just easily get it in, but there's the whole SRU thing that sid doesn't have :P13:44
geserResistance: preparing a SRU isn't that difficult (once one has the patch to fix it): it's mostly adding a TEST CASE to the bug description (explaining how to test that the proposed fix really fixes it) and the patch (ideally in debdiff format for easier sponsoring) that someone with upload rights can upload13:48
Resistancegeser:  true, but the program with the fix (in Debian) doesn't build for Quantal.13:49
Resistanceand according to cjwatson, they'd like a working version in Quantal first13:49
Resistancebecause if you update precise but not quantal, what's the advantage then13:49
Resistance(considering the updated version that would fix this doesn't build in Quantal)13:49
Resistanceand since this isn't a critical bug, i dont really see a reason to push for the "Precise but not Quantal" angle of things.13:51
geserthe tricky part is if there isn't a simple patch which needs to get applied (e.g. fixed in a newer upstream version)13:52
Resistancethat is the issue13:52
Resistancesince the intermediary versions between 7.0.24 and the version in Debian don't exist13:52
Resistanceat least not in Debian or Ubuntu13:53
Resistanceas well, there's actually *two* bugs now, from what I've gathered, where pre-7.0.27 doesn't work with graphics cards with > 2GB RAM (For those who use their graphics card as processor memory, i.e. CUDA)13:53
Resistancethe bug that's affecting precise current version is a buggy patch (which can easily be removed), but the second bug (more critical in the Debian maintainers' eyes) is only addressed in a upstream version update (i.e. 7.0.27)13:54
Resistanceif Precise were still in development, I'd have filed a sync request and gotten it FFe'd13:54
Resistancethen this problem wouldnt exist :P13:54
* Resistance yawns13:56
Resistancey'know, if this existed in Quantal (7.0.27), I'd have just filed a backport request, tested the backport(s) myself, and then if that all worked, everything would be fine and dandy :p13:56
geserResistance: I don't if it would be acceptable to sync the fixed package to quantal knowing that it will FTBFS (but at least we'll have the fix once the FTBFS get resolved)13:57
* Resistance forgot what FTBFS means, and goes to look that up13:57
geserFails To Build From Source13:57
Resistanceah, fails to build from source13:57
Resistanceyeah, just looked it up :P13:57
Resistancewell, that's why i've been holding off on filing the sync request13:58
Resistancethe last, oh...13:58
geserthen you could backport it to precise (where it would build)13:58
Resistancei want to say four requests i had for Precise when it was in dev were initially refused because it failed to build13:58
Resistancebut then i dug around and found that problem was caused by some oddball issue with a build-dep, adn removing that fixed it all13:59
Resistance(then the sync/backport was accepted with ubuntu-changes)13:59
Resistancei'm hesitant to act and file a request *given* the FTBFS13:59
gesernew upstream versions are usually backported, it's not easy to get new upstream versions accepted for SRUs13:59
Resistancemhm13:59
Resistancei'll probably note that, but I'd ideally like to see this fixed in Quantal14:00
Resistancebut again, given i'm not on SRU, or MOTU, I'm not going to file that sync request :P14:00
* Resistance goes to dig up the bug link again14:00
geserI'll try to check if it's easy to fix boinc building in quantal or not when I'm home14:01
geserResistance: if it's Debian bug #671999 then it should get fixed in Debian in 2 days (uploaded to the 2 days delayed queue in Debian) and you might be able to file a sync request next week :)14:03
ubottuDebian bug 671999 in src:boinc "boinc: FTBFS: ../tools/process_input_template.cpp:86:23: error: 'unlink' was not declared in this scope" [Serious,Open] http://bugs.debian.org/67199914:03
Resistancepossibly, i'll check with them, but given that my quantal chroot keeps going *pbbt* *fizzle*, i'm not willing to test ;P14:04
Resistanceohey, didnt realize you were a motu, geser14:10
* Resistance looked up your info on LP14:10
Resistancequestion, then: would you support a sync to Quantal of that package, if the FTBFS issue still exists, just for the purposes of backporting that to Precise?14:10
Resistanceif it were up to you14:11
=== almaisan-away is now known as al-maisan
geserprobably yes14:36
=== bigon_ is now known as bigon
=== chris_ is now known as Guest1762
=== al-maisan is now known as almaisan-away
=== roaksoax_ is now known as roaksoax
=== debfx_ is now known as debfx
brodermicahg: i know we talked about killing off maverick backports bugs, but it's more complicated than that. if they want a backport to lucid, do we drop the natty/oneiric backports, too?17:32
micahgbroder: nope, you can backport for any one of natty, oneiric, precise IMHO to lucid17:32
brodernono, i mean that if you have a precise->lucid backport17:33
broderwe would have opened l/m/n/o tasks17:33
brodershould we drop n and o when we drop m?17:33
micahgah, yeah, in that scenario, yes17:33
micahgbroder: well, hold on17:33
broderi wish we had a better way to convey intent17:33
broderlike, i open bugs where the goal is explicitly "backport to EVERYTHING"17:33
broderbut i think that's often not the case17:33
micahgbroder: ask if the requester wants the natty/oneiric backports still17:33
broderyeah, sure17:34
micahgwe don't have too many of those, so I'm fine with manual processing once we get a response (set to incomplete so they can expire maybe)17:34
=== almaisan-away is now known as al-maisan
=== nxvl_ is now known as nxvl
=== al-maisan is now known as almaisan-away
=== pawdro_ is now known as pawdro
=== EvilResistance is now known as Resistance
broderok. backporters, get your mail filters ready. i'm going to go close out maverick-backports bugs21:53
broder(done)22:11
broderwill do a followup sweep in a bit to get backports *from* maverick22:11
ajmitchbroder: I got your warning about email too late, now my lp mail is full of backports spam :)22:37
brodermuahaha22:37
LaneyT~N;WN22:38
Laney:-)22:38
ajmitchpretty much22:39
asomethingMOTU BoF in #ubuntu-uds-room-20223:13
brodertumbleweed: you fixed my backportpackage bug! "./gnome-do-precise already exists. Delete it? [y|N]? y"23:50
highvoltagenʇoɯ ollǝɥ23:51
Laneygah23:51
crjonHello, I am new here and I am trying to get involved with some projects to get coding experience, anyone able to help out23:53
micahghi cjwatson23:53
micahgcjwatson: umping23:53
micahghi crjon23:53
highvoltagehey crjon23:54
micahgcrjon: here's a link to a site where you can find lots of opportunities to fix bugs: http://harvest.ubuntu.com/23:54
Resistancegah, microflood o.O23:54
crjonhey everyone thanks for the site, I am checking it out23:55

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