Gentoo Archives: gentoo-alt

From: Anders Bo Rasmussen <abr@×××××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Is prefix bootstraping broken?
Date: Thu, 07 Aug 2014 14:03:12
Message-Id: CANCygR7TstaJ06U2PLpXJHf9iyVyZxC++miH7_ZMUeVwwdE=FQ@mail.gmail.com
1 When I run the bootstrap interactively I get:
2
3 CCLD hwclock
4 CCLD mkfs.bfs
5 CCLD fsck.cramfs
6 ./.libs/libcommon.a(libcommon_la-fileutils.o): In function `xmkstemp':
7 fileutils.c:(.text+0x61): undefined reference to `mkostemp'
8 collect2: error: ld returned 1 exit status
9 CCLD blockdev
10 Makefile:5479: recipe for target 'fsck.minix' failed
11 make[2]: *** [fsck.minix] Error 1
12 make[2]: *** Waiting for unfinished jobs....
13 CCLD mkfs.cramfs
14 CCLD chcpu
15 ./.libs/libcommon.a(libcommon_la-fileutils.o): In function `xmkstemp':
16 fileutils.c:(.text+0x61): undefined reference to `mkostemp'
17 collect2: error: ld returned 1 exit status
18 Makefile:5282: recipe for target 'blockdev' failed
19 make[2]: *** [blockdev] Error 1
20 make[2]: Leaving directory
21 '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25-abi_x86_64.amd64'
22 Makefile:10060: recipe for target 'all-recursive' failed
23 make[1]: *** [all-recursive] Error 1
24 make[1]: Leaving directory
25 '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25-abi_x86_64.amd64'
26 Makefile:4365: recipe for target 'all' failed
27 make: *** [all] Error 2
28 * ERROR: sys-apps/util-linux-2.25::gentoo_prefix failed (compile phase):
29 * emake failed
30 *
31 * If you need support, post the output of `emerge --info
32 '=sys-apps/util-linux-2.25::gentoo_prefix'`,
33 * the complete build log and the output of `emerge -pqv
34 '=sys-apps/util-linux-2.25::gentoo_prefix'`.
35 * The complete build log is located at
36 '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/temp/build.log'.
37 * The ebuild environment file is located at
38 '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/temp/environment'.
39 * Working directory:
40 '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25-abi_x86_64.amd64'
41 * S: '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25'
42
43 The output of /tmp/simple-prefix/usr/bin/emerge --info
44 '=sys-apps/util-linux-2.25::gentoo_prefix' is here:
45 http://pastebin.com/b5tzbMrj
46
47 The output of /tmp/simple-prefix/usr/bin/emerge -pqv
48 '=sys-apps/util-linux-2.25::gentoo_prefix' is here:
49 http://pastebin.com/AttMjHc2
50
51 and the build log is here: http://pastebin.com/e1LBdmNa
52
53 Am I doing something wrong or is this the current result when you run bootstrap?
54
55 /Anders