public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Version 2.4.1 cannot be built.
  2001-01-31 13:50   ` Richard B. Johnson
@ 2001-01-30  3:15     ` Michael B. Trausch
  2001-01-31 14:27       ` Richard B. Johnson
  2001-01-31 13:55     ` Rik van Riel
  1 sibling, 1 reply; 28+ messages in thread
From: Michael B. Trausch @ 2001-01-30  3:15 UTC (permalink / raw)
  To: Richard B. Johnson; +Cc: Rik van Riel, Linux kernel

On Wed, 31 Jan 2001, Richard B. Johnson wrote:
> 
> I cannot find the source for GNU Make 3.77+ Does anybody know were
> it is now? Also, for a long time, I have been trying to find
> the source for bison "yacc". 
> 

I'd wonder if you actually know where the Free Software Foundation's
servers lie...

But I won't be a total prick and not tell you :)  That'd just be outright
wrong in the name of free softare.  http://www.gnu.org/ is the
website... and you can get any of GNU's software from
ftp://ftp.gnu.org/gnu/.

	- Mike

===========================================================================
Michael B. Trausch                                    fd0man@crosswinds.net
Avid Linux User since April, '96!                           AIM:  ML100Smkr

              Contactable via IRC (DALNet) or AIM as ML100Smkr
===========================================================================

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Version 2.4.1 cannot be built.
@ 2001-01-30 21:45 Richard B. Johnson
  2001-01-30 22:13 ` Rik van Riel
                   ` (2 more replies)
  0 siblings, 3 replies; 28+ messages in thread
From: Richard B. Johnson @ 2001-01-30 21:45 UTC (permalink / raw)
  To: Linux kernel

The subject says it all. `make dep` is now broken.

make[1]: Entering directory `/usr/src/linux-2.4.1/arch/i386/boot'
make[1]: Nothing to be done for `dep'.
make[1]: Leaving directory `/usr/src/linux-2.4.1/arch/i386/boot'
scripts/mkdep init/*.c > .depend
scripts/mkdep `find /usr/src/linux-2.4.1/include/asm /usr/src/linux-2.4.1/include/linux /usr/src/linux-2.4.1/include/scsi /usr/src/linux-2.4.1/include/net -name SCCS -prune -o -follow -name \*.h ! -name modversions.h -print` > .hdepend
make _sfdep_kernel _sfdep_drivers _sfdep_mm _sfdep_fs _sfdep_net _sfdep_ipc _sfdep_lib _sfdep_arch/i386/kernel _sfdep_arch/i386/mm _sfdep_arch/i386/lib _FASTDEP_ALL_SUB_DIRS="kernel drivers mm fs net ipc lib arch/i386/kernel arch/i386/mm arch/i386/lib"
make[1]: Entering directory `/usr/src/linux-2.4.1'
make -C kernel fastdep
make[2]: Entering directory `/usr/src/linux-2.4.1/kernel'
/usr/src/linux-2.4.1/scripts/mkdep acct.c capability.c context.c dma.c exec_domain.c exit.c fork.c info.c itimer.c kmod.c ksyms.c module.c panic.c pm.c printk.c ptrace.c resource.c sched.c signal.c softirq.c sys.c sysctl.c time.c timer.c uid16.c user.c > 
.depend
make[2]: Leaving directory `/usr/src/linux-2.4.1/kernel'
make -C drivers fastdep
make[2]: Entering directory `/usr/src/linux-2.4.1/drivers'
/usr/src/linux-2.4.1/scripts/mkdep  > .depend
make _sfdep_acpi _sfdep_atm _sfdep_block _sfdep_cdrom _sfdep_char _sfdep_dio _sfdep_fc4 _sfdep_i2c _sfdep_i2o _sfdep_ide _sfdep_ieee1394 _sfdep_input _sfdep_isdn _sfdep_macintosh _sfdep_md _sfdep_media _sfdep_misc _sfdep_mtd _sfdep_net _sfdep_net/hamradio
 _sfdep_nubus _sfdep_parport _sfdep_pci _sfdep_pcmcia _sfdep_pnp _sfdep_sbus _sfdep_scsi _sfdep_sgi _sfdep_sound _sfdep_tc _sfdep_telephony _sfdep_usb _sfdep_video _sfdep_zorro _FASTDEP_ALL_SUB_DIRS="acpi atm block cdrom char dio fc4 i2c i2o ide ieee1394 
input isdn macintosh md media misc mtd net net/hamradio nubus parport pci pcmcia pnp sbus scsi sgi sound tc telephony usb video zorro"
make[3]: Entering directory `/usr/src/linux-2.4.1/drivers'
make -C acpi fastdep
make[4]: Entering directory `/usr/src/linux-2.4.1/drivers/acpi'
Makefile:29: *** target pattern contains no `%'.  Stop.
make[4]: Leaving directory `/usr/src/linux-2.4.1/drivers/acpi'
make[3]: *** [_sfdep_acpi] Error 2
make[3]: Leaving directory `/usr/src/linux-2.4.1/drivers'
make[2]: *** [fastdep] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.1/drivers'
make[1]: *** [_sfdep_drivers] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.1'
make: *** [dep-files] Error 2


Cheers,
Dick Johnson

Penguin : Linux version 2.4.0 on an i686 machine (799.53 BogoMips).

"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-30 21:45 Version 2.4.1 cannot be built Richard B. Johnson
@ 2001-01-30 22:13 ` Rik van Riel
  2001-01-30 23:42   ` Reiserfs problem was: " Brett G. Person
  2001-01-31 13:50   ` Richard B. Johnson
  2001-01-30 22:36 ` Keith Owens
  2001-01-31 18:37 ` mirabilos
  2 siblings, 2 replies; 28+ messages in thread
From: Rik van Riel @ 2001-01-30 22:13 UTC (permalink / raw)
  To: Richard B. Johnson; +Cc: Linux kernel

On Tue, 30 Jan 2001, Richard B. Johnson wrote:

> The subject says it all. `make dep` is now broken.

It worked fine here, with 2.4.1 unpacked from the tarball.

Rik
--
Virtual memory is like a game you can't win;
However, without VM there's truly nothing to lose...

		http://www.surriel.com/
http://www.conectiva.com/	http://distro.conectiva.com.br/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-30 21:45 Version 2.4.1 cannot be built Richard B. Johnson
  2001-01-30 22:13 ` Rik van Riel
@ 2001-01-30 22:36 ` Keith Owens
  2001-01-30 22:57   ` Richard B. Johnson
  2001-01-31 18:37 ` mirabilos
  2 siblings, 1 reply; 28+ messages in thread
From: Keith Owens @ 2001-01-30 22:36 UTC (permalink / raw)
  To: root; +Cc: Linux kernel

On Tue, 30 Jan 2001 16:45:16 -0500 (EST), 
"Richard B. Johnson" <root@chaos.analogic.com> wrote:
>The subject says it all. `make dep` is now broken.
>make[4]: Entering directory `/usr/src/linux-2.4.1/drivers/acpi'
>Makefile:29: *** target pattern contains no `%'.  Stop.

Which version of make are you running?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-30 22:36 ` Keith Owens
@ 2001-01-30 22:57   ` Richard B. Johnson
  2001-01-30 23:01     ` Xuan Baldauf
                       ` (2 more replies)
  0 siblings, 3 replies; 28+ messages in thread
From: Richard B. Johnson @ 2001-01-30 22:57 UTC (permalink / raw)
  To: Keith Owens; +Cc: Linux kernel

On Wed, 31 Jan 2001, Keith Owens wrote:

> On Tue, 30 Jan 2001 16:45:16 -0500 (EST), 
> "Richard B. Johnson" <root@chaos.analogic.com> wrote:
> >The subject says it all. `make dep` is now broken.
> >make[4]: Entering directory `/usr/src/linux-2.4.1/drivers/acpi'
> >Makefile:29: *** target pattern contains no `%'.  Stop.
> 
> Which version of make are you running?
> 
	3.74


y'a mean even make isn't make anymore?
Temporary 'fix' was `make -i` for the dependencies. All files I
need built okay.

Cheers,
Dick Johnson

Penguin : Linux version 2.4.1 on an i686 machine (799.53 BogoMips).

"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-30 22:57   ` Richard B. Johnson
@ 2001-01-30 23:01     ` Xuan Baldauf
  2001-01-30 23:04     ` Keith Owens
  2001-01-30 23:07     ` Richard B. Johnson
  2 siblings, 0 replies; 28+ messages in thread
From: Xuan Baldauf @ 2001-01-30 23:01 UTC (permalink / raw)
  To: root; +Cc: Keith Owens, Linux kernel



"Richard B. Johnson" wrote:

> On Wed, 31 Jan 2001, Keith Owens wrote:
>
> > On Tue, 30 Jan 2001 16:45:16 -0500 (EST),
> > "Richard B. Johnson" <root@chaos.analogic.com> wrote:
> > >The subject says it all. `make dep` is now broken.
> > >make[4]: Entering directory `/usr/src/linux-2.4.1/drivers/acpi'
> > >Makefile:29: *** target pattern contains no `%'.  Stop.
> >
> > Which version of make are you running?
> >
>         3.74
>
> y'a mean even make isn't make anymore?
> Temporary 'fix' was `make -i` for the dependencies. All files I
> need built okay.

I experienced similar problems with make 3.76.1. After upgrading to 3.79.1,
the problems were gone.

>
>
> Cheers,
> Dick Johnson
>
> Penguin : Linux version 2.4.1 on an i686 machine (799.53 BogoMips).
>
> "Memory is like gasoline. You use it up when you are running. Of
> course you get it all back when you reboot..."; Actual explanation
> obtained from the Micro$oft help desk.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-30 22:57   ` Richard B. Johnson
  2001-01-30 23:01     ` Xuan Baldauf
@ 2001-01-30 23:04     ` Keith Owens
  2001-01-30 23:09       ` Richard B. Johnson
  2001-01-30 23:07     ` Richard B. Johnson
  2 siblings, 1 reply; 28+ messages in thread
