=== raju1 is now known as raju [12:10] Hi guys.... someone can help me with this? [12:10] http://debomatic64.debian.net/precise/pool/shogun_1.1.0-1ubuntu1/shogun_1.1.0-1ubuntu1.buildlog (16MB!) [12:10] snippet: [12:10] make[1]: Entering directory `/tmp/buildd/shogun-1.1.0/shogun-ruby_modular/interfaces/ruby_modular' [12:10] clang++ -Xlinker --no-undefined -L../../shogun -lshogun -lruby-1.9.1 -fPIC -shared -ldl modshogun_wrap.cxx.o sg_print_functions.cpp.o -L../../shogun -lshogun -lm -pthread -lhdf5 -ljson -lxml2 -llapack -lcblas -llapack_atlas -larpack -lglpk -lm -llzo2 -lz -llzma -o modshogun.so [12:10] modshogun_wrap.cxx.o: In function `Init_modshogun': [12:10] /tmp/buildd/shogun-1.1.0/shogun-ruby_modular/interfaces/ruby_modular/modshogun_wrap.cxx:378696: undefined reference to `rb_define_module' [12:11] the libraries must be after the objects [12:12] lshogun and lruby [12:12] ah ok, always the same :) [15:40] Hi guys... I'm looking at merge eggdrop... last ubuntu changes import a SSL patch, in website I can read: [15:42] Hi guys... I'm looking at merge eggdrop... last ubuntu changes import a SSL patch, in website I can read: [15:42] Adds SSL support to Eggdrop, allowing your bot to establish an SSL connection with IRC servers that support it. Note this patch does not have 64-bit or thread support. Also note this patch works for some but causes crashes for others—see this forum thread for more information. Users who experience crashes after applying this patch should not send a bug report to Eggdrop development, but instead consider using the development version of Eggdr [15:43] op 1.8 w [15:43] hich includes SSL support. [15:43] the question is: we have to apply it anyway ?.. I mean, it seems that introduces some crashes, could it be more safe do not include it this time? === l3on_ is now known as l3on [16:03] l3on, dpkg-ruby is absolute by ruby-debian [16:03] see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654296 [16:03] Debian bug 654296 in ftp.debian.org "RM: dpkg-ruby -- RoQA; obsoleted by ruby-debian" [Normal,Open] [16:04] udienz, ah ok, so we have to make a transitional package ? [16:05] Regarding icons.. Which resolution does ubuntu use for the launcher and lenses? Would it be ok to only install a 128x128 version, or should I convert it down to something like x64? [16:06] l3on, why we need it? [16:07] udienz, I don't know, I'm learning this things in these days ... so, don't really care about by words :) [16:07] anyway, is not the standard way to replace a package with another ? [16:08] l3on, http://anonscm.debian.org/gitweb/?p=collab-maint/ruby-debian.git;a=blob;f=debian/control;hb=HEAD#l14 ruby-debian will replace dpkg-ruby [16:08] ah great! :) [16:08] l3on, you can use replace [16:10] ah ok, :) [16:11] l3on, for bug 896668. please add debdiff from latest ubuntu change to your newer ubuntu changes [16:11] Launchpad bug 896668 in forked-daapd (Ubuntu) "Please merge forked-daapd 0.19gcd-2 (universe) from Debian unstable " [Undecided,Confirmed] https://launchpad.net/bugs/896668 [16:11] so we have 2 debdiff, 1) debdiff debian-ubuntu 2) debdiff ubuntu-ubuntu [16:13] udienz, done :) [16:14] ah.. i forget to join ubuntu-sponsors team [16:14] i'll take a look [16:29] hey gusy, have you ever seen something like this: http://debomatic64.debian.net/precise/pool/jack-tools_20101210-1.1ubuntu1/jack-tools_20101210-1.1ubuntu1.buildlog ? [16:30] l3on: yes -lm is missing [16:31] well and why it builds fine in debian? :) [16:31] it previously relied on indirect linkage [16:31] probably as-needed related [16:32] as yes thats the issue [16:32] -lm is on the line, but it must be after the static library [16:32] ok, I'm going to fix it :) [16:36] hm.. seems like debian not enabled as-neeeded [16:37] yes unfortunatly [16:37] most existing packages are fixed but a good percentage of new packages need fixing too [16:38] it will be a constant source of work for quite a while [16:38] (until upstreams get it) [16:40] jtaylor, then all bug with as-needed in debian must not 'serious' priority again? [16:40] no they are wishlist [16:41] debian does not enable that flag, and probably also won't in near future [16:41] well jtaylor it's not so simple, sice jack-tools uses automake :/ [16:41] thats all: [16:41] jack_udp_LDADD = common/libcommon.a $(JACK_LIBS) [16:41] jack_udp_CFLAGS = $(AM_CFLAGS) $(JACK_CFLAGS) [16:42] makefile.am [16:42] that looks right [16:42] just missing a -lm [16:43] .. are you suggesting to add manually -lm ? [16:43] debian/rules is to blame [16:43] LDFLAGS += -ldl -lm [16:43] that should be LIBS [16:43] make sure to file a bug in debian [16:44] yep :) [16:44] thanks :) [16:44] that should be in the automake foo, not in rules [16:44] yes thats an upstream issue [16:44] there is a trivial automake snippet for that even [16:46] hm no forwarding adress set in the debian bug that introduced that ... [16:47] something like this to the configure.ac: [16:47] +LT_LIB_M [16:47] +LIBINDICATOR_LIBS+="$LIBM" [16:47] (JACK_LIBS here ofc) [16:55] well jtaylor it does not work :) [16:55] http://debomatic.debian.net/precise/pool/jack-tools_20101210-1.1ubuntu1/jack-tools_20101210-1.1ubuntu1.buildlog [16:56] try LIBADD [16:58] udienz, oooops.. [16:59] I forgot to delete it, it does not come from merge-grub, It's a test I did some days ago... Sorry! [17:04] l3on, no problem. please upload your debdiff again === yofel_ is now known as yofel [17:09] udienz, done :) [17:10] jtaylor, nothing changed :/ [17:10] you probably have to patch the source then [17:10] configure.ac [17:32] l3on, uploaded, thanks for your work [17:32] udienz, thanks for review :) [17:33] wow you have ~40 uploaded to Ubuntu archive [17:35] do we need dpkg predepends for bz2 packages? [17:37] probably not, I just looked at the wrong compressed file [19:44] whats the version convention for beta versions ? [19:45] 1.0.0-beta5-0ubuntu1 ? [19:45] or ? [19:45] there's a problem with that [19:45] 1.0.0-beta5 > 1.0.0 [19:45] myeh :) [19:46] use ~beta5 [19:46] oh ok :) [19:46] thx [19:46] beta versions accepted btw ? [19:47] sure, we occasionaly upload bzr/git/svn HEADs [19:47] obviously, only when it's a good idea [19:47] we prefer released versions, certainly [21:33] If I'm SRUing multiple bugs, should I just put all the verification information in the main bug? Specifically thinking of bug 743198 [21:33] Launchpad bug 743198 in pithos (Ubuntu Oneiric) ""You have no chance to survive make your time" error" [Undecided,New] https://launchpad.net/bugs/743198 [21:33] also, most confusing error message ever. [23:26] Regarding icons.. Which resolution does ubuntu use for the launcher and lenses? Would it be ok to only install a 128x128 version, or should I convert it down to something like x64?