/srv/irclogs.ubuntu.com/2012/11/20/#ubuntu-motu.txt

jtaylorhm very hard to debug stuff00:12
jtaylorI'm out of time for today00:12
dlynchthanks jtaylor00:12
jtaylordoes it work in debian?00:13
dlynchjtaylor, no idea. I could ask Julien Valroff00:13
dlynchshall I CC you in the email?00:14
jtayloryes please00:14
jtaylorI may have another look on wednesday, bye00:14
dlynchthanks, bye00:14
jtaylordlynch: one last thing, http://developer.gnome.org/glib/2.31/glib-The-Main-Event-Loop.html00:15
jtaylor"On Unix, the GLib mainloop is incompatible with fork()"00:15
jtaylorthat might be the problem with multiprocess00:15
jtaylorI think that forks00:15
dlynchyes I think it does00:16
jtaylorbye really now :)00:16
dlynchbye!00:16
=== micahg_ is now known as micahg
duanedesignI need a little help building a package. I know this activity was moved to another channel could someone please advise?06:03
ScottKduanedesign: If the package is intended for inclusion in Ubuntu, here is fine.  Otherwise, #ubuntu-packaging.06:06
duanedesigni created the pbuilder enviroment - sudo pbuilder create06:07
duanedesignaha think i found a step i missed 'To use dget, first locate the .dsc file of the package you are going to build'06:08
duanedesignScottK: I can not find=  "To use dget, first locate the .dsc file of the package you are going to build."06:31
duanedesigni can find it in previous builds clicompanion_1.1-6~bzr109+p21~precise1.dsc06:31
ScottKdget is to download it from somewhere.  If you have it already, skip that step.06:32
duanedesignok thanks06:33
duanedesignlet me look06:33
duanedesignbh06:45
duanedesignScottK: i final question if you are still lurking06:54
duanedesignSigning Source Files =  Assuming your packages and source files were placed in /var/cache/pbuilder/result/, run06:55
duanedesignmine are spread all over /var/cache/pbuilder06:55
duanedesignwhich should i move to /var/cache/pbuilder/result ?06:56
duanedesignScottK: think i got it. Sorry for the premature pings07:02
duanedesignthanks for the help and moral help :)07:02
dholbachgood morning07:51
geserGuten Morgen dholbach07:52
dholbachhi geser07:52
iulianMorning Mr. Holbach.08:40
dholbachGood morning Mr. Udrea08:42
iulian:)08:45
=== almaisan-away is now known as al-maisan
=== Tonio_aw is now known as Tonio__
smartboyhwdholbach, thanks for approving:D11:35
dholbach:)11:35
=== Tonio__ is now known as Tonio_aw
=== Tonio_aw is now known as Tonio__
=== Quintasan_ is now known as Quintasan
=== mdeslaur_ is now known as mdeslaur
=== Tonio__ is now known as Tonio_aw
=== Tonio_aw is now known as Tonio__
Quintasandholbach: The debian/copyright example, would you like it simple one or more complicated one (like three licenses in one source package)?13:25
dholbachQuintasan, as you like it13:55
Quintasandholbach: Well, I might as well as give two examples13:56
QuintasanNothing beats that13:56
dholbachsounds like the perfect plan :)13:56
Quintasandholbach: The perfect plan is to play Team Fortress on my Steam install and have work do itself but life doesn't work that way T_T13:57
dholbachhaha, so everybody has their own problems :)13:57
Quintasandholbach: By the way, you eat pierogi and kaszanka, right? You might want to try żurek at some point :P13:58
QuintasanA good soup I say!13:58
dholbachQuintasan, I'm a vegetarian hippie - so it might be a bit more complicated ;-)13:59
Quintasanoh13:59
bobweaverdholbach,  I think that you should visit Arcata CA,Ithaca NY , Burlington VT ,Bolder CO  great veggie food , full of hippies14:21
dholbachbobweaver, I'll note them down :)14:21
dholbachI'm sure they're all on http://www.happycow.net/ as well :)14:22
bobweaverwhat ever happened to the tofu tollboth book ?14:27
bobweaverhttp://www.amazon.com/The-Tofu-Tollbooth-Natural-Stores/dp/188610106X14:27
bobweaverI use to use that all the time when I worked on the road14:28
c_kornhello, can I use the chrpath package on amd64 to remove the chrpath from an i386 executable? currently it fails with this message: `debian/snowstorm/usr/share/games/snowstorm/bin/SLVoice' probably isn't a 64-bit LSB-first ELF file.14:37
=== al-maisan is now known as almaisan-away
=== yofel_ is now known as yofel
=== Tonio_ is now known as Tonio_aw
alo21hi all17:49
alo21I am trying to merge two package.17:49
alo21I made two debdiff, the first debian with edit_ubuntu, the second old_ubuntu with edit_ubuntu17:50
alo21now I should get rid all the changes which I didn't...17:51
alo21I edited just a single line in debian/rules, but in the new debian package there is also a new patch; have I to delete it too in the debdiff?17:52
alo21for a better comprehension, you can take a look here: http://pastebin.ubuntu.com/1372958/17:55
Laneyyou should only delete it if we don't want it in Ubuntu17:56
Laneyalo21: it looks like you removed -Wno-narrowing ...17:57
alo21Laney: right17:57
alo21Laney: could you write the 'final' debdiff please? In this way I understand what I should remove. Thanks17:58
Laneywhy don't we use -Wno-error=unused-result?17:59
Laneyalo21: you want me to do the merge for you?!17:59
Laneyit looks fine except that you deleted one of the Ubuntu changes18:01
alo21Laney: no. I would understand what I should remove. As I told in the new debian version there is another patch which wasn't in the las ubuntu version. Have I to delete it in the dbdiff, or not?18:01
Laneyno. we usually take the changes Debian makes unless we explicitly don't want them for some reason18:01
Laneyin this case they are patches that were forwarded from Ubuntu - so we almost certainly /do/ want them!18:02
Laney(taking changes from Debian is the whole point of merging)18:02
alo21Laney: fine.. so I suppose that the debdiff is ok.18:02
alo21if not, why?18:04
alo21Laney: could you explane me how merge works, please? Do motus import debian package first and then apply the debdiff?18:13
ScottKalo21: If you're just starting, merging may not be the best first task.18:25
ScottKIt requires understanding both why Ubuntu has a diff and why Debian has made a change to figure out what to do.18:26
obounaimWhy this bug #837317 is only affecting Ubuntu and not Debian?19:00
ubottuLaunchpad bug 837317 in gfarm2fs (Ubuntu Oneiric) "gfarm2fs ftbfs in oneiric on all archs except i386" [High,Fix released] https://launchpad.net/bugs/83731719:00
=== glebihan_ is now known as glebihan
=== Tonio_aw is now known as Tonio_
=== Tonio_ is now known as Tonio_aw
=== Tonio_aw is now known as Tonio_
TheLordOfTimewhen packages sync to raring, do packages in Universe ever get pulled/updated from Debian Experimental?22:15
TheLordOfTimeor does that only happen when a sync is requested?22:15
micahgTheLordOfTime: needs to be explicitly requested22:26
TheLordOfTimei assume checking for FTBFS issues ahead of time would be good prior to requesting a sync of a specific package from Experimental to raring?22:26
TheLordOfTime(still universe)22:26
micahgyeah22:27
TheLordOfTimesync request stuff listed anywhere?  (scripts in Ubuntu aren't accessible for me given a partition implosion)22:27
chilicuiland talking about syncronization, I've heard that every new release ubuntu sync with debian as TheLordOfTime has just said, is there any risk that changes done in raring may be overwritten for the sync process?, is dangerous to work in universe packages in raring right now?22:37
=== Tonio_ is now known as Tonio_aw
=== vibhav is now known as Guest5764

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