From: Keith Owens @ 2001-01-30 23:04 UTC (permalink / raw)
  To: root; +Cc: Linux kernel

On Tue, 30 Jan 2001 17:57:44 -0500 (EST), 
"Richard B. Johnson" <root@chaos.analogic.com> wrote:
>On Wed, 31 Jan 2001, Keith Owens wrote:
>
>> On Tue, 30 Jan 2001 16:45:16 -0500 (EST), 
>> "Richard B. Johnson" <root@chaos.analogic.com> wrote:
>> >The subject says it all. `make dep` is now broken.
>> >make[4]: Entering directory `/usr/src/linux-2.4.1/drivers/acpi'
>> >Makefile:29: *** target pattern contains no `%'.  Stop.
>> 
>> Which version of make are you running?
>> 
>	3.74
>
>y'a mean even make isn't make anymore?

You mean that nobody reads Documentation/Changes any more?

Current Minimal Requirements
o  Gnu make               3.77                    # make --version

PEBCAK.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-30 22:57   ` Richard B. Johnson
  2001-01-30 23:01     ` Xuan Baldauf
  2001-01-30 23:04     ` Keith Owens
@ 2001-01-30 23:07     ` Richard B. Johnson
  2001-01-31  6:14       ` Peter Samuelson
  2 siblings, 1 reply; 28+ messages in thread
From: Richard B. Johnson @ 2001-01-30 23:07 UTC (permalink / raw)
  To: Keith Owens; +Cc: Linux kernel

On Tue, 30 Jan 2001, Richard B. Johnson wrote:

> On Wed, 31 Jan 2001, Keith Owens wrote:
> 
> > On Tue, 30 Jan 2001 16:45:16 -0500 (EST), 
> > "Richard B. Johnson" <root@chaos.analogic.com> wrote:
> > >The subject says it all. `make dep` is now broken.
> > >make[4]: Entering directory `/usr/src/linux-2.4.1/drivers/acpi'
> > >Makefile:29: *** target pattern contains no `%'.  Stop.
> > 
> > Which version of make are you running?
> > 
> 	3.74
> 
> 
> y'a mean even make isn't make anymore?
> Temporary 'fix' was `make -i` for the dependencies. All files I
> need built okay.
> 
> Cheers,
> Dick Johnson
> 
> Penguin : Linux version 2.4.1 on an i686 machine (799.53 BogoMips).
> 

Bob Tracy found the problem: the second ':' really needs to be
escaped even though newer versions of make allow what was written.


> make[4]: Entering directory `/usr/src/linux-2.4.1/drivers/acpi'
> Makefile:29: *** target pattern contains no `%'.  Stop.

Try the following small patch.  Make version 3.77 works fine, but I
ran into the same problem you did with version 3.75.

====--CUT HERE--====
--- linux/drivers/acpi/Makefile.orig	Tue Jan 30 09:01:26 2001
+++ linux/drivers/acpi/Makefile	Tue Jan 30 09:00:10 2001
@@ -26,7 +26,7 @@
 # will hit everything, too risky in 2.4.0-prerelease.  Bandaid by tweaking
 # CFLAGS only for .ver targets.  Review after 2.4.0 release.  KAO
 
-$(MODINCL)/%.ver: CFLAGS := -I./include $(CFLAGS)
+$(MODINCL)/%.ver: CFLAGS \:= -I./include $(CFLAGS)
 
 acpi-subdirs := common dispatcher events hardware \
 		interpreter namespace parser resources tables
====--CUT HERE--====



Cheers,
Dick Johnson

Penguin : Linux version 2.4.1 on an i686 machine (799.53 BogoMips).

"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-30 23:04     ` Keith Owens
@ 2001-01-30 23:09       ` Richard B. Johnson
  2001-01-30 23:29         ` Keith Owens
  0 siblings, 1 reply; 28+ messages in thread
From: Richard B. Johnson @ 2001-01-30 23:09 UTC (permalink / raw)
  To: Keith Owens; +Cc: Linux kernel

On Wed, 31 Jan 2001, Keith Owens wrote:

> On Tue, 30 Jan 2001 17:57:44 -0500 (EST), 
> "Richard B. Johnson" <root@chaos.analogic.com> wrote:
> >On Wed, 31 Jan 2001, Keith Owens wrote:
> >
> >> On Tue, 30 Jan 2001 16:45:16 -0500 (EST), 
> >> "Richard B. Johnson" <root@chaos.analogic.com> wrote:
> >> >The subject says it all. `make dep` is now broken.
> >> >make[4]: Entering directory `/usr/src/linux-2.4.1/drivers/acpi'
> >> >Makefile:29: *** target pattern contains no `%'.  Stop.
> >> 
> >> Which version of make are you running?
> >> 
> >	3.74
> >
> >y'a mean even make isn't make anymore?
> 
> You mean that nobody reads Documentation/Changes any more?

Seldom, only once or twice a day. Guess that's not often enough
to keep up on the new tool requirements.

Cheers,
Dick Johnson

Penguin : Linux version 2.4.1 on an i686 machine (799.53 BogoMips).

"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-30 23:09       ` Richard B. Johnson
@ 2001-01-30 23:29         ` Keith Owens
  0 siblings, 0 replies; 28+ messages in thread
From: Keith Owens @ 2001-01-30 23:29 UTC (permalink / raw)
  To: root; +Cc: Linux kernel

On Tue, 30 Jan 2001 18:09:48 -0500 (EST), 
"Richard B. Johnson" <root@chaos.analogic.com> wrote:
>On Wed, 31 Jan 2001, Keith Owens wrote:
>> You mean that nobody reads Documentation/Changes any more?
>
>Seldom, only once or twice a day. Guess that's not often enough
>to keep up on the new tool requirements.

make 3.77 was added to Documentation/Changes in 2.4.0-test7-pre4.1,
approx. 15 Aug 2000.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Reiserfs problem was: Re: Version 2.4.1 cannot be built.
  2001-01-30 22:13 ` Rik van Riel
@ 2001-01-30 23:42   ` Brett G. Person
  2001-01-31  0:14     ` Chris Mason
  2001-01-31 13:50   ` Richard B. Johnson
  1 sibling, 1 reply; 28+ messages in thread
From: Brett G. Person @ 2001-01-30 23:42 UTC (permalink / raw)
  To: Rik van Riel; +Cc: Richard B. Johnson, Linux kernel

Worked fine here but  i am getting segfaults on my Reiser filesystems. 
I've been distracted by a project over the last few days. Is what I'm
seeing a symptom of the fs corruption people were talking about last week?

Brett G. Person
415-358-2656
bperson@penguincomputing.com

Penguin Computing - The World's Most Reliable Linux Systems

On Tue, 30 Jan 2001, Rik van Riel wrote:

> On Tue, 30 Jan 2001, Richard B. Johnson wrote:
> 
> > The subject says it all. `make dep` is now broken.
> 
> It worked fine here, with 2.4.1 unpacked from the tarball.
> 
> Rik
> --
> Virtual memory is like a game you can't win;
> However, without VM there's truly nothing to lose...
> 
> 		http://www.surriel.com/
> http://www.conectiva.com/	http://distro.conectiva.com.br/
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
> 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Reiserfs problem was: Re: Version 2.4.1 cannot be built.
  2001-01-30 23:42   ` Reiserfs problem was: " Brett G. Person
