[patch #7055] archive_cmds_need_lc macro check is broken (result check is inverted)

2010-01-06 Thread Gianluigi Tiesi

Follow-up Comment #12, patch #7055 (project libtool):

I've removed the offending code, it works now, thanks, configure.ac was not
mine, it was from upstream package, unfortunately I'm not much familiar with
autotools code :)

___

Reply to this item at:

  

___
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/





[patch #7055] archive_cmds_need_lc macro check is broken (result check is inverted)

2010-01-06 Thread Ralf Wildenhues

Follow-up Comment #11, patch #7055 (project libtool):

Thanks for the link.  The bug seems to be in your configure.ac:

# This is required to get past a stupid configure bug when making the rpm.
# Basically it is broken to specify the host as a command line argument to
# configure on its own, i.e. without giving --host=. It is supposed to work
# but doesn't. So this sets host and erases nonopt effectively moving the
# standalone command line option into the --host= form.
if test "x$nonopt" != "xNONE"; then
host="$nonopt"
nonopt="NONE"
fi

Try removing those lines.  Or at least, add something like
  && test "x$nonopt" != x

to the if conditions, so that $host is not set to the empty value here.

___

Reply to this item at:

  

___
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





[patch #7055] archive_cmds_need_lc macro check is broken (result check is inverted)

2010-01-06 Thread Gianluigi Tiesi

Follow-up Comment #10, patch #7055 (project libtool):

$ ./configure --version
ntfsprogs configure 2.0.0
generated by GNU Autoconf 2.65

Copyright (C) 2009 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.

it was generated from scratch from linux-ntfs configure.ac
the linux ntfs repo does not have premade files, my stuff is here:

http://github.com/sherpya/linux-ntfs

___

Reply to this item at:

  

___
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/





[patch #7055] archive_cmds_need_lc macro check is broken (result check is inverted)

2010-01-06 Thread Ralf Wildenhues

Follow-up Comment #9, patch #7055 (project libtool):

Hmpf.  Maybe this code does come from somewhere else, and the Autoconf used
isn't old.  Anyway, the verbose log shows that something sets host= to empty
after host is set correctly.  That is a bug, either in your configure.ac
script or some Autoconf macro.  Can you post (a link to) the script?  Thanks.

___

Reply to this item at:

  

___
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





[patch #7055] archive_cmds_need_lc macro check is broken (result check is inverted)

2010-01-06 Thread Ralf Wildenhues

Follow-up Comment #8, patch #7055 (project libtool):

Your verbose configure output contains lines like
+ nonopt=NONE

which have been removed from Autoconf in 2000.  So, unless they come from
your configure.ac file, this configure script has been generated with an
ancient autoconf version.  Try running
  ./configure --version

If it doesn't state the Autoconf version it was generated with, then it is
too old.

___

Reply to this item at:

  

___
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





[patch #7055] archive_cmds_need_lc macro check is broken (result check is inverted)

2010-01-06 Thread Gianluigi Tiesi

Follow-up Comment #7, patch #7055 (project libtool):

I've generated files from autogen.sh on a debian sid, autoconf version
is 2.65, mingw native does not have autoconf

configure.ac
has
AC_PREREQ(2.59)

libtool is 2.2.6b


___

Reply to this item at:

  

___
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/





Re: Happy New Year

2010-01-06 Thread Bob Friesenhahn

On Wed, 6 Jan 2010, Ralf Wildenhues wrote:


I don't care all that much whether we update all copyright entries in
Libtool now or not; if the others prefer this, and the script doesn't
break --version, sure why not.


I don't see much value offered from this sort of "churn".

Unless there is actual value offered, then it should not be done.

More useful value would be to get Chuck Wilson's patches approved so 
that libtool can work better with Cygwin 1.7, which is already 
released as current.


Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/




Re: Happy New Year

2010-01-06 Thread Ralf Wildenhues
Hi Eric,

* Eric Blake wrote on Wed, Jan 06, 2010 at 02:22:58PM CET:
> According to Ralf Wildenhues on 1/6/2010 12:08 AM:
> > Pushed to master.
> > 
> > Bump copyright years.
> 
> GNU Coding Standards permit bumping the copyright on all files in the
> project, not just those that have had significant edits in the current
> year.

I was aware of that, but thanks for the reminder.

> If you are interested, we can run build-aux/update-copyright from
> gnulib in order to achieve that action (it also has the benefit of
> normalizing copyrights into a consistent format).

Some of the scripts in Libtool require (or required at some point)
non-wrapping of some copyright lines in order for --version to work.
I went the lazy way and just reused the respective commit from last
year, rather than finding out whether update-copyright would have
broken things or not.

I don't care all that much whether we update all copyright entries in
Libtool now or not; if the others prefer this, and the script doesn't
break --version, sure why not.

For Automake, I think changing 700 test files even though most of them
won't be changed this year (unless we finally move to GPLv3+) seems like
unneeded work (besides, it would break my pending patch for the GPL
bump ;-)

Thanks,
Ralf




[patch #7055] archive_cmds_need_lc macro check is broken (result check is inverted)

2010-01-06 Thread Ralf Wildenhues

Follow-up Comment #6, patch #7055 (project libtool):

OK.  You are using an *ancient* version of Autoconf, presumably 2.13, but it
must be from before 2000.  Please update to a non-ancient version first;
libtool requires 2.59 or newer, but preferably you should use 2.65.

___

Reply to this item at:

  

___
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





Re: Happy New Year

2010-01-06 Thread Eric Blake
According to Ralf Wildenhues on 1/6/2010 12:08 AM:
> Pushed to master.
> 
> Cheers,
> Ralf
> 
> Bump copyright years.

GNU Coding Standards permit bumping the copyright on all files in the
project, not just those that have had significant edits in the current
year.  If you are interested, we can run build-aux/update-copyright from
gnulib in order to achieve that action (it also has the benefit of
normalizing copyrights into a consistent format).

-- 
Don't work too hard, make some time for fun as well!

Eric Blake e...@byu.net



signature.asc
Description: OpenPGP digital signature


[patch #7055] archive_cmds_need_lc macro check is broken (result check is inverted)

2010-01-06 Thread Gianluigi Tiesi

Follow-up Comment #5, patch #7055 (project libtool):

attaching verbose configure out, I hope it does not contain sensible data ;P

(file #19419)
___

Additional Item Attachment:

File name: conf-verbose.txt.gzSize:64 KB


___

Reply to this item at:

  

___
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/





[patch #7055] archive_cmds_need_lc macro check is broken (result check is inverted)

2010-01-06 Thread Gianluigi Tiesi

Follow-up Comment #4, patch #7055 (project libtool):

with ./configure --host=i586-mingw32msvc
on linux I have exactly same problem on native mingw, it complains about -lc

on cross:
# The host system.
host_alias=i586-mingw32msvc
host=
host_os=mingw32msvc

on native:
# The host system.
host_alias=
host=
host_os=mingw32



___

Reply to this item at:

  

___
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/