/srv/irclogs.ubuntu.com/2011/01/07/#ubuntu-devel.txt

bryceh@pilot out00:02
=== udevbot changed the topic of #ubuntu-devel to: Archive: Open | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots:
=== vanhoof_ is now known as vanhoof
=== sconklin is now known as sconklin-afk
=== asac_ is now known as asac
sladenjdstrand: are you happy with the one-word fix for bug #69718102:43
ubottuLaunchpad bug 697181 in php5 (Ubuntu Natty) "DoS: Infinite loop processing 2.2250738585072011e-308" [Undecided,Confirmed] https://launchpad.net/bugs/69718102:43
EagleScreenis powerpc arch supported in natty?03:59
micahgEagleScreen: I think it's community supported ATM04:02
EagleScreenoh I thought it was going to be official in natty04:02
micahgoh, maybe04:02
EagleScreenbut currently pbuilder doesn allow me to create a root for powerpc04:03
JanCwhy would PPC become official again?04:11
TheMusoits still community.04:11
JackyAlcineGuys, I have a question regarding Boolean algerba and C++04:59
sladenJackyAlcine: just ask!05:04
JackyAlcineIt deals with int enums.05:04
JackyAlcine Like let's say you have an enum {a = 0, b, c, d, j, k, l, m} would b & l give the same int value as a & m?05:04
JackyAlcine?05:09
sladenJackyAlcine: && is logical;  & is bitwise.  Which are you after?05:10
JackyAlcineI think bitwise, I'm trying to create a field to a class that uses the enum as flags, and I want the flags to incorporate a bunch of them.05:10
JackyAlcineI think I should just use a vector<string>, lol.05:11
sladenJackyAlcine: you might have  enum {a = 0x1, b = 0x2, c = 0x4, d=0x8, e=0x10, ...;}   and test an integater flag field with that?05:12
sladeninteger05:12
sladenJackyAlcine: but yes, strings would stop you running out of bits and easier for a human to debug05:16
micahgstrings will also increase the amount of memory for each operation05:19
JackyAlcineThat's what I'm trying to avoid, micahg; this field's going to be accessed very often.05:21
keesdoko_: can you apply the patch in 691722 to the next upload of gcc-4.5 in natty?06:58
dholbachgood morning07:22
micahgdholbach: good morning, I have a fix for gnome-python-extras coming in a few minutes, would you be able to upload it?07:24
dholbachmicahg, I can take a look at it but might not be the best person to judge it07:25
micahgdholbach: ok, I can ask someone from the -desktop team, thanks07:25
* nixternal hugs dholbach 07:35
* dholbach hugs nixternal back :)07:36
=== tkamppeter_ is now known as tkamppeter
tkamppeterpitti, hi07:41
didrocksgood mornning08:16
pittigood morning08:26
pittitkamppeter: hey08:26
pittitkamppeter: thanks for the announcement :)08:28
pittitkamppeter: btw, perhaps you can update the paragraph about trusted paths?08:32
pittitkamppeter: as distro developers now don't need to manually download and verify the key, jockey does that automatically now08:32
fta2d'oh! the last kernel update doesn't like the nvidia driver. bug 69832708:36
ubottuLaunchpad bug 698327 in nvidia-common (Ubuntu) "[natty] /etc/kernel/postinst.d/nvidia-common: line 8: [: too many arguments" [Undecided,Confirmed] https://launchpad.net/bugs/69832708:36
=== almaisan-away is now known as al-maisan
pitticnd, bryceh: you both uploaded an xorg-server package to maverick-proposed; can you please upload the latest one with an appropriate -v to include the two proposed versions, or better yet, just upload a 2:1.9.0-0ubuntu7.2 which has both changes?08:54
=== ara_ is now known as ara
=== hunger_ is now known as hunger
cjwatson@pilot in09:43
=== udevbot changed the topic of #ubuntu-devel to: Archive: Open | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots: cjwatson
pitticjwatson: happy piloting!09:43
* dholbach hugs cjwatson09:45
tkamppeterpitti, great work.This completes one of the main projects of OpenPrinting, at least from the infrastructure side. I hope this motivates more manufacturers to create LSB-based printer driver packages (and then also more distros to automatically download and install them).09:51
cjwatson(I have to go out in a bit under an hour, but will resume after that)09:51
tkamppeterpitti, can you give me the link to the upstream home page of Jockey, so that I can reference to Jockey on the OpenPrinting page which describes the driver packaging?09:55
pittitkamppeter: https://launchpad.net/jockey09:56
tkamppeterpitti, thanks.09:56
pittitkamppeter: the upstream version provides all the building blocks for GPG etc.; but the distro implementation actually needs to call them (as adding repositories and installing GPG keys is package system dependent)09:56
pittitkamppeter: i. e. the apt bits are only in the Ubuntu branch; on an RPM based distro you need to implement it differently09:56
pittitkamppeter: I'll try to fix the long hang of the progress dialog today09:59
tkamppeterpitti, can you send me a text piece to add to the "Build a trusted path to distributions" section of the OpenPrinting packaging documentation to tell how it works if Jockey is used and in which cases Jockey is ready to be used and what Jockey is still missing?10:09
directhexoh, what's the right way to say "there are ppds missing" to the openprinting folks these days?10:18
pittitkamppeter: something like this? http://paste.ubuntu.com/551431/10:21
=== akssps011_ is now known as akssps011
tkamppeterpitti, thanks. will merge it into the site.10:28
cjwatsonmvo: looking at bug 677516 - is it just me or is the proposed fix of making unattended-upgrades-shutdown setuid daemon extremely worrying?10:30
ubottuLaunchpad bug 677516 in One Hundred Paper Cuts "No sign of updates still being installed when shutting down" [Low,In progress] https://launchpad.net/bugs/67751610:30
cjwatsonmvo: I don't quite understand why unattended-upgrades-shutdown isn't just started with the privileges it needs to talk to plymouth10:31
cjwatsonmvo: seeing as it's only run from pm-utils or an init script, and both of those run as root ...10:31
mvocjwatson: that branch slipped through under my radar, we definiely do not want to make it setuid something10:32
cjwatsonI wonder if it's something like plymouthd running as uid daemon and explicitly refusing messages that come from root10:32
cjwatsonexcept plymouthd has code to explicitly refuse messages from non-root10:33
cjwatson(look for ply_boot_connection_is_from_root)10:33
cjwatsonso I'm thoroughly confused about the whole thing10:33
cjwatsonI've posted my confusion on the merge review10:35
mvothanks cjwatson, I will poke it a bit10:35
mvocjwatson: I'm pretty sure it worked at some point when I tested it10:36
mvocjwatson: the other thing is that it keeps posting the message but the bugreport claims that it dosn't and need to do it in a loop (which it does)10:36
mvoalready10:36
cjwatson@pilot out10:38
=== udevbot changed the topic of #ubuntu-devel to: Archive: Open | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots:
cjwatsontemporarily10:38
* cjwatson -> optician10:38
tkamppeterpitti, documentation on OpenPrinting is updated now.10:40
pittitkamppeter: nice10:40
=== diwic is now known as diwic_afk
tkamppeterpitti, in bug 465916 many users are asking for a Lucid (LTS) SRU, as the DNS-SD broadcasting in CUPS worked in 8.04, only the patch is rather big. Should we really do that?10:47
ubottuLaunchpad bug 465916 in Avahi "CUPS DNS-SD (Bonjour/mDNS/Zeroconf/Avahi) not broadcasting" [Unknown,New] https://launchpad.net/bugs/46591610:47
pittitkamppeter: given how many rounds it needed in natty, I'd give it some more testing in natty first10:48
pittitkamppeter: and it's very intrusive indeed, and might cause regressions10:48
tkamppeterpitti, OK.10:48
mvocjwatson: I also added a comment into the bug with instructions how to trigger the screen10:58
=== al-maisan is now known as almaisan-away
=== yofel_ is now known as yofel
=== MacSlow is now known as MacSlow|lunch
janimois this the link to packages pending in NEW? http://people.canonical.com/~ubuntu-archive/queue/natty/11:31
* janimo wonders id he did something stupid again or openmpi armel debs are in NEW11:32
tumbleweedjanimo: https://launchpad.net/ubuntu/natty/+queue11:32
janimotumbleweed, thank you11:32
hrwhi11:45
JackyAlcineHey hrw11:48
=== diwic_afk is now known as diwic
hrwcan someone check bugs 698230 699710 699779? they looks like duplicates11:49
ubottuLaunchpad bug 698230 in initramfs-tools (Ubuntu) "package keyboard-configuration 1.57ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/69823011:49
JackyAlcinebug 69823012:01
ubottuLaunchpad bug 698230 in initramfs-tools (Ubuntu) "package keyboard-configuration 1.57ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/69823012:01
JackyAlcinebug 69971012:01
ubottuLaunchpad bug 699710 in initramfs-tools (Ubuntu) "package keyboard-configuration 1.57ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/69971012:01
JackyAlcinebug 69977912:01
ubottuLaunchpad bug 699779 in initramfs-tools (Ubuntu) "package linux-image-2.6.37-12-generic 2.6.37-12.26 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2" [Undecided,New] https://launchpad.net/bugs/69977912:01
doko_wgrant: ping12:27
=== doko_ is now known as doko
dokowgrant: would it be possible to set up an ubuntuwire.com/ftbfs for https://launchpad.net/ubuntu/+archive/test-rebuild-20110107 ?12:30
=== MacSlow|lunch is now known as MacSlow
wgrantdoko: http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20110107-natty.html12:48
wgrantdoko: Currently running on an old version of the script, but I'll merge the latest version tomorrow.12:49
dokowgrant: cool, thanks!12:49
ogradoko, could you approve bug 692613 ? asac is doing pre-sprint errands and i need u-boot-tools in main today (preferably directly with the binary NEWing)12:50
ubottuLaunchpad bug 692613 in u-boot (Ubuntu Natty) "[MIR] u-boot" [High,New] https://launchpad.net/bugs/69261312:50
dokook12:50
ograthanks12:50
ograjdstrand, can you let u-boot-tools and uboot-mkimage (transitional package) out of binary NEW and into main please (its a tad urgent, armel image builds depend on them)12:52
cjwatson@pilot in13:05
=== udevbot changed the topic of #ubuntu-devel to: Archive: Open | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots: cjwatson
=== Quintasan_ is now known as Quintasan
=== gnomelogger is now known as markeylogger
jdstrandsladen: re bug #697181, possibly but I've not looked at it. sbeattie is actively working on it13:23
ubottuLaunchpad bug 697181 in php5 (Ubuntu Natty) "DoS: Infinite loop processing 2.2250738585072011e-308" [Undecided,Confirmed] https://launchpad.net/bugs/69718113:23
jdstrandsbeattie: fyi, I went ahead and assigned you to the stable release tasks of that bug. feel free to fix natty too if someone else doesn't get to it :)13:24
elifcjwatson: if I want to load a disk driver in a preseed instalation, is it possible to say to preseed.cfg ?13:24
jdstrandogra: re deNEW> sure thing13:24
ogramerci ! :)13:24
cjwatsonelif: load it in a partman/early_command script13:26
elifcjwatson: thks.13:26
=== markeylogger is now known as apachelogger
jdstrandogra: did someone already do them?13:29
jdstrandhmm, seems no... where are they...13:30
ograjdstrand, hmm, doko approved the main inclusion but for the former version13:32
ogranot sure he also processed the queue13:32
dokoI did13:32
ograoh, thanks then13:33
ograjdstrand, ignore the request then ;)13:33
jdstrandok13:33
=== almaisan-away is now known as al-maisan
jdstrandogra: fyi, I didn't see them at https://launchpad.net/ubuntu/+source/uboot-mkimage or https://launchpad.net/ubuntu/+source/u-boot-tools though13:34
cjwatsonmvo: lp:~mterry/unattended-upgrades/691886 looks sensible to me - perhaps you could investigate/merge?13:34
mvocjwatson: thanks, will do13:39
=== oubiwann is now known as oubiwann_
dokoogra: where should uboot-mkimage live?13:49
ogramain13:49
ograu-boot-tools and uboot-mkimage need to be in main13:50
dokoand u-boot-tools too?13:50
ograthe rest i dont care13:50
dokoahh, the rest ...13:50
ograyeah, u-boot has bootloaders we dont use (no kernels)13:50
ogra(the binary i mean)13:50
ograthats why asac requested the split13:51
ScottKpitti or cjwatson: Would you please rescore kde4libs (only affects powerpc) - It'll avoid a bunch of KDE FTBFS/retries later if we can build kde4libs nowish.13:57
pittiScottK, cjwatson: sure, doing13:58
ScottKpitti: Thanks.13:58
janimoin what cases do only amd and i386 builds show up? ex: https://launchpad.net/ubuntu/+source/haskell-syb-with-class/0.6.1-2build113:59
Laneyjanimo: it's in P-a-s14:01
Laney%haskell-debian: amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc      # Requires threaded Haskell runtime14:01
Laneyerm, %haskell-syb-with-class: amd64 i386 kfreebsd-amd64 kfreebsd-i386      # [ANAIS] needs template haskell14:01
janimoP-a-s ?14:01
LaneyPackages-arch-specific, list of packages which should only be built on certain arches14:02
janimohmm, then build-deps on them need to be made conditional14:02
janimoI got to them becsuse they lead to armel FTBFS in others14:02
janimoLaney, thanks, I'll look into correcting those then14:02
Laneyplease do it in debian14:03
janimoLaney, ok14:03
Laneyty14:03
=== MacSlow is now known as MacSlow|away
janimoLaney, someone retried the ghc6 build and this time it succeeded without other changes14:03
Laneythey should ideally just go into dep-wait if there are missing build deps14:03
mterrycjwatson, hello!   I noticed glib2.0 wasn't in the desktop set.  I could see an argument for it not being (cross DE, pretty 'core'), just wanted to make sure if it was intentional14:03
cjwatsonmterry: I think that's intentional, yes14:03
Laneyso not require any changes14:03
janimoLaney, yes, dep-wait indeed14:03
Laneythat's not a problem14:04
Laneyyou can leave that14:04
mterrycjwatson, cool, makes sense14:04
Laneyabout ghc6/armel: good & bad I guess...14:04
Laneydid you check if it works?14:04
janimoLaney, it builds packages in the archive, but other than that I did not check14:05
Laneythat's a good start because it was failing to do that before14:05
Laneyi will try to merge 6.12.3 from experimental at the weekend14:05
Laneyand then update to the latest haskell platform in Debian14:06
janimoLaney, for instance some happstack packages build dep on syb-class, this makes hapstack arch specific as well I guess14:06
janimosince it waits on those on armel14:06
Laneyyep, that's sadly expected14:07
Laneyit's the same for ppc too14:08
janimoso happstack is not that portable?14:08
Laneydue to ghc6 → syb not being available, yes indeed14:09
hallynDaviey: around?14:37
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
=== sconklin-afk is now known as sconklin
pittitkamppeter: I uploaded a new jockey with much faster installation now, and a working progress bar14:47
micahghi cjwatson, are you comfortable sponsoring bug 695728?14:55
ubottuLaunchpad bug 695728 in gnome-python-extras (Ubuntu) "python-gtkmozembed should depend on xulrunner" [High,Confirmed] https://launchpad.net/bugs/69572814:55
cjwatsonlooking14:57
cjwatsonmicahg: yeah - is there a branch anywhere I should merge?14:58
micahgcjwatson: no, I just added a debdiff, would you prefer a branch?14:58
cjwatson(I'm checking out the vcs-bzr now)14:58
cjwatsonmicahg: no, a patch is fine14:58
cjwatsonjust checking for housekeeping purposes14:59
micahgah, I see the desktop team has a branch that I should've used, sorry15:00
cjwatsonmicahg: done, thanks15:01
micahgcjwatson: thanks15:02
pitticjwatson: got an ubiquity crash about "DebconfError console-setup/codeset doesn't exist"; already known, or want a bug?15:03
pitticjwatson: (OTTOYH, I'll check LP, too)15:03
cjwatsonpitti: bug, ideally with ubiquity -d15:04
pittiah, bug 69982915:04
ubottuBug 699829 on http://launchpad.net/bugs/699829 is private15:04
cjwatsonI did test ubiquity before uploading :-/15:04
pitticjwatson: I'll get you a -d output15:04
cjwatsonI think I see the problem15:05
pittiok, thanks15:05
cjwatsonI WISH Anton hadn't gone and renamed all those templates15:06
cjwatsonit was gratuitous15:06
=== MacSlow|away is now known as MacSlow
davmor2Hey guys,  I'm getting a kernel panic from the latest alternate and live cds.  It's on an amd 64bit system with builtin nvidia gfx.  Works flawlessly under maverick.15:12
tkamppeterpitti, thanks for resolving tyhe progress bar issue in Jockey. Why is it not in upstream Jockey? Is the package installation GUI also Ubuntu-only?15:13
pittitkamppeter: no, the GUI is generic15:16
pittitkamppeter: upstream jockey uses packagekit15:16
pittitkamppeter: since all the apt specific stuff isn't appropriate for upstream15:17
pittibut at least our packagekit isn't powerful enough to do stuff like "add a trusted GPG key"15:17
pittior even just adding a repo (the API exists, I think, but is unimplemented)15:18
pittiI guess it's much more complete on Fedora15:18
pittiso if someone is interested to do that on an RPM based distro, I'm glad to assist, but I don't feel the urge to do it myself15:18
pittiespecially since Fedora reinvented that wheel already anyway15:18
pitti(not the printing part, though; they don't have any solution to that)15:19
pittibrb15:19
=== diwic is now known as diwic_afk
cjwatson@pilot out15:45
=== udevbot changed the topic of #ubuntu-devel to: Archive: Open | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots:
hallyncjwatson: ok, so for multipath-tools merge, like an idiot i did 'bzr merge lp:ubuntu/natty/multipath-tools' from debian/experimental, instead of the other way around.  I take it that is insufficient?  (though I'd assume both histories are inherited either way...)15:57
cjwatsonmm, yeah, that would be really pretty confusing, but it should be easy to revert and do it the other way15:58
jdstrandRiddell: hi! does kde have an autostart directory ala ~/.config/autostart ?16:00
* Amaranth thought the autostart stuff came from kde16:01
Riddelljdstrand: yes, ~/.config/autostart or ~/.kde/Autostart/16:01
jdstrandRiddell: thanks!16:01
RiddellAmaranth is right indeed16:01
jdstrand*shrug*16:02
mvodoko: could you please look at bug #699881 (and the attached patch). if it looks good I will upload, pycentral crash on upgrade16:02
ubottuLaunchpad bug 699881 in python-central (Ubuntu) "crash during natty->natty" [Undecided,New] https://launchpad.net/bugs/69988116:02
jdstrandI don't know where it came from, but glad to know what it is :)16:02
jdstrands/what/where/16:02
hallyncjwatson: (ok, thanks, i suppose another merge will help make it all less magic than it was the first time :)16:04
=== diwic_afk is now known as diwic
dokomvo: it surely a hack, we should at least know which package doesn't byte-compile for 2.7 ...16:06
cjwatsondoko: the second example under "How to Fix a Problem" in https://wiki.ubuntu.com/NattyNarwhal/ToolchainTransition looks odd.  Surely it would almost never be correct to have -l<stuff> foo.c?16:08
dokocjwatson: yes. I'm not sure that I like the mixing of the error messages for the different bugs. but it's difficult for other to distinguish these16:11
mvodoko: I don't mind if its fixed in a different way, but the current failure condition is that half the wold fails (becasue python-minimal can't be configured)16:13
jdstrandRiddell: also, where does kmail store its mail and passwords?16:13
dokomvo: do what you think works, I'm offline in a few minutes and travelling tomorrow16:14
Riddelljdstrand: mail should be somewhere in  ~/.kde/share/apps/kmail16:15
Riddelljdstrand: settings in .kde/share/config/kmail16:15
=== beuno is now known as beuno-lunch
jdstrandRiddell: great, thanks! :)16:15
Riddelljdstrand: password in kwallet which should be in .kde/share/apps/kwallet/16:15
jdstrandah, perfect16:16
Riddellactually settings in .kde/share/config/kmailrc16:16
gesermvo: do you how I can fix this? http://paste.ubuntu.com/551527/16:17
mvogeser: sure, feel free16:18
gesermvo: how? (not if)16:19
dholbachcjwatson, good work!16:20
=== al-maisan is now known as almaisan-away
=== almaisan-away is now known as al-maisan
cjwatsonta16:21
mvogeser: oh, sorry. it looks like a bug in xapian index, does it prevent synaptic from starting?16:22
mvogeser: it shouldn't really16:22
=== al-maisan is now known as almaisan-away
gesermvo: no, synaptic works but will the search with apt-xapian work reliable if the apt-xapian database doesn't get updated?16:23
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
mvogeser: hm, I need to leave for a couple of minutes but I can have a look afterwards.16:25
mvogeser: I can not reproduce it fwiw here yet16:25
gesermvo: sure, no hurry; hmm, then I wonder what package I'm missing (again)16:26
cjwatsonmvo: there's a new grub2 in the archive now that should fix your btrfs bug16:27
cjwatsonit ought to cleanly upgrade and boot OOTB16:27
=== hanska is now known as dapal
tkamppeterCan someone look into bug 691533? It is the MIR for jbig2dec and I have now uploaded the Ghostscript package which needs it.16:29
ubottuLaunchpad bug 691533 in jbig2dec (Ubuntu) "[MIR] jbig2dec" [Undecided,New] https://launchpad.net/bugs/69153316:29
tkamppeterIt is still in "no one has seen it yet" state.16:30
mvocjwatson: yeah, installs/boots fine now, just complains that "sparse files are not allowed", but continues anyway with the boot16:53
cjwatsonmvo: hm, I don't think that comes from GRUB16:54
cjwatsonI can't find it in the kernel or btrfs-tools either ...?16:55
mvocjwatson: "error: sparse file not allowed" to be precise, its a vm so I had to type16:56
mvocjwatson: 100% reproducable for me, I'm happy to debug after dinner further16:57
mvo(in this vm)16:57
cjwatsonah, now I see it16:58
cjwatson./grub-core/commands/loadenv.c:234:      return grub_error (GRUB_ERR_BAD_FILE_TYPE, "sparse file not allowed");16:58
cjwatsonit shouldn't be sparse, so that does suggest a grub bug16:59
cjwatsonmvo: don't worry, we can poke at it next week16:59
=== beuno-lunch is now known as beuno
KeybukFFS Thunderbird17:08
Keybukapparently if you click archive on a mail, all replies to that are archived too17:08
=== cmagina is now known as cmagina-lunch
glatzorhello mvo17:21
=== leagris is now known as virtuald
=== cmagina-lunch is now known as cmagina
=== sforshee is now known as sforshee-lunch
=== sconklin is now known as sconklin-afk
smosercjwatson, around ? bug 69749318:35
ubottuLaunchpad bug 697493 in grub2 (Ubuntu Natty) "invalid free in grub-mkrelpath" [High,Fix committed] https://launchpad.net/bugs/69749318:35
smoserobviously there is a bad free somewhere, but i'm wondering if you suggest that I should have /proc mounted anyway18:35
smoser(which never was needed before)18:36
cjwatsonsmoser: I don't *think* it should be necessary if you've inserted a fake grub-probe; although I can't promise it won't be needed for update-grub in the future18:37
cjwatsonsmoser: but as you can see, I've committed a fix18:37
cjwatsonor at least I think I have18:37
cjwatsonthat's the only direct use of /proc that I can see in GRUB's C code18:38
smosercjwatson, where is the branch "butter" ?18:41
cjwatsonsmoser: http://bzr.sv.gnu.org/r/grub/branches/butter/18:41
smoserthanks.18:42
cjwatsonsmoser: also http://bzr.debian.org/scm/loggerhead/pkg-grub/trunk/grub/revision/227918:42
MattJIs there any work planned or in progress to integrate PulseAudio into Gnome/Ubuntu further? e.g. a shinier pavucontrol18:45
Quintasandoko: ping18:57
Quintasandoko: well, bug #699974, I wanted to know if we can discard delta, I have no idea about this and I was told you could help me confirming it19:00
ubottuLaunchpad bug 699974 in python3-defaults (Ubuntu) "Sync request for python3-defaults from Debian experimental" [Undecided,New] https://launchpad.net/bugs/69997419:00
=== sforshee-lunch is now known as sforshee
=== sconklin-afk is now known as sconklin
ScottKQuintasan: Needs a merge.19:10
QuintasanScottK: heh, sounds like more work, I'll look into it19:10
ScottKdoko: Do we want our default Python3 to be 3.1 or 3.2 now?19:14
ScottKQuintasan: ^^^ If the answer is 3.2, then it can be synced.19:14
QuintasanScottK: oh, I see. Thanks for helping out. I was about to grab the source :)19:15
RoAkSoAxdoko: ping?19:53
RoAkSoAxI have a quick question. There's a FTBFS because of the --as-needed. I'm patching the Makefile.am like http://pastebin.ubuntu.com/551595/. (Note that some for some of the *_LDADD a library is added, for a few, 3, the new lib is not added). Would it be better to add the lib to COMMONLIBS instead of adding it to each *_LDADD?19:56
dokoRoAkSoAx: most likely the common libs has to appear after the internal lib20:02
dokoRoAkSoAx: it's better to look at the Makefile.in if there are macros for the other libs and use these instead20:03
RoAkSoAxdoko: i was planning to patch both given that the package does not autoreconf.20:08
RoAkSoAxdoko: so I should add that lib to each of the binaries built, instead of adding it only to COMMONLIBS?20:09
=== sanchaz-away is now known as sanchaz
dokoRoAkSoAx: it's your choice. I would only add it for the ones where it's needed20:15
RoAkSoAxdoko: ok yhen, thanks :)20:18
soreauHow is it that libwxbase2.8 installs /usr/include/wx2.8/wx/wx.h while /usr/include/wx/wx.h does not exist yet the source finds it?20:50
ScottKdoko: Did you see my ping about Python3 default?  Do we want 3.1 or 3.2?21:43
dokoScottK: we already have 3.221:46
ScottKoK.21:47
ScottKdoko: actually we don't.21:48
ScottKdefault-version = python3.121:49
dokohuh? maybe I didn't upload21:49
ScottKit's 3.2 in Debian experimental.21:49
dokobut I did announce it =)21:49
ScottKdoko: We can just synch from experimental.21:49
ScottKYes.  You did.21:49
dokosure21:49
ScottKRiddell: ^^^ We can sync python3-defaults.21:49
RiddellScottK: groovy21:50
=== sforshee is now known as sforshee-afk
dokoRiddell, ScottK: please fix the cmake b-d21:50
* ScottK looks at Riddell for that one.21:51
Riddelldoko: yes sorry I'll look into it but been too busy21:51
dokosoreau: I assume alternatives are used21:52
QuintasanScottK, Riddell: thanks21:53
Quintasandoko: Thanks as well :)21:53
=== sforshee-afk is now known as sforshee
soreaudoko: I see it figures it out at config time21:59
=== bjf is now known as bjf[afk]
DatzHi, I have a feature request, is this the place?22:15
brycehDatz, http://brainstorm.ubuntu.com22:32
Datzbryceh: thanks, just submitted :)22:34
Datzhttp://brainstorm.ubuntu.com/idea/26910/22:34
brycehDatz, totally, I'd get a lot of use out of such a feature myself22:35
brycehDatz, also it's not possible afaik to blank one screen but not the other, which would be another useful feature22:36
Datzah, yea that too :)22:38
ebroderbryceh: hmm...if you added a "do nothing" option, and made it so that closing the lid automatically "disconnected" the internal display...22:38
ebroder(which for all i know could happen already)22:38
brycehebroder, yeah that'd be nice to.  It doesn't do that currently22:41

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