[00:22] does anoyone know if someone is already working on packaging songbird ? (ubuntu or debian) [00:30] Hmm, you can check out ITP's on Debian BTS and on Launchpad :)... [00:31] check out = if there are [00:31] check if there are... [00:31] * Jazzva is tired... a bit. [00:38] me too === asac_ is now known as asac === asac_ is now known as asac [14:25] Off for the rest of the day. See you in the evening or something like that... === asac_ is now known as asac [15:10] hi === bluekuja_ is now known as bluekuja === asac_ is now known as asac [20:58] :( i cannot log into my home anymore [20:58] but asac is still online [20:58] what the hell is going on :( [20:59] oh cool apparently it just reconnected :) [20:59] :) [20:59] \o/ i am in again [21:00] here [21:00] asac, i've pushed kazehakase 0.5.0 to my ppa [21:01] cool ... but doesn't support xul 1.9 yet? [21:02] no [21:02] Ubulette: do you see joins/parts ? is the connection of asac shaky today? [21:02] my connection just broke again :/ [21:03] http://paste.ubuntu.com/1639/ [21:04] oh damn ... i hate it [21:05] Nov 3 09:04:23 senica pppd[29605]: Connect time 1440.0 minutes. [21:05] Nov 3 12:46:35 senica pppd[29605]: Connect time 221.7 minutes. [21:05] Nov 3 15:18:54 senica pppd[29605]: Connect time 150.7 minutes. [21:05] Nov 3 17:38:02 senica pppd[29605]: Connect time 133.4 minutes. [21:05] Nov 3 17:42:59 senica pppd[29605]: Connect time 4.4 minutes. [21:05] Nov 3 17:51:21 senica pppd[29605]: Connect time 3.7 minutes. [21:05] Nov 3 20:25:38 senica pppd[29605]: Connect time 148.4 minutes. [21:05] Nov 3 21:45:30 senica pppd[29605]: Connect time 79.4 minutes. [21:05] Nov 3 21:56:57 senica pppd[29605]: Connect time 1.7 minutes. [21:05] Nov 3 22:01:49 senica pppd[29605]: Connect time 4.0 minutes. [21:06] 4 minutes [21:06] wow === asac__ is now known as asac [21:06] miro just changed its libtorrent [21:07] ok fortunately i copied the python thing to this laptop yesterday [21:07] i will try to extract the clean bits now [21:08] a libtorrent half c++ / half python using libboost [21:10] "Switch from BitTorrent to libtorrent" [21:10] hmm [21:10] at least the right libtorrent ... or the rasterbar thing? [21:11] no idea [21:12] Arvid Norberg, rings a bell ? [21:16] nick? [21:16] otherwise no [21:17] no, author of libtorrent [21:18] he's in all (c) [21:21] :( [21:21] now the hotels wired network ... maybe thats better [21:22] :) [21:23] you have dual monitor setup? [21:23] no [21:27] hmm [21:36] http://people.debian.org/~asac/gnome-python-extras.xul1.9.fulldiff [21:36] with that patch you have to pass "any" to configure for gecko embedder [21:36] e.g. its not really clean [21:39] you changed c to cpp just because of the cpp include, right ? [21:39] yes [21:39] thats the official hack to get access to those unstable symbols [21:40] so no more C-ony [21:40] only [21:40] i will get something to drink because i am drying out and then clean this up a bit ... maybe the package will then build [21:40] ok [21:40] bb in 20 min [21:43] hmm, why did you change xulrunner instead of adding xul1.9 ? [21:56] i will do that now :) [22:01] updated & renamed as txt: http://www.sofaraway.org/ubuntu/tmp/xul1_9.patch.txt [22:02] hmm ... but thats still not right ... it still only works for any :) [22:02] oh [22:02] all fine [22:02] thanks [22:03] does the required version work? [22:03] do we need any at all? e.g. we have the version in the PKG_CHECK_MODULES [22:03] we don't need any but it doesn't hurt to make the patch complete [22:04] hmmm and the you removed the unstable thing? [22:04] e.g. use: [22:04] oh, sorry [22:04] merge then [22:04] if test $mozpackage = xulrunner-1.9; then [22:04] GTKMOZEMBED_CFLAGS="$GTKMOZEMBED_CFLAGS $(pkg-config --cflags --define-variable=includetype=unstable libxul-embedding-1.9)" [22:04] GTKMOZEMBED_LIBS="$GTKMOZEMBED_LIBS $(pkg-config --libs libxul-embedding-1.9)" [22:04] else [22:04] if test -n "$export_dynamic"; then [22:04] GTKMOZEMBED_LIBS=`echo $GTKMOZEMBED_LIBS | sed -e "s/$export_dynamic//"` [22:04] fi [22:04] MOZILLA_HOME="`$PKG_CONFIG --variable=libdir $mozpackage-gtkmozembed`" [22:04] AC_SUBST(MOZILLA_HOME) [22:04] fi [22:04] sorry for the pastry ... let me paste itsomewhere right [22:05] something like http://paste.ubuntu.com/1640/ [22:05] then we need to check for BUILD_GTKMOZEMBED_RPATH in Makefile.am and don't use -R... in that case [22:06] well $MOZILLA_HOME won't work in AM_CONDITIONAL I guess [22:06] but you get the idea [22:08] is version 1.9 too high for our alpha build? [22:08] ok it works [22:08] ix:~$ pkg-config --define-variable=includetype=unstable libxul-embedding-1.9 [22:08] ix:~$ [22:08] empty ? [22:08] he? [22:08] not for me [22:09] og [22:09] oh [22:09] pkg-config --cflags --define-variable=includetype=unstable libxul-embedding-1.9 [22:09] ix:~$ pkg-config --cflags --define-variable=includetype=unstable libxul-embedding-1.9 [22:09] -DXPCOM_GLUE -fshort-wchar -I/usr/include/xulrunner-1.9a9pre/unstable [22:09] yeah [22:09] the _LIBS line looks ambigious though [22:10] hold on. i'll merge that one [22:10] good [22:10] and try to make the [22:11] - -export-symbols-regex initgtkmozembed \ - -R$(MOZILLA_HOME) + -export-symbols-regex initgtkmozembed -fPIC [22:11] -R$(MOZILLA_HOME) dependent on whether we use old gecko providers [22:11] afterwards the package battle begins :) [22:14] http://paste.ubuntu.com/1641/ [22:14] all those need to look up the right GRE [22:14] maybe we should add a wrapper for that to the python api as well [22:21] maybe adding wrappers for http://mxr.mozilla.org/mozilla/source/xpcom/glue/standalone/nsXPCOMGlue.h to gtkmozembed.defs ... or adding a new nsXPCOMGlue.defs? [22:22] Ubulette_: do you know if that .defs file can be generated from a .h file? [22:24] hmm, i don't know. you're the expert here :) [22:24] what about this: http://www.sofaraway.org/ubuntu/tmp/xul1_9-v2.patch.txt ? === Ubulette_ is now known as Ubulette === asac_the_2n1 is now known as asac_the_2nd [22:26] asac_the_2nd, still there ? [22:27] shre [22:27] sure [22:27] :) [22:28] what about this: http://www.sofaraway.org/ubuntu/tmp/xul1_9-v2.patch.txt ? [22:29] (untested) [22:31] why not keep MOZILLA_HOME unset and test like ifneq(,$(MOZILLA_HOME)) [22:31] ? [22:32] otherwise it looks good ... of course you miss the .c -> .cpp hunks [22:33] but we definitly should add GRE wrappers [22:33] aeh glue wrappers i mean ;) [22:36] well, if anything else try to use MOZILLA_HOME, it will be clear that way why it's not working [22:37] ok, i let you continue, i'm on something else [22:37] right [22:38] btw, kaze will not build on hardy until gnutls is updated [22:38] which version would we need? [22:39] bug 139635 [22:39] Launchpad bug 139635 in libgpg-error "[cryptsetup] library dependency in /sbin/cryptsetup" [Undecided,In progress] https://launchpad.net/bugs/139635 [22:39] last comment [22:40] so i guess libgnutls13 >> 1.6.3-1build1 [22:40] sounds like its enqueued and should be build soon :) [22:41] hi [22:41] hello [22:43] asac_the_2nd: I took a look at 5 merges/syncs. Took action for 2, waiting for the answer from the uploader for 2, and still need to look at 5th and inform the uploader that I would like to do it :). [22:44] That'll be it until thursday. The first three days of the week are gonna be quite busy... school [22:46] asac_the_2nd, bzr 0.92 is in hardy [22:51] final? [22:51] cool [22:51] Jazzva: sounds good [22:51] :) [22:52] well no bzr 0.92~rc1 but bzrtools 0.92.0 [22:52] yeah... good [22:52] i have it from bzr still [23:00] hmm, i don't get what pitti said in the bug [23:00] https://edge.launchpad.net/ubuntu/+source/gnutls13/ [23:01] hardy is still using the deb from gutsy [23:01] when did the build fail? [23:01] today [23:02] after or before he said it should be build soon? [23:02] 5h after [23:02] yeah [23:02] fta@ix:~ $ apt-cache madison libgnutls13 [23:02] libgnutls13 | 1.6.3-1build1 | http://archive.ubuntu.com hardy/main Packages [23:02] gnutls13 | 2.0.1-1 | http://archive.ubuntu.com hardy/main Sources [23:02] hm [23:02] hmm ... where should libgpg-error.so come from? [23:02] maybe a missing build depend? [23:03] no. libtool wants the .la in /usr/bin, it's in /lib now [23:04] well thats just a warning [23:04] the final error doesn't find libgpg-error.so [23:04] which _should_ be provided by libgpg-error-dev [23:05] looks like that dev package is not in build-depends [23:05] https://edge.launchpad.net/ubuntu/+source/libgcrypt11/ [23:05] at least not directly [23:05] it's just moved [23:05] so gnutls13 has to be recompiled [23:06] well ... thats what is tried ... but it fails because it lacks a build-depend [23:08] i go down for a smoke ... maybe pitti is there in the library ... i can then ask him, but from what i see gnutls lacks a build-dependon libgpg-error-dev [23:08] bb soon [23:08] oh, you mean libgnutls13 2.*, i was talking about kaze/nautilus/... [23:09] well ... the last comment of pitti in the bug you showed me talks about getting gnutls13 build [23:09] then i looked at build failed log of that and its a missing bd [23:10] k ... down for a few minutes === asac_ is now known as asac [23:42] btw, pitti was not there [23:42] i guess he is having dinner or something [23:49] ok [23:50] one option if for me to fix it and push it to my own ppa [23:50] s/if/is/ [23:54] cc: /usr/lib/libgpg-error.so: No such file or directory [23:54] $ locate libgpg-error.so [23:54] /lib/libgpg-error.so.0.3.0 [23:54] /lib/libgpg-error.so.0 [23:54] so that's the same reason [23:58] hmm ... why isn't looked into /lib ? [23:58] maybe the .pc file is broken of libgpg-error ? [23:59] the guy just moved to /lib using .install so it's obviously wrong