@ 2001-01-31  0:14     ` Chris Mason
  0 siblings, 0 replies; 28+ messages in thread
From: Chris Mason @ 2001-01-31  0:14 UTC (permalink / raw)
  To: Brett G. Person, Rik van Riel; +Cc: Richard B. Johnson, Linux kernel



On Tuesday, January 30, 2001 03:42:36 PM -0800 "Brett G. Person"
<bperson@penguincomputing.com> wrote:

> Worked fine here but  i am getting segfaults on my Reiser filesystems. 
> I've been distracted by a project over the last few days. Is what I'm
> seeing a symptom of the fs corruption people were talking about last week?
> 

If reiserfs is the cause you should have some clues in /var/log/messages.
Does the kernel compile on ext2 on the same box?

-chris


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-30 23:07     ` Richard B. Johnson
@ 2001-01-31  6:14       ` Peter Samuelson
  0 siblings, 0 replies; 28+ messages in thread
From: Peter Samuelson @ 2001-01-31  6:14 UTC (permalink / raw)
  To: Richard B. Johnson; +Cc: Keith Owens, Linux kernel


[Richard B. Johnson]
> Bob Tracy found the problem: the second ':' really needs to be
> escaped even though newer versions of make allow what was written.

> -$(MODINCL)/%.ver: CFLAGS := -I./include $(CFLAGS)
> +$(MODINCL)/%.ver: CFLAGS \:= -I./include $(CFLAGS)

No, that's a workaround in that it subverts the purpose of the line.
(In which case, better to delete the line entirely.)  The correct fix
is to upgrade to a version of 'make' that understands the syntax used
there.  Yes, the FSF being the FSF, they keep adding features to their
software.  And yes, some of us are using some of those features.

It could have been worse.  Documentation/Changes lists version 3.77,
from July 1998.  We (at least I) actually considered using features
from 3.78, but that was quickly shot down since 3.78 is too new -
September 1999.

Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-30 22:13 ` Rik van Riel
  2001-01-30 23:42   ` Reiserfs problem was: " Brett G. Person
@ 2001-01-31 13:50   ` Richard B. Johnson
  2001-01-30  3:15     ` Michael B. Trausch
  2001-01-31 13:55     ` Rik van Riel
  1 sibling, 2 replies; 28+ messages in thread
From: Richard B. Johnson @ 2001-01-31 13:50 UTC (permalink / raw)
  To: Rik van Riel; +Cc: Linux kernel

On Tue, 30 Jan 2001, Rik van Riel wrote:

> On Tue, 30 Jan 2001, Richard B. Johnson wrote:
> 
> > The subject says it all. `make dep` is now broken.
> 
> It worked fine here, with 2.4.1 unpacked from the tarball.
> 
> Rik
> --

I cannot find the source for GNU Make 3.77+ Does anybody know were
it is now? Also, for a long time, I have been trying to find
the source for bison "yacc". 


Cheers,
Dick Johnson

Penguin : Linux version 2.4.1 on an i686 machine (799.53 BogoMips).

"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-31 13:50   ` Richard B. Johnson
  2001-01-30  3:15     ` Michael B. Trausch
@ 2001-01-31 13:55     ` Rik van Riel
  2001-01-31 14:24       ` Richard B. Johnson
  1 sibling, 1 reply; 28+ messages in thread
From: Rik van Riel @ 2001-01-31 13:55 UTC (permalink / raw)
  To: Richard B. Johnson; +Cc: Linux kernel

On Wed, 31 Jan 2001, Richard B. Johnson wrote:
> On Tue, 30 Jan 2001, Rik van Riel wrote:
> > On Tue, 30 Jan 2001, Richard B. Johnson wrote:
> > 
> > > The subject says it all. `make dep` is now broken.
> > 
> > It worked fine here, with 2.4.1 unpacked from the tarball.
> 
> I cannot find the source for GNU Make 3.77+

I have a hard time believing that you don't have
the skills to go to ftp.gnu.org and download the
stuff...

Rik
--
Virtual memory is like a game you can't win;
However, without VM there's truly nothing to lose...

		http://www.surriel.com/
http://www.conectiva.com/	http://distro.conectiva.com.br/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-31 13:55     ` Rik van Riel
@ 2001-01-31 14:24       ` Richard B. Johnson
  2001-01-31 14:35         ` Rik van Riel
                           ` (2 more replies)
  0 siblings, 3 replies; 28+ messages in thread
From: Richard B. Johnson @ 2001-01-31 14:24 UTC (permalink / raw)
  To: Rik van Riel; +Cc: Linux kernel

On Wed, 31 Jan 2001, Rik van Riel wrote:

> On Wed, 31 Jan 2001, Richard B. Johnson wrote:
> > On Tue, 30 Jan 2001, Rik van Riel wrote:
> > > On Tue, 30 Jan 2001, Richard B. Johnson wrote:
> > > 
> > > > The subject says it all. `make dep` is now broken.
> > > 
> > > It worked fine here, with 2.4.1 unpacked from the tarball.
> > 
> > I cannot find the source for GNU Make 3.77+
> 
> I have a hard time believing that you don't have
> the skills to go to ftp.gnu.org and download the
> stuff...
> 

Now just a cotton-picken minute. When was the last time you
accessed that site? I spent most of last night looking through
EMPTY directories with files that are invisible to ftp but
(sometimes) show with their `ls`, and never with nlist.

Maybe you can still download stuff if you are running from a
Web Crawler, but it doesn't work with `ftp` anymore.

Cheers,
Dick Johnson

Penguin : Linux version 2.4.1 on an i686 machine (799.53 BogoMips).

"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-30  3:15     ` Michael B. Trausch
@ 2001-01-31 14:27       ` Richard B. Johnson
  0 siblings, 0 replies; 28+ messages in thread
From: Richard B. Johnson @ 2001-01-31 14:27 UTC (permalink / raw)
  To: Michael B. Trausch; +Cc: Rik van Riel, Linux kernel

On Mon, 29 Jan 2001, Michael B. Trausch wrote:

> On Wed, 31 Jan 2001, Richard B. Johnson wrote:
> > 
> > I cannot find the source for GNU Make 3.77+ Does anybody know were
> > it is now? Also, for a long time, I have been trying to find
> > the source for bison "yacc". 
> > 
> 
> I'd wonder if you actually know where the Free Software Foundation's
> servers lie...

Yes, and I even have contributed source on them.

Cheers,
Dick Johnson

Penguin : Linux version 2.4.1 on an i686 machine (799.53 BogoMips).

"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-31 14:24       ` Richard B. Johnson
@ 2001-01-31 14:35         ` Rik van Riel
  2001-01-31 14:42           ` Richard B. Johnson
  2001-01-31 15:03         ` James Sutherland
  2001-02-02 22:22         ` Mo McKinlay
  2 siblings, 1 reply; 28+ messages in thread
From: Rik van Riel @ 2001-01-31 14:35 UTC (permalink / raw)
  To: Richard B. Johnson; +Cc: Linux kernel

On Wed, 31 Jan 2001, Richard B. Johnson wrote:
> On Wed, 31 Jan 2001, Rik van Riel wrote:
> > On Wed, 31 Jan 2001, Richard B. Johnson wrote:

> > > I cannot find the source for GNU Make 3.77+
> > 
> > I have a hard time believing that you don't have
> > the skills to go to ftp.gnu.org and download the
> > stuff...
> 
> Now just a cotton-picken minute. When was the last time you
> accessed that site? I spent most of last night looking through
> EMPTY directories with files that are invisible to ftp but
> (sometimes) show with their `ls`, and never with nlist.

No need to ridicule the maintainers of ftp.gnu.org.

Despite their site being really really full, it only
took me about 20 seconds to locate /gnu/make

(and yes, that is without having visited their site
in the last 2 years or so)

Rik
--
Virtual memory is like a game you can't win;
However, without VM there's truly nothing to lose...

		http://www.surriel.com/
