*** juergbi has quit IRC | 00:05 | |
*** juergbi has joined #baserock | 00:06 | |
*** szm has quit IRC | 01:23 | |
*** gtristan has quit IRC | 02:02 | |
*** gtristan has joined #baserock | 07:21 | |
*** tiagogomes has joined #baserock | 08:47 | |
*** paulw has joined #baserock | 08:53 | |
*** CTtpollard has quit IRC | 08:58 | |
*** CTtpollard has joined #baserock | 08:58 | |
*** CTtpollard has joined #baserock | 08:59 | |
*** bruce_ has joined #baserock | 09:02 | |
*** bashrc_ has joined #baserock | 09:07 | |
*** ssam2 has joined #baserock | 09:54 | |
*** ChanServ sets mode: +v ssam2 | 09:54 | |
*** jonathanmaw has joined #baserock | 10:02 | |
*** edcragg has joined #baserock | 10:03 | |
*** Lachlan1975 has joined #baserock | 10:23 | |
*** ssam2 has quit IRC | 10:43 | |
*** locallycompact has joined #baserock | 10:59 | |
*** ssam2 has joined #baserock | 11:00 | |
*** ChanServ sets mode: +v ssam2 | 11:00 | |
*** fay__ has joined #baserock | 11:02 | |
*** fay_ has quit IRC | 11:03 | |
*** franred has joined #baserock | 11:12 | |
*** gtristan has quit IRC | 11:25 | |
*** tristan_ has joined #baserock | 11:25 | |
*** tristan_ is now known as Guest75851 | 11:26 | |
*** Guest75851 is now known as gtristan | 11:27 | |
*** gtristan_ has joined #baserock | 11:32 | |
*** franred has quit IRC | 11:35 | |
*** franred has joined #baserock | 11:49 | |
*** rdale has joined #baserock | 12:16 | |
rdale | i 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 IRC | 12:18 | |
ssam2 | what 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 |
ssam2 | python3 certainly shouldn't be looking in python2.7/site-packages ever | 12:20 |
rdale | oh ok | 12:20 |
ssam2 | actually, baserockimport uses morphlib, so it requires python2 | 12:20 |
ssam2 | so really the bug is that the baserock-import script should use `#!/usr/bin/env python2` instead of `#!/usr/bin/env python` | 12:21 |
ssam2 | or whatever | 12:21 |
ssam2 | a patch to fix that would be much appreciated | 12:22 |
rdale | i'm not sure i have a python 2 interpreter in the image - there is nothing called 'python2' | 12:24 |
ssam2 | balls | 12:27 |
ssam2 | python2.7 ? | 12:27 |
ssam2 | is morph in the image? if so, there must be a python2 ... | 12:27 |
ssam2 | unless whatever stratum contains python2 was missed out of the system.morph file -- manual runtime dependencies :( | 12:27 |
rdale | no, morph seems to be using python 3: 4 lrwxrwxrwx 1 root root 9 Dec 2 10:39 /usr/bin/python -> python3.4 | 12:28 |
rdale | i suppose i haven't built anything with morph in this image yet | 12:30 |
rdale | ah, yes sorry about the noise - this is the target image, not the one i was going to use to build | 12:31 |
VLetrmx | the sha for the import tool will likely also need to be updated, the version in the current release relies on an older morphlib | 12:33 |
VLetrmx | i'll test the update and send it if everything looks okay | 12:34 |
rdale | ok thanks | 12:34 |
VLetrmx | while we're here let's make the baserock-import stratum include python2 | 12:48 |
VLetrmx | it already does VLetrmx | 12:49 |
*** tristan has joined #baserock | 12:56 | |
*** tristan is now known as Guest30851 | 12:57 | |
VLetrmx | https://gerrit.baserock.org/1526 is the fix for that | 13:05 |
rdale | ok thanks, i've given it a +1 and I'm building a system with now | 13:13 |
*** ssam2 has quit IRC | 13:13 | |
*** Guest30851 has quit IRC | 13:15 | |
*** franred has quit IRC | 13:23 | |
*** franred has joined #baserock | 13:24 | |
*** jjardon has quit IRC | 14:07 | |
*** jjardon has joined #baserock | 14:09 | |
*** ssam2 has joined #baserock | 14:11 | |
*** ChanServ sets mode: +v ssam2 | 14:11 | |
*** bruce_ has quit IRC | 14:24 | |
*** gtristan_ has quit IRC | 14:28 | |
*** Lachlan1975 has quit IRC | 14:32 | |
*** szm has joined #baserock | 14:37 | |
*** szm has quit IRC | 14:58 | |
*** szm has joined #baserock | 15:03 | |
*** Lachlan1975 has joined #baserock | 15:07 | |
rjek | OpenSSL 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 |
rjek | In summary: meh, no rush for Baserock infrastructure to update, IMO | 15:58 |
ssam2 | ok, thanks for the summary! | 16:06 |
tiagogomes | unpretrify-ref is not a word | 16:08 |
rjek | Sounds perfectly cromulent to me. | 16:10 |
*** szm has quit IRC | 16:10 | |
*** szm has joined #baserock | 16:11 | |
szm | Hello, 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 |
jonathanmaw | szm: do you have a log for specifically why it failed? | 16:19 |
szm | jonathanmaw: I have the morph.log, I could copy just the error output though | 16:20 |
jonathanmaw | szm: either is fine | 16:21 |
szm | here's the error output: http://paste.baserock.org/egukikovun | 16:22 |
*** gary_perkins has joined #baserock | 16:22 | |
jonathanmaw | szm: I think I see what happened, the ref underneath genivi-demo-platform-hmi changed | 16:28 |
jonathanmaw | it should be fine if you check out the branch "master" instead | 16:29 |
pedroalvarez | the instructions of that wiki were updated, that shouldn't be happening I think | 16:29 |
pedroalvarez | oh, wait.. | 16:29 |
pedroalvarez | well.. this is bad :) | 16:31 |
szm | jonathanmaw: I checkedout the master branch for the genivi demo platform and after starting building I see ERROR: Definitions format version 7 is not supported | 16:31 |
szm | pedroalvarez: I think they were updated a few weeks ago | 16:32 |
pedroalvarez | indeed... | 16:32 |
pedroalvarez | it's a bit broken, indeed.. | 16:32 |
VLetrmx | doesn't szm just need to upgrade to the latest release and build from that? or am i missing something? | 16:33 |
pedroalvarez | VLetrmx: he is trying to follow some instructions that we have on the wiki | 16:33 |
jonathanmaw | szm: if you go to /src/morph and checkout "master", that should work, too | 16:33 |
VLetrmx | ahh ok | 16:34 |
szm | jonathanmaw: I did that, started the build over pretty much, we'll see when it gets back to that point | 16:37 |
szm | jonathanmaw: appreciate the hhelp | 16:37 |
jonathanmaw | szm: thanks for finding the issue with the wiki instructions | 16:38 |
jonathanmaw | pedroalvarez: would you like to fix the wiki, or shall I? | 16:38 |
pedroalvarez | I've just created a new tag that should work | 16:40 |
pedroalvarez | Updating the wiki now | 16:40 |
pedroalvarez | done | 16:41 |
pedroalvarez | szm: apologies, the version of the tag you were using had some issues (like the one you found) that were fixed when merging them on master | 16:42 |
szm | pedroalvarez: gotcha, I'll try it out, thanks | 16:46 |
pedroalvarez | I hope that works for you :) | 17:00 |
*** tiagogomes has quit IRC | 17:10 | |
*** ssam2 has quit IRC | 17:27 | |
*** ssam2 has joined #baserock | 17:39 | |
*** ChanServ sets mode: +v ssam2 | 17:39 | |
*** jonathanmaw has quit IRC | 18:00 | |
*** bashrc_ has quit IRC | 18:05 | |
*** locallycompact has quit IRC | 18:10 | |
*** ssam2 has quit IRC | 18:30 | |
*** franred has quit IRC | 18:45 | |
*** rdale_ct has joined #baserock | 18:51 | |
*** rdale has quit IRC | 18:51 | |
*** edcragg has quit IRC | 19:04 | |
*** rdale_ct has quit IRC | 19:05 | |
*** rdale has joined #baserock | 19:08 | |
*** rdale_ct has joined #baserock | 19:16 | |
*** rdale_ct_ has joined #baserock | 19:19 | |
*** rdale has quit IRC | 19:19 | |
*** rdale_ct has quit IRC | 19:20 | |
*** Lachlan1975 has quit IRC | 19:36 | |
*** edcragg has joined #baserock | 20:25 | |
*** edcragg has quit IRC | 21:02 | |
*** edcragg has joined #baserock | 21:03 | |
*** edcragg has quit IRC | 21:06 | |
*** szm has quit IRC | 22:03 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!