* [gentoo-dev] nautilus compile stuck in loop
@ 2002-05-03 6:31 Bill Kenworthy
2002-05-03 14:41 ` Terje Kvernes
0 siblings, 1 reply; 4+ messages in thread
From: Bill Kenworthy @ 2002-05-03 6:31 UTC (permalink / raw
To: gentoo-dev List
I have been trying to do an "emerge -u world" after an "emerge rsync"
but in nautilus (gnome-base/nautilus/nautilus-1.0.6-r8.ebuild) it keeps
getting stuck in the loop below.
cd .. \
&& CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
./config.status
creating libnautilus/Makefile
make[2]: Leaving directory
`/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
make[2]: Entering directory
`/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
cd .. \
&& CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
./config.status
creating libnautilus/Makefile
make[2]: Leaving directory
`/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
make[2]: Entering directory
`/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
cd .. \
&& CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
./config.status
creating libnautilus/Makefile
make[2]: Leaving directory
`/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
make[2]: Entering directory
`/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
cd .. \
&& CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
./config.status
creating libnautilus/Makefile
make[2]: Leaving directory
`/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
make[2]: Entering directory
`/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
cd .. \
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] nautilus compile stuck in loop
2002-05-03 6:31 [gentoo-dev] nautilus compile stuck in loop Bill Kenworthy
@ 2002-05-03 14:41 ` Terje Kvernes
2002-05-03 15:10 ` Bill Kenworthy
0 siblings, 1 reply; 4+ messages in thread
From: Terje Kvernes @ 2002-05-03 14:41 UTC (permalink / raw
To: gentoo-dev
Bill Kenworthy <billk@iinet.net.au> writes:
> I have been trying to do an "emerge -u world" after an "emerge rsync"
> but in nautilus (gnome-base/nautilus/nautilus-1.0.6-r8.ebuild) it keeps
> getting stuck in the loop below.
>
> cd .. \
> && CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
> ./config.status
> creating libnautilus/Makefile
> make[2]: Leaving directory
> `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
> make[2]: Entering directory
> `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
> cd .. \
> && CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
> ./config.status
> creating libnautilus/Makefile
> make[2]: Leaving directory
> `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
> make[2]: Entering directory
> `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
> cd .. \
> && CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
> ./config.status
> creating libnautilus/Makefile
> make[2]: Leaving directory
> `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
> make[2]: Entering directory
> `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
> cd .. \
> && CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
> ./config.status
> creating libnautilus/Makefile
> make[2]: Leaving directory
> `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
> make[2]: Entering directory
> `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
> cd .. \
check the date and time on the machine. your clock might be way off
and that can make configure rerun. at least that fixed a similar
issue for me.
--
Terje
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] nautilus compile stuck in loop
2002-05-03 14:41 ` Terje Kvernes
@ 2002-05-03 15:10 ` Bill Kenworthy
2002-05-03 16:06 ` Matthew J. Turk
0 siblings, 1 reply; 4+ messages in thread
From: Bill Kenworthy @ 2002-05-03 15:10 UTC (permalink / raw
To: gentoo-dev List
Date time are OK. Tried a manual compile with the tar.gz file and came
up with the same problem so redownloading it and will see what happens.
Is there such a thing as md5 sums with portage? - no check seems to be
done in the ebuild file.
BillK
On Fri, 2002-05-03 at 22:41, Terje Kvernes wrote:
> Bill Kenworthy <billk@iinet.net.au> writes:
>
> > I have been trying to do an "emerge -u world" after an "emerge rsync"
> > but in nautilus (gnome-base/nautilus/nautilus-1.0.6-r8.ebuild) it keeps
> > getting stuck in the loop below.
> >
> > cd .. \
> > && CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
> > ./config.status
> > creating libnautilus/Makefile
> > make[2]: Leaving directory
> > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
> > make[2]: Entering directory
> > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
> > cd .. \
> > && CONFIG_FILES=libnautilus/Makefile CONFIG_HEADERS= /bin/sh
> > ./config.status
> > creating libnautilus/Makefile
> > make[2]: Leaving directory
> > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
> > make[2]: Entering directory
> > `/var/tmp/portage/nautilus-1.0.6-r8/work/nautilus-1.0.6/libnautilus'
> > cd .. \
>
> check the date and time on the machine. your clock might be way off
> and that can make configure rerun. at least that fixed a similar
> issue for me.
>
> --
> Terje
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] nautilus compile stuck in loop
2002-05-03 15:10 ` Bill Kenworthy
@ 2002-05-03 16:06 ` Matthew J. Turk
0 siblings, 0 replies; 4+ messages in thread
From: Matthew J. Turk @ 2002-05-03 16:06 UTC (permalink / raw
To: gentoo-dev
* Bill Kenworthy <billk@iinet.net.au> [020503 11:01]:
> Date time are OK. Tried a manual compile with the tar.gz file and came
> up with the same problem so redownloading it and will see what happens.
> Is there such a thing as md5 sums with portage? - no check seems to be
> done in the ebuild file.
>
Part of the portage system as a whole - look in the files/ directory and check
out the digest-* files. :)
mjt
---------------------------------------------------
Matthew J. Turk <m-turk@nwu.edu> ICQ: 3856787
"Music is the Best." - FZ thecatfishman.org
http://pubweb.nwu.edu/~mjt631/spamoff.htm
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-05-03 16:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-03 6:31 [gentoo-dev] nautilus compile stuck in loop Bill Kenworthy
2002-05-03 14:41 ` Terje Kvernes
2002-05-03 15:10 ` Bill Kenworthy
2002-05-03 16:06 ` Matthew J. Turk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox