Re: [gentoo-user] Problems with cross-compiling

2016-03-27 Thread Andrew Savchenko
On Fri, 25 Mar 2016 14:00:58 +0100 Dan Johansson wrote: > Another one that is also failing (and is a dependency of many packages) > is sys-libs/ncurses-6.0-r1. > ncurses fails with another error than libpcre. > > cd c++ && make DESTDIR="" RPATH_LIST="/usr/lib" all > make[1]: Entering directory >

Re: [gentoo-user] Problems with cross-compiling

2016-03-27 Thread Andrew Savchenko
Опц On Fri, 25 Mar 2016 13:35:47 +0100 Dan Johansson wrote: > I have setup one of my VM's to do cross-compiling for my Raspberry PI 2. > Now some packages (e.g. app-editors/vim and its dependencies) emerges > fine while other (e.g. net-misc/wget or rather one of its dependencies >

Re: [gentoo-user] Problems with cross-compiling

2016-03-25 Thread Dan Johansson
On 25.03.2016 13:35, Dan Johansson wrote: > I have setup one of my VM's to do cross-compiling for my Raspberry PI 2. > Now some packages (e.g. app-editors/vim and its dependencies) emerges > fine while other (e.g. net-misc/wget or rather one of its dependencies > dev-libs/libpcre-8.38:3) does not.

[gentoo-user] Problems with cross-compiling

2016-03-25 Thread Dan Johansson
I have setup one of my VM's to do cross-compiling for my Raspberry PI 2. Now some packages (e.g. app-editors/vim and its dependencies) emerges fine while other (e.g. net-misc/wget or rather one of its dependencies dev-libs/libpcre-8.38:3) does not. What I have done is this: # emerge