Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
qemu or cross emerge gdbm fails
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM
View previous topic :: View next topic  
Author Message
necktwi
Apprentice
Apprentice


Joined: 24 Aug 2018
Posts: 168

PostPosted: Sun Nov 04, 2018 5:17 am    Post subject: qemu or cross emerge gdbm fails Reply with quote

cross emerge gdbm fails with
Code:
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.18 but the autoconf macros are from gettext version 0.19


gentoo:linux # emerge --info '=sys-libs/gdbm-1.18.1::gentoo' | wgetpaste
Your paste can be seen here: https://paste.pound-python.org/show/KVEZ2apQ6KlDRQ4zcbPg/
gentoo:linux # emerge -pqv '=sys-libs/gdbm-1.18.1::gentoo' | wgetpaste
Your paste can be seen here: https://paste.pound-python.org/show/a1Fl7xjCCPqxucmBamj4/
gentoo:linux # wgetpaste /usr/armv6j-unknown-linux-gnueabihf/tmp/portage/sys-libs/gdbm-1.18.1/temp/build.log
Your paste can be seen here: https://paste.pound-python.org/show/B7VmMrYno3VdF1zl4cBY/
gentoo:linux # wgetpaste /usr/armv6j-unknown-linux-gnueabihf/tmp/portage/sys-libs/gdbm-1.18.1/temp/environment
Your paste can be seen here: https://paste.pound-python.org/show/XpV5eKIMM05JPUqcqNHD/

qemu emerge fails with
Code:
 * Failed Running aclocal !

gentoo / # wgetpaste /tmp/portage/sys-libs/gdbm-1.18.1/temp/build.log
Your paste can be seen here: https://paste.pound-python.org/show/1y6wma1XIz4YplC0zrWS/
gentoo / # emerge --info '=sys-libs/gdbm-1.18.1::gentoo' | wgetpaste
Your paste can be seen here: https://paste.pound-python.org/show/knjnX59KPVOgInqJueoC/
gentoo / # emerge -pqv '=sys-libs/gdbm-1.18.1::gentoo' | wgetpaste
Your paste can be seen here: https://paste.pound-python.org/show/XUca0BNqlHDK91pMfmVK/

though it merge on RPi

Thanq!


Last edited by necktwi on Sun Nov 04, 2018 10:44 am; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54210
Location: 56N 3W

PostPosted: Sun Nov 04, 2018 10:07 am    Post subject: Reply with quote

necktwi,

Code:
FEATURES=" ... distcc distcc-pump ..."


Don't use distcc-pump. That will use some headers from the Pi and some from the helper. Its your problem to keep them in step.
With only a single core, distcc-pump may actually be a slow down as that single core has to do the compression for things that get sent to the helper.
The compression step does not progress the build process.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
necktwi
Apprentice
Apprentice


Joined: 24 Aug 2018
Posts: 168

PostPosted: Sun Nov 04, 2018 10:12 am    Post subject: Reply with quote

but I didn't configure any hosts. will it still be a problem?
Back to top
View user's profile Send private message
Maitreya
Guru
Guru


Joined: 11 Jan 2006
Posts: 441

PostPosted: Sun Nov 04, 2018 10:20 am    Post subject: Reply with quote

Yes I think localhost is usually defined
So that would mean it tries to preprocess for itself.
Back to top
View user's profile Send private message
necktwi
Apprentice
Apprentice


Joined: 24 Aug 2018
Posts: 168

PostPosted: Sun Nov 04, 2018 10:22 am    Post subject: Reply with quote

BTW i didn't install distcc. I just copied the make.conf from RPi
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54210
Location: 56N 3W

PostPosted: Sun Nov 04, 2018 10:26 am    Post subject: Reply with quote

necktwi,

In a QEMU chroot cross build environment localhost points to the host system outside of the chroot.
This means that the cross compiler outside of the QEMU chroot will be called, just like it was running on a separate system.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum