Gentoo Archives: gentoo-dev

From: Bill Kenworthy <billk@×××××××××.au>
To: gentoo-dev List <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] nautilus compile stuck in loop
Date: Fri, 03 May 2002 10:11:05
Message-Id: 1020438655.18411.3.camel@rattus
In Reply to: Re: [gentoo-dev] nautilus compile stuck in loop by Terje Kvernes
1 Date time are OK. Tried a manual compile with the tar.gz file and came
2 up with the same problem so redownloading it and will see what happens.
3 Is there such a thing as md5 sums with portage? - no check seems to be
4 done in the ebuild file.
5
6 BillK
7
8 On Fri, 2002-05-03 at 22:41, Terje Kvernes wrote:
9 > Bill Kenworthy <billk@×××××××××.au> writes:
10 >
11 > > I have been trying to do an "emerge -u world" after an "emerge rsync"
12 > > but in nautilus (gnome-base/nautilus/nautilus-1.0.6-r8.ebuild) it keeps
13 > > getting stuck in the loop below.
14 > >
15 > > cd .. \
16 > > && CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
17 > > ./config.status
18 > > creating libnautilus/Makefile
19 > > make[2]: Leaving directory
20 > > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
21 > > make[2]: Entering directory
22 > > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
23 > > cd .. \
24 > > && CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
25 > > ./config.status
26 > > creating libnautilus/Makefile
27 > > make[2]: Leaving directory
28 > > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
29 > > make[2]: Entering directory
30 > > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
31 > > cd .. \
32
33 >
34 > check the date and time on the machine. your clock might be way off
35 > and that can make configure rerun. at least that fixed a similar
36 > issue for me.
37 >
38 > --
39 > Terje
40 > _______________________________________________
41 > gentoo-dev mailing list
42 > gentoo-dev@g.o
43 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] nautilus compile stuck in loop "Matthew J. Turk" <m-turk@×××.edu>