http://www.conectiva.com/	http://distro.conectiva.com.br/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-31 14:35         ` Rik van Riel
@ 2001-01-31 14:42           ` Richard B. Johnson
  2001-01-31 14:48             ` David Woodhouse
                               ` (4 more replies)
  0 siblings, 5 replies; 28+ messages in thread
From: Richard B. Johnson @ 2001-01-31 14:42 UTC (permalink / raw)
  To: Rik van Riel; +Cc: Linux kernel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1244 bytes --]

On Wed, 31 Jan 2001, Rik van Riel wrote:

> On Wed, 31 Jan 2001, Richard B. Johnson wrote:
> > On Wed, 31 Jan 2001, Rik van Riel wrote:
> > > On Wed, 31 Jan 2001, Richard B. Johnson wrote:
> 
> > > > I cannot find the source for GNU Make 3.77+
> > > 
> > > I have a hard time believing that you don't have
> > > the skills to go to ftp.gnu.org and download the
> > > stuff...
> > 
> > Now just a cotton-picken minute. When was the last time you
> > accessed that site? I spent most of last night looking through
> > EMPTY directories with files that are invisible to ftp but
> > (sometimes) show with their `ls`, and never with nlist.
> 
> No need to ridicule the maintainers of ftp.gnu.org.
> 
> Despite their site being really really full, it only
> took me about 20 seconds to locate /gnu/make
> 
> (and yes, that is without having visited their site
> in the last 2 years or so)
> 

See attached. "Just because you can see the candy doesn't mean
they'll let you have any...."

Cheers,
Dick Johnson

Penguin : Linux version 2.4.1 on an i686 machine (799.53 BogoMips).

"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.


[-- Attachment #2: Type: TEXT/PLAIN, Size: 25394 bytes --]

Script started on Wed Jan 31 09:31:18 2001
^[[9;0]# ftp ftp.gnu.org
Connected to ftp.gnu.org.
220 ProFTPD 1.2.0pre9 Server (ProFTPD) [gnudist.gnu.org]
Name (ftp.gnu.org:root): ftp
331 Anonymous login ok, send your complete e-mail address as password.
Password:
230-If you have any problems with the GNU software or its downloading, please
 refer your questions to <gnu@gnu.org>.
 
 There are several mirrors of this archive, a complete list can be found on
 http://www.gnu.org/order/ftp.html. Please use one of the mirrors if possible.
 
 Archives of the GNU mailing lists can be found in
 ftp://ftp-mailing-list-archives.gnu.org/.
 
 Please note that the directory structure on ftp.gnu.org was redisorganzied
 fairly recently, such that there is a directory for each program.  One side
 effect of this is that if you cd into the gnu directory, and do
 > ls emacs*
 you will get a list of all the files in the emacs directory, but it will not
 be obvious from the ls output that you have to `cd emacs' before you can
 download those files.
 
 Note further the non-GNU programs that were formerly in gnu/ have moved to
 gnu/non-gnu/.  Most of them were just pointers in the format program.README.
 If you are looking for such a file, be sure to check gnu/non-gnu/.
