libtool CVS permanently broken?

2002-01-03 Thread Bob Friesenhahn

I assume that libtool is currently a "dead" project since libtool CVS
has not been updated in weeks, but could the contents of CVS at least
be left in a functional state before allowing libtool to die?

Bob
==
Bob Friesenhahn
[EMAIL PROTECTED]
http://www.simplesystems.org/users/bfriesen


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool



Re: libtool CVS permanently broken?

2002-01-03 Thread Robert Boehne

Bob Friesenhahn wrote:
> 
> I assume that libtool is currently a "dead" project since libtool CVS
> has not been updated in weeks, but could the contents of CVS at least
> be left in a functional state before allowing libtool to die?
> 
> Bob
> ==
> Bob Friesenhahn
> [EMAIL PROTECTED]
> http://www.simplesystems.org/users/bfriesen
> 
> ___
> Libtool mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/libtool

I use it every day.  It hasn't had any checkins for awhile because
it works so well.  Are you trying to report a bug? (note, extreme
sarchasm ;)

- Rob

-- 
Robert Boehne Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  [EMAIL PROTECTED]

___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool



Re: libtool CVS permanently broken?

2002-01-05 Thread Bob Friesenhahn

On Thu, 3 Jan 2002, Robert Boehne wrote:

> Bob Friesenhahn wrote:
> > 
> > I assume that libtool is currently a "dead" project since libtool CVS
> > has not been updated in weeks, but could the contents of CVS at least
> > be left in a functional state before allowing libtool to die?
> 
> I use it every day.  It hasn't had any checkins for awhile because
> it works so well.  Are you trying to report a bug? (note, extreme
> sarchasm ;)

I assumed that the problems would be immediately self-evident to
anyone who checked libtool out of CVS and attempted to use it:

% ./bootstrap 
autoheader: config-h.in is unchanged
Can't call method "close" on an undefined value at /usr/local/bin/automake line 7751.

% ./configure
configure: loading site script /usr/local/share/config.site
=
Configuring libtool 1.4c (1.1085 2001/12/06 19:34:36)
=

checking for a BSD compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
./configure: syntax error at line 1504: `(' unexpected
%

% autoconf --version
autoconf (GNU Autoconf) 2.52
% automake --version
automake (GNU automake) 1.5
% perl --version

This is perl, v5.6.1 built for sun4-solaris

==
Bob Friesenhahn
[EMAIL PROTECTED]
http://www.simplesystems.org/users/bfriesen


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool



Re: libtool CVS permanently broken?

2002-01-05 Thread Bob Friesenhahn

It looks like the aborted configure run I was seeing was due to an
update I made to configure.ac to try to get 'make dist' to actually
work.  My update was missing a quote.  Sorry about that.

The automake warning/error remains.

Bob
==
Bob Friesenhahn
[EMAIL PROTECTED]
http://www.simplesystems.org/users/bfriesen


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool



Re: libtool CVS permanently broken?

2002-01-05 Thread Albert Chin

On Sat, Jan 05, 2002 at 03:10:58PM -0600, Bob Friesenhahn wrote:
> It looks like the aborted configure run I was seeing was due to an
> update I made to configure.ac to try to get 'make dist' to actually
> work.  My update was missing a quote.  Sorry about that.
> 
> The automake warning/error remains.

I tried to reproduce your warning/error but I could not. The section
of code in automake looks fine to me.
  # Ensure a file exists.
  sub create
  {
  my ($file) = @_;

  my $touch = new IO::File (">> $file");
  $touch->close;
  }

-- 
albert chin ([EMAIL PROTECTED])

___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool



Re: libtool CVS permanently broken?

2002-01-07 Thread Alexandre Duret-Lutz

>>> "Bob" == Bob Friesenhahn <[EMAIL PROTECTED]> writes:

[...]

 Bob> % ./bootstrap 
 Bob> autoheader: config-h.in is unchanged
 Bob> Can't call method "close" on an undefined value at /usr/local/bin/automake line 
7751.

See these messages for a fix:
http://mail.gnu.org/pipermail/automake-patches/2001-September/000234.html
http://mail.gnu.org/pipermail/automake-patches/2001-October/000367.html

[...]
-- 
Alexandre Duret-Lutz


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool