/srv/irclogs.ubuntu.com/2010/12/30/#ubuntu-devel.txt

=== ogra is now known as Guest58620
Leon_NardellaHi. There's a bug in Natty's cmake (2.8.3) regarding asm support to which I seem to have a working patch and packages built in a PPA. Any pointers on how should I go about trying to get it accepted?01:55
Leon_NardellaIt's actually fixed in cmake's git already. Should be fixed in 2.8.4.01:56
=== webjadmin is now known as JackyAlcine
=== dendro-afk is now known as dendrobates
TakyojiAnyone happen to know the package maintainer of the 'gogoc' package? It just says "Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>" for the maintainer.06:39
micahgTakyoji: Ubuntu doesn't have maintainers06:42
nigelbTakyoji: Craig Small <csmall@debian.org> --> its a package syned from debian.06:42
nigelb*synced06:42
Takyojiahh06:42
nigelbAlso, Ubuntu doesn't really have the concept of maintainers.06:42
nigelbGenerally, you guess based on who touched in last in the changelog.06:42
micahgTakyoji: do you have a bug?06:43
TakyojiYes; it just hangs using 100% CPU06:43
TakyojiI've tried all suggestions and either: get errors and it dies, or hangs and doesn't terminate via "service gogoc stop", unless if SIGKILL is sent06:44
TakyojiShall I submit it to: https://launchpad.net/ubuntu/+source/gogoc/ ?06:45
TakyojiThere's some bugs on there that haven't been touched for months.06:46
Takyojias it seems06:46
micahgTakyoji: feel free, but there's no guarantee it will be looked at, if that happens, feel free to ask in #ubuntu-bugs to have it triaged06:49
TakyojiI actually just emailed the package maintainer and hopefully I should get a response in a few days or less.06:50
micahgTakyoji: Debian maintainers usually prefer bugs in the BTS, not direct e-mails06:51
TakyojiWhich BTS though? Launchpad, or?06:52
cdbsTakyoji: the debian BTS at bugs.debian.org06:52
Takyojialrighty06:52
TakyojiThank you all for your assistance.06:53
cdbsTakyoji: You may file a bug at Launchpad, but the Debian Maintainer usually prefers bugs at bugs.d.o06:53
cdbsUbuntu-specific bugs at LP06:53
Takyojias I would assume06:53
JackyAlcineC++ is fun.07:29
=== Guest58620 is now known as ogra
=== Quintasan_ is now known as Quintasan
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
WasserDragoonhi there, i'm building deb packages and want to know how to exclude .svn folders (without deleting them) and without using --exclude option, because i will upload it to launchpad and can't manipulate the build command there16:48
WasserDragoonmaybe there's a chance to list these folders in a file to exclude them from packaging?16:49
WasserDragoonim back in ~40min16:50
mterryWasserDragoon, use -i and -I arguments to debuild to not put common VCS folders and such in the source package17:07
russellbWasserDragoon: alternatively, instead of using an svn checkout, you could just use "svn export" and not have the .svn directories there in the first place17:45
ricotzchrisccoulson, hello :), is there a ppa with a firefox 4.0 beta 8 package available for natty?18:23
JackyAlcineGuys, I need clarification; what's the different between a shared library and a static library?18:28
ionOne reads the topic and the other doesn’t.18:30
JackyAlcine?18:30
JackyAlcineOops, sorry.18:30
ionStatically linked libraries are copied to the executable, dynamically linked are loaded from a library path in runtime.18:32
JackyAlcineOkay, that clarifies a lot; thanks ion18:34
micahgricotz: the firefox-next PPA should have it tomorrow, I uploaded it last week, but it FTBFS and I haven't had time to fix it yet18:35
ricotzmicahg, great, thanks!18:41
chrisccoulsonricotz, i will upload it to natty soon too, but i'm on vacation atm18:41
chrisccoulsoni might do it tonight if i get some time18:41
ricotzchrisccoulson, hi, nice, i am desperately waiting for an update since b7 is quite buggy ;)18:42
chrisccoulsonricotz, ok, i'll try and do it later18:42
micahgchrisccoulson: if you like I can upload to natty, I was waiting on teh translations stuff18:43
chrisccoulsonmicahg, yeah, that's what i still need to do18:43
ricotzthanks you, guys18:43
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
WasserDragoonrussellb: sorry, i was busy till now. thanks, didn't know about this21:28
russellbyou're welcome.  :-)21:28
WasserDragoonbut i thought there could be a more native method21:33
Leon_NardellaHi, all. Who should I ping to have a bug in Natty's cmake looked on? I seem to even have a fix for it (although I wouldn't call myself a dev).22:39
ari-tczewLeon_Nardella: report a bug - $ ubuntu-bug cmake22:41
Leon_Nardellaari-tczew, Done that already.22:42
ari-tczewLeon_Nardella: and have you got prepared a fix? patch?22:42
Leon_Nardellaari-tczew, Yes. I found the fix in upstream's git and extracted the patch.22:42
Leon_NardellaEven built a package in a PPA to test it.22:43
ari-tczewLeon_Nardella: you should find sponsorship. more on https://wiki.ubuntu.com/SponsorshipProcess22:43
ari-tczewin shortcut: subscribe ubuntu-sponsors if you have prepared a debdiff or bzr branch22:43
crimsunLeon_Nardella: cool, thanks for your efforts. I think in this case, because there isn't an existing Ubuntu delta from the Debian source package in experimental, it's nicer to get it into Debian's source package so it can be synced to Ubuntu.22:44
Leon_Nardellacrimsun, Yes, I realize that. The thing is that I don't use Debian. Really not used to it. I hoped someone who knows Debian's internals could take it for spin.22:46
crimsunLeon_Nardella: that's fine. We'll work on getting submitting it to Debian first.22:50
crimsuns/getting//22:50
Leon_NardellaThat's lp#695335, by the way.22:51
Leon_Nardellacrimsun, Is a merge proposal the only way to get a sponsor? I took look on lp:ubuntu/cmake and it doesn't seem to match the package in Natty, so I can't work on it.23:02
crimsunLeon_Nardella: no, any diffs are ok23:06
Leon_Nardellacrimsun, Sorry. There's a section in that wiki page about importing from Debian. I should've read till the end. ;)23:07
kklimondais there a reason we ship busybox with su and sulogin compiled in, but without suid bit set for the executable?23:24
soreauWhy is ubuntu kernel built without snd-pcm-oss.ko? Can't the module be built and just blacklisted?23:49

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