/srv/irclogs.ubuntu.com/2007/11/03/#ubuntu-mozillateam.txt

Ubulettedoes anoyone know if someone is already working on packaging songbird ? (ubuntu or debian)00:22
JazzvaHmm, you can check out ITP's on Debian BTS and on Launchpad :)...00:30
Jazzvacheck out = if there are00:31
Jazzvacheck if there are...00:31
* Jazzva is tired... a bit.00:31
Ubuletteme too00:38
=== asac_ is now known as asac
=== asac_ is now known as asac
JazzvaOff for the rest of the day. See you in the evening or something like that...14:25
=== asac_ is now known as asac
Ubulettehi15:10
=== bluekuja_ is now known as bluekuja
=== asac_ is now known as asac
asac_the_2nd:( i cannot log into my home anymore20:58
asac_the_2ndbut asac is still online20:58
asac_the_2ndwhat the hell is going on :(20:58
asac_the_2ndoh cool apparently it just reconnected :)20:59
Ubulette:)20:59
asac_the_2nd \o/ i am in again20:59
asac_here21:00
Ubuletteasac, i've pushed kazehakase 0.5.0 to my ppa21:00
asac_the_2ndcool ... but doesn't support xul 1.9 yet?21:01
Ubuletteno21:02
asac_the_2ndUbulette: do you see joins/parts ? is the connection of asac shaky today?21:02
asac_the_2ndmy connection just broke again :/21:02
Ubulettehttp://paste.ubuntu.com/1639/21:03
asac_the_2ndoh damn ... i hate it21:04
asac_the_2ndNov  3 09:04:23 senica pppd[29605]: Connect time 1440.0 minutes.21:05
asac_the_2ndNov  3 12:46:35 senica pppd[29605]: Connect time 221.7 minutes.21:05
asac_the_2ndNov  3 15:18:54 senica pppd[29605]: Connect time 150.7 minutes.21:05
asac_the_2ndNov  3 17:38:02 senica pppd[29605]: Connect time 133.4 minutes.21:05
asac_the_2ndNov  3 17:42:59 senica pppd[29605]: Connect time 4.4 minutes.21:05
asac_the_2ndNov  3 17:51:21 senica pppd[29605]: Connect time 3.7 minutes.21:05
asac_the_2ndNov  3 20:25:38 senica pppd[29605]: Connect time 148.4 minutes.21:05
asac_the_2ndNov  3 21:45:30 senica pppd[29605]: Connect time 79.4 minutes.21:05
asac_the_2ndNov  3 21:56:57 senica pppd[29605]: Connect time 1.7 minutes.21:05
asac_the_2ndNov  3 22:01:49 senica pppd[29605]: Connect time 4.0 minutes.21:05
asac_the_2nd4 minutes21:06
asac_the_2ndwow21:06
=== asac__ is now known as asac
Ubulettemiro just changed its libtorrent21:06
asac_the_2ndok fortunately i copied the python thing to this laptop yesterday21:07
asac_the_2ndi will try to extract the clean bits now21:07
Ubulettea libtorrent half c++ / half python using libboost21:08
Ubulette"Switch from BitTorrent to libtorrent"21:10
asac_the_2ndhmm21:10
asac_the_2ndat least the right libtorrent ... or the rasterbar thing?21:10
Ubuletteno idea21:11
UbuletteArvid Norberg, rings a bell ?21:12
asac_the_2ndnick?21:16
asac_the_2ndotherwise no21:16
Ubuletteno, author of libtorrent21:17
Ubulettehe's in all (c)21:18
asac_the_2n1:(21:21
asac_the_2n1now the hotels wired network ... maybe thats better21:21
Ubulette:)21:22
asac_the_2n1you have dual monitor setup?21:23
Ubuletteno21:23
asac_the_2n1hmm21:27
asac_the_2n1http://people.debian.org/~asac/gnome-python-extras.xul1.9.fulldiff21:36
asac_the_2n1with that patch you have to pass "any" to configure for gecko embedder21:36
asac_the_2n1e.g. its not really clean21:36
Ubuletteyou changed c to cpp just because of the cpp include, right ?21:39
asac_the_2n1yes21:39
asac_the_2n1thats the official hack to get access to those unstable symbols21:39
asac_the_2n1so no more C-ony21:40
asac_the_2n1only21:40
asac_the_2n1i will get something to drink because i am drying out and then clean this up a bit ... maybe the package will then build21:40
Ubuletteok21:40
asac_the_2n1bb in 20 min21:40
Ubulettehmm, why did you change xulrunner instead of adding xul1.9 ?21:43
asac_the_2n1i will do that now :)21:56
Ubulette_updated & renamed as txt: http://www.sofaraway.org/ubuntu/tmp/xul1_9.patch.txt22:01
asac_the_2n1hmm ... but thats still not right ... it still only works for any :)22:02
asac_the_2n1oh22:02
asac_the_2n1all fine22:02
asac_the_2n1thanks22:02
asac_the_2n1does the required version work?22:03
asac_the_2n1do we need any at all? e.g. we have the version in the PKG_CHECK_MODULES22:03
Ubulette_we don't need any but it doesn't hurt to make the patch complete22:03
asac_the_2n1hmmm and the you removed the unstable thing?22:04
asac_the_2n1e.g. use:22:04
Ubulette_oh, sorry22:04
Ubulette_merge then22:04
asac_the_2n1if test $mozpackage = xulrunner-1.9; then22:04
asac_the_2n1GTKMOZEMBED_CFLAGS="$GTKMOZEMBED_CFLAGS $(pkg-config --cflags --define-variable=includetype=unstable libxul-embedding-1.9)"22:04
asac_the_2n1GTKMOZEMBED_LIBS="$GTKMOZEMBED_LIBS $(pkg-config --libs libxul-embedding-1.9)"22:04
asac_the_2n1else22:04
asac_the_2n1if test -n "$export_dynamic"; then22:04
asac_the_2n1  GTKMOZEMBED_LIBS=`echo $GTKMOZEMBED_LIBS | sed -e "s/$export_dynamic//"`22:04
asac_the_2n1fi22:04
asac_the_2n1MOZILLA_HOME="`$PKG_CONFIG --variable=libdir $mozpackage-gtkmozembed`"22:04
asac_the_2n1AC_SUBST(MOZILLA_HOME)22:04
asac_the_2n1fi22:04
asac_the_2n1sorry for the pastry ... let me paste itsomewhere right22:04
asac_the_2n1something like http://paste.ubuntu.com/1640/22:05
asac_the_2n1then we need to check for BUILD_GTKMOZEMBED_RPATH in Makefile.am and don't use -R... in that case22:05
asac_the_2n1well $MOZILLA_HOME won't work in AM_CONDITIONAL I guess22:06
asac_the_2n1but you get the idea22:06
asac_the_2n1is version 1.9 too high for our alpha build?22:08
asac_the_2n1ok it works22:08
Ubulette_ix:~$ pkg-config --define-variable=includetype=unstable  libxul-embedding-1.922:08
Ubulette_ix:~$22:08
Ubulette_empty ?22:08
asac_the_2n1he?22:08
asac_the_2n1not for me22:08
Ubulette_og22:09
Ubulette_oh22:09
asac_the_2n1 pkg-config --cflags --define-variable=includetype=unstable  libxul-embedding-1.922:09
Ubulette_ix:~$ pkg-config --cflags --define-variable=includetype=unstable libxul-embedding-1.922:09
Ubulette_-DXPCOM_GLUE -fshort-wchar -I/usr/include/xulrunner-1.9a9pre/unstable22:09
asac_the_2n1yeah22:09
asac_the_2n1the _LIBS line looks ambigious though22:09
Ubulette_hold on. i'll merge that one22:10
asac_the_2n1good22:10
asac_the_2n1and try to make the22:10
asac_the_2n1--export-symbols-regex initgtkmozembed\ --R$(MOZILLA_HOME) +-export-symbols-regex initgtkmozembed -fPIC22:11
asac_the_2n1-R$(MOZILLA_HOME) dependent on whether we use old gecko providers22:11
asac_the_2n1afterwards the package battle begins :)22:11
asac_the_2n1http://paste.ubuntu.com/1641/22:14
asac_the_2n1all those need to look up the right GRE22:14
asac_the_2n1maybe we should add a wrapper for that to the python api as well22:14
asac_the_2n1maybe adding wrappers for http://mxr.mozilla.org/mozilla/source/xpcom/glue/standalone/nsXPCOMGlue.h to gtkmozembed.defs ... or adding a new nsXPCOMGlue.defs?22:21
asac_the_2n1Ubulette_: do you know if that .defs file can be generated from a .h file?22:22
Ubulette_hmm, i don't know. you're the expert here :)22:24
Ubulette_what about this: http://www.sofaraway.org/ubuntu/tmp/xul1_9-v2.patch.txt ?22:24
=== Ubulette_ is now known as Ubulette
=== asac_the_2n1 is now known as asac_the_2nd
Ubuletteasac_the_2nd, still there ?22:26
asac_the_2ndshre22:27
asac_the_2ndsure22:27
asac_the_2nd:)22:27
Ubulette<Ubulette_> what about this: http://www.sofaraway.org/ubuntu/tmp/xul1_9-v2.patch.txt ?22:28
Ubulette(untested)22:29
asac_the_2ndwhy not keep MOZILLA_HOME unset and test like ifneq(,$(MOZILLA_HOME))22:31
asac_the_2nd?22:31
asac_the_2ndotherwise it looks good ... of course you miss the .c -> .cpp hunks22:32
asac_the_2ndbut we definitly should add GRE wrappers22:33
asac_the_2ndaeh glue wrappers i mean ;)22:33
Ubulettewell, if anything else try to use MOZILLA_HOME, it will be clear that way why it's not working22:36
Ubuletteok, i let you continue, i'm on something else22:37
asac_the_2ndright22:37
Ubulettebtw, kaze will not build on hardy until gnutls is updated22:38
asac_the_2ndwhich version would we need?22:38
Ubulettebug 13963522:39
ubotuLaunchpad bug 139635 in libgpg-error "[cryptsetup] library dependency in /sbin/cryptsetup" [Undecided,In progress] https://launchpad.net/bugs/13963522:39
Ubulettelast comment22:39
Ubuletteso i guess libgnutls13 >> 1.6.3-1build122:40
asac_the_2ndsounds like its enqueued and should be build soon :)22:40
asac_the_2ndhi22:41
Jazzvahello22:41
Jazzvaasac_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:43
JazzvaThat'll be it until thursday. The first three days of the week are gonna be quite busy... school22:44
Ubuletteasac_the_2nd, bzr 0.92 is in hardy22:46
asac_the_2ndfinal?22:51
asac_the_2ndcool22:51
asac_the_2ndJazzva: sounds good22:51
Jazzva:)22:51
Ubulettewell no bzr 0.92~rc1 but bzrtools 0.92.022:52
asac_the_2ndyeah... good22:52
asac_the_2ndi have it from bzr still22:52
Ubulettehmm, i don't get what pitti said in the bug23:00
Ubulettehttps://edge.launchpad.net/ubuntu/+source/gnutls13/23:00
Ubulettehardy is still using the deb from gutsy23:01
asac_the_2ndwhen did the build fail?23:01
Ubulettetoday23:01
asac_the_2ndafter or before he said it should be build soon?23:02
Ubulette5h after23:02
asac_the_2ndyeah23:02
Ubulettefta@ix:~ $ apt-cache madison libgnutls1323:02
Ubulettelibgnutls13 | 1.6.3-1build1 | http://archive.ubuntu.com hardy/main Packages23:02
Ubulette  gnutls13 |    2.0.1-1 | http://archive.ubuntu.com hardy/main Sources23:02
Ubulettehm23:02
asac_the_2ndhmm ... where should libgpg-error.so come from?23:02
asac_the_2ndmaybe a missing build depend?23:02
Ubuletteno. libtool wants the .la in /usr/bin, it's in /lib now23:03
asac_the_2ndwell thats just a warning23:04
asac_the_2ndthe final error doesn't find libgpg-error.so23:04
asac_the_2ndwhich _should_ be provided by libgpg-error-dev23:04
asac_the_2ndlooks like that dev package is not in build-depends23:05
Ubulettehttps://edge.launchpad.net/ubuntu/+source/libgcrypt11/23:05
asac_the_2ndat least not directly23:05
Ubuletteit's just moved23:05
Ubuletteso gnutls13 has to be recompiled23:05
asac_the_2ndwell ... thats what is tried ... but it fails because it lacks a build-depend23:06
asac_the_2ndi 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-dev23:08
asac_the_2ndbb soon23:08
Ubuletteoh, you mean libgnutls13 2.*, i was talking about kaze/nautilus/...23:08
asac_the_2ndwell ... the last comment of pitti in the bug you showed me talks about getting gnutls13 build23:09
asac_the_2ndthen i looked at build failed log of that and its a missing bd23:09
asac_the_2ndk ... down for a few minutes23:10
=== asac_ is now known as asac
asac_the_2ndbtw, pitti was not there23:42
asac_the_2ndi guess he is having dinner or something23:42
Ubuletteok23:49
Ubuletteone option if for me to fix it and push it to my own ppa23:50
Ubulettes/if/is/23:50
Ubulettecc: /usr/lib/libgpg-error.so: No such file or directory23:54
Ubulette$ locate libgpg-error.so23:54
Ubulette /lib/libgpg-error.so.0.3.023:54
Ubulette /lib/libgpg-error.so.023:54
Ubuletteso that's the same reason23:54
asac_the_2ndhmm ... why isn't looked into /lib ?23:58
asac_the_2ndmaybe the .pc file is broken of libgpg-error ?23:58
Ubulettethe guy just moved to /lib using .install so it's obviously wrong23:59

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