/srv/irclogs.ubuntu.com/2013/12/22/#ubuntu-devel.txt

ice9i just built the rhythmbox and gedit sources using make but after the build, i can't find the binary exec file to start the application00:02
pvl1make install00:31
pvl1ice900:31
ice9pvl1, no i don't want to install it on my system, just want to make a fix and test it00:32
pvl1is there a bin dir00:37
pvl1in the project directory00:37
ice9no00:38
NoskcajCan someone please rebuild dx? It should allow it to pass the libtiff5 transition01:11
=== freeflying_away is now known as freeflying
NoskcajAnd feel++ needs a rebuild to pick up openmpi1.601:24
NoskcajActually just about everything at http://people.canonical.com/~ubuntu-archive/transitions/html/openmpi1.6.html needs a rebuild01:26
xnoxLaney: thanks.01:28
Noskcajto rebuild a package should i just submit a branch with a build1 changelog?01:34
xnoxNoskcaj: "everything" is a vague definition, given it's 78% complete, and many things are not accounted for (e.g. fixed packages in proposed)01:45
xnoxNoskcaj: rebuilding feel++ is jumping the ship, since gmsh is not yet fixed across all architectures.01:45
xnoxLaney: not sure about the tracker. E.g. openmpi1.6 didn't get an ppc64el column =/01:47
Noskcajxnox, ok. So i do just submit a branch with a build1 revision for the relevant packages?01:53
xnox?02:00
xnoxNoskcaj: which package?02:00
xnoxNoskcaj: LoganCloud uploaded all those that didn't FTBFS, the rest seemed to need fixes.02:01
Noskcajok02:01
xnoxNoskcaj: and has the packages deps migrated to openmpi1.6 already?02:01
Noskcajidk02:01
xnoxNoskcaj: across all arches... it's easy to get into arch skew =/02:02
xnoxNoskcaj: no change rebuilds is such a low level task, that sponsoring those is, well, a lot of overhead. people with upload rights motu/core-dev usually do those.02:02
Noskcajok, makes sense02:03
xnoxNoskcaj: patches to fix FTBFS for packages in-current transitions is always nice to know =)02:03
xnoxNoskcaj: so again which "the relevant package" that can just be no-change rebuild that you have identified?02:03
NoskcajI was going to manually try them, was just checking the process first02:05
xnoxNoskcaj: locally? why a branch merge proposal?02:13
LoganCloudDid I do something wrong02:13
LoganCloudI was mentioned in this channel. Not a good sign02:13
Noskcajthat one i just changed libtiff4-dev to libtiff-dev. Was there something other than building i needed to check?02:14
xnoxNoskcaj: one checks current depends in -proposed/-archive, does a local no-change rebuild to check that new library name is picked up, and if all checks out good prepares no-change upload.02:14
NoskcajLoganCloud, you're fine02:14
Noskcajok02:14
xnoxLoganCloud: nah, all good =) just pointing out the good work you did on pushing openmpi transition.02:14
xnoxNoskcaj: as far as I can tell tiff transition is complete, and it has been requested to remove tiff from the archive.02:15
xnoxNoskcaj: unless it's creeping back in?02:15
xnoxNoskcaj: so again, can you tell me which _src_ package you are looking at?02:15
Noskcajxnox, Should be done, just a package that still needed libtiff402:15
LoganCloudPhew02:15
NoskcajAnd none02:15
xnoxNoskcaj: not the transition name, e.g. tiff4. but the reverse dep in question...02:16
xnoxNoskcaj: i'm confused. =(02:16
NoskcajI have no idea what you're talking about02:16
* Noskcaj thinks he needs to find something else to do with his holidays02:18
xnoxNoskcaj: "<Noskcaj> [01:11:51] Can someone please rebuild dx? It should allow it to pass the lib" & "<Noskcaj> And feel++ needs a rebuild to pick up openmpi1.6" & "<Noskcaj> to rebuild a package should i just submit a branch with a build1 changelog?"02:18
xnoxNoskcaj: I got the impression, that you want to help with transitions and believe you have something ready to be uploaded.02:19
xnoxNoskcaj: yet, I still don't know which packages you want to be rebuild.02:19
Noskcaj1 and 2: basic guesses, probably wrong. 3. Moure general info02:19
NoskcajI want to help, don't really know what to do02:19
xnoxNoskcaj: looking at dx -> whilst it build-depends on libtiff-dev, it doesn't actually result in binary depends on tiff.02:20
xnoxNoskcaj: in the transition tracker feel++ is at the very top of the stack, and typically things feel++ depends on should transition before feel++ itself will.02:20
xnoxNoskcaj: otherwise one may end up in an unfortunate situation of trying to load both ABIs into a single binary =/ which is not good.02:21
Noskcajok, so that's what the dependancy level thing means02:21
xnoxNoskcaj: yeah, roll the mouse over the package name to see it.02:21
Noskcajoh02:21
xnoxNot very discovarable, unless one reads the source code of the page ;-)02:21
LoganCloudxnox: thanks :) it was my first real transition02:23
LoganCloudThe fact that Debian did it already helped, for sure :P02:23
xnoxLoganCloud: there are plenty of FTBFS to fix... left =)02:23
xnoxstill though.02:24
xnoxyeah, but it's now different, cause they did it at different timing.02:24
LoganCloudYes but they're also FTBFSing in Debian02:24
xnoxLoganCloud: did they remove them from testing?02:24
LoganCloudAt least most of the ones with issues02:24
LoganCloudI think so02:24
xnoxlazy =)02:24
LoganCloudBecause the ones with problems say "Sid only" I think02:25
LoganCloudI'm not by my computer right now. On my phone02:25
xnoxfixed openmx, cctools and others now.02:25
LoganCloudCool, I'll take a look in like 10 min02:25
Noskcajspeaking of that, do you guys have any tips for finding what is causing an ftbfs? It's very rare for me to find one i know how to fix02:25
xnoxNoskcaj: read the build-log, that's the only....02:27
NoskcajAs in working out how to fix what the buildlog says02:28
xnoxone solves a sudoku by solving it.....02:28
xnoxread what it says, and depening on what it says, try to understand why, and resolve the root cause behind it.....02:29
xnoxit's not any different from any other puzzles =)02:29
LoganCloudNoskcaj: knowing basic stuff about coding and stack traces helps02:31
LoganCloudAlso spotting patterns, and taking note of fixes to common problems02:31
NoskcajLoganCloud, There's my issue. I only know basic python, and all the python ftbfses are from test errors, or architectures i don't have.02:32
xnoxNoskcaj: learn C, it's easy.02:32
Noskcajsigh. I really should02:32
xnoxhttp://www.cprogramming.com/02:32
xnoxLaney: looks like my last config change did break the trackers. Revert that commit.02:49
xnoxLaney: can you take a look at how to enable the new arch?02:49
Logan_xnox: Tsk tsk. You modified hdf5 right after I fixed the default mpi for ppc64el and arm64. :P03:33
xnoxLogan_: really?03:36
xnoxLogan_: where?03:36
Logan_mpi-defaults03:36
Logan_I reverse-traced the logic it was using to pick up the default MPI and found it was coming from the depends for that package03:37
Logan_so I added arm64 and ppc64el as arches for openmpi in that package's build-depends03:37
xnoxLogan_: right. and ppc64el is finished now.03:38
xnoxLogan_: do we need to rebuild everything on top on mpi-defaults on arm64 & ppc64el ?03:38
xnoxLogan_: i'll revert hdf503:39
xnoxLogan_: actually hdf5 needs a no-change rebuild once, mpi-defaults passes.03:39
xnoxLogan_: and it's still wrong for hdf5 to pick a non-existant package as a depends.03:39
xnoxLogan_: will you submit mpi-defaults patch to debian?03:40
Logan_xnox: yes03:45
xnoxcool, thx03:45
Logan_xnox: Ugh. This hdf5 thing is a mess.05:16
Logan_xnox: just sent you an e-mail07:18
alkisgLaney: could you please have a look at https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/474392/comments/11 ?07:40
ubottuUbuntu bug 474392 in indicator-session (Ubuntu) "indicator-session menus are not policykit aware" [Low,Confirmed]07:40
alkisg /dev/sdb1 on /media/alkisg/usb-stick type vfat (rw,nosuid,nodev,uid=1010,gid=1010,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)08:29
alkisg...that means that when I copy a file from that stick to my home folder, other users don't have read access to it08:29
alkisgThat was not the case in the past... shouldn't dmask provide read access to others by default, or at least some other way could be found so that I don't need to manually update the rights of the files I copy from usb sticks?08:30
alkisgHmm completely hardcoded... :( http://cgit.freedesktop.org/udisks/tree/src/udiskslinuxfilesystem.c?id=aa02e5fc53efdeaf66047d2ad437ed543178965b08:38
alkisgFor example, if they were mounted under /run/user/uid/mounts, they wouldn't need strict permissions because /run/user/uid would block other users08:43
=== doko_ is now known as doko
Laneyxnox: what happened?10:01
Laneyalkisg: I could maybe take a look after the holidays10:07
LaneyIf you're able, a patch would be welcome10:07
alkisgLaney: I could try a patch for https://bugs.launchpad.net/indicator-session/+bug/1263438, but not for https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/474392/comments/11, that's a bit beyond my current knowledge of the libraries involved :-/10:10
ubottuUbuntu bug 1263438 in indicator-session (Ubuntu) "Indicator-session assumes there's only one active user" [Undecided,New]10:10
ubottuUbuntu bug 474392 in indicator-session (Ubuntu) "indicator-session menus are not policykit aware" [Low,Confirmed]10:10
=== ValicekB_ is now known as ValicekB
alkisg(12:10:15 μμ) alkisg: Thanks, I wish you happy holidays! (to Laney... pidgin was too lazy in notifying me that I was disconnected :))11:09
=== freeflying is now known as freeflying_away
doko$ cat test.c16:18
dokoint main(){return(0);}16:18
doko$ gcc -fPIE -pie -static test.c16:18
doko*** Error in `/usr/bin/ld': corrupted double-linked list: 0x0a329260 ***16:18
doko<and ld hangs ...>16:19
dokoinfinity, ^^^ seen with glibc-2.18, not 2.1716:19
dokokees, is the use of hardening-includes in graphicsmagick correct? the above example calls with -pie -static16:21
dokogold correctly complains about it:16:21
doko$ gcc -fuse-ld=gold -fPIE -pie -static test.c16:21
doko/usr/bin/ld.gold: fatal error: -pie and -static are incompatible16:21
dokocollect2: error: ld returned 1 exit status16:21
xnoxLoganCloud: yeah, don't worry about it =) easily to sort out.16:33
xnoxLaney: so all trackers stopped to update after I've commited ;"ppc64el" in the global config + some trackers that list arches explicitely (ghc?) see commit + revert in the config/ branch.16:33
xnoxLaney: try updating config branch to -r-2 and rerun tracker so check where it blows up?16:34
cjwatsonxnox: Based on the previous syntax my guess would be that ";" is only supposed to separate items in a list, rather than terminating items18:23
cjwatsonxnox: That is, you need to not have the semicolons after ppc64el18:23
cjwatson(global.conf and monitor/permanent/ghc.ben)18:23
=== jono is now known as Guest49214
ice9does ubuntu plan to continue using GTK or will move to Qt at sometime?22:01
Noskcajice9, Unity is moving to Qt5 with unity 822:13
ice9Noskcaj, so no more GTK? when unity 8 is coming?22:27
mdeslaurice9: gtk will still be there22:29
ice9but why Unity to move to Qt instead of GTK?22:29
Noskcajice9, We'l still use gtk, but unity 8 (which should be out for 14.10), should be Qt22:29
mdeslaurice9: unity isn't using gtk at the moment, it's using a toolkit called nux22:30
mdeslaurice9: it's moving from nux to qt22:30
xnoxcjwatson: ta.23:16

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