=== jacky- is now known as jacky [03:25] if anyone has a moment, i would appreciate a code review of my first debian package.. criticisms are most welcome.. i'll be doing a blog article about my experiences with debian packaging shortly after, so want to make sure this package ive done is correct! https://github.com/foxx/atlassian-bamboo-debian/ [04:50] one improvement i was thinking of making was make the package Makefile install to temporary directory, and then use postinst to move the tmp dir into the right place.. this means you can have non impacting upgrades (i.e. say an upgrade fails, it just deletes the tmp dir without leaving any files overwritten.. it also means you can ensure that an 'abort' works cleanly/sanely) - does that [04:50] sound right? === blkperl_ is now known as blkperl === jacky- is now known as jacky === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away === almaisan-away is now known as al-maisan === murthy_ is now known as murthy [11:45] xnox: ping ;) [11:45] ESphynx: hola =) UDS is here =) [11:45] xnox: UDS? trying to wrap up this 0.44.04 so it can make it into Raring here... [11:45] xnox: adding you in the credits... do you prefer xnox or your full name? :P [11:46] xnox: i'm hoping you'll help me sponsor this update in a heart beat when it's ready :P This adds 64 bit support [11:55] ESphynx: no need to credit me at all. i did nothing, and one can check see that I sponsored the uploads. [11:55] and that is enough. [11:55] xnox: just a special thanks :P [11:55] ESphynx: yes, UDS. https://uds.ubuntu.com/ [11:55] Ubuntu Developer Summit [11:56] nice :) [11:56] special thanks -- if you don't mind :) is your name OK? [12:38] Hi, i am using Ubuntu precise 12.04 LTS, and the latest package for mysql is version: 5.5.29, i noticed a memory leak and i was told that it's fixed in 5.5.30 [12:38] is there anywhere, where i can request this 'package upgrade' ? [12:40] quickQuest: Launchpad -> file bug [12:42] sladen: thanks, so for any package with is by default 'provided with ubuntu' i can still file a bug to ubuntu so they update the package [12:45] quickQuest: I'm unclear; where did the package come from? From the Ubuntu archives, or from a separate PPA? [12:46] quickQuest: generally something is updated in the development version of Ubuntu, and then backported to previous releases if there is enough of a case to be made for doing so (as there is a risk at the same time) [12:47] sladen: yeah the risk was something which i had in mind and i wasn't sure if they do it automatically or somebody has to request it basically [12:49] sladen: it is a package from ubuntu archives, so that's why i was asking where can i tell ubuntu about it [12:49] quickQuest: for security updates, the benefits outweigh the risks and so the security team normally do this as quickly as it is safe to do so [12:49] quickQuest: for other updates, there is a conflict between the stability and predictability of an LTS (hence the reason you deployed it), and updating software to the latest [12:50] quickQuest: to make a case for a Stable Release Update (SRU) you'll need to show that the proposed update from the development release has been carefully tested by multiple people [12:52] sladen: thanks for your information, it's a bit more clear now :) [12:53] hi, i've got a question about SRUing. in precise, the photoprint package is completely broken, see bugs #1136290 and #260849. the latter has a comment (#38) that suggests that version 5.2.9 (which is both in quantal and raring) fixes this, and that upstream highly recommends updgrading. [12:53] bug 1136290 in photoprint (Ubuntu) "error while loading shared libraries: libgutenprint.so.2" [Undecided,New] https://launchpad.net/bugs/1136290 [12:53] bug 260849 in photoprint (Ubuntu) "photoprint is missing libgutenprint.so.2" [High,Confirmed] https://launchpad.net/bugs/260849 [12:53] now here's my question: could some MOTU do just that? ;-) [12:54] v5.2.9 of gutenprint, that is [13:08] ockham: always try to find a minimal patch for SRUing === ara_ is now known as ara === pete-woods1 is now known as pete-woods [14:11] hello, I need sponsors for three new packages [14:12] two are new plugins, and one contains documentation [14:12] the usual question: why aren't they in Debian? [14:13] for schooltool, a school information server that I maintain in Ubuntu [14:13] ah yes, that's Ubuntu only [14:13] http://pad.lv/385036 http://pad.lv/1147311 http://pad.lv/1147352 [14:13] Launchpad bug 385036 in Ubuntu "[needs-packaging] schooltool-book" [High,In progress] [14:13] Launchpad bug 1147311 in Ubuntu "[needs-packaging] schooltool.cando" [High,In progress] [14:13] Launchpad bug 1147352 in Ubuntu "[needs-packaging] schooltool.ldap" [High,In progress] [14:14] I will ask for them to be added to schooltool packageset that I have the rights for, but I don't have motu rights [14:15] yeah, looking at them [14:15] thank you tumbleweed [14:16] @all in ref to https://github.com/foxx/atlassian-bamboo-debian/ - one improvement i was thinking of making was make the package Makefile install to temporary directory, and then use postinst to move the tmp dir into the right place.. this means you can have non impacting upgrades (i.e. say an upgrade fails, it just deletes the tmp dir without leaving any files overwritten.. it also means [14:16] you can ensure that an 'abort' works cleanly/sanely) - does that sound sane? [14:18] foxx: no [14:18] postinst should be as simple as possible [14:18] and it's really helpful to everyone if dpkg's package manifest matches reality [14:20] hmm, so lets say the install or upgrade is aborted... any files copied in by the packages makefile will automatically be reverted out right? [14:21] in which case, the only thing i need to handle is reverting any customizations ive done in my postinst during abort if needed [14:21] foxx: either dpkg refuses to install, because dependencies aren't met [14:21] foxx: or it installs [14:21] what kind of aborting are you thinking about? [14:22] and the makefile isn't involed in installation [14:24] menesis: you don't like dh_sphinxdoc ? [14:24] hrm, i might be getting confused here.. at one point during dpkg, i hit ctrl + c to interrupt the install. after that, i was unable to purge or force install because of half left over changes from the previous aborted install [14:24] is that something that just cant be avoided? [14:25] the sysadmin has to resolve that, dpkg won't let you do anything else until you do [14:25] packages don't try and work around anything like that [14:25] * jtaylor didn't even know you could abort it [14:25] I though it ignores ^C [14:25] same [14:26] or is that just apt? [14:26] ahh [14:26] okay that makes more sense, and makes life a lot easier lol [14:26] also, i really appreciate the help tumbleweed and everyone else has given, i probably wouldnt have got this far without it.. so ive included a small acknowledgement at the bottom of the README to show my appreciation [14:27] np :) [14:28] is there another session on whats done with raring? the one yesterday had no conclusion [14:28] or I missed it :/ [14:28] sadly, not to my knowledge [14:28] tumbleweed: dh_sphinxdoc you say... didn't know about it. yeah it should do what's needed. [14:29] menesis: it looks like you are using bits of it... [14:29] just not actually using dh_sphinxdoc :) [14:29] I adapted packaging from ubuntu-packaging-guide [14:29] also, always set -e before executing multiple shell things on one line in make (unless you know you don't need to) [14:30] in regular makefiles, not only debian/rules? [14:30] yes I forgot that [14:31] I meant debian/rules [14:31] but yeah, everywhere in make :) [14:31] thanks for advice [14:46] @all got a design question.. I'm attempting to use Debian packages to push webapp releases into our production servers (there's an automated build server that creates the packages etc).. In this example, it's a django helloworld project. I can't decide whether the build scripts should be kept in their own seperate repo, or kept inside the repo where the helloworld application is.. [14:46] having it inside its own repo ensures the release process can never be accidently broken by developers.. but increases complexity slightly and adds another repo into the mix [14:48] are you using jenkins? [14:48] no, bamboo [14:51] personally, im thinking that keeping it seperate would be good. you could even go as far as storing application settings in there (such as database config, server paths etc) [14:55] if you would use jenkins I would suggest jenkins-debian-glue :) [14:57] *googles* [14:57] also - i just hit this bug lol [14:57] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590052 [14:57] Debian bug 590052 in bash "bash: Incorrect treatment of \W in prompt" [Normal,Fixed] [14:57] dev1 hmee # pwd [14:57] dev1 hmee # pwd [14:57] /hmee instead of /home lol [14:58] jenkins-debian-glue looks nice [16:19] @all ahh okay putting app config into the build repo = bad idea.. cos say a package gets built, one goes to a server in UK, the other goes to a server in the US.. both point to a replicated db, but the IP space is different on either side === al-maisan is now known as almaisan-away [17:06] cjwatson: would you mind if I merged blender before feature freeze? [17:08] micahg: Not at all, go ahead [17:08] thanks === mitya57_ is now known as mitya57 [17:29] jbicha: I see you were a bit quicker than me with blender === murthy is now known as murthy_ [17:35] tumbleweed: I have changed schooltool-book to use dh_sphinxdoc [17:37] micahg: I'm afraid https://buildd.debian.org/status/logs.php?pkg=blender&arch=powerpc doesn't look good though [17:38] hrm, looks like a missing include somewhere [17:39] that or a bug in the code [17:39] more likely the later given that it wants a "huh" [17:40] nice [17:41] being that I don't have hardware or a porter box, I'm reluctant to dig into it [17:43] same here, except it's rare that I'm able to figure out how to fix build problems on other archs [18:04] menesis: looking again [18:27] ok I lied, but actually looking now :P [18:48] * tumbleweed grumbles at native packages [18:55] so feature freeze tomorrow or not? [18:55] atm, yes [18:55] k then I should probably upload shiboken [19:08] k opening a dialog a couple dozen times did not increase memory usage, good enough for me :) [19:12] tumbleweed: not sure if you've been following #debian-python, but would you mind taking a look at https://github.com/thinkle/gourmet/tree/debian (and, erm, eventually upload it to raring?) [19:13] I saw it, and grumbled at your "I don't want to do this in Debian" [19:14] anyone know where I can find the results of a UDS discussion regarding nginx and whether it should be moved to main or not? [19:14] due to the snow storm knocking out my power, i missed the session. [19:15] (I thought I'd ask here because MOTUs would probably know whether there was anything that came from it) [19:15] TheLordOfTime: you can still watch it / read the etherpad [19:15] tumbleweed: i'd normally LOVE to do this in Debian, but it seems to involve a lot of cherry-picking for some minimal NMU, which means i have to wait for another upload for the rest of the debian/ changes. [19:15] tumbleweed, i'm getting timeouts to the UDS site, so... i can't right now, i'll have to take a look later, once i figure out what's up [19:16] i betcha network routing with the ISP is regionally broken [19:16] I keep having live streams drop out :/ [19:18] ockham: yeah, that was unresearched grumbling [19:18] tumbleweed: :-) [19:19] * tumbleweed is alternating between LTE and 3 ADSL accounts, moving around when one starts getting choppy (so far LTE wins) [19:23] hm: ImportError: libpyside.cpython-33m.so.1.1: cannot open shared object file: No such file or directory [19:23] the file exists [19:23] qtcore.so is linked against it [19:23] no undefined references [19:23] what else could be wrong? [19:25] some file that one is linked against is missing? [19:26] wait found missing file, yey restart a 2 hour build [19:27] :) [19:27] I should probably reduce the timeout for the failing tests, its waiting 10 minutes on each [19:27] if we are ignoring results... [19:28] your welcome to fix them [19:28] * tumbleweed has his hands full with pypy [19:30] thats probably more worthwile than pyside :) [19:30] with its woping 2 rdepends which are both pyqt4 | pyside [19:31] well, it has no rdeps either at all :P [19:31] but I really should be slipping a new release in before the freeze :/ [19:34] jtaylor: let me know if I can assist you in any way [19:34] arg [19:34] tumbleweed: sooo... would you consider uploading gourmet? [19:34] my package was fine, I just forgot to install one [19:35] but why wasn't there a dependency [19:35] hm [19:46] xnox: what was the practical result of https://launchpad.net/ubuntu/+source/urwid/1.0.1-2ubuntu1 ? [19:47] tumbleweed: ugly hacks and dirty tricks to make it not ftbfs with the dh_python3 as it was at that point in time. dh_python3 was throwing exceptions. [19:47] xnox: ok, because it doesn't any more [19:47] tumbleweed: this may not be necessary any more. [19:48] tumbleweed: sync, or whatever =) [19:48] that could have been due to changes in dh_python3 [19:48] cjohnston: ^ [19:48] gotcha [19:49] so it should be able to by sync'ed then and drop the delta [19:49] yeah, it looks like the new cdbs / dh_python3 does the right thing [19:50] cjohnston: uploaded "fixed" pyside and shiboken [19:50] jtaylor: that's awesome! [19:50] tried a few of the apps in the examples git [19:50] python2 seems to work ok [19:51] some python3 fail, but I think thats related to unicode things [19:51] :-/ [19:51] unicode differences in py3 [19:51] some embedded binary resources, I did not run 2to3 on it [19:52] the fancy multi-size unicode strings thing? [19:52] the python file contains qt_resource_data="lots of binary\x00\x01" [19:52] I'm not surprised that does not work in python3 without change [19:52] lol [19:53] simpler examples worked fine in py3 [19:58] adding b to the string works [19:58] b"" [19:58] so everything fine [20:02] now jsut don't dare failing on an arch I did not test! [20:05] ockham: so, what am I looking at? [20:06] tumbleweed: well, i've taken debian's 0.15.9-1 gourmet packaging and updated it to 0.16.0-1, with a bit of cleanup [20:06] where? [20:06] 0.16.0-ubuntu1, if it's for ubuntu [20:06] I'd also avoid the cleanup, unless it matters [20:06] if it doesn't let that wait fro the debian maintainer [20:07] for now it's only in git: https://github.com/thinkle/gourmet/tree/debian [20:07] i know about the version, i'll change that of course [20:08] unfortunately the debian maintainer is unresponsive... (i wouldn't consider uploading directly to ubuntu otherwise...) [20:09] ockham: yeah, we have the advantage of being able to do whatever we want to, whenever we need to, in Ubuntu [20:09] tumbleweed: i know, that's why i'm here :-P [20:09] how big is this repo? [20:09] * tumbleweed is at 50MB [20:10] my working dir is at some 25MB currently [20:11] wait, hadn't deleted dist/ subdir. subtract 8MB [20:11] 80%, 95MiB [20:12] oops, was on gh-pages branch. sry. master is at some 50MB, yup. [20:12] well, the size of .git is what really matters [20:12] well, history reaches back quite a bit [20:12] \o/, done [20:12] thx for checking this out [20:13] ockham: so, I see you've done mountains of cleanup [20:13] tumbleweed: um, yeah. both upstream and debian-wise. [20:13] what's the plan? are you going to continue merging this if the debian maintainer doesn't want it? [20:14] tumbleweed: hm. haven't considered the rejection option yet. *thinks* [20:14] well, I see things like "Switch to tiny dh style" [20:14] not everyone likes that, and I don't know christian's views... [20:15] i've actually asked him to change maintainership to PAPT, and set himself and me as Uploaders... [20:15] ockham: oh, you should migrate to beautifulsoup4 at some point [20:15] ockham: yeah I saw that [20:15] yeah, i've met some tiny dh style haters [20:15] tumbleweed: i know. still tons of modernization ahead, hence the github issue label [20:16] i hope to apply gourmet for gsoc to have some of it done [20:17] anyway, about future maintenance. yeah, i guess i'd continue merging to ubuntu in case he doesn't want some of this stuff. [20:17] ok, then I'll review... [20:17] tumbleweed: great, thx! [20:17] dpkg-source: info: local changes detected, the modified files are: [20:17] etc. [20:18] * tumbleweed can't build a source package [20:18] yikes [20:19] maybe this tree is somewhat dirty as it's also used for upstream stuff, with master merged regularly into debian. hm. care to use uscan to download the release tarball? [20:21] yeah, I did that [20:23] ockham: and that's when it threw up at me [20:23] tumbleweed: oops. sry. [20:24] one sec [20:30] hm, downloaded tar.bz2 manually, copied debian dir to it, ran dpkg-buildpackage -S -sa -rfakeroot, then tried debuild -> seems to WFM. strange. [20:30] tumbleweed: ^ [20:30] ockham: I did debuild in a the git checkout [20:32] tumbleweed: would you mind trying the tarball plus the debian dir from git? [20:32] sure [20:32] i guess there *are* some differences between git and the tarball (produced with python setup.py sdist) [20:32] i tried to make sure contents are identical with the git repo, but must've missed something [20:33] tumbleweed: thx [20:46] ockham: http://paste.ubuntu.com/5591432/ [20:47] tumbleweed: ooh crap. [20:47] and i just released that tarball. [20:47] (that was from a chroot, thus the DISPLAY:...) [20:47] but I assume it's an issue [20:49] tumbleweed: yeah, i think it's this one: . and i guess it occured because i didn't test other locales than de_AT. you're en_ZA, right? [20:50] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614367 [20:50] Debian bug 614367 in gourmet "gourmet does not bootstrap under LANG=pt_BR.UTF-8" [Normal,Open] [20:51] I am [20:51] are you going to fix that? [20:52] yeah, investigating now [20:53] exactly when is the FF? tomorrow at 9pm UTC? [20:53] tomorrow being 7th [20:55] Freezes normally happen at 2100 UTC, to permit overnight builds to include the last content. Please make sure all changes have been uploaded before then unless agreed to by the release team. [21:03] hrm... virtualbox on raring seems to be having issues with the newer kernels [21:07] cjohnston, there's an open bug about kernel issues and VBox [21:07] at least one, that is. [21:07] cjohnston, what kernel does raring use again? [21:07] (version number) [21:08] I see that [21:09] 3.8.0-11 [21:13] I'm testing the upstream patch [21:13] cjohnston, mind dropping a link to that patch? [21:14] https://www.virtualbox.org/changeset/44317/vbox [21:15] https://plus.google.com/hangouts/_/914b5784e52c5967784eae44e4b138a346b1ff90?authuser=0 post UDS drinking hangout .... [21:29] cjohnston: I'm about to upload virtualbox 4.2.8 to Debian [21:29] debfx: ok [21:30] the only thing blocking it is the configure script that doesn't detect the multiarch python in raring [21:35] debfx: this'll work as a guest with the current kernel in sid? [21:37] micahg: that new blender is segfaulting :( [21:37] ajmitch: afaik the current version also works fine with the Debian sid kernel [21:38] tumbleweed: your .bashrc (or whatever) isn't set to LC_ALL="C" by chance, is it? [21:38] ockham: in this case, no locale environment variables at all [21:39] debfx: I barely had time to take a look at what was going wrong, but I had issues with the guest dkms modules [21:39] I'd file a bug now but I'm not at that machine :) [21:39] tumbleweed: chroot or some, right. so that's equivalent to LC_ALL="", right? [21:42] ockham: installing a lang-pack and using a non-C locale works [21:42] that sounds like something you should fix, though [21:42] tumbleweed: yup, i know. i think i've found, but could only reproduce it with LC_ALL="C". LC_ALL="en_ZA.UTF-8" WFM, though [21:43] yup, en_ZA works for me [21:44] so, you're saying this isn't a regression, and I should just upolad this as is [21:44] ? [21:46] ajmitch: I'm not aware of any bugs. they may not work with kernel >= 3.5 but that shouldn't affect sid. [21:46] oh great, now gcc throws an internal compiler error at me [21:47] anyone interested in taking over virtualbox package maintenance? ;) [21:47] debfx: yeah, I'll take a look again when I get back to that machine & file a bug in debian if there's a problem [21:47] hah [21:49] debfx: just applying that patch there is a problem building [21:52] ajmitch: as long as the bug contains a patch ... :) [21:52] cjohnston: the python issue? [21:52] yup [21:53] debfx: is there a fix for that somewhere that you know of? trying to get it into a ppa if nothing else for someone [21:53] cjohnston: no, that's what I'm working on right now [21:53] ahh [21:55] debfx: sure :) [21:56] tumbleweed: have you deliberately not synced beets 1.0 to raring? [21:57] debfx: no, I'll do it [21:58] thanks [21:58] * tumbleweed must have forgotten [22:11] jbicha: awesome :( [22:14] tumbleweed: well it's clearly a bug for LC_ALL="C", though not necessarily a regression. i think i've found a fix, but if it's really only going to affect LC_ALL="C", i think i'd rather not release a 0.16.1 tarball with only one line changed... [22:14] does shiboken have to be unnewed before ff? [22:14] ockham: debian quilt patch? [22:14] tumbleweed: sounds good [22:15] tumbleweed: one moment [22:15] Hi. Could someone please upload the new rc of easystroke that fixes this show-stopper bug: https://bugs.launchpad.net/ubuntu/+source/easystroke/+bug/1106922 ? [22:15] Launchpad bug 1106922 in easystroke (Ubuntu) "editing actions no longer possible" [Undecided,Confirmed] [22:16] sure [22:19] thjaeger: any more info on the gtkmm issue? [22:20] I heard from some mint people that their gtk stuff is broken in raring too, maybe a larger issue [22:20] it's a custom cellrenderer, which really needs to be implemented as a GObject [22:23] I don't think it's possible to do this within gtkmm [22:24] there a couple mailing list postings on the subject but not really a resolution [22:24] gtk has always been spitting out warnings about this thing, but in this iteration it finally broke [22:24] if only my raring chroots would work ._. [22:25] the only way out I saw was to implement the cellrenderer in vala (because who can actually write gobject c code)? [22:26] the package I attached to the bug report is identical to the version in the ppa, so it should build, but I can provide a pbuilder log if that helps [22:27] thjaeger: is it possible to let easystroke disable itself when something goes into fullscreen? [22:30] thjaeger: the package does not build depend on vala [22:30] packages should regenerate the sources, using pregenerated sources is very bad style [22:31] jtaylor, that's an interesting idea, it wouldn't be hard to implement since I'm already keeping track of properties of application windows [22:31] (but no, it's not possible right now) [22:31] thjaeger: that would be a nice feature, I always forget to disable easystroke when I start a game :/ [22:32] the thing is, I actually had to modify the gtk-3.0 vapi file to generate the C source [22:32] I'm attempting to install egg-list-box using jhbuild and am making it as far as the build phase before I get the error "/bin/bash: --pkg: command not found". The full output from that phase can be found at http://paste.ubuntu.com/5591640/. I can't find any package called 'pkg' (unless someone's misspelled dpkg). Can anyone help me out with this? [22:33] thjaeger: in what way did you have to modify it? [22:33] tumbleweed: pushed to git [22:33] jtaylor, so I would have to import the 8600-line vapi file into my source tree (which is actually encourage, apparently), at which point I might as well just keep the autogenerated code in the tree [22:34] makes it easier to compile, too [22:35] jtaylor, some arguments are not declared nullable in the vapi file that gtk actually passes null to under some circumstance [22:35] and vala generates code that bails out when null gets passed [22:35] thjaeger: did you file a bug? [22:36] not yet [22:36] looks to me like something better fixed in the vala package so its fixed for all users [22:37] jtaylor, i think what needs to happen is for someone to grep the C documentation for the word NULL and fix this for all function this applies to [22:37] I have a feeling this happens a lot in the less-used parts of gtk [22:38] (sorry about my spelling) [22:40] thjaeger: first step would be to file a bug and attach the fixes you have [22:40] for the package right now I'm unsure [22:40] we could add your patch to the package and patch it during build [22:41] because machine generated code does not count as source under dfsg rules, especially if you have to patch the toolchain to generate it [22:43] tumbleweed: *ping* (pushed quilt patch to git) [22:43] @other motus: given ff tomorrow can we make an exception for now? or file for ffe later? [22:43] either [22:43] jtaylor, not even when it is part of the upstream package? [22:45] thjaeger: but its not part of upstream package, you have to patch it [22:46] ockham: seems happy [22:46] jtaylor, sorry I meant easystroke upstream, not vala upstream [22:46] tumbleweed: yay! [22:47] thjaeger: is the patch in the source somewhere? [22:48] the patch for gtk+-3.0.vapi? not right now, but I could add it if it helps things along [22:49] what if I modify the generated C code to get rid of the warnings have been annoying me? Then it's not auto-generated code anymore, so dfgs guidelines should not apply... [22:50] debfx: you still around? [22:51] tumbleweed: so where do we go from here? you want me to fix the version number in debian/changelog to 0.16.0ubuntu1, and add that XSBC-Original-Maintainer stuff? [22:51] thjaeger: you can argue your way around this issue yes :) [22:51] ockham: naah, I'll just do it [22:52] tumbleweed: cool, thx! [22:52] thjaeger: the spirit of it is that e.g. vala gets a security update, we just need to rebuild everything [22:52] thjaeger: if you do not generate during the build you have to track down all packages and update the files [22:52] fiddling out where the author maybe changed things [22:53] thjaeger and jtaylor: DFSG requires distirbution in the preferred form of modification. If you can no longer generate the code, then you aren't doing that. [22:53] but if the once generated source is upstreams preferred form of modification? :) [22:54] thjaeger: can you send me the patch? we can put it in the package and patch the vapi file during the build [22:54] If that's really, actually true and they'll never regenerate it again, I suppose, but that doesn't sound like the case here. [22:54] that would be sufficient for now, we can fix vala itself later [22:55] or we copy the patched vapi file into debian/ or the orig tarball [22:58] jtaylor, I've attached the patch to the bug report [23:01] tumbleweed: so, um, is that all you need from me? [23:02] thjaeger: how do I use the patched file? [23:02] ockham: https://launchpad.net/ubuntu/raring/+source/gourmet/0.16.0-0ubuntu1 [23:02] tumbleweed: awesome, thx! [23:02] jtaylor, patch -p1 /usr/share/vala-0.18/vapi/gtk+-3.0.vapi < make-event-argument-nullable.patch [23:03] thjaeger: I mean with valac [23:03] I don't want to patch the system file [23:03] i don't know [23:04] let me try --vapidir [23:05] seems to work [23:06] jtaylor, got it: valac -c cellrenderertextish.vala --vapidir=dir,/usr/share/vala-0.18/vapi/ --pkg gtk+-3.0 -C -H cellrenderertextish.h [23:07] heading out. see you guys tomorrow :) [23:10] jtaylor, bug reported with vala upstream: https://bugzilla.gnome.org/show_bug.cgi?id=695329 [23:10] Gnome bug 695329 in Bindings: GTK+ GStreamer WebKitGTK+ "start_editing event argument should be nullable" [Normal,Unconfirmed] [23:10] thx [23:27] jtaylor, i gotta run, but thanks for looking into this issue. [23:39] okay, good night everybody! [23:39] tumbleweed: thx again! === jacky is now known as jalcine