230 Anonymous access granted, restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for file list.
-rw-r--r--   1 ftp      ftp          1516 Aug 18 18:25 README
drwxr-xr-x   2 ftp      ftp          1024 Jan  1  1999 bin
-rw-r--r--   1 ftp      ftp       2000671 Jan 30 15:01 find-ls.txt
-rw-r--r--   1 ftp      ftp        195790 Jan 30 15:01 find-ls.txt.gz
drwxr-xr-x 176 ftp      ftp         26624 Jan 25 16:18 gnu
drwxr-xr-x   2 ftp      ftp          1024 Jan  1  1999 lib
-rw-r--r--   1 ftp      ftp            90 Feb 16  1993 lpf.README
-rw-r--r--   1 ftp      ftp       1242167 Jan 30 15:00 ls-lrR.txt
-rw-r--r--   1 ftp      ftp        127056 Jan 30 15:00 ls-lrR.txt.gz
-rw-r--r--   1 ftp      ftp        911317 Jan 30 15:42 md5sums.txt
-rw-r--r--   1 ftp      ftp        267862 Jan 30 15:42 md5sums.txt.gz
lrw-r--r--   1 ftp      ftp            11 Aug 25 18:59 non-gnu -> gnu/non-gnu
drwxr-xr-x   6 ftp      ftp          1024 Jan 25 16:46 old-gnu
lrw-r--r--   1 ftp      ftp             1 Jan  8  1999 pub -> .
-rw-r--r--   1 ftp      ftp           980 Aug 18 18:25 welcome.msg
226 Transfer complete.
ftp> cd gnu
250-If you have problems downloading and are seeing "Access denied" or "Permission
 denied", please make sure that you started your FTP client in a directory to
 which you have write permission.
 
 Please note that all files ending in `.gz' are compressed with `gzip', not
 with the unix `compress' program. Get the file below for more info.
 
 For a list of mirrors and other ways of getting GNU software, FTP the file
 /pub/gnu/GNUinfo/FTP from ftp.gnu.org or one of its mirror sites.
 
 Finally, please note that the non-GNU programs that were formerly in
 this directory have moved to non-gnu/.  Most of them were just
 pointers in the format program.README.  If you are looking for such a
 file, be sure to check non-gnu/.
 
 This directory contains programs (or pointers thereto) that are part
 of the GNU system, as well as GNU Manuals, and general information on
 project GNU.
 
 Programs that are directly in this directory are actually GNU
 programs, developed under the auspices of GNU.
 
 We do, however, distribute some non-GNU programs through our FTP
 server, or provide pointers to where they are.  We put these
 programs/pointers in the subdirectory non-gnu since they are not
 developed by the GNU project. They are, of course, part of the GNU
 system. See:
 http://www.gnu.org/philosophy/categories.html#TheGNUsystem
250 CWD command successful.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for file list.
-rw-r--r--   1 ftp      ftp          1492 Jan 25 16:18 =README
-rw-r--r--   1 ftp      ftp           745 Mar 20  1997 =README-about-.diff-files
-rw-r--r--   1 ftp      ftp          1042 Jan  8  2000 =README-about-.gz-files
-rw-r--r--   1 ftp      ftp           667 Jun  6  2000 =README.~1~
-rw-r--r--   1 ftp      ftp          1358 Aug 20 06:12 =README.~2~
-rw-r--r--   1 ftp      ftp         13590 Aug 19  1998 ABOUT-NLS
lrw-r--r--   1 ftp      ftp            16 Jun 12  2000 COPYING -> Licenses/COPYING
lrw-r--r--   1 ftp      ftp            20 Jun 12  2000 COPYING-1.0 -> Licenses/COPYING-1.0
lrw-r--r--   1 ftp      ftp            20 Jun 12  2000 COPYING-2.0 -> Licenses/COPYING-2.0
lrw-r--r--   1 ftp      ftp            20 Jun 12  2000 COPYING.DOC -> Licenses/COPYING.DOC
lrw-r--r--   1 ftp      ftp            20 Jun 12  2000 COPYING.LIB -> Licenses/COPYING.LIB
lrw-r--r--   1 ftp      ftp            24 Jun 12  2000 COPYING.LIB-2.0 -> Licenses/COPYING.LIB-2.0
lrw-r--r--   1 ftp      ftp            24 Jun 12  2000 COPYING.LIB-2.1 -> Licenses/COPYING.LIB-2.1
-rw-r--r--   1 ftp      ftp        677160 Jan 31 08:00 FILES.bytime
-rw-r--r--   1 ftp      ftp         73127 Jan 31 08:00 FILES.bytime.gz
-rw-r--r--   1 ftp      ftp            56 Jan 31 08:00 FILES.last24hours
-rw-r--r--   1 ftp      ftp          5423 Jan 31 08:00 FILES.last28days
-rw-r--r--   1 ftp      ftp          1767 Jan 31 08:00 FILES.last7days
drwxr-xr-x   3 ftp      ftp          2048 Dec  3 20:27 GNUinfo
drwxr-xr-x   3 ftp      ftp          1024 Dec 16  1998 GNUsBulletins
lrw-r--r--   1 ftp      ftp            12 Jun 12  2000 GPL -> Licenses/GPL
lrw-r--r--   1 ftp      ftp            13 Jun 12  2000 LGPL -> Licenses/LGPL
drwxr-xr-x   2 ftp      ftp          1024 Jun 12  2000 Licenses
drwxr-xr-x   2 ftp      ftp          1024 Feb  8  1999 MailingListArchives
drwxr-xr-x  54 ftp      ftp          3072 Jan 28 17:56 Manuals
drwxr-xr-x   2 ftp      ftp          1024 Dec 16  1998 MicrosPorts
-rw-r--r--   1 ftp      ftp         29107 May  3  1998 ProgramIndex
lrw-r--r--   1 ftp      ftp             7 Dec 16  1998 README -> =README
lrw-r--r--   1 ftp      ftp            25 Dec 16  1998 README-about-.diff-files -> =README-about-.diff-files
lrw-r--r--   1 ftp      ftp            23 Dec 16  1998 README-about-.gz-files -> =README-about-.gz-files
-rw-r--r--   1 ftp      ftp           257 Jun 12  2000 README.DESCRIPTIONS
lrw-r--r--   1 ftp      ftp            19 Jun 12  2000 README.GPLedSoftware -> README.DESCRIPTIONS
-rw-r--r--   1 ftp      ftp           234 Jun  6  2000 README.non-gnu-moved
drwxr-xr-x   2 ftp      ftp          1024 Feb 23  1999 a2ps
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 acct
-rw-r--r--   1 ftp      ftp           239 Dec 13 03:27 acm.README
lrw-r--r--   1 ftp      ftp            11 Dec 16  1998 ada.README -> gnat.README
lrw-r--r--   1 ftp      ftp            15 Dec 16  1998 ada.README.src -> gnat.README.src
drwxr-xr-x   2 ftp      ftp          1024 Sep 17 14:45 adns
drwxr-xr-x   2 ftp      ftp          1024 Mar 20  1999 autoconf
drwxr-xr-x   2 ftp      ftp          1024 Jan 14  1999 automake
drwxr-xr-x   2 ftp      ftp          1024 Aug 16  1999 avl
drwxr-xr-x   2 ftp      ftp          1024 Nov  9 16:40 barcode
drwxr-xr-x   2 ftp      ftp          1024 Mar 21  2000 bash
drwxr-xr-x   2 ftp      ftp          1024 Jan 20 02:21 bayonne
drwxr-xr-x   2 ftp      ftp          1024 Nov 17 19:04 bc
drwxr-xr-x   2 ftp      ftp          1024 Nov  7 16:06 binutils
drwxr-xr-x   2 ftp      ftp          1024 Jul  6  1999 bison
-rw-r--r--   1 ftp      ftp           420 Nov 15 23:05 brl.README
-rw-r--r--   1 ftp      ftp        139491 Oct 28  1994 button.14.0.shar
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 calc
drwxr-xr-x   2 ftp      ftp          1024 Jan 15 19:36 cfengine
drwxr-xr-x   2 ftp      ftp          1024 Oct 15 16:27 cgicc
drwxr-xr-x   2 ftp      ftp          1024 Oct 26  1999 chess
drwxr-xr-x   2 ftp      ftp          1024 Dec 27  1999 cim
-rw-r--r--   1 ftp      ftp           690 Jan 25  2000 clisp.README
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 clx
drwxr-xr-x   2 ftp      ftp          1024 Jan 20 02:20 commonc++
lrw-r--r--   1 ftp      ftp             9 Jun 16  2000 commoncpp -> commonc++
drwxr-xr-x   2 ftp      ftp          1024 Mar  1  2000 config
drwxr-xr-x   2 ftp      ftp          1024 Dec 22 17:01 cons
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 cpio
drwxr-xr-x   2 ftp      ftp          1024 Jan 13 16:37 cpp2html
-rw-r--r--   1 ftp      ftp           110 Jun  6  1999 dc.README
-rw-r--r--   1 ftp      ftp          1004 Apr  5  1989 dclshar
drwxr-xr-x   2 ftp      ftp          1024 Jun 20  2000 ddd
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 dejagnu
drwxr-xr-x   2 ftp      ftp          1024 Jun 19  2000 dgs
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 diction
drwxr-xr-x   4 ftp      ftp          1024 Jun 27  2000 dictionary
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 diffutils
-rw-r--r--   1 ftp      ftp         14641 Sep 13  1990 dirent.tar.gz
-rw-r--r--   1 ftp      ftp           433 Jul 26  1996 djgpp.README
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 dld
-rw-r--r--   1 ftp      ftp            96 Feb  9  1999 dumb.README
-rw-r--r--   1 ftp      ftp           681 May 31  1996 ecc.README
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 ed
drwxr-xr-x   2 ftp      ftp          1024 Dec  6 01:29 electric
-rw-r--r--   1 ftp      ftp           103 Aug 12  1999 elib.README
-rw-r--r--   1 ftp      ftp           835 Jan 24  1999 elisp-archive.README
drwxr-xr-x   2 ftp      ftp          3072 Jan 25 16:44 emacs
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 enscript
lrw-r--r--   1 ftp      ftp             7 Dec 16  1998 etc -> GNUinfo
-rw-r--r--   1 ftp      ftp           620 Mar  4  1998 ffcall.README
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 fileutils
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 findutils
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 finger
-rw-r--r--   1 ftp      ftp           164 Aug 27 04:25 flex.README
drwxr-xr-x   2 ftp      ftp          1024 Apr  2  2000 fontutils
-rw-r--r--   1 ftp      ftp           118 Jul  9  1999 freebuilder.README
-rw-r--r--   1 ftp      ftp           389 Jun  6  1999 g++.README
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 g77
-rw-r--r--   1 ftp      ftp          1010 Jul 22  1999 gamma.README
-rw-r--r--   1 ftp      ftp           105 Oct 14  1994 gas.README
drwxr-xr-x   2 ftp      ftp          2048 Aug 11 08:44 gawk
drwxr-xr-x   2 ftp      ftp          1024 Jul 11  2000 gcal
drwxr-xr-x   2 ftp      ftp          3072 Jan 25 16:42 gcc
drwxr-xr-x   2 ftp      ftp          1024 May 27  2000 gcl
drwxr-xr-x   2 ftp      ftp          1024 May 19  2000 gdb
drwxr-xr-x   2 ftp      ftp          1024 May 19  1999 gdbm
drwxr-xr-x   2 ftp      ftp          1024 Jan 13 17:07 gengetopt
drwxr-xr-x   2 ftp      ftp          1024 Aug  3  1999 gettext
lrw-r--r--   1 ftp      ftp            20 Dec 16  1998 getting.gnu.software -> GETTING.GNU.SOFTWARE
drwxr-xr-x   2 ftp      ftp          1024 Oct  3 16:16 gforth
drwxr-xr-x   2 ftp      ftp          1024 May  3  2000 ggradebook
drwxr-xr-x   2 ftp      ftp          1024 Jul 26  2000 ghostscript
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 ghostview
drwxr-xr-x   2 ftp      ftp          1024 Nov  6 17:57 gift
-rw-r--r--   1 ftp      ftp           149 Dec  5  1997 gimp.README
drwxr-xr-x   2 ftp      ftp          1024 Mar 13  2000 git
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 gleem
drwxr-xr-x   2 ftp      ftp          3072 Jan 25 17:00 glibc
drwxr-xr-x   2 ftp      ftp          1024 Sep 26 14:30 global
drwxr-xr-x   2 ftp      ftp          1024 Jan 25 16:14 glpk
drwxr-xr-x   2 ftp      ftp          1024 Oct 13 17:53 gmp
-rw-r--r--   1 ftp      ftp           291 Sep  5  1996 gnans.README
-rw-r--r--   1 ftp      ftp         24664 Mar  4  1996 gnat.README
-rw-r--r--   1 ftp      ftp           126 Apr 24  1996 gnat.README.src
drwxr-xr-x   2 ftp      ftp          1024 Jan 12 18:48 gnats
-rw-r--r--   1 ftp      ftp           380 Jun 20  1999 gnome.README
drwxr-xr-x   3 ftp      ftp          1024 Dec 16  1998 gnu-0.2
-rw-r--r--   1 ftp      ftp        483990 Aug 15  1993 gnu.ps.gz
-rw-r--r--   1 ftp      ftp           135 Jul 22  1999 gnucash.README
-rw-r--r--   1 ftp      ftp            77 Oct 26  1999 gnuchess.README
drwxr-xr-x   2 ftp      ftp          1024 Jun 27  2000 gnufsdb
drwxr-xr-x   2 ftp      ftp          1024 Feb 14  2000 gnugo
drwxr-xr-x   2 ftp      ftp          1024 Jun 21  1999 gnumach
-rw-r--r--   1 ftp      ftp           140 Sep 13  1999 gnupg.README
drwxr-xr-x   2 ftp      ftp          1024 Jun 20  2000 gnurobots
-rw-r--r--   1 ftp      ftp           293 Sep  5  1996 gnuserv.README
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 gnushogi
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 gnussl
drwxr-xr-x   3 ftp      ftp          1024 Oct 19  1999 goose
-rw-r--r--   1 ftp      ftp           163 Aug 12  1999 gpc.README
drwxr-xr-x   2 ftp      ftp          1024 Sep 26 17:36 gperf
-rw-r--r--   1 ftp      ftp           924 Oct 18  1999 gphoto.README
drwxr-xr-x   2 ftp      ftp          1024 Jul 31  2000 gprolog
drwxr-xr-x   2 ftp      ftp          1024 Nov 18  1999 graphics
-rw-r--r--   1 ftp      ftp            47 Jul 17  1997 graphics.README
drwxr-xr-x   2 ftp      ftp          1024 Jan  3 20:54 greg
drwxr-xr-x   2 ftp      ftp          1024 Mar  9  2000 grep
-rw-r--r--   1 ftp      ftp           843 Oct 14  1998 grg.README
drwxr-xr-x   2 ftp      ftp          1024 Aug  3  2000 groff
drwxr-xr-x   2 ftp      ftp          1024 Aug  7 17:29 gstep
-rw-r--r--   1 ftp      ftp           233 Mar  5  1999 gtk.README
drwxr-xr-x   2 ftp      ftp          1024 Dec  6 03:22 gtkeyboard
drwxr-xr-x   2 ftp      ftp          1024 Dec  8 15:44 gtypist
drwxr-xr-x   2 ftp      ftp          1024 Jun 30  2000 guile
drwxr-xr-x   2 ftp      ftp          1024 Sep  5  1999 gzip
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 hello
drwxr-xr-x   2 ftp      ftp          1024 Dec 22 15:39 help2man
drwxr-xr-x   2 ftp      ftp          1024 Feb 16  2000 hp2xx
drwxr-xr-x   2 ftp      ftp          1024 Jun 19  2000 httptunnel
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 hurd
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 hyperbole
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 id-utils
-rw-r--r--   1 ftp      ftp           319 Oct 16  1998 ilisp.README
drwxr-xr-x   2 ftp      ftp          1024 Nov 17 17:52 indent
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 inetutils
drwxr-xr-x   4 ftp      ftp          1024 Dec 27  1999 intlfonts
drwxr-xr-x   2 ftp      ftp          1024 Jun  6  2000 jacal
drwxr-xr-x   3 ftp      ftp          1024 Nov 17 18:55 java
drwxr-xr-x   2 ftp      ftp          1024 Jan 13 16:36 java2html
drwxr-xr-x   2 ftp      ftp          1024 Jan  9 19:20 jwhois
drwxr-xr-x   2 ftp      ftp          1024 Jun 26  2000 kawa
drwxr-xr-x   2 ftp      ftp          1024 Jul 10  2000 less
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 libg++
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 libobjects
drwxr-xr-x   2 ftp      ftp          1024 Mar 24  2000 libstdc++
drwxr-xr-x   2 ftp      ftp          1024 May 28  2000 libtool
drwxr-xr-x   2 ftp      ftp          1024 Jun 26  2000 libxmi
-rw-r--r--   1 ftp      ftp           441 Nov  9  1993 lily.README
drwxr-xr-x   2 ftp      ftp          1024 Nov 30  1999 lilypond
-rw-r--r--   1 ftp      ftp          1103 Jan 19  1998 lout.README
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 m4
drwxr-xr-x   2 ftp      ftp          1024 Jan  9 05:27 mailman
lrw-r--r--   1 ftp      ftp             9 Dec 16  1998 maintain -> standards
drwxr-xr-x   2 ftp      ftp          1024 Jun 23  2000 make
-rw-r--r--   1 ftp      ftp          1095 Jul 14  1997 makeinfo.README
-rw-r--r--   1 ftp      ftp         39500 Jan 19  1995 malloc.tar.gz
drwxr-xr-x   2 ftp      ftp          1024 Jan 22 15:50 marst
drwxr-xr-x   2 ftp      ftp          1024 Oct 13 16:08 maverik
drwxr-xr-x   2 ftp      ftp          1024 Jun  1  1999 mc
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 mcsim
drwxr-xr-x   2 ftp      ftp          1024 Aug 16  1999 metahtml
drwxr-xr-x   2 ftp      ftp          1024 Dec 23 16:58 mifluz
drwxr-xr-x   2 ftp      ftp          1024 Jun 23  1999 mig
drwxr-xr-x   2 ftp      ftp          1024 Oct 21 06:42 miscfiles
-rw-r--r--   1 ftp      ftp           298 Jun  1  1999 mkid.README
-rw-r--r--   1 ftp      ftp           447 Jun 19  1997 mkisofs.README
-rw-r--r--   1 ftp      ftp           236 Jun  5  2000 mm.README
drwxr-xr-x   2 ftp      ftp          1024 Jul  6  2000 motti
-rw-r--r--   1 ftp      ftp           943 Apr 26  1999 mule.README
-rw-r--r--   1 ftp      ftp           204 Oct 10  1998 nana.README
drwxr-xr-x   2 ftp      ftp          1024 Oct 23 15:28 ncurses
-rw-r--r--   1 ftp      ftp           127 Jun  6  1999 netfax.README
-rw-r--r--   1 ftp      ftp           504 May  2  1994 nihcl.README
drwxr-xr-x  18 ftp      ftp          2048 Sep 21 14:46 non-gnu
-rw-r--r--   1 ftp      ftp           194 Jun  6  1999 objective-c.README
drwxr-xr-x   2 ftp      ftp          1024 Apr 10  2000 octave
drwxr-xr-x   2 ftp      ftp          1024 Nov 25 09:33 oleo
-rw-r--r--   1 ftp      ftp           107 Jun  6  1999 oops.README
-rw-r--r--   1 ftp      ftp           231 Jul 16  1993 p2c.README
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 para
drwxr-xr-x   5 ftp      ftp          1024 Jan 29 19:38 parted
drwxr-xr-x   2 ftp      ftp          1024 Aug 31  1999 patch
drwxr-xr-x   4 ftp      ftp          1024 Oct 11  1999 phantom
-rw-r--r--   1 ftp      ftp           320 Jan 16  1997 phttpd.README
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 pips
drwxr-xr-x   2 ftp      ftp          1024 Jul  4  2000 plotutils
drwxr-xr-x   2 ftp      ftp          1024 Jul 29  2000 pth
-rw-r--r--   1 ftp      ftp            83 Aug 10  1999 ptx.README
drwxr-xr-x   2 ftp      ftp          1024 Nov  6 17:40 queue
-rw-r--r--   1 ftp      ftp           176 Jul  9  1999 r.README
drwxr-xr-x   2 ftp      ftp          1024 Jan 26 16:39 radius
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 rcs
drwxr-xr-x   2 ftp      ftp          1024 Mar 21  2000 readline
drwxr-xr-x   2 ftp      ftp          1024 Jan 22 19:38 recode
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 regex
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 rx
drwxr-xr-x   6 ftp      ftp          1024 Oct 23 13:32 sather
drwxr-xr-x   2 ftp      ftp          1024 Oct 20  1999 sauce
lrw-r--r--   1 ftp      ftp             5 Dec 16  1998 scm -> jacal
drwxr-xr-x   2 ftp      ftp          1024 Sep 26 17:34 screen
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 sed
drwxr-xr-x   2 ftp      ftp          1024 Jan 14 21:05 serveez
drwxr-xr-x   2 ftp      ftp          1024 Aug 15  1999 sh-utils
drwxr-xr-x   2 ftp      ftp          1024 Sep 10  1999 sharutils
drwxr-xr-x   2 ftp      ftp          1024 Jul 29  2000 shtool
-rw-r--r--   1 ftp      ftp           611 Jun 27  1998 sipp.README
-rw-r--r--   1 ftp      ftp           173 Jul 22  1999 smalleiffel.README
drwxr-xr-x   2 ftp      ftp          1024 Jan 30 18:39 smalltalk
drwxr-xr-x   2 ftp      ftp          1024 Jul 11  2000 speedx
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 spell
-rw-r--r--   1 ftp      ftp           131 Jan 24  1997 spinner.README
lrw-r--r--   1 ftp      ftp             8 Mar  2  1999 standards -> GNUinfo/
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 stow
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 superopt
-rw-r--r--   1 ftp      ftp           124 Mar  7  2000 sxml.README
drwxr-xr-x   2 ftp      ftp          1024 Sep  5  1999 tar
lrw-r--r--   1 ftp      ftp             9 Dec 16  1998 tasks -> standards
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 termcap
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 termutils
drwxr-xr-x   2 ftp      ftp          1024 Oct  1  1999 texinfo
-rw-r--r--   1 ftp      ftp        205887 Dec 11 15:25 texinfo.tex
drwxr-xr-x   2 ftp      ftp          1024 Aug  7  1999 textutils
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 time
drwxr-xr-x   2 ftp      ftp          1024 Feb 18  2000 trueprint
drwxr-xr-x   2 ftp      ftp          1024 Jul 30  1999 units
drwxr-xr-x   2 ftp      ftp          1024 Sep 18 01:00 userv
drwxr-xr-x   2 ftp      ftp          1024 Mar 11  2000 uucp
-rw-r--r--   1 ftp      ftp           148 Jun  6  1999 uuencode.README
drwxr-xr-x   2 ftp      ftp          1024 Jun  4  2000 vera
-rw-r--r--   1 ftp      ftp          1228 Jun  6  1999 vms.README
-rw-r--r--   1 ftp      ftp           315 Jun  5  2000 w3.README
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 wdiff
drwxr-xr-x   2 ftp      ftp          1024 Jan  1 16:49 wget
drwxr-xr-x   2 ftp      ftp          1024 Sep  6 14:12 which
drwxr-xr-x   2 ftp      ftp          1024 Dec 17 06:11 winboard
drwxr-xr-x   3 ftp      ftp          1024 Jul  6  1999 windows
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 windows32api
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 xaos
drwxr-xr-x   2 ftp      ftp          1024 Dec 17 06:12 xboard
drwxr-xr-x   2 ftp      ftp          1024 Jan 22 16:32 xhippo
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 xinfo
drwxr-xr-x   2 ftp      ftp          1024 Mar 31  1999 xlogmaster
drwxr-xr-x   2 ftp      ftp          1024 Apr 18  2000 xmorph
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 xshogi
drwxr-xr-x   2 ftp      ftp          1024 Jan  8  1999 zlibc
226 Transfer complete.
ftp> ls mak*
200 PORT command successful.
150 Opening ASCII mode data connection for file list.
-rw-r--r--   1 ftp      ftp          1095 Jul 14  1997 makeinfo.README

make:
-rw-r--r--   1 ftp      ftp         27010 Sep 23  1989 make-3.55-3.56.diff.gz
-rw-r--r--   1 ftp      ftp         15839 Nov  4  1989 make-3.56-3.57.diff.gz
-rw-r--r--   1 ftp      ftp         21650 Feb  8  1990 make-3.57-3.58.diff.gz
-rw-r--r--   1 ftp      ftp         36196 Nov 29  1990 make-3.58-3.59.diff.gz
-rw-r--r--   1 ftp      ftp         73109 Oct 30  1991 make-3.60-3.62.diff.gz
-rw-r--r--   1 ftp      ftp        244050 Jan 23  1993 make-3.62-3.63.diff.gz
-rw-r--r--   1 ftp      ftp         65599 Apr 21  1993 make-3.63-3.64.diff.gz
-rw-r--r--   1 ftp      ftp         30972 May  9  1993 make-3.64-3.65.diff.gz
-rw-r--r--   1 ftp      ftp         10312 May 21  1993 make-3.65-3.66.diff.gz
-rw-r--r--   1 ftp      ftp         11632 May 23  1993 make-3.65-3.67.diff.gz
-rw-r--r--   1 ftp      ftp          2532 May 23  1993 make-3.66-3.67.diff.gz
-rw-r--r--   1 ftp      ftp         51418 Jul 28  1993 make-3.67-3.68.diff.gz
-rw-r--r--   1 ftp      ftp         36716 Nov  7  1993 make-3.68-3.69.diff.gz
-rw-r--r--   1 ftp      ftp         17444 Jan  3  1994 make-3.69-3.70.diff.gz
-rw-r--r--   1 ftp      ftp         55406 May 22  1994 make-3.70-3.71.diff.gz
-rw-r--r--   1 ftp      ftp         64161 Nov  6  1994 make-3.71-3.72.1.diff.gz
-rw-r--r--   1 ftp      ftp         48915 Nov  4  1994 make-3.71-3.72.diff.gz
-rw-r--r--   1 ftp      ftp           718 Nov  6  1994 make-3.72-3.72.1.diff.gz
-rw-r--r--   1 ftp      ftp         70397 Apr  5  1995 make-3.72.1-3.73.diff.gz
-rw-r--r--   1 ftp      ftp         58370 May 19  1995 make-3.73-3.74.diff.gz
-rw-r--r--   1 ftp      ftp        234575 Sep 16  1997 make-3.75-3.76.diff.gz
-rw-r--r--   1 ftp      ftp        595378 Aug 28  1996 make-3.75.tar.gz
-rw-r--r--   1 ftp      ftp          2488 Sep 19  1997 make-3.76-3.76.1.diff.gz
-rw-r--r--   1 ftp      ftp        158833 Jul 31  1998 make-3.76.1-3.77.diff.gz
-rw-r--r--   1 ftp      ftp        631458 Sep 19  1997 make-3.76.1.tar.gz
-rw-r--r--   1 ftp      ftp        668524 Jul 31  1998 make-3.77.tar.gz
-rw-r--r--   1 ftp      ftp        773738 Sep 24  1999 make-3.78.1.tar.gz
-rw-r--r--   1 ftp      ftp       1030393 Jun 24  2000 make-3.79.1.tar.gz
-rw-r--r--   1 ftp      ftp        959005 Apr 11  2000 make-3.79.tar.gz
226 Transfer complete.
ftp> bin
200 Type set to I.
ftp> get make-3.79.1.tar.gz
local: make-3.79.1.tar.gz remote: make-3.79.1.tar.gz
200 PORT command successful.
550 make-3.79.1.tar.gz: No such file or directory
ftp> get make-3.79.1.tar.gz
local: make-3.79.1.tar.gz remote: make-3.79.1.tar.gz
200 PORT command successful.
550 make-3.79.1.tar.gz: No such file or directory
ftp> exit
221 Goodbye.
You have new mail in /var/spool/mail/root
# pwd
/root

Script done on Wed Jan 31 09:36:19 2001

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-31 14:42           ` Richard B. Johnson
@ 2001-01-31 14:48             ` David Woodhouse
  2001-01-31 14:51               ` Rik van Riel
  2001-01-31 14:48             ` Rik van Riel
                               ` (3 subsequent siblings)
  4 siblings, 1 reply; 28+ messages in thread
