[00:02] do the packages @ http://old-releases.ubuntu.com ever change? [00:02] no [00:02] I've just started getting size-mismatch errors [00:04] the only thing that should happen to old-releases is new series appearing on it as releases go end of support, but besides that, no new files should appear and files on it definitely should never change (same goes for the main archive, anything in /pool that changes content is a bug) === hholtmann_ is now known as hholtmann [00:06] hm ok, ill wait a few hours, then recreate the pbuild image [01:04] @pilot out === udevbot changed the topic of #ubuntu-devel to: Ubuntu 13.10 released! | Archive: open | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> saucy | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: [03:29] stgraber: thanks for rejecting the wrong version... [03:30] np [03:52] This is a question for the devs. How did you guys (and gals) achieve a seamless transition from Plymouth to LightDM without any VT messages leaking through? [04:08] Mapley: not a dev, but: the lightdm side is here http://bazaar.launchpad.net/~lightdm-team/lightdm/trunk/view/head:/src/plymouth.c and the plymouth side is here http://bazaar.launchpad.net/~plymouth-dev/plymouth/trunk/view/head:/src/plugins/renderers/drm/plugin.c [04:09] Hmm, thanks, I'll check them out. [04:09] Mapley: AIUI, plymouth calls drmDropMaster leaving the last frame drawn on the VT, X takes over and starts drawing right away, and lightdm tells plymouth to quit once it's started [07:23] Hello guys [07:23] I wanted a dev or maintainer to talk to ,. please anyone online [07:23] please help me !!!! [07:32] arun, talk [07:32] people are always online, but may take some time to respond [07:32] Noskcaj: I wanted to have a new language get added in the system [07:33] !support [07:33] The official ubuntu support channel is #ubuntu. Please be aware that this channel is for development only. [07:33] Assuming the language exists for ubuntu [07:35] Noskcaj: no, its not enlisted in Ubuntu [07:35] Noskcaj: Its a language from Nepal ... [07:36] What's the language called? [07:38] its name is Chitwania Tharu with code :- "the" [07:39] Noskcaj: its listed in http://www-01.sil.org/ISO639-3/documentation.asp?id=the [07:49] Noskcaj: hello, are u there ?? [08:01] arun, yeah. I went to get dinner [08:05] arun, join #ubuntu-translators or send an email at https://launchpad.net/~ubuntu-translations-coordinators/+contactuser [08:06] They will know what to do [08:06] Noskcaj: oh ok; and does it need the locale to get in the glibc? [08:07] arun, It was added very recently to glibc [08:07] http://sourceware.org/git/?p=glibc.git;a=commit;h=HEAD [08:07] Noskcaj: yes [08:07] never mind, that was you [08:07] Noskcaj: of course yes [08:07] how many people actually use the language? [08:08] Noskcaj: so , did I do correctly , I mean shall I had to give it to glibc or its unneccessary?? [08:08] around 1-2 Lakhs [08:09] i don't really know. I don't do much translation. The email i linked above is where to ask [08:09] Noskcaj: ok brother === doko_ is now known as doko === brainwash_ is now known as brainwash === freeflying_away is now known as freeflying [16:01] pitti, why does pm-suspend run pm-powersave to disable power saving on suspend, and then re-enable it on resume? [19:43] Is it possible to fix haskell:depends so it stops wanting specific versions of other haskell stuff? It's causing many FTBFSes [20:04] is there a way to look up argv[0] outside of main? === Vivek is now known as Guest79045 [23:36] Noskcaj: no, haskell essentially generates new abi on small changes and everything is "kind of statically linked". That's why we have permament transitions tracker for haskell and ocaml both in debian and ubuntu [23:37] Noskcaj: you can figure out what's next to build by looking at http://people.canonical.com/~ubuntu-archive/transitions/html/ghc.html [23:37] and http://people.canonical.com/~ubuntu-archive/transitions/html/ocaml.html [23:37] Noskcaj: it's only about ~20 dependency levels, and often a FTBFS fix on one packages for one arch can cause cascade of rebuilds further down... =( [23:38] you can fix it by fixing the compiler to not do that [23:39] Laney: but then your uploads count will drop =) [23:39] heh [23:39] * Noskcaj thinks we will pretend haskell doesn't exist and be happy with that [23:39] I haven't done much on that in a while actually === freeflying is now known as freeflying_away