/srv/irclogs.ubuntu.com/2008/03/22/#ubuntu-motu.txt

ScottK2https://bugs.launchpad.net/ubuntu/+source/blogtk/+bug/204895 is available for people wanting to work on fixing FTBFS.00:01
ScottK2doko: ^^^ is the list of all the packages that FTBFS and depend on python-central in a recent archive rebuilding test.00:02
dokoScottK: thanks, watching the debian archive might make sense (and requesting syncs)00:02
Bruno1ok i'll check a pbuilder tut00:02
Bruno1ScottK2: it didnt work00:04
Bruno1ScottK2: i dont understand00:04
Bruno1it should have worked now00:04
Bruno1everything is where it should be, my patch in the debian/patched folder and in the patches00:06
Bruno1and when i ran dpatch-edit-patch y did the changes and then exit 000:06
LaneyBruno1: What's ths problem?00:07
Bruno1i dont know what went wrong00:07
Bruno1Laney: i applied a patch to the cryptsetup man page00:07
Bruno1and after appling the patch and building the .deb its not working00:08
Bruno1the changes are not showing up00:08
ScottK2doko: RE python-central I mentioned looking for sync's in the bug.00:10
Bruno1Laney: bug #16418100:11
ubotuLaunchpad bug 164181 in cryptsetup "Manual page typos" [Low,In progress] https://launchpad.net/bugs/16418100:11
LaneyBruno1: Did you edit debian/rules to apply the patches?00:11
dokoScottK2: http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-new-pycentral;users=doko@cs.tu-berlin.de00:12
Bruno1Laney: no, what do i have to edit?00:12
LaneyBruno1: Did cryptsetup already have patches in debian/patches?00:13
Bruno1Laney: yes00:13
ScottK2doko: Thanks00:15
LaneyBruno1: Weird. I suggest you double check 00list to see if you listed your patch correctly. If so, check debian/rules to see how the patches are being applied. `man dpatch' (section "DPATCH IN DEBIAN PACKAGES") has some useful information on the structure of debian/rules.00:15
Bruno1Laney: ok, i'll check the dpatch man page00:16
Bruno1Laney: the 00list is ok00:16
* ScottK2 fires a shot at the do nothing MC.00:17
=== Pici` is now known as Pici
Bruno1Laney: there is no patch: patch-stamp in the rules, is that normal?00:20
ScottK2Bruno1: Did your package use dptach before you started?00:21
ScottK2If not, you need to add that stuff to debian/rules00:21
protonchrisIs anyone interested in sponsoring a sync request (Bug 190744)?00:21
ubotuLaunchpad bug 190744 in libgdamm3.0 "Request: Upgrade libgdamm3.0 to upstream version 2.9.81" [High,Confirmed] https://launchpad.net/bugs/19074400:21
LaneyBruno1: Does it include dpatch or dpatch.make?00:22
Bruno1Laney: it has dpatch.make00:22
protonchrisThe FFE has already been approved.00:22
Bruno1ScottK2: yeah it used dpatch00:23
LaneyBruno1: Then (afaik) you don't need to explicitly give a (un)patch rule00:23
LaneyBruno1: Do you see the rest of the patches being applied when you run debuild?00:24
Bruno1Laney: no, but i cant scroll upwards enough to see the beginning of the output00:27
LaneyBruno1: You can always pipe it to more00:27
Bruno1Laney: how00:28
LaneyBruno1: debuild | more00:28
Bruno1oh, but building it again?00:28
LaneyBruno1: Sure00:28
Bruno1Laney: this time it didnt build00:30
Bruno1http://pastebin.ca/95226400:31
Bruno1Laney: should start the whole process again?00:32
LaneyBruno1: I think that dpatch expects your patch to have been applied, but is finding something different.00:33
Bruno1Laney: so the patches are not being applied?00:34
LaneyBruno1: No, before you build the package "debian/rules clean" is run to return the working directory to a clean state. It's failing there.00:35
LaneyPart of clean is unapplying any patches from debian/patches.00:35
LaneyYou could try "patch -p0 < debian/patches/07_manpage_typo_fix" and then debuild if that works00:37
LaneyI'm pretty new to this stuff myself ;)00:37
Bruno1Laney: ok :)00:38
Bruno1Laney: should run that command right now, or in a new source directory00:38
LaneyBruno1: Now00:39
Bruno1Laney: it said00:40
Bruno1can't find file to patch at input line 1100:40
Bruno1Perhaps you used the wrong -p or --strip option?00:40
Bruno1The text leading up to this was:00:40
Bruno1http://pastebin.ca/95227200:41
Bruno1and then it asks for a file to patch00:41
Laneycryptsetup.8~, is that the right file?00:42
Bruno1yeah00:45
LaneyWith the tilde?00:46
Bruno1no00:46
Bruno1there is no such file00:47
Bruno1it should be without the tilde00:48
Laney;)00:48
Bruno1but where do i edit that00:49
Bruno1so that it doesnt come with the tilde00:49
LaneyBruno1: You can try just editing the patch, I guess00:49
persia\sh_away: Welcome to UUS :)00:50
Bruno1Laney: ok i edited the patch00:51
Bruno1how do i update tha package00:51
Bruno1Laney: i just make a new one?00:51
LaneyBruno1: Yes, try debuild.00:51
Bruno1Laney: again, debian/rules clean failed00:53
Bruno1Laney: this time it failed retrieving a patch already made00:53
LaneyBruno1: What's the message?00:54
bddebianHeya gang00:54
Laneyhey00:54
Bruno1hi00:54
Bruno1this is just the last part00:54
Bruno1http://pastebin.ca/95228000:54
sistpotyhi bddebian00:57
bddebianHeya sistpoty00:57
LaneyBruno1: try "dpatch apply-all"00:57
Bruno1did that and it went ok00:58
Bruno1then debuild and i got the same message00:58
LaneyBruno1: The error when unapplying? What about if you do dpatch apply-all then dpatch deapply-all?00:59
Bruno1Laney: patch 06 fails01:00
LaneyEven though it applies correctly. I'm confused now01:00
Bruno1there's probably something wrong with patch 0601:00
Bruno1Laney: im going to try unpacking the source again, coping my patch and appling it again and the debuild01:01
LaneyBruno1: OK good luck. I've got to go to bed anyway, Easter celebrations tomorrow01:02
Laneynn all01:02
slicerThe recommended way to include a patch in the debian/ dir is to use quilt, right?01:02
Bruno1Laney: ok thanks, bye01:02
slicerThe quilt howto makes it seem fairly easy to use.01:03
sistpotyslicer: there is no real recommended way, quilt, dpatch, simple-patch-sys are option to consider though (likewise, I prefer not to have a patch system and use a vcs instead)01:05
slicerI just saw some wiki page a while back refering to "no source packages" or something like that which strongly recommended quilt.01:06
* slicer jumps in with feet first.01:07
sistpotywell, quilt is recommended by quite some people (haven't used it yet though, and can't say about advantages/disadvantes hence)... iirc dpatch/simple-patchsys is however used more often (but that may change)01:07
* bddebian likes dpatch01:10
Bruno1130619892becekia481516234201:13
slicerI have a debdiff for a bug report which also fixes a few other bugs not reported on launchpad. Do I upload the debdiff to the launchpad bug report and subscribe uus to that or do I open a new bug?01:16
cody-somervilleslicer, Up to you.01:16
slicerquilt worked like a charm, btw. Though dpatch looks more powerfull.01:16
cody-somervilleslicer, But make sure to mention all the bugs you close in your changelog01:16
persiaslicer: If you plan to reuse the bug, be sure to update the description to make it clear what you are accomplishing.01:16
slicercody-somerville: Have done :)01:16
cody-somerville:)01:16
slicermissing-build-dependency quilt .. bah!01:18
Bruno1it didnt work. again.01:19
Bruno1could someone help me out with bug #16418101:19
ubotuLaunchpad bug 164181 in cryptsetup "Manual page typos" [Low,In progress] https://launchpad.net/bugs/16418101:19
bddebianpersia: Are you familiar with a Com_Error() function/01:28
bddebians////?/01:28
persiabddebian: Never heard of it.  Are you encountering an error in python, or in quake?01:38
=== santiago-pgsql is now known as santiago-ve
bddebianI'm messing with quake2 clients. r1q2 works but no sound and input problems.  aprq2 gets undefined symbol Com_Error :-(01:39
persiahttp://csourcesearch.net/package/aaquake2/0.1/quake2-3.21/qcommon/common.c/function/Com_Error/178,1 looks to be the place, although I'm not sure how that gets mangled into those clients.01:39
persiaFor no sound and input, is it r1q2 using bare-metal, or SDL?01:40
bddebianbare-metal?01:41
persiaErr.  s/bare-metal/something else/01:41
bddebiangl01:41
persiaFor sound and input?  Hmm...01:41
bddebianHmm there is qcommon/common.c in the source that defines Com_Error.  Why the hell is it *UND* in the shared object :-(01:41
persiaMaybe a linking error?01:42
persiaAlternately, you might have a collision in types.  Is the call in the same format as the definition?01:42
bddebianAfaict, yes01:47
persiaIs there a .h file that goes with qcommon/common.c, and is that included in the .c file that uses it?01:48
persias/it\?/Com_Error()/01:48
* mneptok tunnels around inside jono 02:14
jonohehe02:14
jonoheya mneptok02:14
=== Czessi_ is now known as Czessi
mneptokhey big fella02:15
mneptokjono: travelling, or up late?02:15
jonomneptok: up late :)02:15
mneptokjono: i'm flying solo tonight, if you want to spend some time in one of our "special channels" *winknudge*02:16
jonohehe02:16
* mneptok 's social skills strike again02:17
bddebianDamn it's such a simple build system, wtf02:18
mneptokbddebian: now you sound like all my ex-girlfriends :/02:26
bddebianheh02:28
RAOFNote to self: if you're going to try to use an LVM snapshot to test xorg git, it's vitally important to change fstab *on the snapshot, not the original fs*.03:08
FujitsuRAOF: Oh dear, you didn't? I always remember to do that now, after I made that mistake and destroyed things some years ago.03:15
RAOFFujitsu: Yeah.  It seems my base fs now has xserver 1.5.99.1.  So it's not _destroyed_ as such, but it's not quite the clean testing environment I was aiming for.03:23
RAOFWell, nouveau can get a bit more testing on a git xserver until I blow this install away.03:26
FujitsuHow's nouveau going these days?03:31
RAOFExtremely well, as long as you don't have a geforce 8xxx, don't want 3d, and don't need to suspend.03:32
FujitsuHow's 3D support going?03:32
RAOFOpenArena runs well on my lappy.  Other things, to a greater or lesser extent.03:33
RAOFCompiz doesn't (otherwise I'd just fire it up on nouveau, and say a welcome goodbye to the blob)03:33
FujitsuAh, so it's not entirely absent. Very good.03:34
RAOFYeah, not entirely absent.  nouveau is also pretty much the best 2d driver for any hardware kicking around, too (it outperforms/outfeatures the blob on my hardware).03:35
FujitsuVery nice indeed.03:35
RAOFYeah.  Judging from the git commits that sail into my PPA changelogs, there's a _lot_ of nv5x (geforce 8xxx) work happening now.03:36
sistpotywohoo... maybe I can get rid of the blob then soon :)03:37
RAOFIt's my hope that libdrm sees a release, and we can start shipping nouveau as the default nvidia driver in Intrepid.03:37
RAOFMaybe by Intrepid+1 we can ship a free nvidia driver that does 3d :)03:43
FujitsuThat'd be very nice.03:44
FujitsuIs there any reason to prefer nv over nouveau?03:44
RAOFIt supports nv5x better at the moment.03:45
RAOFOh, and you might be able to suspend with nv, I don't know.03:45
RAOFApart from that, it's slower, has worse visual quality, and fewer features than nouveau :)03:46
FujitsuHow exactly can 2D quality differ between drivers?03:46
RAOFIf, for example, you have a laptop, then it almost certainly has a 18bpp LCD panel.  Which looks _crap_ under nv.03:47
RAOFNouveau dithers properly, os it doesn't have horrible banding.03:47
RAOFAlso, nouveau's got a bi-cubic Xv adapter, for better-quality video.03:48
xtknightwouldnt most lcd laptops internally dither by now?03:48
RAOFNot mine.03:48
RAOFAnd my laptop is only a year old.03:48
xtknightah03:48
xtknightsome drivers have faster 2d too i noticed03:49
xtknighti mean vesa is 2d, but nv is faster03:49
xtknightis nouveau at all easy to use in any form now?  it would be neat to give 2d a test run03:52
sistpotypersia: just reading your mail regarding the charter... interesting enough, the charter was never approved though, so actually MC doesn't have any powers :P03:58
persiasistpoty: Ah.  I somehow missed that.  Makes it even harder then...03:59
sistpotypersia: yes, that's my fault for not following up hard enough in the beginning phase... imho we should really get it approved ASAP ;)(03:59
* persia will add approval of the MC charter to the MOTU Meeting agenda once there is confirmation that the meeting can be attended.03:59
persiasistpoty: Will you be able to make the next meeting?  I'm still unsure.04:00
sistpotypersia: when's the next meeting? at 4.00 UTC or 20.00 UTC (was confused by the mail to -motu)04:00
persiaI believe it's 4:0004:00
persiahttps://wiki.ubuntu.com/MOTU agrees with me04:01
sistpotyoh, unlikely that I'll show up... I'll try, but I know my sleep behaviour to well :(04:01
persiaThat's about sunrise for you, or will it still be dark?04:02
sistpotystill dark, and I usually don't get up before 8 UTC04:03
sistpoty(which I really want to change though *g*)04:03
persiaStill dark is definitely too early.04:04
ScottK2sistpoty: Would you please ack Bug 20495904:04
ubotuLaunchpad bug 204959 in xapian-bindings "Please sync xapian-bindings 1.0.5-1 (universe) from Debian unstable (main)." [Wishlist,New] https://launchpad.net/bugs/20495904:04
ScottK2It builds which is better we have now.04:04
persiaIsn't that version also required to match the current libxapian?04:05
ScottK2Yes04:06
ScottK2But it's a new upstream, so I want an ack.04:06
sistpotyScottK2: there are two rdepends... did the API change?04:09
sistpoty(in an incompatible way)04:09
* ScottK2 looks.04:10
ScottK2sistpoty: From reading Changelog and NEWS, no.  Currently we have xapien-bindings and xapiend-core on different versions.  I think having them the same and having the bindings buildable is way better than whatever risk there is of bumping.04:14
sistpotyScottK2: hm.. I don't see a xapiend-core?04:16
ScottK2It would help if I could spell04:17
ScottK2https://launchpad.net/ubuntu/+source/xapian-core04:17
sistpotyheh04:17
sistpotyyes, that makes sense to me, ACK'd04:18
ScottK2Thanks04:19
sistpotythanks to *you* who does the work ;)04:19
* ScottK2 will mention again Bug #204895 if someone is looking for something worthwhile to work on.04:45
ubotuLaunchpad bug 204895 in python-scipy "Packages failed archive rebuild test possibly due to python-central transition" [Undecided,Fix released] https://launchpad.net/bugs/20489504:45
ScottK2Lots more package not fixed in there.04:49
rpghi...04:56
rpgI want to become an ubuntu developer, can anyone help please?04:56
persiarpg: Sure.  What do you want to do?04:57
rpgwell how do I get in ubuntu development04:57
ScottK2You show up here and get to work.04:57
rpgi know C/C++/Java04:57
persiarpg: The easiest way is to find a bug, and fix it.  I recommend reading https://wiki.ubuntu.com/MOTU/Contributing as a guide to some of the initial processes.04:58
rpgok... brb... checking out the link05:04
rpgwill ubuntu development help me improve my portfolio, when going into computer research05:04
rpg?05:04
persiarpg: Quite possibly.  Having a portfolio of open code makes review of an application easier, and further, using Ubuntu development in concert with your research goals might provide a strong basis for continued work (or grants, etc.)05:12
rpgawesome... :)05:14
HobbseeRAOF: did you win?06:02
LaserJockScottK: man, you're really giving me lots of LP work to do tonight :-)06:34
* Hobbsee looks for ways of giving LaserJock more work06:34
LaserJockI'm trying to write my monthly report here06:35
LaserJockgimme a break ;-)06:35
Fujitsu`LP devs again deferred all of our bugs 6 releases.'06:35
LaserJockFujitsu: nah, not nearly that bad06:38
LaserJockabout 50% of our bugs have been fixed06:39
FujitsuYay!06:39
LaserJock4 interesting bugs this upcoming rollout06:39
persiaLaserJock: How do you determine "our" bugs?  Do you need any special notification when a bug is reported?06:52
FujitsuLaserJock: I'm not seeing how the bugtracker deletion one is particularly interesting to us.06:52
LaserJockFujitsu: because having a good bug tracker system is important06:53
LaserJockalthough hopefully they'll let more than admins do it06:53
LaserJockpersia: well, I don't have a particular way of knowing so it's nice to get a ping if you think there's an important bug for MOTU06:54
HobbseeFujitsu: no, only soyuz.06:54
persiaLooking at the draft report, should I ping you, or just add a MOTU tag?06:54
LaserJockping me preferably06:55
* persia reviews the subscribed bug list vs. the report list.06:55
LaserJockthe usefulness of the tag is inversely proportional to the number of bugs tagged06:56
LaserJockand the LP guys requested that I keep it fairly low06:56
persiabug #160439 looks interesting06:56
ubotuLaunchpad bug 160439 in launchpad-buildd "Some builds fail when they should depwait" [Medium,Triaged] https://launchpad.net/bugs/16043906:56
FujitsuIs that one of mine?06:57
FujitsuI forget. I've filed too many.06:57
persiabug #4780 as well06:57
ubotuLaunchpad bug 4780 in malone "Rows in bug listings should indicate if a patch exists" [Wishlist,Confirmed] https://launchpad.net/bugs/478006:57
FujitsuAnd oh my god LP is so slowwwww.06:57
LaserJockpersia: can you email me?06:57
LaserJockI have to go to bed and it appears my / is read-only06:57
persiaLaserJock: If you like, but Ubuntu won't be as helpful that way :)06:57
HobbseeFujitsu: you should file less bugs.07:02
FujitsuHobbsee: But then they'll get fixed even slower.07:03
=== G0SUB_ is now known as G0SUB
IulianG'morning.07:57
slytherinHow can I search for a particular 'Provides' in package cache?08:07
HobbseeFujitsu: there is that.08:08
slangasekapt-cache showpkg <provided-thing>08:08
slytherinslangasek: thanks. What is expected output if there is a package?08:09
slytherinslangasek: Actually I am trying to debug mplayer build problem on powerpc. mplayer latest version is built only on i386 and amd64.08:12
Fujitsuslytherin: Wrong. mplayer FTBFS everywhere.08:23
FujitsuIn the archive rebuild, and the version that isn't uploaded yet.08:23
Fujitsu(it's not uploaded because it FTBFS everywhere)08:23
slytherinFujitsu: oh, then it is due to that libsvga1-dev build-dep08:24
FujitsuIf you could fix that, I'd be most pleased.08:24
FujitsuI have a few security fixes pending in bzr.08:24
slytherinFujitsu: I am currently updating my powerpc alternet CD image. So it will takle at least an hour before I can do any 'get-source and build'.08:25
slytherinFujitsu: I wonder why the last version of mplayer built on i386 and amd64. At least launchpad says so.08:26
Fujitsuslytherin: Some dep changed, I guess.08:26
FujitsuHm, maybe it FTBFS on i386 but not amd64. I'm sure it FTBFS on amd64 when I last tried it, though.08:27
Fujitsuhttp://builder.ubuntuwire.com:9998/package/mplayer08:27
elmargolHow do I remove untracked files from a svn co?08:31
slytherinelmargol: untracked?08:38
elmargolfiles .swp files etc08:39
persiasvn rm?  Just rm?08:39
elmargolfor this I have to find them first08:39
=== olegb_ is now known as olegb
slytherinhow can I define different build dependencies for different architectures?09:07
* pwnguin has a question about deb tarballs versus the .diff09:07
pwnguinif you upgrade a package to a new svn revision from upstream, does that go in as a new tarball or a large .diff?09:07
slytherinpwnguin: new tarball09:08
pwnguinso what should i do if a developer pushed it as a large diff and kept the debian .tar.gz09:09
slytherinpwnguin: I can not answer that. I am not a developer myself. :-)09:11
persiaDoing it as a large diff isn't wrong.09:24
persiaThe tarball should be an upstream source, which is often a release, but may be a VCS snapshot.09:24
persiadiff.gz is everything added (which may be VCS updates from the last release)09:25
pwnguinlemme tell you, its really hard to pick out what ubuntu changed that way09:25
persiapwnguin: It is the case that there is neither a patch system in use nor Vcs-* hints in debian/control?09:26
Fujitsupwnguin: Why does it make it harder to work out?09:27
pwnguinhmm.09:27
pwnguinim blind09:27
pwnguinskipped straight over that patches dir09:27
persiaThere you go...09:27
pwnguinthat was the first thing i looked for too =/09:27
pwnguinhmm09:27
pwnguinthats a bit scary09:27
pwnguinoh, that was my package09:28
pwnguinhmm09:28
pwnguinno, no patches dir and no Vcs in control09:29
persiaslytherin: I can't find athe documentation for arch-specific build-deps right now, but apt-cache showsrc gcc should show you the syntax.09:30
pwnguini know the vcs url for upstream09:30
pwnguinis that what that's for?09:30
persiapwnguin: I'd consider no patches dir and no Vcs-* in control with a huge patch without documentation to be a minor bug.  Not worth reporting in LP against a Debian-derived package, but worth reporting in LP against an Ubuntu-local package or in the BTS against a Debian package.09:31
persiaThe debian/control Vcs-* fields should point to the packaging.09:31
pwnguinah, well, technically this is for main, not universe, but i figured the general idea was the same09:32
persiaIt should be the same.  Why does main/universe matter?09:32
pwnguinnot sure. keybuk's a smart guy09:33
persiaIf that's the maintainer, there is surely a VCS for the packaging.09:33
pwnguinthinkfinger09:33
superm1pwnguin, there is MIR open for that right now09:42
superm1i'd make sure you talk to Keybuk first before you touch it09:43
slytherinpersia: thanks09:43
pwnguinsuperm1: i have no touching powers09:43
superm1pwnguin, oh okay :)09:43
pwnguinim just curious what the hell he patched09:44
pwnguinas i have a package in my ppa09:44
pwnguinand id like to make sure it doesn't suck09:44
pwnguinin ppa or main09:44
=== DktrKran12 is now known as DktrKranz2
FestorHi all10:36
FestorDoes anyone know why the command update-mozilla-firefox-chrome is not available in beta 4 of firefox 3?10:36
FestorI am in the beta of Hardy now10:36
FestorI am trying to do this https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/20471910:37
ubotuLaunchpad bug 204719 in firefox "Firefox 3 language packs missing" [Undecided,In progress]10:37
Festor10:37
FestorBut I think I need is to command the firefox recognize translations10:37
FestorI just lack that ... :-/10:38
persiaFestor: You likely want to ask in #ubuntu+1 or in #ubuntu-bugs10:43
Festorthanks persia :D10:43
Hobbseeor #ubuntu-mozillateam10:43
persiaThere possibly as well.10:44
FestorI am already there Hobbsee10:44
pwnguinf/part10:49
=== asac_ is now known as asac
RAOFHobbsee: Did I win what?  I won a round of Cambridge standard five card Mao, certainly.11:33
HobbseeRAOF: nice!11:33
HobbseeRAOF: the git xserver stuff.11:34
RAOFThe commit which broke stuff is one of a series of 5, none of which build.11:34
RAOFAnd my main Hardy install now has a git head xserver, which doesn't load the nvidia binary driver.  So I can't reproduce it here on vanilla git.11:35
Hobbseetry harder.11:35
RAOFFujitsu tried harder (git + Intel), but didn't manage 3d, so alse didn't get compiz, so didn't manage to reproduce.  I updated the LP bug, linked it to the upstream Xorg bug, and added some info to that.11:36
FujitsuRAOF: I got Compiz, but at a frame every few seconds. glxinfo said no DRI.11:38
RAOFFujitsu: Oh, wow.  I didn't think compiz ran without DRI.11:38
FujitsuRAOF: Neither did I... I was very confused.11:39
RAOFI think I might update my nouveau libdrm packages to use module-assistant, and make it easy(er) to build the git DRM stuff for all the cards.11:39
RAOFFujitsu: It's possible you needed to play the Gallium fandango or something.  I think xorg git is in quite a lot of flux right now.11:40
=== pgquiles__ is now known as pgquiles
hefe_biaDktrKranz: I'm sorry, I attached the wrong debdiff for bug #203978. :( I have attached a new one that should really work now.12:22
ubotuLaunchpad bug 203978 in cedar-backup2 "2.14.0-2 FTBFS in hardy" [Medium,Confirmed] https://launchpad.net/bugs/20397812:22
DktrKranzhefe_bia, thanks :)12:38
DktrKranzHobbsee, have you time to give-back ocamlcreal on amd64?12:49
HobbseeDktrKranz: done, and i tend not to need the arch, just the package (and the release, if not hardy)12:50
HobbseeDktrKranz: the script checks all arches, and rebuilds the dead ones12:50
DktrKranzHobbsee, ah, nice to know. thanks :)12:50
Hobbseeyw12:50
=== gouki_ is now known as gouki
RainCTHey13:23
IulianHi RainCT13:24
Hobbseecan someone try to op in here now?13:33
Hobbseejpatrick: not you.  you have access already.13:34
jpatrickHobbsee: hehe13:34
Hobbseedrat.13:34
StevenKHmh13:34
HobbseePriceChild: did you do the reset too?13:34
PriceChildHobbsee: I haven't touched it... I just got you set as contact.13:35
HobbseePriceChild: oh.  can you do the reset too please?13:35
PriceChild(To anyone not in the loop, MC told irc council we are responsible)13:35
jpatrickHobbsee: /cs #ubuntu-motu identify13:36
Hobbsee /cs level #ubuntu-motu reset13:36
PriceChildHobbsee: You're contact, identify and do it? *has no chanserv powahs*13:36
Hobbsee[00:35] [Notice] -ChanServ- Contact access is required for [LEVEL]13:36
Hobbseeoh, right, i need to register to chanserv as well as nickserv.13:36
RainCTFujitsu: Have you seen the patch proposed in bug 202759?13:36
ubotuLaunchpad bug 202759 in sarg "Please sync sarg 2.2.5-1 (universe) from Debian unstable (main)" [High,Confirmed] https://launchpad.net/bugs/20275913:36
HobbseeStevenK, RainCT now try?13:37
RainCTChanServ(ChanServ@services.)- An access level of [10] is required for [OP] on #ubuntu-motu13:38
Hobbseegood.13:38
jpatrick!yay | Hobbsee13:38
ubotuHobbsee: Glad you made it! :-)13:38
persiaPriceChild: Huh?  I thought you told me that the people who were ops in each channel were responsible for that channel, and beholden to IRC Council.  My apologies for any confusion.13:38
Hobbseejpatrick: we should be good now13:38
Hobbseepersia: ie, it's my domain to hijack the channel, and change it :)13:38
HobbseeRainCT: thanks13:38
RainCTnp :)13:39
persiaHobbsee: Sure, as long as it's not MC telling someone they are specifically responsible.  I don't think MC has authority to do that.13:39
Hobbseepersia: yes, i've become aware hwo little authority the MC actually has, so it seems that the protocol is saying "i'm going to take responsibility for this" and then doing it.13:39
persiaHobbsee: Excellent.  Just wanted to make sure someone was doing that, rather than it being an MC directive, as implied by PriceChild's earlier comment.13:40
Hobbseepersia: freenode staff are very picky about it all13:40
slytherinFujitsu: I get this erro when I try to rebuild current version of mplayer, the one that is present already in hardy - http://pastebin.com/m5fc57a5a Any idea?13:42
bddebianHeya gang13:51
slytherinpersia: Can you help with above mplayer build problem?13:51
persiaslytherin: No.  Youve generated a compiler warning with which I am entirely unfamiliar.  Sorry.13:52
slytherinpersia: Ok. Actually Fujitsu said that current version failed in the rebuild activity on all arch. So I was just trying to see what the problem is. I have found some references on google but I am not too familiar with compiler flags13:53
persiaI'm not that familiar with low-level routines, but it appears to me that the code is trying to allocate hardware resources that are not declared as available.  Might be a missing include, or just odd code.  It may be worth comparing with upstream VCS to see if there was a change recently, although it may be due to the updated toolchain.13:54
slytherinpersia: I am not able to find the affected code in upstream svn. I am confused. :-(13:58
persiaUpstream SVN doesn't have h264.c or cabac.h?13:58
slytherinpersia: Let me look carefully14:00
slytherinpersia: I was looking at wrong place. There is a bzr branch in launchpad.14:09
persiaslytherin: There you go :)14:09
bddebianpersia: You bored? :)14:22
persiabddebian: I wish :)14:22
=== tb1 is now known as tbf
persiaSo, it must be getting close to release time: my computer is crashing again :)14:28
bddebianHeya geser14:28
bddebianpersia: :)14:28
persiabddebian: What is it that you sought I might do if I were bored?14:28
geserHi bddebian14:29
bddebianpersia: This aprq2 thing.  You know what an idiot I am. :-(14:31
persiabddebian: Ah.  The include is there, in the .c file of the caller, and the format is the same, and it can't find it?  Does the linker look in the directory of the compiled quake_common.c to link against quake_common.o?  Do you have a build log?14:33
RainCTis it normal for GDM to use 130MB memory?14:35
RainCT(ie, the memory usage incrementing in 130MB after doing "sudo /etc/init.d/gdm start")14:36
bddebianpersia: Yeah, it's very simplistic14:37
bddebianpersia: There's a make1.log here: http://www.bddebian.com/junk/aprq2/14:42
bddebianAlong with the source .zip file14:42
persiabddebian: Wait, so it builds fine, and then it won't run?14:43
bddebianpersia: Aye14:43
bddebianI get the quake2 startup screen and music but trying to start a game gets Undefined reference to Com_Error14:43
persiaAh.  Straight segfault with missing symbols, right?14:44
bddebianYep14:44
persiaHave you tried playing with nm to verify the symbols are available?  It sounds like a library issue (although the build log makes it look static, which is confusing)14:45
persiaThe function was in qcommon/common.c, right?  I don't see that in the build log.  Maybe the object definition in the Makefile is missing something?14:47
bddebianIt's getting built in aq2 isn't it?14:47
bddebianWhich confuses the crap out of me14:47
persiaaq2?  I only see aprq2 in the build log.  Is there something missing?14:48
bddebianYou don't see releasei386/aq2 ?14:49
persiaAh.  I'm just not looking hard enough.  It becomes releasei386\q2glx/common.o14:50
persiaRight, which becomes releasei386/aq214:51
persiaAnd you get the crash when you launch aq2?14:52
bddebianhttp://paste.debian.net/5164714:54
persiaAh.  That's easy then.  releasei386\q2glx/common.o needs to be linked to releasei386/gamei386.so14:55
bddebianThat's what I thought but wtf..14:55
persiaSorry it took so long, I'm falling asleep :)14:55
bddebianTook so long?  I stared at it for hours last night :-(14:56
persiabddebian: so if you look at the build log, it's only linked into aq2, but not into gamei386.so.14:56
bddebianAye14:57
persiaWhile there may be something else wrong that is the actual root cause of the error, getting past http://paste.debian.net/51647 is just a matter of adding releasei386\q2glx/common.o to the list of things linked by releasei386/gamei386.so14:57
bddebian"as simple as"? :)14:58
* persia looks at the Makefile...14:58
persiabddebian: By the way, zip files are annoying as they tend to break when transferring between locales :(14:59
bddebianAye :)14:59
bddebianUpstream is a Windows developer :-(14:59
persiaLooks to me like it just needs to have releasei386\q2glx/common.o added to the GAME_OBJS definition, but I could be completely mistaken.15:00
bddebianActually that's what I thought but it seemed so odd that he isn't bringing in any of the stuff outside of game/15:04
persiaThe other option would be to track down where Com_Error is used in game/ and change it to not have the odd dependency, which is probably a better solution.15:05
bddebianGah, what a bastard..  http://paste.debian.net/5164915:06
persiaAha!  Maybe someone forgot to cut & paste Com_Error from common.c to main.c?  (Not that I recommend cut & paste as a good way to reuse code)15:06
=== evalles is now known as effie_jayx
bddebiand0rk15:08
* persia reminds bddebian that this is an Ubuntu channel :)15:09
bddebianYeah, and? :)15:09
ScottK2Does CoC say we have to be nice to everyone in the world here or just to each other?15:09
persiaI thought it was everyone in the world, but I may well be completely mistaken.15:10
* ScottK2 doesn't know.15:10
bddebianI'm not even nice to myself :)15:10
persiaFrom http://www.ubuntu.com/community/conduct: "We expect members of the Ubuntu community to be respectful when dealing with other contributors as well as with people outside the Ubuntu project, and with users of Ubuntu."15:11
ScottK2Self abuse I don't want to know about either.15:11
persia(although, as a special exception, bddebian is allowed to not be nice to himself, but everyone should note https://wiki.ubuntu.com/BddebianIsAGod)15:12
ScottK2;-)15:13
jeromegScottK2: hello, I suscribed you to the pidgin backport bug, jdong acked it, could you please have a look when you have some time ?15:13
ScottK2jeromeg: It's on my list, but the list is long and the time is short.  I will, probably next week.15:14
jeromegScottK2: thank you very much !15:14
bddebianpersia: Are you talking about g_main.c ?15:17
persiabddebian: Yes (sorry).  Whatever generates releasei386/game/g_main.o (which I think is g_main.c_)15:18
bddebianBut they are in q_common.h too..15:19
bddebianSorry, q_shared15:19
* persia reviews the build log again, even more confused15:19
* bddebian doesn't feel quite so bad now :)15:20
persiaAnd q_shared is linked into releasei386/gamei386.so, which should avoid http://paste.debian.net/51647.  Hmmm...15:20
bddebianBut Com_Printf is also defined in g_main.c.  I don't know wtf he is trying to do15:21
persiabddebian: It's declared in q_shared.c (line 1294), but wrapped in an #ifdef, and doesn't seem to be defined, but only declared.  Is NDEBUG true for the build?15:23
persia(I'm talking about Com_Error now, as Com_Printf was only proof that linking against qcommon/common.o didn't fix it)15:24
bddebianHmm, I don't know about NDEBUG15:24
persiaEither there's a missing #ifdef NDEBUG wrapper around some Com_Error call somewhere, or NDEBUG is defined, but the Com_Error function is only declared (so the library expects to load it from somewhere else at runtime, and breaks because it doesn't exist)15:25
persiaThe part that confuses me is that it compiles.  I wouldn't expect it do with that sort of issue, but it may be that I don't understand the difference between declarations and definitions in C well enough.15:26
bddebianHmm, well turning of NDEBUG doesn't even create gamei386.so.. w00t15:42
persiaLovely.  My apologies, but I'm not going to be able to dig deeper (it's too late for me tonight, and adding it to my list wouldn't be helpful, given the current length).  Best of luck.15:43
bddebianNP, thanks man!15:43
nijabahello, how do I tell dpkg-buildpackage that I build a package for all arch (a script, for example)?17:00
jpatricknijaba: have Architure: all in debian/control17:02
nijabajpatrick: thanks17:02
sebneraloha jono :)17:07
jonohey sebner17:07
slytherinCan anyone tell me what should I do when I attach a debdiff to bug 204895? Do I simply need to mark it confirmed and assign to nobody?17:31
ubotuLaunchpad bug 204895 in pyro "Packages failed archive rebuild test possibly due to python-central transition" [Undecided,In progress] https://launchpad.net/bugs/20489517:31
jussio1slytherin: I think you need to subscribe ubuntu-universe-sponsors IIRC17:42
jussio1(not assign)17:43
slytherinjussio1: It is actually a catch-all bug for all packages failing due to latest version of python-central. So your suggestion may not apply here. :-)17:43
jussio1slytherin: ok. :)17:44
ScottK2slytherin: Did you get your debdiff from DPMT svn or did you make a new one?17:45
ScottK2Just so happens I'm working on pyro right now.17:45
ScottK2slytherin: Which package are you working on ?17:46
slytherinScottK2: I attached one for sonata and just now for clive.17:47
FestorHi all, when will update the database keys of REVU?17:47
ScottK2OK. Good.  You should subscribe UUS because that's how sponsors will find the bug.17:47
FestorI refer to https://wiki.ubuntu.com/MOTU/Packages/REVU17:48
ScottK2Festor: We aren't taking new packages until after Hardy's release.17:48
Festorahh, ok17:48
ScottK2slytherin: I'll look at those.17:48
FestorSo it is not worth registering with REVU?17:49
slytherinScottK2: Ok. I thought you were working on all debdiffs. :-)17:49
FestorI am a little new here...17:50
ScottK2Festor: It's not particularly urgent as no one is reviewing right now.  If you are interested, go ahead and join the LP team and make sure your gpg key is in you LP account.   Then when the time comes you will be ready.17:50
ScottK2No problem.17:50
FestorI already done everything (launchpad, gpg key, .. etc)17:51
ScottK2slytherin: For sonata you need the maintainer change.17:51
ScottK2Festor: Then you should be in good shape when we start on the next release17:51
ScottK2Festor: We're mostly bug fixing now.  It's a good way to start and learn.  You're welcome to dive in.17:52
slytherinScottK2: Ahh, forgot for both of them.17:52
slytherinScottK2: Will correct it17:52
FestorOK, I am all ears xD17:53
ScottK2slytherin: Great.  Ping me when it's done.17:53
ScottK2Festor: Do you have any background in Debian style packaging?17:53
protonchrisps -ef17:54
FestorScottK,17:54
Festorhttp://forum.amule.org/index.php?topic=13836.017:54
protonchriswhoops17:54
Festortransmission17:54
Festorand GetDeb17:54
slytherinScottK2: Should I delet old attachments?17:55
ScottK2slytherin: Yes17:55
FestorI lack experience and the rules, cdbs...17:56
ScottK2Festor: One task we are currently trying to do if fix build failures from a recent rebuild test.  You might try looking at Bug #204895 and see if you can make sense of it.17:56
ubotuLaunchpad bug 204895 in pyro "Packages failed archive rebuild test possibly due to python-central transition" [Undecided,In progress] https://launchpad.net/bugs/20489517:56
ScottK2Most of those need some small rules changes so would be a good learning experience.17:57
Festorok, thanks ScottK :D17:57
Festorguau... this is a big bug... xD17:57
ScottK2Yes.  Lots of packages.  Pick one no one else is working yet.17:58
slytherinScottK2: done18:00
LegendarioHI everyone18:01
Legendarioi am trying to build a python package but i am getting the following error:18:02
LegendarioUnable to create target directory /usr/local/lib/libPythoPhotoPod.18:02
LegendarioProbably you do not have the access rights.18:02
Legendariodoes anyone know the answer for it?18:03
ScottK2Legendario: That means you're trying to install outside the package structure.  Usually you'll want to remove the leading '/' from the path name.18:03
ScottK2slytherin: Looking18:03
FestorScottK, one question18:04
Festorthis is hardy or gutsy?18:04
=== Pici` is now known as Pici
Festorit is for if I should change of S.O.18:04
LegendarioScottK2, sorry. but i didn't get it...18:05
Festorups!18:05
ScottK2Festor: Hardy18:05
FestorI see now,18:05
Festorok18:05
Festorsorry xD18:05
ScottK2Legendario: What's the difference between /usr/local/lib/libPythoPhotoPod and usr/local/lib/libPythoPhotoPod?18:05
LegendarioScottK2, ok. I gotta find in which file that is...18:07
Legendariobut isn't the / the root folder?18:09
ScottK2Legendario: When you build the package you want to do it inside the package, not in the root.  That's for when you install the .deb.18:11
ScottK2slytherin: Please (LP: #nnnnnn) to close the bug in your debian/changelogs (don't redo these, just mark them manually).18:12
slytherinScottK2: What do you mean by mark them manually?18:12
LegendarioScottK2: i see this instruction is a install script. It is supposed to work if change it for usr/local/lib instead, isn't it?18:13
slytherinScottK2: Ok got it. you mean for those two packages I mark them manually and for rest of the packages add it to changelog, right?18:14
ScottK2slytherin: Yes.18:14
slytherinScottK2: let me know when you have uploaded the packages18:15
ScottK2Legendario: Why are you installing to /usr/local anyway?18:15
ScottK2slytherin: Will do.18:15
LegendarioScottK2, it is the default location on the upstream install script18:15
FestorSomeone I could send me again the link in the "super" bug?18:16
sistpotyhi folks18:16
Legendarioi tried changing it for usr/lib but i got the same error message:18:16
sistpotyoh, do we have a super bug? *g*18:16
LegendarioUnable to create target directory usr/lib/libPythoPhotoPod.18:16
LegendarioProbably you do not have the access rights.18:16
FestorSorry, sistpoty I am little new here.. xD18:17
sistpotyheh, no problem... it was just a funny expression ;)18:17
ScottK2Festor:  Bug #20489518:17
ubotuLaunchpad bug 204895 in sonata "Packages failed archive rebuild test possibly due to python-central transition" [Undecided,Confirmed] https://launchpad.net/bugs/20489518:17
ScottK2sistpoty: Look at the bug and you'll see.18:17
FestorThanks again ScottK :D18:17
ScottK2Legendario: You'll need to ask someone else for more help.  I'm just about out of time here.18:18
Legendarioany candidates here?????18:19
slytherinScottK2: There are no build failures on my machine for flickrfs and psyco.18:19
sistpotyScottK2: oh, python-central... damn, I'm still fighting gfortran :(18:19
LegendarioScottK2, thanks anyway18:19
LegendarioIs there anyone else in this room who could lend me a hand?18:23
ScottK2slytherin: Look at the build logs referenced in the bug and make sure there's not something that needs fixing.18:25
slytherinScottK2: will take look again18:25
ScottK2slytherin: Both are uploaded.  Your changelog descriptions could be a little more verbose.  In this case mentioning that the package cannot be built without the change is quite relevant as people look back and try to understand why changes are made.18:27
slytherinScottK2: Will keep in mind next time. Thanks for suggestion and upload. :-)18:28
ScottK2slytherin: You're welcome.  Thank you for contributing to Ubuntu.18:28
ScottK2pochu: Would you please lean on stani to get a spe release done so we can upload.18:33
sommerScottK2: I was taking a look at the cfv package from your python bug, and I there is a dh_pycentral "command" in the rules file... is that what I'm looking for?18:36
ScottK2sommer: If you look at the build logs, you'll see.  It's generally a hard coded command in rules to install something in /usr/share/python-central.18:37
ScottK2sommer: Definitely check the build logs to see what caused the actual build failure.  It may be unrelated to python-central.18:38
sommerScottK2: gotcha, checking18:38
LaserJockI don't suppose anybody had any wild filesystem corruption after yesterdays updates?18:41
IulianHeya, I'm trying to build a package but I get an error - http://rafb.net/p/ZjzCg197.html  It seems that I need glib-sharp-2.0 but I can't find it.18:41
sebnerLaserJock: no, just wlan problems :P18:42
IulianLaserJock: Not really, it's working fine here.18:42
LaserJocksebner: well, I had that too18:43
xtknightdoes using 1.2.1 sound acceptable if it fixes the problem?  https://bugs.launchpad.net/ubuntu/+source/gnome-schedule/+bug/20449618:43
ubotuLaunchpad bug 204496 in gnome-schedule "gnome-schedule GTK About Box frozen and help nonfunctional" [Undecided,New]18:43
LaserJockbut last night my computer became read-only18:43
xtknightas opposed to keepig in the buggy 1.0.0 or upgrading the pkg to 2.018:43
slytherinIulian: Add libglib2.0-cil as build dependency18:43
LaserJockand now I can't boot *any* OS18:43
Iulianslytherin: Thanks a lot!18:44
sebnerLaserJock: boot with ubuntu cd and fire up fsck?18:44
sistpotyLaserJock: I did have some trouble yesterday afternoon, after deciding to give kde4 a shot (and hence upgrading to hardy to a current state again)...18:44
slytherinxtknight: are you sure there are no other bugs in 1.2.1 version. :-)18:44
sistpotyLaserJock: solved itself then however with the second boot :)18:44
xtknightslytherin, hehe nope i'm on hardy no way to try right now18:45
LaserJocksistpoty: I did about 7 cycles where it fsck'd at boot and then died and rebooted :/18:45
LaserJockI tried booting into another OS and that too won't boot18:46
sistpotyLaserJock: I was more lucky, just hung somewhere in initrd18:46
LaserJockso I'm on a LiveCD right now18:46
sommerScottK2: the only place it's referenced in the package source is in the rules file it calls dh_pycentral and in the control file it depends on python-central, and there's a message in the build log stating that python-central can't be authenticated18:46
sommerScottK2: I don't see a hard coded rule however?18:46
sebnerLaserJock: the worst thing would be to discover that the hardrive is dieing.18:47
sebner*dying -.-18:47
LaserJocksebner: the laptop is less than 3 months old, I'd be surprised18:48
ScottKsommer: If it builds for you then I'd mark it invalid.18:52
sommerScottK: okay, setting up pbuilder now, I'll give it a test in a few minutes, thanks18:53
ScottKsommer: Fujitsu may be interested to know about build failures caused by that build system.18:53
sebnerLaserJock: well, because of that they introduced assurance18:54
LaserJocksebner: heh, thanks :-)19:00
LaserJocksebner: I don't think it's the hard drive dying. I think it's a problem with resizing LVM19:00
sebnerLaserJock: well, thats better. Then the worst is reinstalling ubuntu19:01
LaserJockmaybe ...19:01
LaserJockthat's pretty bad19:01
superm1i've never successfully resized an LVM19:03
superm1always lost a lot of data trying19:04
superm1i tried to resize one drive out of the mis19:04
superm1mix19:04
LaserJocksuperm1: well that's nice to know :(19:05
LaserJockwhat the heck is the point then?!19:05
Iulianslytherin: It builds fine with libglib2.0-cil but it also needs gnome-sharp2 and it complains about it because it's a virtual package.19:05
superm1LaserJock, probably to instill confidence in people using it.  They "think" that oh this is so flexible19:06
superm1i can always add or remove a drive19:06
Iulianslytherin: Is there any package I can use instead of gnome-sharp2 ?19:06
superm1but probably also its hard to catch a bug like this, because no one wants to sacrifice all their data to reproduce it19:06
LaserJockalright, I'm going to try to reboot and see if I can get into Ubuntu19:07
LaserJockI'm pretty sure my other OS is hosed19:07
slytherinIulian: what is the error you get?19:07
LaserJockwhich is no big loss19:07
Iulianslytherin: pbuilder-satisfydepends-dummy: Depends: gnome-sharp2 (>= 2.20.0) which is a virtual package.19:07
pochuScottK: done19:08
slytherinIulian: some problem at your end I think. It is meta package. And I think metapackage is not same as virtual package19:08
Iulianslytherin: Uhmm, no idea how to fix it.19:11
sebnerwb LaserJock19:11
LaserJockit worked!19:11
LaserJockthank God!19:11
sebnerLaney: great. :)19:11
* LaserJock immediately goes to back up his dissertation :/19:12
Iulianslytherin: 2.20.0 is the latest version. Maybe I should change it.19:12
slytherinIulian: why change it? it is checking for correct version19:13
slytherinIulian: have you enabled universe repository in pbuilderrc?19:13
ScottKpochu: Yhanks19:14
ScottKY/T19:14
Iulianslytherin: Yes IIRC19:14
ScottKIulian and slytherin: You need to do a realapckage | virtualpackage depends so the same real package always gets picked up when it's bult19:16
ScottKbult/built19:16
ScottKWhere realpackage is a non-vritual package that would satisfy the depends19:16
slytherinScottK: But is gnome-sharp2 a virtual package?19:17
slytherinScottK: I mean is a meta package same as virtual package?19:17
Iulianslytherin: gnome-sharp2 is a meta package19:18
Iulianslytherin: What about B-D on gtk-sharp2 and in this case libglib2.0-cli should be removed.19:22
slytherinIulian: no, gtk-sharp2 and libglib2.0-cil has no relation19:22
slytherincheck the dependencies of gnome-sharp2, may be you want to add one of them instead of gnome-sharp219:23
=== sdh_ is now known as sdh
nijabahello (again). Apart from dpkg-statoverride, what would allow me to define default owner and permission for files install by my package?19:24
LaserJockman, I'm starting to feel Hardy's not going to be really ready :/19:27
cody-somervilleLaserJock, I share that same deep stomach turning feeling :/19:28
sistpotyLaserJock: oh, there's plenty of time left (trying to start a rumor about an additional month for the cycle *g*)19:29
LaserJockplease do19:29
LaserJock:-)19:29
slytherinsistpoty: additional month?19:29
sistpotyheh, it's working, I started a rumor :)19:29
* LaserJock ^5s sistpoty 19:30
nixternalLaserJock: iirc the last LTS was 9 months of work19:30
LaserJocknixternal: and we were told it'd never happen again ;-)19:30
LaserJockthere are so many RC bugs and we're in the middle of a few transitions19:31
nixternalDapper got high praise, but Hardy isn't getting that high praise just yet19:31
LaserJockand we're past Beta!19:31
nixternalI keep seeing to many people complaining19:31
slangasekwhat transitions are we in the middle of?19:31
nixternalI seen a python one didn't I?19:31
LaserJockgfortran, mpich, python-xml19:31
nixternallibungif419:32
nixternalbut that is pretty much complete now19:32
slangasekif python-xml doesn't get finished, that doesn't block the release though?19:32
nixternalit shouldn't19:32
LaserJockno19:32
LaserJockbut we're doing a lot of work for being post-Beta19:32
slangasekgfortran would be good to have done, what's the status on that?19:32
LaserJockslangasek: bottlenecking a bit on Ubuntu Archive and still has a some ways to go19:33
slangasekwhat's the bottleneck?19:33
sistpotyslangasek: depends... I'm just fighting atlas now, I believe it blocks some bits (current FTBFS on i386 and hence is lacking the arch:all packages)19:33
sistpoty(gfortran)19:34
LaserJockslangasek: there are a lot of interdependencies and well, you gotta have them actually synced to get it done19:34
slangaseksistpoty: heh, ok19:34
slangasekLaserJock: ok, so that bottleneck will be cleared on Monday, what's next? :)19:34
LaserJockslangasek: they need to get tested, IMO19:35
slangasekBIAB, running to the bank19:35
sistpotybtw.: bug #201962 has gfortran status, and there's one for python-central, which I forgot right now19:35
ubotuLaunchpad bug 201962 in r-noncran-lindsey "gfortran transition" [Wishlist,In progress] https://launchpad.net/bugs/20196219:35
Iulianslytherin: Added libgnome2.0-cil and it worked.19:38
Iulianslytherin: But I'm still fighting with some of them :)19:38
slytherinIulian: Best luck with fight. Time to hit bed. :-)19:38
Iulianslytherin: Sleep well.19:39
cody-somervilleScottK2, It seems that a number of packages you reported against FTBFS because they were trying to build an old version or something19:49
cody-somervilleScottK2, However, those packages may still fail when rebuilt19:49
cody-somervilleScottK2, Will there be followup for those packages?19:49
IulianBleah, pbuilder wants notify-sharp but it's not even packaged - this is the error http://rafb.net/p/yoNSuY24.html19:56
IulianAlso see debian bug 35487619:56
ubotuDebian bug 354876 in wnpp "ITP: notify-sharp -- CLI bindings for libnotify" [Wishlist,Open] http://bugs.debian.org/35487619:56
IulianAnd if I use libnotify it doesn't work.19:57
Bruno_hi, im getting this error when i use debuild http://pastebin.ca/953096 , could someone help me?20:05
=== astro76_ is now known as astro76
IulianBruno_: It seems that's something wrong at line 5, take a look again at the changelog.20:10
Bruno_Iulian: yeah, i looked and it was missing a bit from the end, its fixed now20:10
Bruno_Iulian: thanks20:11
IulianGreat20:11
=== Flare183 is now known as Flare
=== Flare is now known as Flare183
Bruno_after i've submitted a patch a to bug, who do i have to subscribe?20:29
sistpotyBruno_: ubuntu-universe-sponsors for universe/multiverse packages20:30
Bruno_thanks20:31
sebnersistpoty: for mailscanner I think the only thing I can do is to contact debian(upstream) maintainer!?20:31
sistpotysebner: or install postfix and mailscanner and test it?20:31
Bruno_sistpoty: and do i change it's status?20:31
sistpotyBruno_: no idea actually20:32
IulianBruno_: Confirmed should be ok.20:32
Bruno_Iulian: ok20:32
sebnersistpoty: now is the question what would take longer because I have knowledge of postfix and mailscanner :)20:33
sistpotysebner: whatever you prefer ;)20:33
sebnersistpoty: ^^ k20:33
sebnersistpoty: I'll try to test it myself. I have bad experiences with contacting debian maintainers20:34
sistpotyheh20:34
sistpotygmrl, grml... atlas ... grml20:47
CTho    #Figure out our username21:01
CTho    ssh root@$IPDADDRESS test -d /var/mobile21:01
CThothat should be IPADDRESS, not IPDADDRESS, shouldn't it?21:01
sistpotyCTho: or hostname... where'd you find it`?21:02
CThosuperm1: are you the maintainer of the ipod-touch-mount script?21:02
CThosistpoty: ipod-touch-mount21:02
superm1CTho, yeah.21:02
LaserJocksistpoty: still no go on atlas?21:02
superm1i've been needing to touch that for a little bit21:02
superm1what's wrong with it these days?21:02
CThosuperm1: well i just had to fix "IPDADDRESS"21:03
joejaxxhi21:03
CThoafter updating ipod-convenience21:03
sistpotyLaserJock: it's a beast... and it is very successful in avoiding to show me what the tests actually are testing21:03
superm1CTho, ah i see21:03
superm1okay let me finsih the other change i needed for it21:03
superm1and i'll throw that in21:03
CTho:)21:03
CThothanks21:03
superm1thanks for reminding me21:03
CThooh21:03
CThothere is also a hard-coded 192.168.6.136 IP in the version i have21:04
superm1latest is 0.8-0ubuntu121:04
superm1is that what you have?21:04
CThoi think i have 0.7something21:04
superm1oh that's the old one21:04
superm1latest one is in hardy already21:04
sistpotyLaserJock: I guess it also doesn't help too much, that I haven't done an fortran yet *g*21:05
CThosuperm1: is there a place where bugs should be filed against the script?  launchpad?21:08
superm1CTho, yeah launchpad21:08
superm1but please use the latest version21:09
CThois there a source I can add to pick it up with gutsy?21:09
superm1oh it wasn't pushed to the PPA?21:09
superm1i'll fix that too with this next one21:09
CThosuperm1: https://bugs.launchpad.net/ipod-convenience/+bug/198139 ok, so the issues in the version that Nic is using are: 1) IPDADDRESS 2) hard-coded IP 3) the script does "test -d /var/mobile", but on my ipod, you have to do "test -d /var/mobile/Media" because /var/mobile exists but is empty (1.1.2)21:17
ubotuLaunchpad bug 198139 in ipod-convenience "When running iphone-mount, i get ssh: : Name or service not known" [Undecided,New]21:17
superm1CTho, those are both fixed in 0.821:17
CThoexcellent.  thanks for maintaining it.21:17
=== CTho is now known as CTho|away
superm1CTho|away, wish I was better at keeping up.  LP doesn't seem to remember to email me when there are bugs :)21:19
=== FlareFlare is now known as Flare183
sebnersistpoty: hmm I'm not even clever enough to run postfix alone without mailscanner. But I'll keep trying. :)21:26
=== |Baby| is now known as Baby
=== Czessi_ is now known as Czessi
MegaqwertyDoes anyone know if it's possible to set up an Xandros pbuilder in ubuntu? (I'm trying to repackage some of my stuff for the Eee PC)23:36
RAOFMegaqwerty: It should be possible, yes.  All you need is a xandros debootstrap, IIUC.23:39
MegaqwertyRAOF: could you help me with that? I've never made a pbuilder with another debootstrap...I wouldn't even know where to start/acquire it23:40
RAOFNethier, really, do I.  If all else failed, you could just manually create the tarball - just use the Xandros debootstrap, and tar that directory up & put it where pbuilder expects to find it.23:41
MegaqwertyRAOF: Alright, so I found the Xandros debootstrap_0.3.3.2_all.deb could you point me to a guide with what I would do from here?23:44
RAOFNo, not really.  You're not trying to do something that many people try :)23:45
RAOF!pbuilder may help23:45
RAOF!pbuilder23:45
ubotupbuilder is a system to easily build packages in a clean chroot environment. To get started with PBuilder, see http://wiki.ubuntu.com/PbuilderHowto23:45
MegaqwertyRAOF: thanks, I understand23:45
RAOFMay help.23:45
MegaqwertyRAOF: what's odd though is they don't have their own codenames in the .deb file...Eh, I've got to go, I guess I'll look at it later. Thanks again.23:46

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