Re: [yocto] rocko build fails

2017-12-11 Thread Zoran Stojsavljevic
Hello Mircea, I again went through your messages, and read carefully (since I am also learner, trying to help, and at the same time, to learn). And this: * File "/home/repository/rocko/poky/meta/classes/buildstats.bbclass", line 90, in write_task_data(status='passed', logfile='/home/repo

Re: [yocto] rocko build fails

2017-12-11 Thread Mircea Gliga
I installed autoconf and automake, result is the same. bitbake still tries to fetch the respective packages, it doesn't use the ones provided by the system, and that makes sense... It creates its own toolchain. As I understand the *Permission denied* error pops up during do_fetch, when it trie

Re: [yocto] rocko build fails

2017-12-11 Thread Zoran Stojsavljevic
> Should I also install autoconf/automake ? They are not mentioned in the guide ... You mentioned it before (previous @). Sorry, I forgot. If they are not installed, you should. Zoran On Mon, Dec 11, 2017 at 9:35 AM, Mircea Gliga wrote: > Hi again, > > >For the starters, No idea what is your h

Re: [yocto] rocko build fails

2017-12-11 Thread Mircea Gliga
Hi again, >For the starters, No idea what is your host. I will assume it is Ubuntu. Sorry about that. I'm on Debian 8: # cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 8 (jessie)" I updated the system this morning, and again now: # aptitude update; aptitude full-upgrade [...] No packages wi

Re: [yocto] rocko build fails

2017-12-11 Thread Zoran Stojsavljevic
> Any hints ? For the starters, No idea what is your host. I will assume it is Ubuntu. So for rocko, you need to upgrade you host. I have Fedora 26, so my latest autotools are: [root@localhost ~]# dnf install autoconf automake Last metadata expiration check: 0:05:16 ago on Mon 11 Dec 2017 09:14:4

[yocto] rocko build fails

2017-12-10 Thread Mircea Gliga
Hello, I have a working krogoth build - I build images etc, everything is fine. Then I wanted to try a rocko build, I installed the needed host packages: http://www.yoctoproject.org/docs/2.4/yocto-project-qs/yocto-project-qs.html#packages Then sourced env and /bitbake core-image-minimal/. So n