IRC logs for #baserock for Thursday, 2015-12-03

*** juergbi has quit IRC00:05
*** juergbi has joined #baserock00:06
*** szm has quit IRC01:23
*** gtristan has quit IRC02:02
*** gtristan has joined #baserock07:21
*** tiagogomes has joined #baserock08:47
*** paulw has joined #baserock08:53
*** CTtpollard has quit IRC08:58
*** CTtpollard has joined #baserock08:58
*** CTtpollard has joined #baserock08:59
*** bruce_ has joined #baserock09:02
*** bashrc_ has joined #baserock09:07
*** ssam2 has joined #baserock09:54
*** ChanServ sets mode: +v ssam209:54
*** jonathanmaw has joined #baserock10:02
*** edcragg has joined #baserock10:03
*** Lachlan1975 has joined #baserock10:23
*** ssam2 has quit IRC10:43
*** locallycompact has joined #baserock10:59
*** ssam2 has joined #baserock11:00
*** ChanServ sets mode: +v ssam211:00
*** fay__ has joined #baserock11:02
*** fay_ has quit IRC11:03
*** franred has joined #baserock11:12
*** gtristan has quit IRC11:25
*** tristan_ has joined #baserock11:25
*** tristan_ is now known as Guest7585111:26
*** Guest75851 is now known as gtristan11:27
*** gtristan_ has joined #baserock11:32
*** franred has quit IRC11:35
*** franred has joined #baserock11:49
*** rdale has joined #baserock12:16
rdalei get an error when i run baserock-import: ImportError: No module named 'baserockimport' - the version of python is 3.4, but the package is in python2.7/site-packages - should python 3.4 be looking there?12:18
*** gtristan has quit IRC12:18
ssam2what might have happened is that at system-build time, the import tool was installed with `python2 ./setup.py install` rather then `python setup.py install`12:20
ssam2python3 certainly shouldn't be looking in python2.7/site-packages ever12:20
rdaleoh ok12:20
ssam2actually, baserockimport uses morphlib, so it requires python212:20
ssam2so really the bug is that the baserock-import script should use `#!/usr/bin/env python2` instead of `#!/usr/bin/env python`12:21
ssam2or whatever12:21
ssam2a patch to fix that would be much appreciated12:22
rdalei'm not sure i have a python 2 interpreter in the image - there is nothing called 'python2'12:24
ssam2balls12:27
ssam2python2.7 ?12:27
ssam2is morph in the image? if so, there must be a python2 ...12:27
ssam2unless whatever stratum contains python2 was missed out of the system.morph file -- manual runtime dependencies :(12:27
rdaleno, morph seems to be using python 3:  4 lrwxrwxrwx    1 root     root             9 Dec  2 10:39 /usr/bin/python -> python3.412:28
rdalei suppose i haven't built anything with morph in this image yet12:30
rdaleah, yes sorry about the noise - this is the target image, not the one i was going to use to build12:31
VLetrmxthe sha for the import tool will likely also need to be updated, the version in the current release relies on an older morphlib12:33
VLetrmxi'll test the update and send it if everything looks okay12:34
rdaleok thanks12:34
VLetrmxwhile we're here let's make the baserock-import stratum include python212:48
VLetrmxit already does VLetrmx12:49
*** tristan has joined #baserock12:56
*** tristan is now known as Guest3085112:57
VLetrmxhttps://gerrit.baserock.org/1526 is the fix for that13:05
rdaleok thanks, i've given it a +1 and I'm building a system with now13:13
*** ssam2 has quit IRC13:13
*** Guest30851 has quit IRC13:15
*** franred has quit IRC13:23
*** franred has joined #baserock13:24
*** jjardon has quit IRC14:07
*** jjardon has joined #baserock14:09
*** ssam2 has joined #baserock14:11
*** ChanServ sets mode: +v ssam214:11
*** bruce_ has quit IRC14:24
*** gtristan_ has quit IRC14:28
*** Lachlan1975 has quit IRC14:32
*** szm has joined #baserock14:37
*** szm has quit IRC14:58
*** szm has joined #baserock15:03
*** Lachlan1975 has joined #baserock15:07
rjekOpenSSL bug tl;dr: minor decrese in difficulty for some public key algorithms (but still very very very hard), a crash can be caused with a crafted client certificate (client or server can crash), memory leak in X509 certificate handling, race condition in multi-threaded clients using PSK identify hints can result in a double-free crash.15:58
rjekIn summary: meh, no rush for Baserock infrastructure to update, IMO15:58
ssam2ok, thanks for the summary!16:06
tiagogomesunpretrify-ref is not a word16:08
rjekSounds perfectly cromulent to me.16:10
*** szm has quit IRC16:10
*** szm has joined #baserock16:11
szmHello, I'm trying to build the genivi demo platform following these instructions: http://wiki.projects.genivi.org/index.php/Hardware_Setup_and_Software_Installation/Jetson and I keep running into a build error (pre-configure failed) for the genivi-demo-platform-hmi.  Could anyone help me out with this?16:14
jonathanmawszm: do you have a log for specifically why it failed?16:19
szmjonathanmaw: I have the morph.log, I could copy just the error output though16:20
jonathanmawszm: either is fine16:21
szmhere's the error output: http://paste.baserock.org/egukikovun16:22
*** gary_perkins has joined #baserock16:22
jonathanmawszm: I think I see what happened, the ref underneath genivi-demo-platform-hmi changed16:28
jonathanmawit should be fine if you check out the branch "master" instead16:29
pedroalvarezthe instructions of that wiki were updated, that shouldn't be happening I think16:29
pedroalvarezoh, wait..16:29
pedroalvarezwell.. this is bad :)16:31
szmjonathanmaw: I checkedout the master branch for the genivi demo platform and after starting building I see ERROR: Definitions format version 7 is not supported16:31
szmpedroalvarez: I think they were updated a few weeks ago16:32
pedroalvarezindeed...16:32
pedroalvarezit's a bit broken, indeed..16:32
VLetrmxdoesn't szm just need to upgrade to the latest release and build from that? or am i missing something?16:33
pedroalvarezVLetrmx: he is trying to follow some instructions that we have on the wiki16:33
jonathanmawszm: if you go to /src/morph and checkout "master", that should work, too16:33
VLetrmxahh ok16:34
szmjonathanmaw: I did that, started the build over pretty much, we'll see when it gets back to that point16:37
szmjonathanmaw: appreciate the hhelp16:37
jonathanmawszm: thanks for finding the issue with the wiki instructions16:38
jonathanmawpedroalvarez: would you like to fix the wiki, or shall I?16:38
pedroalvarezI've just created a new tag that should work16:40
pedroalvarezUpdating the wiki now16:40
pedroalvarezdone16:41
pedroalvarezszm: apologies, the version of the tag you were using had some issues (like the one you found) that were fixed when merging them on master16:42
szmpedroalvarez: gotcha, I'll try it out, thanks16:46
pedroalvarezI hope that works for you :)17:00
*** tiagogomes has quit IRC17:10
*** ssam2 has quit IRC17:27
*** ssam2 has joined #baserock17:39
*** ChanServ sets mode: +v ssam217:39
*** jonathanmaw has quit IRC18:00
*** bashrc_ has quit IRC18:05
*** locallycompact has quit IRC18:10
*** ssam2 has quit IRC18:30
*** franred has quit IRC18:45
*** rdale_ct has joined #baserock18:51
*** rdale has quit IRC18:51
*** edcragg has quit IRC19:04
*** rdale_ct has quit IRC19:05
*** rdale has joined #baserock19:08
*** rdale_ct has joined #baserock19:16
*** rdale_ct_ has joined #baserock19:19
*** rdale has quit IRC19:19
*** rdale_ct has quit IRC19:20
*** Lachlan1975 has quit IRC19:36
*** edcragg has joined #baserock20:25
*** edcragg has quit IRC21:02
*** edcragg has joined #baserock21:03
*** edcragg has quit IRC21:06
*** szm has quit IRC22:03

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