From: David Woodhouse @ 2001-01-31 14:48 UTC (permalink / raw)
  To: root; +Cc: Rik van Riel, Linux kernel



root@chaos.analogic.com said:
> ftp> cd gnu
> ftp> ls
> ftp> ls mak*
> ftp> bin
> ftp> get make-3.79.1.tar.gz
> ftp> get make-3.79.1.tar.gz
> ftp> exit

Try typing 'pwd' instead of 'exit' at the end of this script.


dwmw2


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-31 14:42           ` Richard B. Johnson
  2001-01-31 14:48             ` David Woodhouse
@ 2001-01-31 14:48             ` Rik van Riel
  2001-01-31 14:53             ` Mike Dresser
                               ` (2 subsequent siblings)
  4 siblings, 0 replies; 28+ messages in thread
From: Rik van Riel @ 2001-01-31 14:48 UTC (permalink / raw)
  To: Richard B. Johnson; +Cc: Linux kernel

On Wed, 31 Jan 2001, Richard B. Johnson wrote:

> See attached. "Just because you can see the candy doesn't mean
> they'll let you have any...."

Thanks for confirming (once again) your status as a
person-who-can't-even-bother-to-figure-out-how-ls-works

Rik
--
Virtual memory is like a game you can't win;
However, without VM there's truly nothing to lose...

		http://www.surriel.com/
http://www.conectiva.com/	http://distro.conectiva.com.br/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-31 14:48             ` David Woodhouse
@ 2001-01-31 14:51               ` Rik van Riel
  0 siblings, 0 replies; 28+ messages in thread
From: Rik van Riel @ 2001-01-31 14:51 UTC (permalink / raw)
  To: David Woodhouse; +Cc: root, Linux kernel

On Wed, 31 Jan 2001, David Woodhouse wrote:
> root@chaos.analogic.com said:
> > ftp> cd gnu
> > ftp> ls
> > ftp> ls mak*
> > ftp> bin
> > ftp> get make-3.79.1.tar.gz
> > ftp> get make-3.79.1.tar.gz
> > ftp> exit
> 
> Try typing 'pwd' instead of 'exit' at the end of this script.

He must have "spent most of last night" trying to find other
explanations for this error since, obviously, he can't be the
one at fault here ;)

Rik
--
Virtual memory is like a game you can't win;
However, without VM there's truly nothing to lose...

		http://www.surriel.com/
http://www.conectiva.com/	http://distro.conectiva.com.br/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-31 14:42           ` Richard B. Johnson
  2001-01-31 14:48             ` David Woodhouse
  2001-01-31 14:48             ` Rik van Riel
