/srv/irclogs.ubuntu.com/2009/09/25/#ubuntu-motu.txt

Laneyoh pants00:18
Laneyshould have incremented the u-d-t version00:19
Laneytoo tired to do it now00:19
sharmsLaney: I converted it and reassigned00:41
=== jono_ is now known as jono
lamalexHey guys, how can I pass added configure flags to a package if I want to repackage it? It's using autofoo?02:30
lamalexah, figured it out but now it's failing :( guess I need to look at it more02:55
rippsIs there a guide to help cdbs users to use dh7? I learned to package using cdbs, but now it seems that dh7 is superior to it and I want to learn how.04:01
zookoOkay folks, there is a new package of Tahoe-LAFS at http://revu.ubuntuwire.com/p/tahoe-lafs . It fixes all known licensing issues.04:03
lifeless\o/04:06
mzzripps: I thought debhelper was actually used by cdbs? What's telling you using it directly is superior?04:06
lifelessmzz: dh7 has much of the same 'magic' cdbs does04:06
mzzman04:06
mzzis there some document somewhere everyone but me is reading that explains what the best tools are right now04:07
lifelessno04:07
mzzbah04:07
rippsIt just seems I should learn how to actually use debhelper, instead of just relying on cdbs to do it for me.04:07
mzzis that just because such a document would be too controversial, in an editor flamewar kind of way, or because nobody has gotten around to writing one, or what?04:08
lifelessripps: by that argument one should learn assembler rather than depending on  gcc :P04:08
lifelessI'll grant its good knowledge04:08
lifelessmzz: allof the above, I suspect04:08
rippsActually, I have learned some assembly...04:08
mzzwell, one thing about cdbs is that sometimes one of its steps did something bad to my package and it was hard to drop in some debugging before that step04:08
mzzif my Makefile just ran a whole lot of dh_* helpers I'd have more obvious spots to put extra checks04:09
mzzcdbs does have hooks, but figuring out what they all are is nontrivial, unless I missed yet another doc04:09
lifelessman debhelper04:09
mzzand yeah, debhelper's manpages are pretty good, at least the ones I've read so far04:10
=== danbhfive is now known as ChogyDan
lamalexHey guys, can anyone see what's failing here? http://paste2.org/p/436324 <-- output http://paste2.org/p/436325 <-- rules file04:19
ScottKRoAkSoAx: Here is my advice:  Get a security update into Jaunty that adds the patch to 0.6.35-0ubuntu1 (presumably 0.6.35-0ubuntu1.1) and then backport that to Hardy/Intrepid.  You should also get a security update for the released versions in Hardy/Intrepid.04:26
RoAkSoAxScottK, ok thanks! will do then :)05:09
fabrice_spHi. What rights should I have to be able to unsubscribe  u-u-s ?06:15
fabrice_spCan some MOTU unsubscribe u-u-s from #417036 ?06:22
fabrice_spbug #41703606:22
ubottuLaunchpad bug 417036 in psi "Psi 0.13 in Karmic?" [Wishlist,New] https://launchpad.net/bugs/41703606:22
wrapsterwhat are the necessary files to build any pkg? coz after i apt-get source <pkg> i see a lot of files are all those necessary? since i've also seen pkgs being build without any of those files....07:15
mzzplease be more specific07:16
mzzthe files not in the debian/ directory are normally from the upstream source tarball, which may contain a few things that aren't actually necessary, depending on how tidy upstream is07:16
fabrice_spwrapster, all the ones in debian directory07:17
mzzeverything in debian/ should serve some purpose07:17
wrapsterfabrice_sp: no.. but one moment i'll do a pastie and you can understand better07:17
fabrice_spyes: build the package07:17
fabrice_sp?07:17
fabrice_sp!pastebin | wrapster07:19
ubottuwrapster: pastebin is a service to post multiple-lined texts so you don't flood the channel. Ubuntu pastebin is at  http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from  command line | Make sure you give us the URL for your paste - see also the channel topic07:19
fabrice_sp(just in case)07:19
mzz"pastie" usually means they know that already, in my experience07:19
fabrice_spanyway: have to go. bye07:21
wrapsterhttp://pastie.org/63003907:25
wrapsterhave a look at that.. i dwd the source into a dir called binutils under which i had another dir with the pkg name here can i delete all the files except changelog, debian/,copyright?07:26
mzzI don't understand how your pastebin relates to your question07:27
mzzyour pastebin lists the stuff in the binutils source, not the debianization of that07:27
wrapstermzz may be iwas not clear..one moment.07:28
wrapsterhttp://pastie.org/63003907:29
mzzyes.07:30
wrapsternow .... my question is ,is it enough to just have debian/ changelog and copyright files within the "binutils-2.18.1~cvs20080103" dir and then yet run dpkg-buildpackage to generate the pkg?07:30
mzzwait, where'd the debian.diff.gz go?07:30
wrapsteroops07:31
wrapsterthat was not even downloaded07:31
wrapster:(07:31
mzzperhaps there isn't one07:31
mzz(this may be a "native" package)07:31
mzzanyway!07:31
mzzyou seem to be root. Stop being that. You shouldn't be root for most, if not all, of the packaging process.07:31
mzzthe stuff in the first "ls" is what I'd expect to get from apt-get source, although normally there's also a .diff.gz07:32
mzzthe stuff in the second "ls" is what's present in the binutils (upstream) source tree, plus a debian/ directory.07:32
wrapstercorrect07:32
mzzwhat's present in the upstream source tree obviously varies wildly between upstream projects.07:33
mzzwhat's present here doesn't strike me as very unusual.07:33
mzzso I don't understand what you don't understand.07:33
wrapsterhee hee07:33
mzz(since your original question was something like "coz after i apt-get source <pkg> i see a lot of files are all those necessary? since i've also seen pkgs being build without any of those files....")07:34
wrapsterok in that case.. what i wanted to point out was i see a lot of files in the upstream dir...07:35
wrapsterare all those necessary? except for the debian?07:36
mzzdepends on how tidy upstream is07:41
mzzmost of them tend to be07:41
mzzthere may be some things in there that aren't installed because they're only interesting to those working on the source package07:42
mzzthere may also be some things that are only necessary to rebuild the build system, which may actually be useful here since it seems to be a snapshot07:43
mzzthere may be stuff that's only used on other platforms07:43
mzzthere may be stuff that isn't built for whatever reason (experimental, dependency not packaged, etc)07:43
mzzI think most of what you see here is indeed necessary07:43
siretartdo new packages require a FFe, or are they simply not acceptable? Opencore finally ended up in debian, and there are quite some very vocal bug reporters requiring amr support in ffmpeg07:55
siretartsiretart: https://wiki.ubuntu.com/FreezeExceptionProcess#FeatureFreeze%20for%20new%20packages07:56
=== santiago-pgsql is now known as foursixnine
AnAntHello, does ubuntu care about armel architecture ?08:40
AnAntLP 42756208:50
ubottuLaunchpad bug 427562 in tablelist "tklib already contain tablelist package" [Undecided,New] https://launchpad.net/bugs/42756208:50
=== asac_ is now known as asac
DaveMorrisI've previously generated some packages from a source package called opensg.  I want to rename the generated packages from this source archive, so that they can be installed alongside version 2 of opensg.  Do you simply create a new revision of the source package with the new package names and upload it?09:54
directhexDaveMorris, yes.11:02
directhexDaveMorris, but it'll land in the NEW queue due to the new binary packages. and you need to provide valid Replaces: etc lines in debian/control11:02
DaveMorrisdirecthex: I assume they are of the format Replaces: <package name> then11:03
directhexwith adequate versioning. read the debian nm guide11:04
=== yofel_ is now known as yofel
slytherinwgrant: ping, is it possible to add a category for java packages at http://qa.ubuntuwire.com/multidistrotools/ I believe section=java should be sufficient for now for filtering.11:55
wgrantslytherin: Have a http://qa.ubuntuwire.org/multidistrotools/java.html12:06
slytherinwgrant: Great, thanks.12:06
wgrantslytherin: np12:06
sistpoty|workhi folks12:22
=== doko__ is now known as doko
=== karimas_ is now known as karimas
=== cyphermo1 is now known as cyphermox
directhexhyperair, thoughts on requesting a FFe for Banshee? since it's staying in universe for now, i see no benefit to sticking with the old stable version when the beta is more reliable14:54
hyperairdirecthex: i wouldn't mind.14:54
directhexhm. who's in motu-release & can give their informal opinion?14:55
randomactionfor those working of FTBFS, here's a list of problematic universe packages sorted by popularity: http://paste.ubuntu.com/277970/14:58
directhex681 ftbfs bugs? lawks15:04
sistpoty|workdirecthex: https://launchpad.net/~motu-release/+members and at this point, I don't have an informal opinion about a banshee FFe yet, to be honest15:04
LucidFoxHmm15:04
LucidFoxlibtheora 1.1 is out15:04
slytherinLucidFox: Great, But we won't get it in karmic. :-(15:11
slytherinLucidFox: The 1.1 release is API/ABI compatible, so theoretically there should be no problem in pulling it in karmic. :-)15:16
lamalexHey, does anyone know anything about intltool? It's failing with a strange error  Ican't figure out15:52
lamalexInvalid [] range "F-8" in regex; marked by <-- HERE in m/[encoding: UTF-8 <-- HERE ]15:52
lamalexat /usr/bin/intltool-update line 321, <FILE> line 1.15:52
randomactionapparently it thinks [encoding: UTF-8] is a regex, try escaping brackets with \15:58
lamalexthe weird part is it works on other files15:59
lamalexwhich when I compare the hexdumps, are identical up until the point where files start getting listed15:59
lamalexI can't figure out why it's trying to read that as a regexp15:59
randomactionit must be confused by "m/" part which looks like a start of regex match16:00
lamalexthere's no m/ in the file16:00
lamalexhttp://paste2.org/p/43719516:00
lamalexrandomaction: ^16:00
randomactioni see16:01
lamalexI thought maybe there was a hidden char or something, but hexdump says not the case16:02
AnAntHello, how can I check if a package is in build-dep of any other package in Ubuntu ?16:38
zookoMorning folks! (UTC-6)16:53
zookoGood day over there in, I'm guessing, UTC-5, mterry.16:57
zookoWould you please look at http://revu.ubuntuwire.com/p/tahoe-lafs ?  I believe it is ready to be uploaded into the Karmic Queue.16:57
jmarsdenAnAnt: apt-cache depends PACKAGENAME16:58
jmarsdenAnAnt: Ah, wait, that is for depends not build-depends...16:58
geserAnAnt: reverse-build-depends (from ubuntu-dev-tools) or using grep-dctrl17:05
=== micahg1 is now known as micahg
LichiHi, can someone help me with creating .deb files?17:15
LichiHello?17:16
AnAntthanks17:17
LichiI was told to ask here, help would be nice17:17
AnAntgeser: I need dpkg-src lines in sources.list for that ?17:18
sistpoty|workAnAnt: yes17:19
sistpoty|work!packagingguide17:20
geseryes, as only the Sources.gz files contain this information17:20
ubottuThe packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports17:20
sistpoty|workLichi: ^^17:20
Lichithanks17:30
AnAntLP 42756217:31
ubottuLaunchpad bug 427562 in tablelist "tklib already contain tablelist package" [Undecided,New] https://launchpad.net/bugs/42756217:31
AnAntLP 43673317:40
ubottuLaunchpad bug 436733 in obextool "Depend on tklib instead of tablelist" [Undecided,New] https://launchpad.net/bugs/43673317:40
AnAntI attached a patch to LP 43673317:41
AnAntshould I set it to confirmed ?17:42
fabrice_spAnAnt, you should at least subscribe u-u-s :-)17:44
AnAntI don't have a Source.gz (and I have a low bandwidth internet), can someone run: "reverse-build-depends tablelist" for me please ?17:45
AnAntfabrice_sp: ok17:45
fabrice_spAnAnt, I've run it and it doesn't give any package17:46
fabrice_spshould I download something first?17:47
AnAntfabrice_sp: thanks ! I just wanted to make sure17:47
AnAntfabrice_sp: can you mention this in LP 427562 please ?17:47
ubottuLaunchpad bug 427562 in tablelist "tklib already contain tablelist package" [Undecided,New] https://launchpad.net/bugs/42756217:47
fabrice_spok. I'll paste the result17:48
fabrice_spoutput, I mean17:48
AnAntok17:49
AnAntthanks17:49
fabrice_sp;-)17:49
AnAntso should I set LP 436733 to confirmed, since I attached a debdiff patch to it ?17:49
ubottuLaunchpad bug 436733 in obextool "Depend on tklib instead of tablelist" [Undecided,New] https://launchpad.net/bugs/43673317:49
AnAntbddebian: Hello17:52
fabrice_spAnAnt, better to confirmed, yes, but it doesn't really matter17:56
fabrice_spit matters for sync requests17:56
bddebianHi AnAnt, what do you need this time? :)17:59
fabrice_spHey bddebian :-)17:59
fabrice_spTheMuso, persia could you add me to the u-u-s team please?17:59
AnAntbddebian: remember tablelist that was removed from Debian18:02
AnAntbddebian: it was removed because it was already included in tklib, so, I am trying to remove it from Ubuntu too, so I filed those bugs: LP 436733 & LP 42756218:04
ubottuLaunchpad bug 436733 in obextool "Depend on tklib instead of tablelist" [Undecided,New] https://launchpad.net/bugs/43673318:04
ubottuLaunchpad bug 427562 in tablelist "tklib already contain tablelist package" [Undecided,New] https://launchpad.net/bugs/42756218:04
fabrice_spCan some MOTU unsubscribe u-u-s from Bug #406574 ?18:06
ubottuLaunchpad bug 406574 in gjots2 "please update gjots2 to 2.3.8 (complete patch included)" [Undecided,New] https://launchpad.net/bugs/40657418:06
Laneydone and done18:08
Laneyarent you in uus?18:08
wrapsterGuys I have a curious question... When i apt-get <pkg> supposing it says dependency1 is missing install it first.. is there anyway that I can actually hardcode it into <pkg> so that when i apt-get <pkg> it will first check whether the dependency is satisfied if not it will automatically download it and then proceed with the <pkg> installation?18:09
AnAnt?!18:10
fabrice_spLaney, no: it seems new MOTU are not automatically added to u-u-s (that's why I pinged persian and TheMuso before)18:10
Laneyyeah that's right18:10
AnAntwrapster: that's what apt-get does !18:10
wrapsterAnAnt: one moment ...18:10
wrapsteri'll give you a real world eg18:10
AnAntbrb18:12
wrapsterAnAnt: what i wanted to say was... supposing i want to dpkg-buildpackage binutils.. it complains that tcl8.4 is necessary as some library that binutils checks for is a part of tcl8.4 ... so is there a way I can actually just say build bintuils and when the dpkg-buildpackage is running can it check and install tcl if not present?18:25
fabrice_spwrapster: this is what Build-depends is for in debian/control)18:29
wrapsteroh so supposing i put tcl in the control file that should do the trick?18:31
nicklas_huj18:32
sharmsIf anyone gets a chance can anyone review LP 436082 -- I added patch that resolves FTBFS18:36
ubottuLaunchpad bug 436082 in minicom "Fix FTBFS" [Undecided,Confirmed] https://launchpad.net/bugs/43608218:36
joaopintowrapster, you don't apt-get <pkg>, you apt-get install <pkg>, and that should not tell you that a dependency is missing, if it does, then you are missing a dependency for that app on your repository18:36
joaopintoso, presumably that dependency is already listed on debian/control18:36
wrapsterjoaopinto: yeah your right.. i corrected my mistake.. the error was during the build-package18:36
joaopintoah ok18:37
wrapsteri meant when im building the pkg from source if i get an error saying a dependency is missing then if i add that into the control file... will that be sufficient?18:37
fabrice_spcan some other MOTU have a look at Bug #406574. I don't know how to answer :-/18:41
ubottuLaunchpad bug 406574 in gjots2 "please update gjots2 to 2.3.8 (complete patch included)" [Undecided,New] https://launchpad.net/bugs/40657418:41
fabrice_sp(to a pissed off contributor, I mean)18:41
ubuntu_giantGrrr...I'm having a problem with updating a package given the following tutorial (https://wiki.ubuntu.com/PackagingGuide/Recipes/PackageUpdate), but the error output tripped pastebin's spam filter.19:09
ubuntu_giantMaybe I could paste the last few lines?19:10
ubuntu_giantIs it okay if I paste the last few lines?19:15
* ubuntu_giant sometimes wonders if anyone is alive in these chat rooms. :(19:23
AnAntubuntu_giant: so do I19:24
geserdepends on the day and the time of the day19:24
geserdon't forget that it's friday evening in europe so some people do other activities instead of IRC19:25
ubuntu_giantI've been following the tutorial at https://wiki.ubuntu.com/PackagingGuide/Recipes/PackageUpdate, and I'm having some trouble, but pastebin won't let me paste my error output because it's supposedly spam.  Would it be alright if I paste the last few lines?  Thanks.19:26
geserbased on the actual activity here I guess nobody would object19:26
ubuntu_giantCool, I got it...it's not all the output, but enough. http://pastebin.com/d7c9c47a219:27
geserdid you use dch to edit the changelog?19:28
ubuntu_giantYes.19:29
gesercan you pastebin the changelog around line 13-15?19:29
ubuntu_giantI followed the steps exactly (except for my name and email, of course).19:29
RoAkSoAxfabrice_sp, congrats on your motuship :)19:29
ubuntu_giantSorry, I'm sort of new to this packaging thing.  What would the changelog be?19:30
geserdebian/changelog, and please pastebin around the first 20 lines (as it complains about line 13 and 15)19:32
ubuntu_giantSorry about that. :( http://pastebin.com/d50065e9319:34
geserI assume it's about line 3: each line needs to be indented with at least 2 spaces (besides the header (like line 1 or 7) or the footer (like line 5 or 18)19:36
fabrice_spRoAkSoAx, thanks ;-)19:37
sebnergeser: evidently not us *cough*19:38
gesersebner: I'm gaming now a little and only watch IRC now at then :)19:39
sebnergeser: heh nice, lucky you didn't write "go out or social activities" ^^19:39
=== Cut-R changed the topic of #ubuntu-motu to: BANDES DE PEDOPHILES VIOLEURS MANIPULATEURS MENTEURS FILS DE PUTES ENCULÉS TROUS DU CUL MAGOUILLEURS ABUSEURS D'ENFANTS !!!
fabrice_spWTF?19:40
=== slangasek changed the topic of #ubuntu-motu to: Karmic Feature Freeze is in effect now! | Want to get involved with the MOTU? https://wiki.ubuntu.com/MOTU/Contributing | Sponsor queue: http://is.gd/2y76G | http://qa.ubuntuwire.com/ftbfs | http://people.canonical.com/~ubuntu-archive/NBS/ | http://qa.ubuntuwire.com/debcheck | latest rebuild failures: http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20090909-karmic.html
PiciI reported that guy earlier...19:41
sebnerslangasek: thx for changing it back19:41
fabrice_spthanks slangasek19:41
slangaseksure19:41
ubuntu_giantgeser: Sorry, but indenting the lines seemed to make it worse. :(19:41
slangaseksomebody reported him to the freenode ops?19:41
geserubuntu_giant: worse? you only indented line 3, right?19:42
slangasek(preventative measure; someone please remind me to remove the topic lock later)19:42
ubuntu_giantOh, no.  Sorry, overread the line 3 thing.19:43
ubuntu_giantRead the rest of the post. :)19:43
ubuntu_giantIt says it's a gpg error, so I wouldn't think the changelog would have anything to do with it.19:45
geserthe gpg error you can ignore for now (unless you plan to upload the package somewhere)19:46
geserit happens when your name in line 5 doesn't match one of your gpg key uid so debuild can't figure out itself which key to use19:47
geseryou can use the -k option to tell which key to use for signing19:47
ubuntu_giantI redid the changing line 3, but I still get the error.19:50
geserthe same error?19:50
ubuntu_giantNo, a different error, actually.  I'll post it in a sec...19:50
ubuntu_gianthttp://pastebin.com/d1e38bd519:52
geserI see only the signing error, which you can ignore untill you want to upload it somewhere19:53
tzafrir_laptophi, I'm trying to build -modules packages from zaptel-source in a pbuilder19:54
tzafrir_laptopI made a dummy package that builds them. It basically works on Debian:19:56
ubuntu_giantCool...spam filter didn't trip: http://pastebin.com/d701ad71019:56
tzafrir_laptophttp://svn.debian.org/viewsvn/pkg-voip/tools/builder/zaptel-modules/debian/19:56
tzafrir_laptopThis package is a helper package. It builds, but does not get into the repository19:58
tzafrir_laptopI'm trying to build it with hardy, and I see two errors when pbuilder tries to get dependencies:19:58
tzafrir_laptopzaptel-source: Depends: module-assistant (>= 0.8.1) which is a virtual package19:59
tzafrir_laptoppbuilder-satisfydepends-dummy: Depends: linux-headers-2.6.26-2-all which is a virtual package.19:59
tzafrir_laptopNow I figure that I'll have to adjust the kernel version, and maybe not even use the -all20:00
tzafrir_laptop(right now I can live with that, as I build for i386 only)20:00
tzafrir_laptopBut why do I get that message about module-assistant ?20:01
CardinalFangHi all.  I'm trying to sort out splitting a package.  I have "foo" that I split into "foo" and "foo-bin".  "foo" must depend on "foo-bin", and it shouldn't be possible to install old "foo" and new "foo-bin" at the same time.  How is this done?  I hear "Breaks" isn't supported yet, is it "foo-bin  Conflicts (<< split_version)"?20:02
CardinalFang"foo-bin  Conflicts: foo (<< split_version)"?20:03
sistpotypersia: mind adding me to ubuntu-universe-sponsors? (finally, I find some time to do sponsoring at least here and then again :))20:08
tzafrir_laptophmmm.. NM.20:13
ubuntu_giantAnybody on updating a debian package? http://pastebin.com/d701ad71020:19
sistpotyubuntu_giant: looks like you've got an error in debian/changelog (from a small glimpse only)20:31
* sistpoty reboots for new kernel20:32
Laneyhaha20:33
LaneyI get a warning if XS-Python-Version is there20:33
Laneychange for pyversions, get another warning20:33
* Laney head in hands20:33
Laneyjbernard_: I just uploaded u-d-t20:43
Laneythanks for your fix20:43
bdrungdo i need a ffe for theme packages?20:45
sharmsLaney: Can you look at LP 43608220:48
ubottuLaunchpad bug 436082 in minicom "Fix FTBFS" [Undecided,Confirmed] https://launchpad.net/bugs/43608220:49
Laneysharms: in a bit20:49
sharmsthanks20:49
lamalexHey guys, does anyone know about intltool? I'm still struggling with this regexp issue https://bugs.launchpad.net/intltool/+bug/43667121:24
ubottuLaunchpad bug 436671 in intltool "intltool fails on reportedly bad regexp" [Undecided,New]21:24
ScottKLaney: Use XS-Python-Version.  It is at least common between both python-support an python-central.21:35
LaneyScottK: Alright I should revert that in u-d-t21:35
Laneycdbs shouldn't give that warning21:35
ScottKLaney: Not a big deal.  Just put it in bzr for next time.21:36
Laneyyeah21:36
ScottKLaney: Agreed.21:36
Laneypushed21:38
jbernard_Laney: awesome, no problmem21:39
Zhenechhyperair, geany broken with new libvte?22:28
ScottKI'm pretty well convinced that the design theory behind the most recent LP release was, "Making useful information harder to find."22:54
zookoAny MOTUs who could look at Tahoe-LAFS? http://revu.ubuntuwire.com/p/tahoe-lafs22:55
hyperairZhenech: is it? wfm23:37
Zhenechhyperair, on sid it is23:38
hyperairhmm is that so23:38
Zhenech0:03 evgeni@atae ~ % geany23:38
Zhenechzsh: segmentation fault  geany23:38
hyperairouch23:38
Zhenechgdb yells about libvte23:38
hyperairhmm23:38
hyperairi wonder if recompiling would work..23:38
ZhenechI bet23:39
hyperairiirc geany uses some dlopen black magic with libvte23:39
Zhenechbuilding :)23:43
Zhenechthis problem exists with gedit too :)23:43
bobboHello everyone!23:47
Zhenechhyperair, nope, rebuild does not help23:49
hyperairZhenech: figures.23:51
hyperairZhenech: file a bug with a gdb trace please23:51
Zhenechhttp://bugs.debian.org/cgi-bin/bugreport.cgi?bug=54835023:52
ubottuDebian bug 548350 in gnome-terminal "segmentation fault" [Grave,Open]23:52
hyperairah23:52
Zhenechthere it is23:52
hyperairis it in geany?23:52
Zhenechnah, libvte923:52
Zhenechgeany just using it and crashing23:52
hyperairno i meant is the bug set to affect geany?23:52
hyperairno wait, libvte is the one that broke eh23:53
hyperairnot geany?23:53
hyperairwell then that's fine23:53
hyperairwait for it to be fixed =p23:53
Zhenechfunnily bug speaks about broken xfce-terminal23:54
Zhenechbut mine still works XD23:54
Zhenechmemo: dont close it the next couple o daus23:54

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