=== sz0 is now known as sz0` === sz0` is now known as sz0 [05:11] How do I get dpkg to not delay ldconfig on a package? I think it has something to do with triggers, but I'm not sure how to generate my package. [05:11] I put LDCONFIG_NOTRIGGER into a custom postinst, but the standard debhelper doesn't do this. [05:11] All I have is a .install and let debhelper do the rest. But when I install the package the ld.so.cache doesn't contain my library. [05:33] playdough: Why are you putting LDCONFIG_NOTRIGGER in? [05:34] In order to force ldconfig to run. Without it, ldconfig defers but never runs. [05:34] Do I need an 'activate ldconfig' in a trigger file in my package? [05:34] Wait. [05:34] I think I may have tracked it down. [05:35] Seems that our components group removed the ldconfig trigger from our internal libc package. [05:36] I presume that when a package calls ldconfig it automatically activates the ldconfig trigger, no? [05:37] Good morning [05:37] Unit193: ah, thanks for finding out! mind filing a bug against initramfs-tools then? [05:38] playdough: I think that's right, yes. [05:39] Ok. That makes sense. Removing the 'interest ldconfig' from libc-bin is causing all packages that invoke ldconfig to be ignored. === adam_gone is now known as adam_g === jono is now known as Guest96931 === oSoMoN_ is now known as oSoMoN === _salem is now known as salem_ === zequence_ is now known as zequence === salem_ is now known as _salem === vrruiz_ is now known as rvr [09:33] xnox: (qt without x) no, I don't have a straight answer to how to do that. it would probably need a lot of experimentating with qtbase-opensource-src's debian/rules, to switch from -xcb & -qpa xcb to something else (for arm) and trying builds without X deps === doko_ is now known as doko === zequence is now known as GrumpyStudio === GrumpyStudio is now known as zequence === MacSlow is now known as MacSlow|lunch === mpt_ is now known as mpt === sz0 is now known as sz0` === sz0` is now known as sz0 === MacSlow|lunch is now known as MacSlow [12:38] ted: did there anything change in application launching? Its not possible anymore to start applications from QtC. [12:52] bdmurray: ping, re https://errors.ubuntu.com/problem/1a794f4f0b1fa61aa9916353ae643de6085125fc in kde-workspace, upstream thinks its https://bugs.kde.org/show_bug.cgi?id=334152 , but has no fix since they can't reproduce the issue [12:52] KDE bug 334152 in activities "dangeling allActivitiesGroup pointer in useractions.cpp" [Crash,Confirmed] === pete-woods is now known as pete-woods-lunch [13:07] stgraber, Hmm, is there an sqlite file in ~/.cache/url-dispatcher/ ? [13:08] stgraber, Hmm, I bet it's because there's no click packages. [13:10] ted: yeah, there's a sqlite db in there [13:10] stgraber, It's probably just getting built after 60 sec when we do the refresh. [13:10] ted: though both tables are empty [13:11] stgraber, That could be if nothing using custom URLs is installed. [13:11] ted: any way I can force that refresh somehow? as I have no way to get out of that unity8 session, I've put it on a 20s timeout then it VT switches back to my X session :) [13:11] ted: could be though I have the ubuntu-system-settings app in the dash and that one won't start... [13:12] stgraber, It's a couple Upstart jobs. There's url-dispatcher-refresh that signals url-dispatcher-update [13:12] stgraber, You can force a url-dispatcher-update [13:13] stgraber, Is it a new session each time? I'm curious if URL dispatcher is breaking itself, but my only theory there would be if the sqlite file didn't exist. [13:13] stgraber, On a second login, that should be fixed. [13:14] ted: yeah, it's a new session every time (I wipe .cache .local and .config) [13:14] ted: I'll add a manual url-dispatcher-update run to my script [13:18] stgraber, Hmm, I don't see anything obviously wrong :-/ [13:21] ted: so my guess is that there's simply nothing doing an initial url-dispatcher-update run on first start, so you need to wait 60s before it works. As my session never lasts 60s, then it always fails for me. [13:21] stgraber, Yeah, that was my theory. But it looks like the service calls the create code correctly, so it should be fine. [13:22] stgraber, It wouldn't do custom URLs, but the application launching is hard coded. [13:23] stgraber, I think that error is loading the system settings custom URLs, which would effect the indicators. [13:23] stgraber, But it doesn't make sense for the white screen apps. === _salem is now known as salem_ === salem_ is now known as _salem === _salem is now known as salem_ [14:23] * ogra_ sees utopic-changes and waits for doko to upload "burn" next [14:24] that's called gcc [14:24] haha === pete-woods-lunch is now known as pete-woods [14:44] xnox: o, I just noticed your autopilot-gtk upload; I'm working on that too ATM, it needs some more adjustmends [14:47] pitti: yeah, [14:47] xnox: I'm also attempting to move it to py3, but I keep running into errors like http://paste.ubuntu.com/7488613/ ; no idea about that yet (nor has thomi) [14:47] pitti: i was too hasty with it. [14:47] pitti: we don't need autopilot-gtk in python3. [14:47] so perhaps I'll propose my py2 fix first, and stash the py3 change, similar to bug 1320211 [14:47] bug 1320211 in ubuntu-system-settings-online-accounts (Ubuntu) "port tests to python3" [Low,New] https://launchpad.net/bugs/1320211 [14:48] xnox: well, not "need", but we want to get rid of -legacy ASAP, I figure? [14:48] pitti: we will never get rid of legacy. [14:48] pitti: unity7 will be stuck using it, until we migrate away from unity7. [14:48] (due to python2 tests of unity7 using crazy pyrex python2 modules to interface with compiz or some such) [14:49] (4 deprecated technologies in one sentence =) ) [14:50] xnox: ok, I have the package build and autopkgtest work with -legacy now [14:50] \o/ [14:50] (https://code.launchpad.net/~pitti/autopilot-gtk/update-tests/) [14:50] upload =) [14:50] xnox: well, MP :) [14:51] giving the py3 port ten more minutes before I get frustrated too much :) [14:51] pitti: i figured the r73, failed at figuring out r74 =) looks cool. [14:52] xnox: yeah, sorry for the double work on r73; I didn't expect you (or someone else) to jump at this [14:53] pitti: it's only blocking like gcc-4.9 from migrating =) [14:53] gcc-4.9 is blocked by the ppc64el ftbfs [14:53] yeah, and blocking my sandbox-run fix, that's how I noticed [14:57] xnox: https://code.launchpad.net/~pitti/autopilot-gtk/update-tests/+merge/220075 FYI [14:58] xnox: oh, I just noticed your https://code.launchpad.net/~xnox/autopilot-gtk/fix-ftbfs/+merge/220045 -- yay collisions :/ [15:00] pitti: well, mine one can be rejected, but you do want to cherrypick the upload commit, maybe. just a tag. [15:01] * xnox should really stop uploading crap that will just be stuck in proposed anyway. [15:01] xnox: hm, that would look a bit weird in that MP (we don't usually add tags and debian changelogs to MPs) [15:02] it does work. [15:03] or we could just remove the -proposed upload [15:07] pitti: true, won't be able to reuse the version number though. [15:35] bdmurray, ev: something weird is happening on e.u.c daily's view again it seems [15:36] the top entry has 48 reports [15:37] that seems too low to be realistic [15:42] seb128: some javascript was updated recently so maybe try a full refresh? [15:49] bdmurray, what do you mean "full refresh"? that's happening in a new browser instance and consistently since this morning [15:49] bdmurray, e.g https://errors.ubuntu.com/?release=Ubuntu%2013.10&period=day [15:49] seb128: okay, I'm looking into it [15:49] bdmurray, thanks [15:52] seb128: its an issue with writing crash reports to the database [16:08] Hey, who is responsible for spinning the netboot images? (Specifically the ones that appear at ports.ubuntu.com)?? [16:10] bladernr_: They happen as part of debian-installer package uploads. [16:10] ahhh, is there any way to build on on our own? [16:11] You can build debian-installer yourself. [16:11] Just feed it to sbuild or whatever, or run "make -C build rebuild_netboot" === roadmr is now known as roadmr_afk === salem_ is now known as _salem [16:31] pitti: hi! I subscribe you to the bug #1319433, it's a really minor issue I introduced setting a wrong Replaces: field :) [16:31] bug 1319433 in xscreensaver (Ubuntu) "package xscreensaver-data 5.15-3ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/xscreensaver/xlyap', which is also in package xscreensaver-data-extra 5.15-3ubuntu1" [Undecided,New] https://launchpad.net/bugs/1319433 === roadmr_afk is now known as roadmr === Ursinha is now known as Ursinha-afk [17:35] Hey , I m tryinng to package an app in debian format , but I m getting an error on running "fakeroot dpkgpackage -F" .Here is the rules file http://pastebin.com/20996iy8 . === roadmr is now known as roadmr_afk === roadmr_afk is now known as roadmr === Ursinha-afk is now known as Ursinha === roadmr is now known as roadmr_afk === halfie_ is now known as halfie === roadmr_afk is now known as roadmr === roadmr is now known as roadmr_afk === zequence_ is now known as zequence === roadmr_afk is now known as roadmr === roadmr is now known as roadmr_afk [21:38] wgrant: Hi, could you sponsor bug #1321014 when you have a spare minute? Thanks. [21:38] bug 1321014 in snappy (Ubuntu) "Get rid of ancient timestamps in snappy 1.1.2-1ubuntu1" [Undecided,New] https://launchpad.net/bugs/1321014 === roadmr_afk is now known as roadmr [21:52] I'm trying to get plymouth working on our custom embedded system (i915 based) and am having trouble getting any output. [21:53] plymouthd is running (plymouth --ping says it is alive), but the screen is blank. The debug log doesn't show any errors.