=== heroux_ is now known as heroux === Peng_ is now known as Peng === Michaela is now known as Mikaela === kaffoman is now known as benjaoming === benjaoming is now known as benjaoming1 === DaGardner_ is now known as DaGardner === mapreri_ is now known as mapreri [14:47] I got an error while building wireshark for precise, the error is: Note, selecting 'libcap-dev' instead of 'libcap2-dev'; how can I edit the control file to auto substitue if libcap2-dev is not available [14:48] ref: https://launchpadlibrarian.net/234722696/buildlog.txt.gz [14:51] toan_: that is not the error [14:51] E: Build-Depends dependency for wireshark cannot be satisfied because the package libsbc-dev cannot be found [14:51] toan_: ^- that is the error [14:52] toan_: you can say "libsbc-dev | some-other-package" in Build-Depends [14:52] cjwatson, how would i be able to fix that for precise? [14:52] gotcha [14:52] toan_: if it's literally just "and ignore it if it doesn't exist", then you could do something like "libsbc-dev | base-files" [14:53] cjwatson, that's a good trick, [14:55] cjwatson, ** stupid question ***, but why doesn't ubuntu create a jailed root environment for each dist/arch, with built in cross compilers so that people like me can cross build locally, instead having to rely on the automated build system [14:56] something like pbuilder but for different dist/arch. [14:58] toan_: You mean like "mk-sbuild --target "? [14:58] toan_: Lots of build systems get cross-building wrong, though, and it requires careful setup of packaging metadata. It's an ongoing project. [14:58] i've never used mk-sbuild before; but the idea is being able to do cross and cross native builds [14:58] Well, you can do that in many cases. [14:59] I think I pointed you at the SimpleSbuild wiki page before, and it's a variation on that. [14:59] IC, i'll look into it... [15:02] In fact, https://wiki.ubuntu.com/SimpleSbuild even briefly documents this (albeit under the "ARM" section) and links to https://wiki.ubuntu.com/CrossBuilding for more. [15:05] cjwatson, ** if there's no LP's build system, that's how I would setup my system for different targets.... [15:06] cjwatson, on another note, Ubuntu has been packaging enlightenment windows manager version e17 or so, that's really old... and obsolete... it lacks so much features... what does it take for ubuntu to consider packaging e20? [15:07] when i say packaging, i mean to for ubuntu to supply e20 as a default install [15:10] toan_: No idea, I have nothing to do with that stuff. [15:10] the reason i am asking because I use/test/fix the mainstream version of e20 everyday; i would like it be used by more people to help out w/ the process [15:10] OK! [15:11] I hear there is a bug reporting system though. :-) [15:11] cjwatson, yeah, phab! it is a very good system. [15:12] I was kind of thinking of the Ubuntu one, hosted on Launchpad. :-P [15:12] the only time i use LP to report a bug is when there's a kernel bug, other than that, i normally go directly to the developer.. [15:12] Which is where you report problems with Ubuntu. [15:12] LP=LP is [15:40] toan_: e17 is just synced from debian, so you probably want to get in contact with debian devs and get things updated there; then it can just be synced to ubuntu [15:43] dobey, thanks [16:09] https://code.launchpad.net/~azzar1/unity/unity-sn/+merge/283322 [16:09] in this MP lp fails to properly take a branch as a prerequisite [16:09] someone knows why? [16:12] andyrock: the list of unmerged commits looks right to me; can you explain exactly what you think is wrong? [16:15] ah, I see, the diff is rather longer than it ought to be [16:17] andyrock: (experimenting locally) [16:36] andyrock: Right, so you last merged the prerequisite branch a little while ago, when its last common ancestor with lp:unity was the revision didrocks@ubuntu.com-20151215094829-ak3cb1ins5pbvc75; since then, the prereq branch has had newer trunk revisions merged into it, but I think the criss-cross merging is confusing the least common ancestor algorithm in use by LP and it still thinks that that same revision is the LCA even given that ... [16:36] ... prereq branch [16:44] andyrock: I would suggest that you try "bzr merge lp:~3v1n0/unity/launcher-filemanager-integration", resolve conflicts, commit, and push; I think that may work around it. If not, then I would suggest reconstructing your branch by branching from the launcher-filemanager-integration branch directly and adding your commit on top, rather than by branching lp:unity and then merging that branch === tasdomas` is now known as tasdomas === kiko` is now known as kiko === lifeless_ is now known as lifeless === FloSoft_ is now known as FloSoft === NikitaKonovalov2 is now known as NikitaKonovalov === xnox_ is now known as xnox === zoktar_ is now known as zoktar [20:32] cjwatson: thanks!