[01:57] yay, mozjs38 is fixed [06:15] hey odd question, when cononical changed the naming method for wifi from wlan0 to like wlp2s0 did they also change the method for naming the bluetooth interface? [06:16] right now im working on getting a program back up and running that the last working release was for 12.04, i want to make sure that when i'm fixing it up and getting it working on current (16.04, 16.10 and 17.04) that i dont need to go through and correct that [11:52] ricotz: instead of using the published spidermonkey 38.2, Fedora's mozjs38 is using the final Firefox 38.8.0 ESR source [11:53] https://launchpad.net/~jbicha/+archive/ubuntu/arch/+sourcepub/7495171/+listing-archive-extra [11:54] it seems to work, but it takes a very long time for my packaging tools to work with the Firefox (and LibreOffice) sources [12:07] jbicha, absolutely reasonable to do so, although the tarball is quite huge and for sure contains unused code and even binary-code [12:07] yeah, those source package are something [12:08] working on them in a tmpfs is bearable though [12:08] ok, I'll push it to zesty, a few hours from now when debuild finishes :( [12:08] jbicha, is the currently mozjs38 library package properly stripped? [12:08] what do you mean? [12:09] they are quite huge [12:09] libmozjs-38-0 like 90M installed [12:11] -rw-r--r-- 1 root root 88469816 Feb 17 23:59 libmozjs-38.so.0.0.0 [12:11] -rw-r--r-- 1 root root 7430848 Feb 18 13:11 libmozjs-38.so.0.0.0 [12:11] ^ after stripping it [12:11] oh, I dropped the dh_strip lines https://launchpadlibrarian.net/306906191/mozjs38_38.2.1~rc0-0ubuntu1_38.2.1~rc0-0ubuntu3.diff.gz [12:13] because I thought that was supposed to work automatically now https://wiki.debian.org/AutomaticDebugPackages [12:15] or maybe it could be one of those crazy options I borrowed from Fedora without knowing what they do === john is now known as Guest98475 [12:51] ok, it looks like I just need to add the dh_strip lines back with --dbgsym-migration to get the file size back down [12:51] ricotz: can you send me instructions for now you use tmpfs to work with these sources? [12:55] jbicha, I simply create a folder and mount it as tmpfs and doing everything inside it [12:55] no magic here [12:56] I wonder if I can create the .dsc and .source_changes manually [12:56] dpkg-buildpackages -S -sa is also faster than debuild -S -sa [12:57] I guess you want to skip the whole source comparing and repack-checking? [12:58] I was using debuild -S yes [15:25] ooh, new idea, I could use Files-Excluded in d/copyright to have a smaller orig tarball when uscan runs [15:52] jbicha, jfyi https://launchpad.net/zeitgeist/0.9/1.0 [15:52] https://launchpad.net/zeitgeist/0.9/1.0/+download/zeitgeist-1.0.tar.xz [16:09] did you want to do the packaging for that update too? [16:17] it's not designed to remove this many files! [16:17] Can't exec "tar": Argument list too long at /usr/share/perl5/Dpkg/IPC.pm line 308. mk-origtargz: error: unable to execute tar --delete [16:19] jbicha, sorry, no [16:19] if possible I need to spend time on other things [16:24] mk-origtargz told me "sorry, no" too! ;) [16:33] jbicha, was there any action about moving gjs to mozjs45? [16:34] yes: https://mail.gnome.org/archives/distributor-list/2017-February/msg00004.html [16:34] which will be superseded by 52 in 2 weeks already too [16:34] for 3.24 gns was ported from mozjs24 (through 31) to mozjs38 [16:35] *gjs* [16:35] for 3.26 the goal is at least mozjs45 but trying for mozjs52 too [16:35] ok