Re: AVR32 port - config.{sub,guess} bug filing

2009-04-25 Thread Paul Wise
On Fri, Apr 24, 2009 at 3:37 PM, Paul Wise wrote: > Good point, how about this? Sent this patch upstream, will see what they say. -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact

Re: AVR32 port - config.{sub,guess} bug filing

2009-04-24 Thread Paul Wise
On Fri, Apr 24, 2009 at 3:05 PM, Gabor Gombas wrote: > Hmm, wouldn't it be better to look for the newest version instead of > "first one that's newer"? The above would work on a buildd where there is > nothing in $HOME or under /usr/local, but could break on user's machines > if they have a scrip

Re: AVR32 port - config.{sub,guess} bug filing

2009-04-24 Thread Gabor Gombas
On Fri, Apr 24, 2009 at 01:37:01PM +0800, Paul Wise wrote: > cur_v=`echo "$timestamp" | sed s/-//g` > > for path in \ > "$HOME/.config/automake" \ > /usr/local/share/automake \ > /usr/local/share/misc \ > /usr/share/automake \ > /usr/share/misc \ > ; do > > if test -x "$path/co

Re: AVR32 port - config.{sub,guess} bug filing

2009-04-23 Thread Paul Wise
On Fri, Apr 24, 2009 at 1:42 PM, Russ Allbery wrote: > instead.  $* doesn't quote its arguments, and the above works around a > portability problem with $@ (see the Autoconf manual). Thanks, added. -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-devel-requ...

Re: AVR32 port - config.{sub,guess} bug filing

2009-04-23 Thread Russ Allbery
Paul Wise writes: > Here is what I plan to send upstream: > > cur_v=`echo "$timestamp" | sed s/-//g` > > for path in \ > "$HOME/.config/automake" \ > /usr/local/share/automake \ > /usr/local/share/misc \ > /usr/share/automake \ > /usr/share/misc \ > ; do > > if test -x "$path/co

Re: AVR32 port - config.{sub,guess} bug filing

2009-04-23 Thread Paul Wise
On Fri, Apr 24, 2009 at 1:18 PM, Mike Hommey wrote: > It unfortunately wouldn't work for the same reason config.{guess,sub} > updates don't work, and more. It would need to be incorporated upstream, > and all debian sources using config.{guess,sub} should be updated to > these newer versions. Tha

Re: AVR32 port - config.{sub,guess} bug filing

2009-04-23 Thread Mike Hommey
On Fri, Apr 24, 2009 at 11:22:24AM +0800, Paul Wise wrote: > On Thu, Apr 23, 2009 at 6:27 PM, Bradley Smith wrote: > > > As some of you may be aware, myself and a few others are working towards > > an AVR32 port of Debian, which is now making good progress. One problem > > we've come across is si

Re: AVR32 port - config.{sub,guess} bug filing

2009-04-23 Thread Paul Wise
On Thu, Apr 23, 2009 at 6:27 PM, Bradley Smith wrote: > As some of you may be aware, myself and a few others are working towards > an AVR32 port of Debian, which is now making good progress. One problem > we've come across is since AVR32 is such a new architecture, a fair few > packages have conf

Re: AVR32 port - config.{sub,guess} bug filing

2009-04-23 Thread Mike Hommey
On Thu, Apr 23, 2009 at 12:41:52PM +0200, Michael Tautschnig wrote: > > Hi, > > > > As some of you may be aware, myself and a few others are working towards > > an AVR32 port of Debian, which is now making good progress. One problem > > we've come across is since AVR32 is such a new architecture

Re: AVR32 port - config.{sub,guess} bug filing

2009-04-23 Thread Cyril Brulebois
Bradley Smith (23/04/2009): > That's certainly some of them yes, but lintian only seems to check for > files from earlier than 2004, however AVR32 was only added on > 6/6/2006, so there are certainly considerably more than those. Seems like a valid reason to request bumping the date check in lint

Re: AVR32 port - config.{sub,guess} bug filing

2009-04-23 Thread Bradley Smith
On Thu, 23 Apr 2009 12:41:52 +0200 Michael Tautschnig wrote: > I guess the proper solution is copying config.{sub,guess} > from /usr/share/misc/ and removing them in clean. If that is the case, > wouldn't the list of possibly buggy packages be [1]? That's certainly some of them yes, but lintian

Re: AVR32 port - config.{sub,guess} bug filing

2009-04-23 Thread Michael Tautschnig
> Hi, > > As some of you may be aware, myself and a few others are working towards > an AVR32 port of Debian, which is now making good progress. One problem > we've come across is since AVR32 is such a new architecture, a fair few > packages have config.{sub,guess} files that are missing the archi