@ 2001-01-31 14:53             ` Mike Dresser
  2001-01-31 15:01             ` Doug McNaught
  2001-02-01 14:14             ` Matt Kemner
  4 siblings, 0 replies; 28+ messages in thread
From: Mike Dresser @ 2001-01-31 14:53 UTC (permalink / raw)
  To: root; +Cc: Linux kernel

> ftp> ls mak*
>

> make:
>
> -rw-r--r--   1 ftp      ftp       1030393 Jun 24  2000 make-3.79.1.tar.gz
>

> ftp> get make-3.79.1.tar.gz
>

get make/make-3.79.1.tar.gz

You missed the make: it did just before it listed the contents of make/

Just tried it myself with make/make-3.79.1.tar.gz, works.  Now, if i'd remembered to turn on bin mode, I'd have
a useable file.

Mike Dresser

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-31 14:42           ` Richard B. Johnson
                               ` (2 preceding siblings ...)
  2001-01-31 14:53             ` Mike Dresser
@ 2001-01-31 15:01             ` Doug McNaught
  2001-02-01 14:14             ` Matt Kemner
  4 siblings, 0 replies; 28+ messages in thread
From: Doug McNaught @ 2001-01-31 15:01 UTC (permalink / raw)
  To: root; +Cc: Linux kernel

