Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: Gentoo-Dev <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] rc14 bootstrap error
Date: Sun, 23 Dec 2001 03:10:32
Message-Id: 1009098440.3237.2.camel@nosferatu.lan
In Reply to: Re: [gentoo-dev] rc14 bootstrap error by scott worley
1 On Sun, 2001-12-23 at 10:02, scott worley wrote:
2 > On Sat, 22 Dec 2001 23:41:15 -0600
3 > Parag Mehta <pm@g.o> wrote:
4 >
5 > > Hi All,
6 > >
7 > > i don't know why but i'm getting the following error whie bootstrap
8 > process in rc14.
9 > >
10 > > the following is theerror :
11 > >
12 > > sulogin.o: in function 'main':
13 > > sulogin.o(.text+0xb82): undefined reference to 'crypt':
14 > > collect2: ld returned 1 exit status
15 > > makw **** [sulgin] Error 1
16 > >
17 > > !!! Function src_compile, Line 11, Exitcode 2
18 > > !!! problem compiling sysvinit
19 > >
20 > > thanks in advance for all the help,
21 > >
22 > > --
23 > > Best Regards,
24 > >
25 > > pm
26 > > --
27 > > Developer <pm@g.o>
28 > > Gentoo Linux http://gentoo.org
29 > > _______________________________________________
30 > > gentoo-dev mailing list
31 > > gentoo-dev@g.o
32 > > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
33 > Hi,
34 >
35 > I'm getting the exact same error from a build-ix86-1.0_rc6-r14.iso
36 > downloaded on 12-22. I think it's building sysvinit but the screen goes
37 > by too fast for me to tell. Did you add any USE flags? The one I added
38 > don't seem related to the crypt library.
39 >
40
41 I think it is related to the new baselayout. It includes
42 sysvinit, and sulogin links against libcrypt. If im not
43 mistaken glibc includes libcrypt, so either we need to change
44 the order in which things build at bootstrap, or the build
45 image needs to include libcrypt.a/libcrypt.so.1 .
46
47
48 Greetings,
49 --
50
51 Martin Schlemmer
52 Gentoo Linux Developer, Desktop Team Developer
53 Cape Town, South Africa

Replies

Subject Author
Re: [gentoo-dev] rc14 bootstrap error *FIXED* Daniel Robbins <drobbins@g.o>