Re: automake 1.4d

2001-03-31 Thread Steve M. Robbins

On Tue, Feb 13, 2001 at 12:19:17AM -0700, Tom Tromey wrote:
> I just released Automake 1.4d, the latest prerelease leading up to
> 1.5.  Find it here:
> 
> ftp://sources.redhat.com/pub/automake/automake-1.4d.tar.gz
> 
> This release is mostly bug fixes.  There are some minor known bugs and
> some uncommitted patches required for 1.5 that are pending paperwork.
> Nevertheless, this release should be ok in many situations.  Please
> try it and report any bugs you find.

I just got around to installing this on an IRIX 6.5 system, yesterday.

The main problem that I quickly ran into was that it didn't work
with the version of perl that we had (5.004_04).  I installed perl 5.6,
and it works with that.  

The other problem quickly apparent is that tests/pr19.test fails.
This test generates an empty lex file, compiles the resulting .c
file, and generates a tarball with "make dist":

...
echo %% > foo.l
...
$MAKE || exit 1

Unfortunately, with both flex version 2.4.7, and flex version 2.5.4,
the make bombs out, because the file "foo.c" doesn't have a main()
function.  Should it?  I dunno...

I installed it anyway, and noticed that "automake --add-missing"
installed the "depcomp" link into the first subdir listed in the
toplevel Makefile.am "SUBDIRS" variable.  I think this problem has
been previously reported.  Once I moved depcomp to the top level, the
build went fine.

Thanks,
-Steve





Re: automake 1.4d

2001-02-14 Thread Alexandre Oliva

On Feb 15, 2001, Tom Tromey <[EMAIL PROTECTED]> wrote:

> ftp://tromey:[EMAIL PROTECTED]//gd/gnu/lib/config.guess
> ftp://tromey:[EMAIL PROTECTED]//gd/gnu/lib/config.sub

These are available for anonymous ftp at ftp.gnu.org/pub/config.
Maybe so should the others?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist*Please* write to mailing lists, not to me




Re: automake 1.4d

2001-02-14 Thread Tom Tromey

> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes:

Pavel> I believe we need something like the "wget-update" target in
Pavel> Automake.

I agree.

I don't know the canonical locations of most of the files any more.

I used to use the attached script but I'd rather we use something that
doesn't require my password.

Tom

wget --input-file=- --directory-prefix=fsf --timestamping << 'END'
ftp://tromey:[EMAIL PROTECTED]//gd/gnu/lib/config.guess
ftp://tromey:[EMAIL PROTECTED]//gd/gnu/lib/config.sub
ftp://tromey:[EMAIL PROTECTED]//gd/gnu/lib/missing
ftp://tromey:[EMAIL PROTECTED]//gd/gnu/lib/mkinstalldirs
ftp://tromey:[EMAIL PROTECTED]//gd/gnu/lib/install-sh
ftp://tromey:[EMAIL PROTECTED]//gd/gnuorg/mdate-sh
ftp://tromey:[EMAIL PROTECTED]//gd/gnuorg/gpl.text
ftp://tromey:[EMAIL PROTECTED]//gd/gnuorg/make-stds.texi
ftp://tromey:[EMAIL PROTECTED]//gd/gnuorg/standards.texi
ftp://tromey:[EMAIL PROTECTED]//gd/gnuorg/tasks.texi
ftp://tromey:[EMAIL PROTECTED]//gd/gnu/doc/texinfo.tex
ftp://ftp.cs.wisc.edu/ghost/ansi2knr.c
END




Re: automake 1.4d

2001-02-13 Thread John Poltorak

On Tue, Feb 13, 2001 at 12:19:17AM -0700, Tom Tromey wrote:
> I just released Automake 1.4d, the latest prerelease leading up to
> 1.5.  Find it here:
> 
> ftp://sources.redhat.com/pub/automake/automake-1.4d.tar.gz
> 
> This release is mostly bug fixes.  There are some minor known bugs and
> some uncommitted patches required for 1.5 that are pending paperwork.
> Nevertheless, this release should be ok in many situations.  Please
> try it and report any bugs you find.

When I run make after running configure, it goes into a continuous loop
trying to make the target 'install-recursive' AFAICT:-

Making all in .
make[1]: Entering directory `/eval/automake/automake-1.4d'
Making install in .
make[2]: Entering directory `/eval/automake/automake-1.4d'
Making install in .
make[3]: Entering directory `/eval/automake/automake-1.4d'
Making install in .
make[4]: Entering directory `/eval/automake/automake-1.4d'
Making install in .

This goes on until there is a system error.

Can someone suggest what is going wrong here? Or what I can try to avoid
it?

I'm running under OS/2 BTW, so this is probably the cause, but I don't
normally experience any such problems with makefiles.
 
> Tom
> 


-- 
John






Re: automake 1.4d

2001-02-13 Thread Pavel Roskin

Hello, John!

On Tue, 13 Feb 2001, John Poltorak wrote:

> It contains old versions of config.guess and config.sub.

I was going to write exactly that!

I believe we need something like the "wget-update" target in Automake.
Maybe it should even be dist-hook.

Regards,
Pavel Roskin





Re: automake 1.4d

2001-02-13 Thread John Poltorak

On Tue, Feb 13, 2001 at 12:19:17AM -0700, Tom Tromey wrote:
> I just released Automake 1.4d, the latest prerelease leading up to
> 1.5.  Find it here:
> 
> ftp://sources.redhat.com/pub/automake/automake-1.4d.tar.gz
> 
> This release is mostly bug fixes.  There are some minor known bugs and
> some uncommitted patches required for 1.5 that are pending paperwork.
> Nevertheless, this release should be ok in many situations.  Please
> try it and report any bugs you find.

It contains old versions of config.guess and config.sub. 
 
> Tom
> 

-- 
John





automake 1.4d

2001-02-12 Thread Tom Tromey

I just released Automake 1.4d, the latest prerelease leading up to
1.5.  Find it here:

ftp://sources.redhat.com/pub/automake/automake-1.4d.tar.gz

This release is mostly bug fixes.  There are some minor known bugs and
some uncommitted patches required for 1.5 that are pending paperwork.
Nevertheless, this release should be ok in many situations.  Please
try it and report any bugs you find.

Tom