"Richard B. Johnson" <root@chaos.analogic.com> writes:

> See attached. "Just because you can see the candy doesn't mean
> they'll let you have any...."

[output of README when you connect:]

>  Please note that the directory structure on ftp.gnu.org was redisorganzied
>  fairly recently, such that there is a directory for each program.  One side
>  effect of this is that if you cd into the gnu directory, and do
>  > ls emacs*
>  you will get a list of all the files in the emacs directory, but it will not
>  be obvious from the ls output that you have to `cd emacs' before you can
>  download those files.

Now,

> ftp> cd gnu
> ftp> ls mak*
> 200 PORT command successful.
> 150 Opening ASCII mode data connection for file list.
> -rw-r--r--   1 ftp      ftp          1095 Jul 14  1997 makeinfo.README
> 
> make:
> -rw-r--r--   1 ftp      ftp         27010 Sep 23  1989 make-3.55-3.56.diff.gz
[...]
> -rw-r--r--   1 ftp      ftp       1030393 Jun 24  2000 make-3.79.1.tar.gz
> -rw-r--r--   1 ftp      ftp        959005 Apr 11  2000 make-3.79.tar.gz
> 226 Transfer complete.
> ftp> bin
> 200 Type set to I.
> ftp> get make-3.79.1.tar.gz
> local: make-3.79.1.tar.gz remote: make-3.79.1.tar.gz
> 200 PORT command successful.
> 550 make-3.79.1.tar.gz: No such file or directory

Duh.

Read the README next time; that's what it's there for.

-Doug
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-31 14:24       ` Richard B. Johnson
  2001-01-31 14:35         ` Rik van Riel
@ 2001-01-31 15:03         ` James Sutherland
  2001-02-02 22:22         ` Mo McKinlay
  2 siblings, 0 replies; 28+ messages in thread
From: James Sutherland @ 2001-01-31 15:03 UTC (permalink / raw)
  To: Richard B. Johnson; +Cc: Rik van Riel, Linux kernel

On Wed, 31 Jan 2001, Richard B. Johnson wrote:
> On Wed, 31 Jan 2001, Rik van Riel wrote:
> > On Wed, 31 Jan 2001, Richard B. Johnson wrote:
> > > On Tue, 30 Jan 2001, Rik van Riel wrote:
> > > > On Tue, 30 Jan 2001, Richard B. Johnson wrote:
> > > > 
> > > > > The subject says it all. `make dep` is now broken.
> > > > 
> > > > It worked fine here, with 2.4.1 unpacked from the tarball.
> > > 
> > > I cannot find the source for GNU Make 3.77+
> > 
> > I have a hard time believing that you don't have
> > the skills to go to ftp.gnu.org and download the
> > stuff...
> > 
> 
> Now just a cotton-picken minute. When was the last time you
> accessed that site? I spent most of last night looking through
> EMPTY directories with files that are invisible to ftp but
> (sometimes) show with their `ls`, and never with nlist.
> 
> Maybe you can still download stuff if you are running from a
> Web Crawler, but it doesn't work with `ftp` anymore.

Works fine for me with "ftp"... Passive FTP is incredibly slow, though...


James.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-30 21:45 Version 2.4.1 cannot be built Richard B. Johnson
  2001-01-30 22:13 ` Rik van Riel
  2001-01-30 22:36 ` Keith Owens
@ 2001-01-31 18:37 ` mirabilos
  2 siblings, 0 replies; 28+ messages in thread
From: mirabilos @ 2001-01-31 18:37 UTC (permalink / raw)
  To: Linux-Kernel ML

Did you a make clean/mrproper before?
I usually do, and the kernel runs fine.

-mirabilos

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12+(proprietary extensions) # Updated:20010129 nick=mirabilos
GO/S d@ s--: a--- C++ UL++++ P--- L++$(-^lang) E----(joe) W+(++) loc=.de
N? o K? w-(+$) O+>+++ M-- V- PS+++@ PE(--) Y+ PGP t+ 5? X+ R+ !tv(silly)
b++++* DI- D+ G(>++) e(^age) h! r(-) y--(!y+) /* lang=NASM;GW-BASIC;C */
------END GEEK CODE BLOCK------


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-31 14:42           ` Richard B. Johnson
                               ` (3 preceding siblings ...)
  2001-01-31 15:01             ` Doug McNaught
@ 2001-02-01 14:14             ` Matt Kemner
  4 siblings, 0 replies; 28+ messages in thread
From: Matt Kemner @ 2001-02-01 14:14 UTC (permalink / raw)
  To: Richard B. Johnson; +Cc: Rik van Riel, Linux kernel

On Wed, 31 Jan 2001, Richard B. Johnson wrote:


root> See attached. "Just because you can see the candy doesn't mean
root> they'll let you have any...."

Richard, I just cut & pasted this from your attachment:

"Please note that the directory structure on ftp.gnu.org was
 redisorganzied fairly recently, such that there is a directory for each
 program.  One side effect of this is that if you cd into the gnu
 directory, and do
 > ls emacs*
 you will get a list of all the files in the emacs directory, but it will
 not be obvious from the ls output that you have to `cd emacs' before you
 can download those files."

 - Matt

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: Version 2.4.1 cannot be built.
  2001-01-31 14:24       ` Richard B. Johnson
  2001-01-31 14:35         ` Rik van Riel
  2001-01-31 15:03         ` James Sutherland
@ 2001-02-02 22:22         ` Mo McKinlay
  2 siblings, 0 replies; 28+ messages in thread
From: Mo McKinlay @ 2001-02-02 22:22 UTC (permalink / raw)
  To: Richard B. Johnson; +Cc: Rik van Riel, Linux kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Wednesday, Richard B. Johnson (root@chaos.analogic.com) wrote:

  > Now just a cotton-picken minute. When was the last time you
  > accessed that site? I spent most of last night looking through
  > EMPTY directories with files that are invisible to ftp but
  > (sometimes) show with their `ls`, and never with nlist.

  > Maybe you can still download stuff if you are running from a
  > Web Crawler, but it doesn't work with `ftp` anymore.

We've had no problem reports, and it works fine for me.

Mo.

- -- 
Mo McKinlay -- GNU Webmaster
mmckinlay@gnu.org
- -------------------------------------------------------------------------
GnuPG/PGP Key: pub  1024D/76A275F9 2000-07-22






-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjp7M0MACgkQRcGgB3aidfnX9wCgjiWJvUlgfRzNGfOMJZJ1rmzR
9XMAoNXVFRJzC5aRUOAQo0moWuchmAsO
=yDvE
-----END PGP SIGNATURE-----

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2001-02-02 22:25 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-30 21:45 Version 2.4.1 cannot be built Richard B. Johnson
2001-01-30 22:13 ` Rik van Riel
2001-01-30 23:42   ` Reiserfs problem was: " Brett G. Person
2001-01-31  0:14     ` Chris Mason
2001-01-31 13:50   ` Richard B. Johnson
2001-01-30  3:15     ` Michael B. Trausch
2001-01-31 14:27       ` Richard B. Johnson
2001-01-31 13:55     ` Rik van Riel
2001-01-31 14:24       ` Richard B. Johnson
2001-01-31 14:35         ` Rik van Riel
2001-01-31 14:42           ` Richard B. Johnson
2001-01-31 14:48             ` David Woodhouse
2001-01-31 14:51               ` Rik van Riel
2001-01-31 14:48             ` Rik van Riel
2001-01-31 14:53             ` Mike Dresser
2001-01-31 15:01             ` Doug McNaught
2001-02-01 14:14             ` Matt Kemner
2001-01-31 15:03         ` James Sutherland
2001-02-02 22:22         ` Mo McKinlay
2001-01-30 22:36 ` Keith Owens
2001-01-30 22:57   ` Richard B. Johnson
2001-01-30 23:01     ` Xuan Baldauf
2001-01-30 23:04     ` Keith Owens
2001-01-30 23:09       ` Richard B. Johnson
2001-01-30 23:29         ` Keith Owens
2001-01-30 23:07     ` Richard B. Johnson
2001-01-31  6:14       ` Peter Samuelson
2001-01-31 18:37 ` mirabilos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox