/srv/irclogs.ubuntu.com/2010/01/19/#ubuntu-motu.txt

* StevenK kicks FreeNode01:23
StevenKajmitch: Paying attention?01:26
StevenK(To IRC, that is)01:26
* ajmitch kicks StevenK 01:30
* StevenK smothers ajmitch with a PPA01:30
jdongScottK: sorry for late response -- regarding quassel SRU...02:47
jdongI think definitely it's something worth SRU'ing02:48
jdongit's borderline but not quite "security" but definitely worth fixing :)02:48
jdongthe diff itself looks reasonable, my only concern is that it makes both UI and string changes02:49
jdongnot sure if there's anything special implicated by this (i.e. translation?) if we SRU02:49
jdongapart from that, I'd ACK it :)02:49
ScottKjdong: Thanks.  Quassel's translations are internal to the package and not part of language packs.  The only U/I change is untranslated, so it's OK.03:26
jdongScottK: thanks for the clarification. Looks good to me then!03:34
ScottKjdong: Great.  Please ack in the bug if you didn't.03:35
jdongsure thing03:35
jdongdone03:36
RAOFFor some reason mono apps seem to get much more benefit out of building on tmpfs.  Maybe gmcs is threaded.03:50
RAOF...and would normally be waiting on the disc more.03:52
ScottKMaybe tmpfs is more efficient for patent license validation.   ;-)03:55
RAOF:)03:57
RAOFtmpfs appears to be quite a lot faster; a bunch of mono packages take somewhat under half the time on tmpfs than on ext4, and even xorg-server takes 80% the time on tmpfs than on ext4.03:59
jdongRAOF: could it be disk thrashing related? mcs and managed code might stress the VM subsystem into evicting disk cache more readily?04:02
RAOFMaybe.  The laptop's hardly under memory pressure, though.04:03
RAOFI don't think it's hit more that 50% ram use.04:03
jdonghmmm04:04
jdongwould be interesting to know what mcs is doing differently04:04
jdongI wonder if it writes intermediate files to disk in the process then04:04
RAOFI should probably add some insane C++ packages to the benchmarks.  How's boost at chewing ram?04:04
* RAOF restarts to load a new nouveau module.04:08
RAOFBoo. nouveau's 3D is just plain broken :(04:12
ScottKRAOF: kdebase-workspace probably does a decent job of chewing up ram.04:13
RAOFOk.  Once it's finished building gtk & mono I'll throw kdebase-workspace at it.04:13
ScottKqt4-x11 for ultimate pain, FWIW.04:15
RAOFAah.  gnome-shell probably ftbfs because of the wonders of linking against firefox.04:28
RAOFGar.  Why is mozilla so difficult?05:33
micahg?05:35
RAOFOh, gnome-shell FTBFS because it can't find some mozilla libraries, and it can't find them because they're in /usr/lib/xulrunner-1.9.1.7 which isn't in the library path.05:36
micahgRAOF: do you need someone to look at it?05:39
RAOFI'd like to know whose responsibility it is.05:41
micahgRAOF: do you have a build log?05:42
RAOFhttp://launchpadlibrarian.net/37862849/buildlog_ubuntu-lucid-amd64.gnome-shell_2.28.1~git20091125-1_FAILEDTOBUILD.txt.gz is as good as any.05:43
RAOFEither adding an rpath on /usr/lib/xulrunner-1.9.1.7 or exporting LD_LIBRARY_PATH makes the build work.05:45
micahgRAOF: well, we have a bug about libmozjs05:45
RAOFHah.  Wandering through launchpad again makes me wonder why mozilla is so difficult - xulrunner, xulrunner-1.9, no!  xulrunner-1.9.1 is the source package I'm after! :)05:48
micahgRAOF: I don't see the build dep05:48
RAOFIt's transitive; libgjs-dev pulls it in.05:48
RAOFI'm just wondering at what level to fix this; it looks like libgjs or gnome-shell are the candidates.05:51
micahgprobably in gjs05:52
micahgRAOF: do you need the link to the mozjs bug?05:55
RAOFIf it's relevant; I can't seem to find any mozjs bug under xulrunner-1.9.105:55
micahgbug 28690605:56
ubottuLaunchpad bug 286906 in xulrunner "provide and support a top-level library package for libmozjs (Was: Unable to use libmozjs.so in an application, because of library path problem.)" [Unknown,Confirmed] https://launchpad.net/bugs/28690605:56
RAOFMan, launchpad bugzilla integration rocks.06:00
micahgRAOF: probably should ask asac for anything more, I'm still learning :)06:01
RAOFIt looks like the answer was “no system library for you, but feel free to pull a Debian and make one up”.06:03
micahgheh06:04
RAOFI *think* this might be an annoying interaction that isn't necessarily libgjs' fault.06:06
micahgindeed06:06
RAOFIn fact, I *think* it's something needlessly linking directly to libmozjs.06:07
RAOFYup, there we go.06:07
RAOFOh, so it probably *is* libgjs' fault, but in its pkg-config file.06:08
RAOFRight.  So, now I run into the limits of my knowledge of ELF linking.06:22
RAOFOooh, is that it?  libgnome-shell.so has 3 references to libmozjs; one explicitly from the (unnecessary) -lmozjs, one implicitly from libgjs-gi.so linking to libmozjs, and finally one with the right rpath from libgjs.so linking to libmozjs06:24
RAOFIt seems two of these are unnecessary; neither libgnome-shell nor libgjs-gi appear to use any symbols from mozjs, and exist only to make other things break.06:25
micahgRAOF: maybe ask upstream why it's linked?06:26
RAOFI think it's that common misunderstanding about the role of Requires in pkg-config files.06:27
micahgk06:28
micahgsorry, I must go to sleep now06:28
micahgglad you found the issue06:28
RAOFSo, I can (temporarily) fix gnome-shell by building it with -Wl,--as-needed06:31
dholbachgood morning07:15
RAOFMorning dholbach07:16
dholbachhi RAOF07:16
RAOFdholbach: How are you on the intricacies of the elf linker as they apply to shared object dependencies?07:26
dholbachyou're asking the wrong person :)07:28
RAOFI might wait for seb128 then, as it concerns gnome-shell and such.07:30
cemcdholbach: care to look at this bug #96850 (last comment)11:03
ubottuLaunchpad bug 96850 in rrdtool "[apport] perl crashed with SIGSEGV in rrd_test_error()" [Medium,Fix released] https://launchpad.net/bugs/9685011:03
dholbachcemc: I'm in a meeting right now11:03
cemcdholbach: oh, sorry11:04
dholbachcemc: it might make sense to ask in the channel here generally11:04
cemcit's in main11:04
dholbachtry asking in #ubuntu-devel then :)11:04
cemcok, thanks11:05
=== dholbach_ is now known as dholbach
ivoks\sh: heartbeat isn't what it used to be before12:05
ivoks\sh: please don't upload anything to lucid yet12:05
\shivoks, grmpf12:06
\shivoks, just two ldirectord bin deps + Makefile.am patch for the FTBFS...I found it what the bugger was...autotools12:06
ivoksthere's latest upstream + fixes on ubuntu-ha ppa12:07
ivoksheartbeat3 standalone is useless :)12:08
\shivoks, heartbeat from universe.12:08
ivoksright12:08
ivoksversion 3.0/2.99 is just part of cluster stack12:08
slytherinis ia64 buildd broken currently? I am seeing lot of ia64 only FTBFS.12:13
randomactionit was several hours ago, now seems to be ok12:13
randomaction(sparc was broken, too)12:14
\shivoks, I just fixed the 3 bugs...2 of them I reported...(well and sadly uploaded already :()12:21
slytherinrandomaction: thanks for info. I am retrying a build.12:21
\shivoks, could you incorporate the changes into your ppa then?12:34
ivoks\sh: if i haven't already, i will12:36
ivoks\sh: ldirectord isn't part of heartbeat anymore, iirc12:36
\shivoks, it's in 2.9912:37
ivoksprobably, yes, but in 3.0 it's removed to cluster-glue, iirc12:37
\shivoks, well, for ldirectord we need bin-deps on libdbd-mysql-perl and libsocket6-perl and for heartbeat in $sourceroot/resources/OCF/Makefile.am it tries to install drbd resource script two times, and autotools failes because it doesn't like that12:37
ivokshb3 doesn't have drbd issue12:38
ivoksand ldirectord is part of cluster-agents12:38
ivoksi'll take a look if those deps are satisfied12:38
ivoksthey aren't :)12:39
sorenseb128: Fantastic, thank you.12:39
sorenWhoops.12:39
sorenHeh :)12:39
\shivoks, libdbd-mysql-perl is needed for ldirectord service=mysql loadbalancing, and libsocket6 is needed too, regarding heartbeat12:39
\shargl12:39
ivoks\sh: libdbd-mysql-perl will be recommended12:40
\shivoks, libdbd-mysql-perl is needed for ldirectord service=mysql loadbalancing, and libsocket6 is needed too, regarding bug #48750812:40
ubottuLaunchpad bug 487508 in heartbeat "ldirectord is missing libsocket6-perl dependency" [Undecided,Fix released] https://launchpad.net/bugs/48750812:40
ivoks\sh: i understand :D12:41
\shivoks, I can help to test latest packages for lucid if you want...we are planning the dist-upgrades from jaunty to lucid via karmic ;)12:41
ivoks\sh: it's just that not everybody wants load balance mysql, so it's more natural for libdbd-mysql-perl to be recommended, while it clearly depends libsocket6-perl12:41
ivoks^on12:41
ivoks\sh: with heartbeat cluster?12:42
\shivoks, yes..right now we are running plain heartbeat with v1 config, but we need to upgrade this asap12:42
ivoks\sh: you do know that heartbeat isn't cluster any more?12:42
ivoks\sh: you will need new CRM; pacemaker12:43
\shivoks, yepp12:43
ivoksok12:43
ivoksdon't do any upgrades yet12:43
ivoksthis is something i would like us to do togheter12:43
ivoksso that we can cover this scenario12:43
ivoksonce packages are prepared, i'll let you know, ok?12:44
\shivoks, pls :) there are more bugs regarding an upgrade from jaunty to karmic we need to resolve here before we actually can dist-upgrade anyways...and we will do our testing in our lab before :)12:44
ivoks\sh: karmic doesn't have heartbeat-1 :)12:45
ivoks\sh: you might be better of with cluster from scratch :D12:45
ivoksanyway, i have to go now12:45
ivoksttl12:45
=== bluefox_ is now known as bluefoxicy
bluefoxicyso is songbird a tool of the devil?13:08
bluefoxicyIt's not packaged in Ubuntu13:08
slytherinbluefoxicy: ask mozilla team if they have any plans to package it.13:09
bluefoxicyslytherin: ah, there's a team for that?13:09
directhexbluefoxicy, songbird bundles its own forked version of xulrunner (the mozilla engine). bundling even little things like zlib makes the archive admins flustered and stern.13:09
bluefoxicyaha, so it IS a tool of the devil13:09
directhexbluefoxicy, if songbird gets approved as-is, then it's the precedent i need for moonlight 2.013:10
* slytherin wonders when rhythmbox will get video playback capability.13:11
directhexslytherin, is that useful functionality for you?13:12
* bluefoxicy copies music he pirated ages and ages ago to his ipod.13:12
bluefoxicythis is retarded.13:12
bluefoxicyI have a folder with like 30 albums in it that I torrented, in a bundle, most I didn'tknow about13:12
bluefoxicyI'm slowly replacing them with... the actual, physical CDs, from Amazon13:12
bluefoxicy8 years later I have half of them13:12
slytherindirecthex: Not very important. But surely I would love to have a single player for audio/video/media (DVD) etc.13:12
=== yofel_ is now known as yofel
bluefoxicyslytherin:  last time I asked, they weren't interested in video13:13
slytherinhmm, may be some day I will gain enough knowledge about the code to be able to produce a patch.13:13
directhexslytherin, i know banshee has the functionality, but afaik it's buggy13:13
slytherinOr at least a plugin13:13
bluefoxicyhttps://bugs.launchpad.net/ubuntu/+bug/9449413:15
slytherindirecthex: last time I tried banshee it worked fairly well for me.13:15
ubottuUbuntu bug 94494 in songbird "[needs-packaging] Songbird" [Unknown,Confirmed]13:15
juli_Hi everybody. I want to update libswing-layout-java from 1.0.3 to 1.0.4. If I update it in Debian won't it be too late to import the package in Ubuntu?13:26
sorenjuli_: We can sync from Debian at will.13:27
slytherinjuli_: Debian import freeze is in February13:27
sorenjuli_: It doesn't /have/ to have migrated to testing, for instance. It just has to have migrated to testing before it happens /automatically/.13:28
juli_Actually I don't know when it happens, I mean migraiting to testing13:29
slytherinjuli_: That reminds me. I forgot to send you email about this. Are you interested in taking care of netbeans package in Debian as well?13:29
juli_slytherin, as for me, I need them in Ubuntu. But people ask me to put them in Debian, so I'm interested13:30
directhexjuli_, that's the spirit13:30
juli_directhex, :)13:31
slytherinjuli_: The packages are orphaned in Debian. And you are the best person for job. All you need to do is join debian-java team and port the packaging as per Debian practices.13:31
Laneysomehow my priorities shifted after I started contributing to Debian13:31
slytherinjuli_: Oh and migration to testing happens in 10 days provided there are no serious or grave bugs against the package.13:32
directhexLaney, now you have a flowing beard and wear sandals?13:32
Laneyone out of two of those is correct13:32
Laneyyou may choose which13:32
juli_slytherin, so I can try to upload my packages in Debian... and if I'am lucky they will be migrated automatically right?13:33
slytherinyes13:33
juli_slytherin, ok, thank you!13:34
juli_Laney, are you in debian-java?13:34
Laneyjuli_: nop13:34
juli_can anybody tell me what I have to do to join debian-java team? It looks like I don't have much time for this:(13:35
directhexjuli_, they probably have a page on alioth with a "join this team" link13:38
directhexprobably13:38
juli_directhex, thanks, I'm already in google:) but as far as I remember I wrote them a letter a year ago with no answer. Anyway I'll try again13:40
sebnerdirecthex: are you aware that -cli-dev packages got autosynced?13:47
slytherinjuli_: The mailing list is http://lists.debian.org/debian-java/ for getting access to the pkg-java svn register on alioth.debian.org, upload your ssh public key and join team - https://alioth.debian.org/projects/pkg-java/13:49
LaneyWhy does mono not get autosynced? It's not in the blacklist13:52
juli_slytherin, thank you.13:59
geserLaney: you might need to get an archive admin try to sync it and watch for any errors/OOPSes13:59
LaneyI wonder if there is a block for packages on the cd14:00
Laney(not interested in syncing it yet)14:00
geserI don't know of any special handling for those packages (and other parts of main are on the CD too)14:02
geserdirecthex: do you see any reason to keep the current mono version in lucid instead of finding it out why it doesn't autosync?14:04
Laneyit will make FTBFS happen14:04
Laneyongoing transition14:04
geserok14:05
Laneycjwatson: (last few lines) — do you know of any reason why mono doesn't autosync?14:05
cjwatsonLaney: "autosyncs" are only auto in that there's a script to do it; the script still has to be run manually, and maybe it just hasn't been run recently14:15
cjwatsonLaney: somebody appears to be in the middle of an autosync run right now, including mono14:15
Laneycjwatson: There had been newer versions in testing since 2009-11-23, which made me think that something else was going on here (I know they are only semi-automatic)14:17
cjwatsonLaney: I won't be able to investigate until whoever's running syncs at the moment flushes them14:34
Laneycjwatson: No problem. It's not urgent, more of a curiosity (until we come to need this sync)14:35
directhexLaney, when it's needed we can just open 90 bugs manually :)14:38
Laneydunno if it affects more than just mono!14:40
Laney(seems not, from random checking of gtk#)14:40
geserLaney: I know of an other package that fails to auto-sync (I have the OOPS id for it and just need to find someone who can look at it)14:43
LaneyI bet it's something to do with the mammoth number of binary packages provided by mono14:44
proppyScottK: hi14:59
proppyfilled https://bugs.launchpad.net/ubuntu/+source/poker-network/+bug/50967715:16
ubottuUbuntu bug 509677 in poker-network "Please sync poker-network 1.7.6-1 from unstable to lucid" [Undecided,New]15:16
bddebianHeya gang15:19
hyperairheya bddebian.15:40
bddebianHi hyperair15:41
hyperairbddebian: could i ask you to endorse my MOTU application? =D15:41
bddebianNot sure my opinion is worth much in the Ubuntu world these days.15:44
hyperairhmm why not?15:45
bddebianI haven't done much for Ubuntu directly in a looong time. :(15:46
hyperairbut indirectly you still do stuff don't you? =p15:48
bddebianProbably depends on who you ask. :)15:48
hyperairO_o15:49
ScottKbddebian: You are a God.  Your opinion will always matter.16:22
ScottKproppy: It needs an explicit statement that it's OK to over-write the Ubuntu changes and why.16:23
proppyScottK: ah sorry I missed there were ubuntu changes16:24
proppychecking16:24
ScottKproppy: poker-network | 1.7.5-1.1ubuntu2 | lucid/universe | source16:24
proppyScottK: yes I see that now, dget'ing https://launchpad.net/ubuntu/+archive/primary/+files/poker-network_1.7.5-1.1ubuntu2.dsc16:24
hyperairbddebian: and so that's how it is. =p16:25
proppyI already applied ubuntu ubuntu1 changes upstream16:27
proppy  * Apply Ubuntu changes:16:27
proppy    debian/python-poker{-network, 2d, -prizes,-stats}.install: use wildcards16:27
proppychecking ubuntu216:27
proppyScottK: will ask the maintainter to upload a 1.7.6-2 with ubuntu2 changes16:33
=== ianto is now known as Guest42653
=== Pici` is now known as Pici
directhexmoo16:45
=== Quintasan1 is now known as Quintasan
* iulian moos at directhex.17:13
=== maxb_ is now known as maxb
MTecknologyif there's a newer verswion of something in debian unstable, will it still make it to 10.04?17:29
randomactionMTecknology: not on its own, a sync should be requested for that17:31
randomactionpackages from testing are autosynced17:31
MTecknologyrandomaction: how can I request that?17:32
randomactionhttps://wiki.ubuntu.com/SyncRequestProcess17:32
MTecknologythanks17:33
Laneyjust wait for it to transition17:37
Laneyunless there's a good reason why we shouldn't17:37
MTecknologyLaney: I just checked what testing is - it's in sid so I guess it'll be in 10.04 :D17:37
MTecknologyfor now - I just installed the debain .deb :)17:38
Laneysubject to caveats, yes17:38
Laneylike — is anything going to stop it migrating to testing, and are there any ubuntu changes that will stop it being auto synced?17:38
kamalmostafarandomaction: hi -- i just fixed guymager to build for i386 and amd64 only (the libguytools1 does actually contain arch-specific code) -- bug 509732 ready for u-u-s17:39
ubottuLaunchpad bug 509732 in guymager "guymager tries to build on architectures not supported by libguytools1" [Undecided,Confirmed] https://launchpad.net/bugs/50973217:39
randomactionkamalmostafa: ok, I'll sponsor it later if no one beats me to it17:42
kamalmostafarandomaction: very good.  thanks for noticing that it was going to be a problem.17:42
Laney(please forward to Debian)17:43
kamalmostafaLaney: was that for me?  I did report it to Debian, but I do see that upstream of that they're already aware of the Architecture: problems in libguytools1 and guymager -- they'll be cleaned up in their next release I think.17:44
Laneycool beans17:45
jariqWhat is REVU day ?17:49
kamalmostafaRetry build request:  https://launchpad.net/ubuntu/+source/octave-ad/1.0.6-3   ... yesterday's new libgl1-mesa-glx might fix all the octave-* breakages.17:55
randomactionpushed button for i38617:58
kamalmostafathank you -- i'll keep an eye on it17:58
randomactionWhat do I need to do to provide a symbols file for a library (bug 361651)?18:02
ubottuLaunchpad bug 361651 in libsocket "Package does not provide /var/lib/dpkg/info/libsocket0.symbols (shared library information)" [Undecided,New] https://launchpad.net/bugs/36165118:02
kamalmostafarandomaction: take a peek at dpkg-gensymbols -- google implies that it will generate what you need there.18:04
randomactionI wonder whether it's called by dh at some point18:04
kamalmostafarandomaction: that I do not know18:05
kamalmostafarandomaction: oh and that octave build just failed with the same problem18:06
kamalmostafa  libGL.so.1: cannot open shared object file: No such file or directory18:06
kamalmostafaso nevermind about any other the others there (sigh).18:06
randomactionok, dh_makeshlibs call dpkg-gensymbols, which creates a shlibs file which goes into control part of the .deb but doesn't seem to be installed18:08
kamalmostafaBut wait... now I see that the octave-ad build didn't actually use the brand new mesa 7.7-0ubuntu7 (it used ubuntu6).  Why would that be?18:08
randomactionkamalmostafa: maybe it built only recently and hasn't propagated to buildds yet18:10
hyperairdpkg-gensymbols creates shlibs?18:11
hyperairthat's new18:11
hyperairand the manpage doesn't say anything of that sort either18:11
kamalmostafarandomaction: okay, that sounds reasonable.  I do see that it was published only very recently.  We'll try octave again "later".  :-)18:11
hyperairrandomaction: i think you're looking for a symbols file in the control.tar.gz of the deb18:13
randomactionhyperair: it is there indeed, but it seems to go nowhere18:14
hyperairnot a shlibs. and dpkg-gensymbols doesn't generate one. it needs one to be already there, and then checks that there are no new symbols. if there are new or deleted symbols, it prints a diff then dies, taking the build with it18:14
hyperairi mean dpkg-gensymbols doesn't gnerate a .symbols file if it didn't already exist before18:15
randomactionright, there is .shlibs but no .symbols18:15
=== lifeless1 is now known as lifeless
hyperairyep18:15
hyperairso what you need is to create the symbols file18:15
hyperairto do that, you need to run the build locally, then run dpkg-gensymbols on it18:15
hyperairget the diff18:15
hyperairand then get the symbols out from there18:15
hyperair(very annoying, i know)18:16
randomactionand it goes into debian/ ?18:16
kamalmostafarandomaction: fwiw an small-ish package which has an example of this is 'clxclient'.18:16
hyperairrandomaction: yes, it goes into debian.18:16
randomactionhyperair: thank you, I'll try it18:16
hyperairrandomaction: the naming convention of the symbols file is in the top of the dpkg-gensymbols manpage18:17
hyperairrandomaction: if you're packaging a C++ library, you want to avoid dpkg-gensymbols like plague. but you're not, are you?18:18
randomactionit's C++18:18
randomactionI mean, sources are18:19
hyperairthen you want to avoid dpkg-gensymbols18:19
randomactionI don't really know what it exports18:19
hyperairC++ symbols are mangled, as i'm sure you know?18:19
randomactionyep18:19
hyperairand the mangling is architecture specific.18:19
randomactionand compiler-specific I believe18:19
hyperairwhich means that for each architecture the library builds on, you're going to have to provide a different symbols file.18:19
hyperairyes18:19
hyperairarchitecture and compiler specific18:19
hyperairit's not worth the effort.18:20
* hyperair packaged sigx and encountered this kind of problem18:20
randomactionok, I've got one more library question..18:20
hyperairhmm?18:20
randomactionthis package installs library into /usr/lib/packagename, adds this path ld.so.conf on install and doesn't clean on remove18:21
hyperairthat's not good.18:21
randomactionthat's terribly wrong, I assume18:21
hyperairit is terribly wrong18:21
hyperairif you must add a path into ld.so.conf, use /etc/ld.so.conf.d/18:21
hyperairstick a file in there18:22
randomactionso the solution is just to install .so to /usr/lib18:22
hyperairyes, that would be preferable, i believe.18:22
randomactionok, that's what I did18:22
hyperairis there a reason that upstream wants to install it to /usr/lib/packagename?18:22
randomactionno idea; I took this package to fix FTBFS, and I try to fix other obvious breakage18:23
hyperairi see18:23
hyperairwell, this is an issue that probably should be brought upstream18:23
hyperairif you don't want to bring it upstream yourself, you could contact te original maintainer of the package18:25
hyperairthe last person in the debian/changelog18:25
hyperairor the debian maintainer18:25
randomactionyep18:26
hyperair..it's even a native package. just what is going on with this package?18:26
hyperairweird.18:26
randomactionit's really broken :)18:26
hyperairheh18:26
hyperairwhen was the last changelog entry?18:26
randomaction200718:27
hyperairthat's quite long ago.18:27
hyperairi wonder if upstream died18:27
hyperairthere are no rdeps18:27
hyperairit might be better to just get rid of the package.18:27
randomactionlast release is 200618:27
* hyperair whistles18:27
randomactionpopcon = 36818:27
hyperairhmm that's a significant number18:28
randomactiona bug filed in April 2009, apparently someone is still using it18:28
hyperairhmm18:28
hyperairmaybe18:29
hyperairit's removed from debian though18:29
hyperairat least, the source package's not there.18:29
hyperairthat would probably mean that it's going to disappear from ubuntu in due time18:29
randomactionmaybe18:30
randomactionok, I uploaded a relatively straightened version of libsocket, I decided not to touch symbols file, but anyway thank you hyperair for telling me how it's done18:51
hyperairnp18:51
fabrice_sprandomaction: fceux accepted: thanks for your review! :-)18:59
randomactionyou're welcome :)19:00
=== stgraber_ is now known as stgraber
jariqcould someone pls review new package ipwatchd ? - http://revu.ubuntuwire.com/p/ipwatchd19:17
stefanlsdWith a merge and a debuild -S -v, the -v specifies the previous ubuntu version so you get the debian changes and your merge changes in the .changes right?19:24
jariqI've read in motu mailinglist that for Jaunty there were weekly REVU days every Friday. Is there something similar also for lucid ?19:29
randomactionstefanlsd: right19:32
stefanlsdrandomaction: thanks!19:33
geserkamalmostafa: can you please mark your libguytools1 merge proposal as "merged". thanks19:40
kamalmostafageser: sure will do.  I'm unclear as to why that doesn't happen automatically.19:41
geserI guess randomaction uploaded your changes but did push the merged bzr branch back to LP (only then LP knows that your branch got merged and updates the status of the merge proposal)19:43
randomactionI actually only did the upload19:43
kamalmostafageser: ok.  fwiw, I think that I *always* have to manually change my merge proposals to "Merged".  I mentioned it to james_w and he was surprised by that too.19:44
kamalmostafageser: Were you looking at the related 'guymager' merge (bug 509732)?  It looks like I had forgotten to press the "Propose" button, but have done so now.19:56
ubottuLaunchpad bug 509732 in guymager "guymager tries to build on architectures not supported by libguytools1" [Undecided,Confirmed] https://launchpad.net/bugs/50973219:56
james_wkamalmostafa: I think the issue is that your sponsor is not pushing to the lp:ubuntu branche20:09
kamalmostafajames_w: ok -- i'm not sure what that means really -- is this something the sponsors should be doing differently, or something I should be doing differently?20:15
geserkamalmostafa: it's a sponsor thing: with bzr merges your sponsor has to do "bzr push" to updated the LP branch (and get your merge proposal marked as "merged" by LP) *and* dput the new source package20:17
randomactionI wonder what happens if I push and dput different things20:17
randomactionwill delta be represented as another revision?20:18
geserjames_w: ^^ any answers to this?20:19
james_wit will complain and make the branch look like the upload, but won't throw the push away20:20
geserwhat about any tags? (bzr mark-uploaded)20:21
randomactionok, so that won't screw things up completely20:22
kamalmostafaQuick informal moto-review of bug 353219 please.  Do we want this fix in Lucid, or is it not important enough to justify an "ubuntu1" version?20:32
ubottuLaunchpad bug 353219 in ax25-tools "beacon crashes if the length of the destination exceeds 20" [Undecided,Confirmed] https://launchpad.net/bugs/35321920:32
dirakx1hello i uploaded a package to REVU but its not showing this is the bug.  https://bugs.launchpad.net/ubuntu/+bug/50757921:05
ubottuUbuntu bug 507579 in ubuntu "[needs-packaging] turtleart" [Wishlist,New]21:05
dirakx1dput says Already uploaded to revu on revu.ubuntuwire.com21:06
cyphermoxdirakx1, does dput -f say the same thing?21:10
dirakx1cyphermox: i havent issue that command :)21:11
dirakx1Uploading to revu (via ftp to revu.ubuntuwire.com):21:11
dirakx1  Uploading turtleart_0.0.1.dsc: done.21:11
dirakx1  Uploading turtleart_0.0.1.orig.tar.gz: done.21:11
dirakx1  Uploading turtleart_0.0.1.diff.gz: done.21:11
dirakx1  Uploading turtleart_0.0.1_source.changes: done.21:11
dirakx1Successfully uploaded packages.21:11
dirakx1lets hope that it works this time ..21:12
dirakx1cyphermox: thx for your help.21:13
cyphermoxdirakx1, when you upload, dput creates a .upload file, IIRC, to remember the changes have already been send21:13
dirakx1source.revu.upload21:14
dirakx1:)21:14
EzraRif i wanted to put a package in my ppa for testing before merging would placeing a ~ppa0 be enough to keep it seperate from the official repo?21:31
EzraRmeaning would foo-1ubuntu1 replace foo-1ubuntu1~ppa021:32
RAOFYes.  That means its version will sort before the official one.21:32
RAOFThe ~ character is treated specially: it means “sort me after everything else, even the empty string”, so 0~ < 0 and 1ubuntu1~ppa0 < 1ubuntu121:33
EzraRthats what I thought I just wanted to make sure, thanks21:33
siretartdoes anyone else experience that gpg-agent does no longer cache the passphrase?21:35
RAOFThe plugin from seahorse-plugins still does, for me.21:35
siretartdoing mass uploads is no fun if you need to retype in the pin for each source package21:35
siretarttwice21:36
micahgsiretart: on cli, yes21:36
siretartRAOF: that one doesn't work with the gpg smartcard :/21:36
siretartso I need to resort to gpg-agent21:37
RAOFWow, I don't even have that installed.21:37
siretartI'd prefer working smartcard support in searhorse, too21:38
=== micahg1 is now known as micahg

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