/srv/irclogs.ubuntu.com/2009/10/30/#ubuntu-motu.txt

=== aboudreault is now known as AlanB
=== freeflyi1g is now known as freeflying
=== ripps_ is now known as ripps
=== dmb__ is now known as dmnb
=== dmnb is now known as dmb
JonyBlazeanyone have any experience building ubuntu packages for qt apps?01:35
JontheEchidnaJonyBlaze: need help?01:38
JonyBlazeJontheEchidna: can you use pbuilder just like any source with a qt app?01:40
JontheEchidnayep, you can01:40
JonyBlazedo you need to run qmake first?01:41
JontheEchidnayou use it like any other source package, build the source package then pbuild it01:41
JontheEchidnaYou'll want to include /usr/share/cdbs/1/class/qmake.mk and /usr/share/cdbs/1/rules/debhelper.mk in your debian/rules file, then do debuild -S -sa like any other package01:42
JontheEchidnathen you can pbuild the resulting .dsc01:42
JonyBlazeah i see01:43
JonyBlazethank you01:43
JontheEchidnayou're welcome. Feel free to ask any questions01:43
=== ChogyDan1 is now known as ChogyDan
=== lifeless_ is now known as lifeless
wrapsterwhen i run this.. everything works fine but only the 64bit libs are present 32 is not at all there..05:43
wrapsterhttp://pastie.org/67575305:44
wrapsteri successfully compiled for both 64and 32...but did some goof up that I cannot recollect now.. and paying a price...05:44
wrapstercould anyone pls look at that and let me know how to get the copy_64 , copy_back working?05:45
wrapsterpls...05:45
wrapstermind you that the rest of the script is perfect.. its some juggling act that needs to be done with the targs thats.. all...05:46
wrapsterDamn i didnt have a bkup05:46
wrapstercan anyone look into it pls06:01
=== mzz_ is now known as mzz
dholbachgood morning07:38
RAOFGood morning dholbach!07:40
dholbachhi RAOF07:41
highvoltagegood morning!07:42
=== jussi01 is now known as jussi01_
=== dholbach_ is now known as dholbach
=== jussi01_ is now known as jussi01
=== Bodsda_ is now known as Bodsda
Rochagood morning everyone10:39
Rochai'd like to fix a bug in ubuntu but i don't know how10:39
Rochait's related to the network proxy dialog10:39
Rochahow can i get the code for it to try to fix the bug?10:39
azeemapt-get source package-name10:40
Rochathat would help if i knew which package contains the network proxy dialog box10:41
Rochahow can i know that?10:41
azeemRocha: what is the filename of the dialog?10:41
Rochai have no clue, how can i know which binary file the menu item is calling?10:43
azeemI don't know either, you will have to do some research10:43
Rochaok, let me try10:43
azeemI think most of those preference dialogs start with gnome-, like gnome-foo-preferences10:43
Rochagreat, it's gnome-network-properties10:44
Rochanow, how can i know which package contains that program?10:44
azeemman dpkg10:45
Rochai suppose googling is faster than using man10:45
micahgRocha: dpkg -S filename10:46
Rochamicahg, thanks, it worked10:47
Rochait's gnome-control-center10:47
Rochanow, apt-get source gnome-control-center i suppose10:48
Rochaat least its what's written in Bugs/HowToFix10:48
^arky^Hi, Where do I find ubuntu conventions for writing man pages ?10:49
Rochaok, apt-get source says that this package is maintained in bazaar so i should use the bzr get <url> to get the code10:50
azeeminteresting, didn't know Ubuntu did that10:52
slytherin^arky^: There is no such thing as ubuntu convention for man page10:53
^arky^slytherin: then man man-pages should suffice10:54
^arky^thanks slytherin10:54
Rochaperfect, network proxy is coded in C and i know C =)10:56
Rochai hope i can fix the bug10:56
slytherinRocha: What bug is that by the way?10:59
Rochaimagine this use case11:00
Rochai want to add a proxy to the network so i open the dialog, click in "use same proxy for all protocols" and insert the hostname for the proxy11:01
Rochaif you click the "use same" before setting the hostname, it doesn't get set in all protocols11:01
Rochayou have to deselect the check box for "use same" and select it again11:01
Rochai don't know anything about gtk bug i assume an event is triggered if something is typed in a textbox11:02
Rochaso everytime you type something in the http proxy textbox you should check to see if the "use same" checkbox is set, and if it is, copy the hostname and port text boxes to the boxes below for the other protocols11:03
RAOF_Rocha: That's a perfectly reasonable assumption :).  More concretely, you'd want to be hooking in to the "text-changed" (or words to that effect) signal on the widget.11:04
Rochai assume that this would be trivial to change for someone who knows C and gtk11:04
RAOF_Not necessarily a valid assumption, but could well be :)11:05
Rochasince i only know C i guess i can learn gtk and fix the bug11:05
RAOF_gtk's actually pretty easy. gobject is a really nice way to do OO C.11:05
Rochai'll sleep much better today by knowing that i've contributed a small patch to the operating system i've been using since 4.10 :D11:05
Rochathe file has 1321 lines of code, which is pretty easy to handle11:07
Rochai'll try to fix the bug today and learn gtk as i go along11:07
RAOF_The gtk docs are pretty good, too.11:08
Rochagreat, i'll read them in a second11:08
RAOF_(Although they tend to assume a certain amount of familiarity with gobject)11:08
azeemRocha: it's only a visual glitch, I believe whatever you type gets used for all protocols, just not displayed11:09
Rochaazeem, that's good to know =)11:10
Rochai haven't tried if they are actually set or not, but visually they don't11:10
Rochastrange, the code doesn't call gtk_entry_new to create the widget11:12
Rochais is possible to create the interface without C code?11:12
Rochamaybe with an xml spec of the ui?11:12
Rochamaybe the ui is defined elsewhere11:12
Rochayup, that's it, gnome-network-properties.ui file11:13
Rochathis is really powerfull11:13
c_kornhello, when I sign the sources in jaunty there was a graphical input which also cached my passphrase for a time (gpg-agent). in karmic there seems no gpg-agnet running and so I have to type in the passphrase over and over again11:15
micahg1c_korn: gpg agent works for me...do you have gnupg-agent11:16
=== micahg1 is now known as micahg
c_kornmicahg: eh, no. didn't remeber I have to install it manually11:17
slytherinc_korn: You need to install seahorse-plugins package11:20
micahgah, that's why I have it11:22
c_kornslytherin: do I have to uninstall gpg-agent then ? or does the plugin package depend on it ?11:23
c_kornslytherin: ok, just had to run seahorse-agent afterwards. thanks11:28
Rochai tried to create a simple box in gtk and compiling i get this error11:30
Rocha"Package gtk+-2.0 was not found in the pkg-config search path..."11:30
Rochahow can i fix this?11:31
azeeminstall the Build-Depends11:32
directhexjms@osc-franzibald:~$ apt-file search gtk+-2.0.pc11:32
directhexlibgtk2.0-dev: /usr/lib/pkgconfig/gtk+-2.0.pc11:32
Rochadirecthex, thanks, that's what i did11:32
Rochait reported that it needed that .pc file so i searched google to know what package contains that file11:33
Rochaused apt-file (didn't have it), installed apt-file and just finished building the apt-file cache11:33
slytherinc_korn: seahorse-agent starts automatically at the start of session11:33
c_kornslytherin: k11:35
Rochaperfect, i can now compile C gtk programs =)11:36
directhexpfft, c11:36
Rochathe bug i want to fix is a C coded app :)11:37
Rocha*is in11:37
* jpds waves at directhex.11:37
Rochadirecthex, what language do you prefer?11:38
directhexi hear cool kids all use visual basic!11:38
Rochai guess i'm not a cool kid then :D11:39
Rochacoding gtk in c is really ugly11:43
Rochacode is really verbose11:43
directhexwell, c11:43
Rochai don't know why people code apps such as network preferences dialog box in C11:45
Rocharidiculous!11:45
=== korn_ is now known as c_korn
directhexwell, because.11:47
directhexthe pain of large c gtk+ apps (specifically evolution) is why mono exists, for one.11:48
Rochai shall look into mono11:49
joaopintoI thaugt mono was created because of .net, not because of alternatives to C for GUI developments :)11:51
Rochai just started learning gtk with C and this sucks for event a simple window with just one button inside11:53
Rochaso i suppose mono should perform well on replacing C11:54
joaopintoRocha, learn python11:57
joaopintopython is the prefered language for Ubuntu tools11:58
Rochajoaopinto, can you give me a reference for what you're saying please?11:59
joaopintoit is written somewhere, will need to search for it12:02
joaopintoRocha, also you probably want to know about https://wiki.ubuntu.com/Quickly12:03
directhexjoaopinto, mono is a .net implementation, yeah, but it was started because senior folks at ximian looked at evolution & realised it sucked, and that a better development environment was worth investing in12:04
Rochai'll look into that later :)12:04
Rochai'm using emacs, what is recommended by the ubuntu community?12:05
directhexwell, i use monodevelop ;)12:05
Rochai suppose emacs is better for C than monodevelop :D12:05
directhexi dunno, MD has integrated debugging for c apps...12:06
Rochaemacs too12:06
directhexno python support in karmic. will be in lucid12:06
Rochawhich program is used to create the UI in xml?12:10
Rochai suppose it's not done by hand12:10
azeemRocha: glade12:13
Rochaazeem, thanks, i'll definetly look into that12:14
directhexRocha, glade is the most popular option. for c# apps, monodevelop has an integrated designer called stetic12:16
Rochahmm, ok12:16
Rochai guess i have a lot to learn12:16
Rochaat least i know C12:16
Rochaand it would be great for me to be able to fix this bug12:17
Rochai would love to be an ubuntu contributor :)12:17
=== Quintasan1 is now known as Quintasan
turshuhello12:31
turshuis motu-mentoring-reception@reponses.net still working ?12:31
turshuhello there ?12:38
turshuanybody here ?12:38
slytherinturshu: where did you get that address?12:38
turshuhttps://wiki.ubuntu.com/MOTU/Mentoring/Junior_Contributor12:38
slytherinturshu: not sure if responses.net is proper domain12:41
Rochawhat is the package that contains the dev libraries for gnome programs?13:02
joaopintoRocha, if you mean gtk programs, apt-cache search libgtk dev13:07
Rochai mean gnome programs, not gtk13:08
Rochai'm trying to compiler gnome-control-center13:08
randomactionRocha: you can install all build dependencies with apt-get build-dep <packagename>13:08
Rochathanks, i'll try that13:09
Rochaperfect, it worked13:10
Rochaif you were heidi klum i would kiss you right now13:12
=== rmcbride_ is now known as rmcbride
fpr02hi, i was wondering if someone could help me with trying to get a significant bug with runit fixed in karmic?14:01
bddebianHeya gang14:12
slytherinfpr02: which bug are you talking about?14:13
aidavehello14:14
aidavei am having a very difficult time trying to get my .desktop file to show up in karmic14:14
slytherinaidave: what kind of difficulty?14:14
aidaveit used to work.  now it doesnt appear.  i tried copying it exactly from abiword and still nothing14:14
fpr02slytherin: #43904914:14
aidavehere is my deb installer: https://launchpad.net/kabikaboo14:15
aidavecould someone take a look, install, and see what is going on?  i am at a loss14:15
aidaveit installs to /usr/share/applications/kabikaboo.desktop14:15
aidavebut doesnt showup14:15
aidavethis is driving me nuts! :)14:16
slytherinaidave: Can you please paste your .desktop file somewhere?14:16
aidavesure14:16
aidavehttp://bazaar.launchpad.net/~aidave/kabikaboo/packaging/annotate/head%3A/kabikaboo_1.6/forms/kabikaboo.desktop14:17
slytherinfpr02: looks to be an ideal candidate for sru14:18
slytherinaidave: Does this file validate with desktop-file-validate?14:18
aidave i dont know, i wasnt aware of that program14:19
aidaveits validating, but still not showing up14:20
aidavei did modify it a bit to validate with no warnings14:21
aidavebut no... nothing14:21
fpr02slytherin: OK, how do I proceed?14:21
slytherinfpr02: have you ever modified ubuntu packages before?14:21
fpr02slytherin: i've got fair experience modifying and building debian packages14:23
fpr02slytherin: presumably i need to upload a debdiff or modified package somewhere. I'm have a little trouble finding the exact process on the wiki.14:24
directhexdebdiff -> bug page on launchpad14:25
slytherinfpr02: debdiff is easy. Let's say you have source for app foobar version 1.0-0ubuntu1. You modify the source, add a new changelog entry in debian/changelog, create new source package (debuild -S). then 'debdiff oldversion.dsc newversion.dsc > somefile.debdiff'14:26
fpr02slytherin: so i should create a debdiff and attach to the bug report?14:27
slytherinfpr02: yes. And then subscribe the appropriate sru team to the bug.14:28
aidavecan someone please help figure out why this desktop menu item does not appear: https://launchpad.net/kabikaboo/+download14:32
Rochai'm having a problem with the gnome-control-center bug i'm trying to fix14:42
Rochamy code compiles fine14:42
Rochabut the program doesn't run because it's looking for a file in the wrong place14:43
Rochait is trying to open the glade ui from /usr/local/share14:43
Rochahow can i change that?14:43
ari-tczewdelete your patch ?14:43
slytherinRocha: How did you compile the program?14:50
=== funkyHat is now known as funkyClone
=== funkyClone is now known as funkyHat
aidavecan someone please help figure out why this desktop menu item does not appear: https://launchpad.net/kabikaboo/+download14:53
quadrisprodholbach: translating by using MoinMoin -> ARGH!15:15
quadrispro:'(15:15
dholbachquadrispro: do you think you can join the packaging-docs team in LP and we discuss it on the ML there?15:16
dholbachthe list is still very new15:16
dholbachbut it'd be a very good topic15:16
quadrisproyes, I can15:17
dholbachsuper thanks15:17
ari-tczewwhen lucid will be open?15:18
quadrisproactually, translating this way will make me crazy15:19
quadrispro:)15:19
dholbachquadrispro: at least we can use what you already did, no matter what new idea we come up with :)15:20
quadrisprowe can use the GNOME way, by using xml docs15:20
gaspadholbach: Hi! how's going on with harvest? -EHANG? ;)15:29
dholbachgaspa: that might well be15:29
dholbachgaspa: we need a hand to get https://code.edge.launchpad.net/~harvest-dev/harvest/django going15:29
dholbachhttps://wiki.ubuntu.com/Harvest/NewUI15:30
dholbachin that case it'll be much more fun again to make use of harvest15:30
dholbachand I also could get it more easily on a canonical machine :)15:30
dholbachthe current code is very ugly15:30
gaspadholbach: I'm at floor level, with django, perhaps I'm not the right person to help you :P15:31
dholbachif you're a web person, we need you :-)15:31
fpr02slytherin: OK, I believe I've done that.15:33
gaspadholbach: :P I'm not exactly a web person :P15:33
dholbachyou use it!15:33
dholbachok, I shut up now15:33
gaspa:D15:33
dholbachin any case we need to get harvest-django rolling during lucid15:33
dholbachit'll make the world a better place15:33
gaspais there a todo list?15:34
gaspa(yes, it is...)15:34
Rochaslytherin: i've fixed the bug, i just need to change the --prefix in ./configure15:34
gaspaerhm... empty...15:34
c_kornI have a question about dh7: I override the dh_install target to first call dh_install and then remove some files from the installation directory afterwards. problem is that I remove files in a package which is arch indep and so the installation directory is not created for archs other than i386. is there a way (other than using rm -f) to somehow make a difference between archs ?15:34
dholbachgaspa: https://wiki.ubuntu.com/Harvest/NewUI has mockups15:35
dholbachgaspa: I'll try to have a chat with a bunch of web people about it to try to figure out what needs doing15:35
dholbachor rather which steps they'd take to implement it15:35
gaspanothing "backend" ? :P15:35
dholbachthe backend is mostly done I'd say15:35
gaspaok15:35
dholbachI did a bunch of it, I'm sure it's going to need to be extended over time15:36
gaspadholbach: well, in the meantime I'll prepare my pages for lucid... (I 'm asking how many people use them... apart quadrispro)15:41
dholbachwe'll still use that data with the new harvest15:41
dholbachI guess when the new harvest is usable and fun, there's going to be more people making use of the data :)15:41
gaspaand not the pages, that's cool ... I (graphically) hate them :P15:42
dholbachyou can help15:43
dholbachanyway  - I'm heading out now15:43
* quadrispro fighting against MoinMoin15:43
dholbachhave a great WE15:43
dholbachand thanks for your work15:43
carresmdwhat's happening to the keyserver? It has been down for days now... (sorry if this isn't the right place, but I was redirected here by someone in #ubunu)15:44
carresmdyou guys were supposed to know more about the keyserver according to the guy that send me here15:46
gesercarresmd: you want to fetch a PPA key?15:51
carresmdgeser, no I need to add my key to launchpad15:52
proppyHi, it seems jikes is not available in karmic universe15:53
proppywhile http://packages.ubuntu.com/karmic/jikes-classpath is15:53
proppy(and depends on it)15:53
carresmdgeser, I've send the key to pgp.mit.edu instead. But that was useless as they don't sync when keyserver.ubuntu.com is down or whatever it is.15:54
Rochawhat is the signal emitted by a spinbutton when i change it's text without using the arrows?15:54
Rochai thought it would be "changed" because it's a subclass of GtkEntry15:54
Rochabut it doesn't work15:54
gesercarresmd: in that case #launchpad would probably be better to ask or directly in the channel with the canonical sysadmins (but I forgot it's name :( )15:55
proppyit seems removed from debian unstable as well15:56
carresmdgeser, could it be #canonical-sysadmin ?15:56
gesercarresmd: yes, sound about right15:57
proppy(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508366)15:58
ubottuDebian bug 508366 in ftp.debian.org "RM: jikes -- RoQA; out of date, orphaned, buggy" [Normal,Closed]15:58
proppynvm, I'll install it from jaunty15:59
ScottKproppy: Don't plan on using it long term.  It's just an error that I missed asking for jikes-classpath removal.16:18
ScottKproppy: IIRC you worked on poker-network before.  Any interest in fixing ours to be installable again?16:24
aidavecan someone please help figure out why this desktop menu item does not appear: https://launchpad.net/kabikaboo/+download16:26
proppyScottK: sure, but there is a lot of movement upstream currently16:32
proppyScottK: poker-network 2.0 is in development, and the upstream pushed the last 1.x stable to debian16:33
ScottKproppy: The version we have in Karmic is uninstallable due to depending on python-xml (which we removed due to a variety of reasons).  If we could just get that fixed, that'd be a big win for now.16:33
proppyScottK: do you have pb with installation of 1.7.5-1.1 ?16:33
proppyScottK:16:34
proppysure, I recently commited a fix for this upstream16:34
ScottKDunno.  Does it depend on python-xml?16:34
proppythe new control.karmic in upstream should do the trick16:34
proppyw816:34
proppyScottK: http://svn.gna.org/viewcvs/pokersource?rev=6305&view=rev16:35
proppy Wed Oct 21 12:09:26 2009 CEST (9 days, 6 hours ago)16:35
proppy:)16:35
proppyScottK: sorry I should have pushed it here, before karmic release date16:36
proppyScottK: wierd http://packages.ubuntu.com/karmic/python-poker-network states Package: python-poker-network (1.6.0-1.2ubuntu1)16:36
proppybut there is http://archive.ubuntu.com/ubuntu/pool/universe/p/poker-network/poker-network_1.7.4-2ubuntu1.dsc16:36
proppyScottK: should I ask a sync ?16:37
jdongheh now this is just sad.... Flash running in WINE.16:37
proppyfor 1.7.5 ?16:37
randomactionWhom do I subscribe to an SRU bug? motu-sru, u-u-s, or both?16:37
randomactionOr ubuntu-sru?16:39
c_kornwhy does the phonon package provide phonon-backend ? shouldn't some backend do this ? (and the backends already do so)16:40
jdongrandomaction: if it's a universe package, motu-sru16:40
jdongrandomaction: for Universe, we'd prefer a motu-sru ACK before an upload16:41
jdongfor main, the ubuntu-sru team seems to not care, or prefer the other way around16:41
randomactionok, it's a universe package, so subscribed motu-sru16:43
aidavedoes anyone know how to use dpkg-buildpackage to hit all targets?16:44
aidavelike -iaall or something16:44
aidavemy program is python and not compiled so i dont really need 64/32 bits16:45
proppyScottK: here ?16:49
c_korncan someone please help me with that debian/rules file ? http://pastebin.com/d6dcb6a92 I want to override the binary-indep target so the files get removed from the arch indep upp-data package. but in the build log it seems that binary-indep is also not called on an i386 arch.16:55
corp186I have a project I'm ready to release, and I would like to prepare it for getting into lucid as well17:12
corp186the source is in a lp bzr repo17:12
corp186I build packages from the branch using bzr bd17:13
corp186so I don't have release tarballs17:13
Rochaok, i've fixed my first ubuntu/gnome bug17:13
Rochato whom should i send the changes and how?17:13
corp186is it required to have ubuntu packages based around release tarballs and diffs, or can my bzr branch be the source package itself?17:13
siretart`corp186: the source package format requires the sources to be available as tarballs. the buildscripts are in most cases added as "diff"17:17
corp186siretart`: when you say "the source package format requires the sources to be avaialble as tarballs", are you meaning build wise or ubuntu-wise?17:18
corp186because lp builds the packages just fine the way they are17:18
randomactionRocha: https://wiki.ubuntu.com/SponsorshipProcess17:19
siretart`the source package format defines a non-native source package as a .dsc file, a .diff.gz and .orig.tar.gz17:19
siretart`lp buildds only accept this kind of source package for ppas17:19
randomactionRocha: see also https://wiki.ubuntu.com/StableReleaseUpdates if you want your fix included in karmic17:20
corp186siretart`: I think I was confusing things in my head: bzr builddeb -S creates my source packages for me17:22
corp186so from that standpoint, are source packages created by bzr bd -S acceptable for inclusion into ubuntu?17:22
Rocharandomaction, thanks, i'm also reading Bugs/HowToFix from the wiki17:22
siretart`corp186: sure!17:22
corp186my concern is partly due to the whole "watch" files thing17:22
siretart`if you don't have releases, there is no point in checking for a new release17:23
corp186I don't know that much about it, but I know that they are supposed to watch for tarball version changes and such17:23
corp186I suppose I'll probably cut a release tarball17:24
corp186and have a watch file to watch for the release tarballs17:24
corp186even though it's not necessary when I'm the maintainer of both the source and the packaging17:24
ScottKproppy: Back.17:29
proppyScottK: welcome back :)17:29
ScottKproppy: So poker-network is OK just dropping the build-dep.  No other changes needed?17:29
ScottKproppy: For Lucid, look at the existing Ubuntu diff and make sure it's all in the Debian package, then ask for sync.17:30
proppyScottK: I'll compute the diff between control.jaunty and control.karmic w817:30
Rochahmm, creating a deb package with my changes is not easy17:30
Rochai guess i'll try to just send the diff to someone17:30
proppyScottK: yes, http://pastebin.com/f389b0a61 is the only diff in debian dirs17:31
ScottKproppy: You might want to suggest to the Debian maintainer that he move to python-support.  Python-central is getting pretty agressively deprecated in Debian.17:32
proppyScottK: I also fixed python path issue with python 2.617:32
proppyhttp://www.mail-archive.com/pokersource-commits@gna.org/msg05491.html17:32
ScottKRocha: If you can just attach your patch to the bug and subscribe ubuntu-universe-sponsors, someone else can make it into a debdiff.  It'll just take longer to get in.17:32
ScottKproppy: If I get a fixed poker-network into Karmic, can you test it?17:33
RochaScottK, i'll try to create a deb myself then17:33
proppyScottK: sure, I could help to get it fixed too17:33
proppywhat do you want me to do ?17:34
proppy"look at the existing Ubuntu diff and make sure it's all in the Debian package" ?17:34
proppyScottK: as I said earlier I'm confused about the ubuntu package in karmic, because source packages seems 1.7.4-2 and binary is 1.6.0-1.2ubuntu117:34
ScottKproppy: That's because 1.7.4-2 failed to build17:35
proppyScottK: is there a bug # for the FTBS ?17:35
proppyah python-xml ?17:35
ScottKYes17:36
ScottKI guess17:36
proppylooking at http://archive.ubuntu.com/ubuntu/pool/universe/p/poker-network/poker-network_1.7.4-2ubuntu1.diff.gz17:36
ScottKhttps://bugs.launchpad.net/ubuntu/+source/poker-network has a lot of failed to install bugs.17:36
ScottKI think the only diff was the 2.6 stuff.17:36
ScottKhttps://launchpad.net/ubuntu/+source/poker-network/1.7.4-2ubuntu117:36
proppy+  * Merge from Debian unstable, remaining Ubuntu change:17:37
proppy+    - debian/python-poker{-network, 2d, -prizes, -stats}.install: use17:37
proppy+      wildcards17:37
proppyScottK: ah so ubuntu patch see to be *-packages instead of site-packages in *.install ?17:39
ScottKproppy: Yes, because Python 2.6 installs to dist-packages17:39
proppyScottK: I can forward this patch to upstream, but it will go in 2.017:40
ScottKOK.17:40
proppyScottK: I'm not sure the maintainer can do another 1.7.5 upload in debian17:40
proppyI'll ask17:40
ScottKCan it go into Debian?17:40
ScottKWhy not?17:40
ScottKI can have it NMU'ed if you'd prefer.17:41
proppyScottK: because current svn is 2.017:41
ScottKSeveral DD are on a campaign to get ready for Python 2.6 in Debian.17:41
ScottKShouldn't affect what can go in Debian.17:41
proppyScottK: ah so the trick would be to publish a 1.7.5-2 ?17:42
proppywithout altering the tarball ?17:42
ScottKYes.  Exactly.17:42
proppyScottK: but make sure that it also in poker-network 2.0 SVN17:42
ScottKYes17:42
proppyScottK: is there a way to get the complete ubuntu patch from a -ubuntu1 packages ?17:43
proppysorry I don't remember17:43
Rochado i need to create a public key for debuild?17:44
proppyit is been a long time since I've been involved in MOTU stuff :)17:44
Rochadebuild is failing because "secret key not available"17:44
proppyat the time there was a thing called DaD and MoM17:44
Rochadebsign is aborting with a gpg error17:45
Rochai really need documentation on how to create a package17:45
ScottKproppy: http://patches.ubuntu.com/p/poker-network/poker-network_1.7.4-2ubuntu1.patch17:46
ScottKRocha: Pass -us -uc to debuild and it won't sign17:46
* ScottK is off for a while again17:46
RochaScottK, thanks17:46
proppyScottK: it's strange because when I build manually poker-network under karmic17:50
proppydpkg -c doesn't anything in site nor dist-packages17:50
Rochaperfect, i know have a debdiff =)17:51
proppyScottK: applied ubuntu patch upstream17:57
proppynote that poker2d is no more in 2.017:58
RochaScottK, i've attached the debdiff to the bug in launchpad18:16
Rochanow i need a developer to review my patch18:22
nanotubenot sure if this is the right place to ask... but: does anyone know why libstdc++5 was removed from universe in karmic? a number of third-party binaries depend on it, could it be reinstated? as it is now one has to manually grab the .deb from jaunty in order to make things work.18:42
micahgnanotube: from LP: Deleted        in        karmic-release                                 (Reason:          (From Debian) RoM; obsolete)18:47
randomactionnanotube: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=53677618:47
fabrice_sp_nanotube, it¡s because gcc-3.3 has been removed. Program that still depends on it should be recompiled18:47
ubottuDebian bug 536776 in ftp.debian.org "RM: gcc-3.3" [Unknown,Closed]18:47
fabrice_sp_too late :-)18:47
nanotubehmm... kinda sucks...18:49
fabrice_sp_nanotube: what packages did you find that required it?18:50
nanotubefabrice_sp_: specifically, the mozilla thunderbird binary from mozilla.org18:50
Rochai noticed that gnome-control-center has a bzr branch in launchpad18:51
nanotubefabrice_sp_: but i've seen people talk about a few others too18:51
fabrice_sp_nanotube, Ubuntu has thunderbird in it (I'm using it)18:51
Rochashould i also branch it, put my fix there and propose a merge?18:51
nanotubefabrice_sp_: yes, i know it has.18:51
fabrice_sp_Rocha, you can. Or you can also generate a debdiff18:51
fabrice_sp_gcc 3.3 is from 2005...18:52
Rochafabrice_sp_, i generated a debdiff and attached to the bug on launchpad18:52
chrisccoulsonRocha - what fix?18:52
Rochachrisccoulson, bug #22674818:53
ubottuLaunchpad bug 226748 in gnome-control-center "The "use the same proxy for all protocols" functionality under the gnome network preferences doesn't work under certain conditions." [Low,Confirmed] https://launchpad.net/bugs/22674818:53
chrisccoulsonRocha - could you send the patch upstream please?18:53
Rochachrisccoulson, can you give me a link with instructions on how to do that?18:54
Rochachrisccoulson, i only started today with this bug fixing thing, i'm a complete newbie18:54
chrisccoulsonit looks like a corner case, and probably isn't worth a SRU now. and we already have so many patches in our g-c-c package, that we should avoid applying our own patches without sending them upstream18:54
ari-tczewis lucid just open?18:55
chrisccoulsonRocha - you can open a bug at http://bugzilla.gnome.org/ , and attach the patch there18:55
Rochachrisccoulson, ok, i'll do that18:56
chrisccoulsonthanks for your work too18:56
Rochachrisccoulson, i'm glad i could help :)18:57
Rochai'll try to help with other bugs that i find18:58
chrisccoulsonexcellent :)18:59
chrisccoulsonRocha - i haven't had a look at your patch in any great detail, but one comment i have is that upstream can be quite picky about formatting ;)18:59
Rochai've found some bugs today and i'll report them on monday (i don't have internet access at home)18:59
chrisccoulsonit's normally a good idea to stick to the coding style already used in the file you're patching19:00
Rochachrisccoulson, i tried to stick with the coding style19:00
Rochai suppose i haven't changed it19:00
chrisccoulsonin the case of g-c-c, they tend to use "foo (" rather than "foo(" when calling functions19:00
=== asac_ is now known as asac
chrisccoulsonso there is always a space there19:01
Rochahmmm, i see19:01
Rochaif they reject the patch i can surely fix that19:01
chrisccoulsonjust a minor nitpick, because the upstream developers tend to pick up on minor details like that ;)19:01
Rochachrisccoulson, i tried to do copy-pasting of the gtk because i never used gtk19:05
Rochaso i guess my code is following the owners own style19:05
chrisccoulsonthat's ok :)19:05
ScottKnanotube: Because it was ancient, not supportable, and not needed by anything except proprietary stuff we don't support.19:33
hyperairYokoZar: the mesa patch has been accepted upstream, and a debdiff including the patch has been attached (bug #248392)19:45
ubottuLaunchpad bug 248392 in ia32-libs "32bit libgl search for dri at wrong place on 64bit system" [Low,Confirmed] https://launchpad.net/bugs/24839219:45
=== micahg1 is now known as micahg
c_kornif I want to write a new binary target for debian/rules can I still use %: dh $@ or do I have to explicitely write all other targets, like: build: dh $@ ; clean: dh $@ ... ?20:11
sistpotyhi folks20:31
iulianHey sistpoty.20:32
sistpotyhi iulian20:32
sistpotyis lucid already open? (just saw lucid entries in packages.u.c.)20:33
sebnerhuhu sistpoty iulian :D20:34
sistpotyoh, just see it now... pre-release freeze20:34
sistpotyhi sebner20:34
sebnersistpoty: I've seen some toolchain uploads (debhelper) but some other stuff too20:34
* sistpoty subscribes to lucid-changes20:34
sebnersistpoty: As a serious student I just can't use lucid as I only have 1 productive machine *cough* :P20:35
sistpotyheh20:35
sistpotyoh, damn, I should dist-upgrade to lucid now (hoping that nothing is broken yet *g*)20:36
sebnersistpoty: hahaha! no need to. We have nexuiz everywhere! \o/20:41
sistpoty:)20:42
iulianHi sebner.20:52
=== ghostcube_ is now known as ghostcube
=== micahg1 is now known as micahg
ScottKLucid pbuilder is ready to go.22:35
JontheEchidnatoolchain's up already?22:36
* sistpoty believed he had managed to not too much encourage that certain person on -devel. /me was obviously wrong and feels sorry22:37
ScottKJontheEchidna: Mostly.22:37
JontheEchidnathat was quick22:38
ScottKI just dist-upgraded my karmic pbuilder and I'm making a new one of those.22:38
lifelessdebootrap patched?22:38
ScottKIIRC it was done before release.22:39
wgrantDoes anybody who watches Debian closer than I know of any timeline for the new source formats?22:46
ScottKwgrant: All I know is getting it working was a target of this week's ftp-master sprint and a lot of people want it sooner rather than later.22:47
ScottKwgrant: I think it would be risky for Ubuntu to start autosync without support.22:47
wgrantScottK: OK. I'll assume that I'll need to get it CPed during LP 3.1.11, then.22:48
wgrantThat reminds me, I must also test the syncer.22:48
* wgrant tries to work out how to do that.22:48
=== keffie_jayx is now known as effie_jayx
adurityTrying to install vim-rails but it has a dependency on vim-full which doesn't exist in Karmic...23:37
zookoScottK: interested in looking for packages which were miscompiled by the bad GNU as?23:38
sistpotyzooko: I thought we were clear of them?23:39
zookosistpoty: ah, maybe someone already looked into it and determined that no packages were adversely affected?23:40
zookoLast I heard, there was the possibility that some packages in Karmic might have been mis-assembled.23:40
zookoWow us.archive.ubuntu.com is slow today.  :-)23:40
sistpotyzooko: I only know about toolchain issues... but I believe these might fall under "miscompiled by as"... do you have a list?23:40
sistpoty(just to verify)23:40
zookoI don't have a list.  I was thinking of proposing that someone who knows the ubuntu archive system help me generate a list of candidates.23:41
zookoFirst filter would be "the thing was uploaded between the time of the bad binutils and the time of the good binutils".23:41
zookoNext criterion would probably be "thing has the string '.intel_syntax' in one of its source files".23:41
dtchenzooko: kees responded to you earlier in #ubuntu-devel about that issue23:41
dtchen23:44 < kees> zooko: we did that yesterday and reviewed all the matches --  none were built after the buggy binutils was in the distro.  lucky  us!23:42
jpdszooko: Yeah, check out what it's doing, dude: http://www.acc.umu.se/technical/statistics/ftp/monitordata/23:42
zookodtchen: oh, thanks!23:42
sistpotyzooko: yes, that was exactly what we triaged already :)23:42
zookoGreat!  Good work, folks!23:42
sistpotythank kees and ScottK for doing it ;)23:43
jpdszooko: FWIW, us.archive does not point at a US mirror, but rather London/Sweden mostly.23:43
zookojpds: hm, so I have a beautifully fast mirror, but it doesn't have the fixed binutils yet, so I switched back to us.archive.23:44
zookoWait, why does "US" .archive live in Europe?23:44
zookoOh, I see that us.archive doesn't have the fixed binutils either.23:44
sistpotythe US is part of the european union now :P23:44
jpdszooko: Because noone has stepped up to take the load.23:45
zookosistpoty: :-)23:45
zookoHrm, so the bug is marked "fix released" but the updated binutils is still somewhere between "released" 11 hours ago and in the main apt repo?23:47
dtchenzooko: that's because karmic is frozen. The fixed version is in karmic-proposed.23:47
zookoMaybe I need to add karmic-updates or karmic-proposed or something?23:47
zookoThanks.23:47
dtchen  * Fix PR gas/10856, wrong code with assembler files in intel syntax.23:47
dtchen    Patch taken from the 2.20 branch. LP: #461303.23:47
zookoSo when will it go into the main apt repo for karmic?23:48
dtchenit won't. karmic is frozen.23:48
dtchenit will follow StableReleaseUpdates procedure and then go into karmic-updates if it passes.23:48
zookoI see.  Thanks.23:49
dtchen(wiki.ubuntu.com/StableReleaseUpdates)23:49
=== ropetin_ is now known as ropetin

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