radiofree | paulsherwood: i messed up | 00:43 |
---|---|---|
radiofree | forgot to add qt5-tools to the system... | 00:43 |
radiofree | no big deal, it's build as a build-depend, just add it afterwards | 00:43 |
radiofree | however... the version of gstreamer 0.10 in master of definitions is still broken :( | 00:44 |
radiofree | i have pushed updated stuff, maybe if you get that message before you leave you can build it in the cloud and download it at the airport | 00:44 |
radiofree | hopefully i will have it built as well | 00:44 |
*** mSher [~mike@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 02:48 | |
radiofree | llvm failed :( | 06:05 |
radiofree | actually it's efl | 06:11 |
*** fay_ [~fay@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 06:43 | |
*** edmunds [~edmunds@94.116.221.240] has joined #baserock | 07:24 | |
*** dutch_ [~william@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 07:26 | |
*** tiagogomes [~tiagogome@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 07:57 | |
*** franred [~franred@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 08:07 | |
*** violeta [~violeta@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 260 seconds] | 08:25 | |
*** violeta [~violeta@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 08:36 | |
*** jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 08:42 | |
richard_1aw is now known as richard_maw | 09:13 | |
*** ssam2 [~ssam2@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 09:21 | |
radiofree | Jjardon free type upgrade breaks enlightenment builds breaks | 09:28 |
*** CTtpollard [~tom@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 09:32 | |
pedroalvarez | hi richard_maw, I've been testing your distbuild fixes patch, and I found that now when a build fails, it doesn't say why: http://pastebin.com/uELEZxGn | 09:32 |
radiofree | Why does "resolving artifacts" now take absolutely ages and use 100% of the CPU? | 09:34 |
ssam2 | maybe you have a dependency loop ? | 09:35 |
ssam2 | if it never completes | 09:35 |
jjardon | radiofree: do you have logs of the build failure? | 09:35 |
radiofree | It takes about 15minutes on a jetson | 09:35 |
ssam2 | oh, but it does complete | 09:35 |
pedroalvarez | radiofree: local build? | 09:35 |
ssam2 | I guess we broke something then | 09:35 |
radiofree | No I'm on a plane | 09:35 |
radiofree | Ssam if I build the same stuff with an older morph its quick | 09:36 |
pedroalvarez | radiofree: I haven't had that long wait when doing the release | 09:36 |
radiofree | Jjardon no | 09:36 |
radiofree | But its the includes | 09:36 |
radiofree | Doesn't look like freetype 2 provides include/freetype2/freetype folder anymore | 09:37 |
radiofree | So things like EFL in enlightenment that include freetype/foo.h now fail to build | 09:38 |
ssam2 | out of curiosity, what do we maintain Enlightenment for | 09:38 |
ssam2 | ? | 09:38 |
radiofree | Ssam2 no idea | 09:38 |
radiofree | It was a build-dep of genivi-demo-platform for some reason | 09:39 |
radiofree | But I think navit does the same (looks for freetype/foo.h) | 09:39 |
richard_maw | radiofree: does the older version which doesn't take so long to build list thousands of build steps, or just hundreds (i.e. was it before the building per source patches?) | 09:40 |
radiofree | Also my gstreamer 0.10 fixes still haven't been merged :( | 09:40 |
radiofree | Richard_maw thousands | 09:41 |
richard_maw | radiofree: I think it may be the building per-source then, since that's the only thing I can think of that's changed recently which could have changed how resolving works | 09:41 |
radiofree | It doesn't even log anything now either. Just sits there for 15minutes using 100% of a cores cpu | 09:42 |
radiofree | However... On a VM.. The *first* time I did it it was pretty quick | 09:43 |
radiofree | Then afterwards... Anywhere between 5 and 15 | 09:43 |
straycat | There's a TODO to add cycle detection to the artifact resolver, it might be nice to do that. | 09:46 |
richard_maw | radiofree: that could be the ref resolving logic. If it's got a cached version of the repository it might decide to do a git remote update, instead of using the web service on the trove | 09:47 |
Kinnison | Or, if radiofree is on a plane and lacks local cached repos, it could be going (slowly) to the trove | 09:48 |
radiofree | Kinnison this was last night | 09:49 |
radiofree | Plus saturday | 09:49 |
ssam2 | straycat: it would, but if there was a cycle then radiofree's build would never complete. Apparently it does, just very slowly. | 09:50 |
Kinnison | radiofree: aah | 09:50 |
Kinnison | radiofree: if you haave debug-level logging turned on, is it logging anything or just sitting like a lemon? | 09:50 |
radiofree | Absolutely nothing logged | 09:51 |
straycat | ssam2, Sorry, I wasn't suggesting that was radiofree's problem, just that you mentioned a build might not complete because of a dependency loop. | 09:51 |
radiofree | In /SRC/morph.log | 09:51 |
ssam2 | straycat: ok, I misunderstood | 09:51 |
pedroalvarez | radiofree: is this change the only one needed to fix the devel-system for jetsons? http://git.baserock.org/cgi-bin/cgit.cgi/baserock/baserock/definitions.git/commit/?h=baserock/james/fix-jetson-release&id=1812461988af87d43ad464e6ddf67b3e88e0b2e1 | 09:54 |
pedroalvarez | or it's also needed this? http://git.baserock.org/cgi-bin/cgit.cgi/baserock/baserock/definitions.git/commit/?h=baserock/straycat/jetson-bsp-fix&id=848c9aed2c52231fb0177097ed2f5a9b2fb41d97 | 09:55 |
Kinnison | radiofree: so it sits for 5 to 15 minutes, not logging anything at all, before continuing? | 09:56 |
Kinnison | radiofree: with --log-level=debug | 09:56 |
Kinnison | ? | 09:57 |
straycat | pedroalvarez, radiofree believed the version of u-boot in 14.40 doesn't work with the kernel in the devel-jetson bsp. So that branch of mine reverts u-boot and also amends the release cluster morph. | 09:57 |
pedroalvarez | straycat: I understand | 09:58 |
*** edmunds [~edmunds@94.116.221.240] has quit [Quit: Me Myself and I] | 10:18 | |
*** jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 258 seconds] | 12:07 | |
*** jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 12:09 | |
*** jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 245 seconds] | 12:15 | |
*** jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 12:30 | |
dutch_ | In chunk .morphs, are *-commands run in the repo's directory? | 13:00 |
Kinnison | they're run in the .build directory | 13:02 |
Kinnison | which is where the top level repo is checked out | 13:02 |
dutch_ | thank you | 13:03 |
wikicat | Wiki change: http://wiki.baserock.org/recentchanges/#change-875eeac8fdeeeb84f73e0ac8e70e7323451868f4 | 13:50 |
pedroalvarez | wikicat: thanks! | 13:54 |
wikicat | pedroalvarez: Error: "thanks!" is not a valid command. | 13:54 |
* pedroalvarez shuts up | 13:55 | |
* Kinnison chuckles | 13:55 | |
pedroalvarez | why on earth if I remove an artifact from the artifact-cache-server `morph distbuild` still thinks that it has the artifact there and then fails to create the system? | 14:42 |
pedroalvarez | :( | 14:42 |
pedroalvarez | http://pastebin.com/wwpsVsvJ | 14:44 |
Kinnison | 2014-10-06 14:41:51 Progress: Ready to build tbdiff-doc: waiting for a worker to become available | 14:45 |
Kinnison | 2014-10-06 14:41:51 Started building devel-system-x86_64-generic-rootfs on distbuild-for-debugging:3434 | 14:45 |
Kinnison | that looks supiciously like the controller is confused | 14:45 |
* pedroalvarez restart the controller | 14:46 | |
pedroalvarez | same problem | 14:49 |
Kinnison | You might need to restart the worker processes too | 14:50 |
pedroalvarez | restarting the worker worked | 15:02 |
pedroalvarez | I wonder if anybody can help me with this: http://pastebin.com/KSSUXzc9 | 15:42 |
pedroalvarez | also | 15:42 |
pedroalvarez | straycat: did you manage to flash a jetson using baserock/straycat/fix-jetson-release? | 15:43 |
*** dutch_ [~william@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Quit: Quit] | 15:52 | |
*** dutch [~william@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #baserock | 15:53 | |
ssam2 | could I merge this patch? http://sprunge.us/ZhiV | 16:01 |
ssam2 | it adds 'description' fields to the two Jetson BSP strata explaining why there are two | 16:01 |
*** flatmush [~flatmush@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 272 seconds] | 16:03 | |
franred | ssam2, +1 to merge | 16:04 |
*** violeta [~violeta@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 258 seconds] | 16:05 | |
straycat | +1 | 16:05 |
straycat | pedroalvarez, yes, but kernel panics | 16:05 |
pedroalvarez | weird | 16:06 |
ssam2 | thanks | 16:13 |
*** dutch [~william@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Quit: Quit] | 16:14 | |
*** franred [~franred@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Quit: Leaving] | 16:26 | |
*** tiagogomes [~tiagogome@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 260 seconds] | 16:35 | |
*** genii [~quassel@ubuntu/member/genii] has joined #baserock | 16:42 | |
pedroalvarez | urgh.. so flashing the devel-image from here: http://wiki.baserock.org/guides/baserock-jetson/ worked. Using the same u-boot to flash the new image doesn't work | 16:42 |
* pedroalvarez stop wasting time | 16:42 | |
pedroalvarez | stops* | 16:42 |
*** mSher [~mike@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Quit: Leaving] | 16:55 | |
*** jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Quit: Leaving] | 16:59 | |
pedroalvarez | I think I found the problem with the devel image of the Jetson board in the baserock 14.40 release. | 17:16 |
pedroalvarez | Wrong kernel args... | 17:16 |
pedroalvarez | I'll try to fix that an re-upload the image | 17:16 |
*** ssam2 [~ssam2@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Remote host closed the connection] | 17:19 | |
*** tiagogomes [~tiagogome@host-92-25-172-99.as13285.net] has joined #baserock | 19:12 | |
*** tiagogomes [~tiagogome@host-92-25-172-99.as13285.net] has quit [Client Quit] | 19:12 | |
* jjardon just built systemd master | 19:18 | |
jjardon | richard_maw: I think you mention some time ago that there are some hacks to configure the network that could be away using a modern systemd. Can you point me out where those stuff is? | 19:19 |
jjardon | is the simple-network stuff in morph? | 19:21 |
radiofree | could we update the boost tar ball? | 20:05 |
radiofree | the git repo that was lorried needs about a million submodules to be hosted on gbo | 20:05 |
radiofree | http://git.baserock.org/cgi-bin/cgit.cgi/delta/boost-tarball.git/ | 20:06 |
radiofree | update to 1.56.0 - http://www.boost.org/users/download/ | 20:06 |
pedroalvarez | this should be the change: http://pastebin.com/4XErBKgP | 21:38 |
*** genii_ [~quassel@142.0.147.11] has joined #baserock | 23:53 | |
*** genii__ [~quassel@142.0.147.11] has joined #baserock | 23:53 | |
*** genii_ [~quassel@142.0.147.11] has quit [Read error: Connection reset by peer] | 23:53 | |
*** genii__ [~quassel@142.0.147.11] has quit [Read error: Connection reset by peer] | 23:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!