Re: Removing Mac OS X resource forks from distribution tarballs

2011-03-30 Thread Dave Hart
Hi Ralf, On Thu, Mar 31, 2011 at 05:28 UTC, Ralf Wildenhues wrote: > Hello Dave, > > * Dave Hart wrote on Wed, Mar 30, 2011 at 11:06:02PM CEST: >> Right, one approach would be to run a dist-hook which strips all >> resource forks from distdir files. >> >> An equally effective approach which Automak

Re: Removing Mac OS X resource forks from distribution tarballs

2011-03-30 Thread Peter O'Gorman
On 03/31/2011 12:28 AM, Ralf Wildenhues wrote: Hello Dave, * Dave Hart wrote on Wed, Mar 30, 2011 at 11:06:02PM CEST: Right, one approach would be to run a dist-hook which strips all resource forks from distdir files. It's not really about resource forks, Extended Attributes and Access Contr

Re: documentation on using automake to produce documentation

2011-03-30 Thread Ralf Wildenhues
Hello Paul, * Paul Elliott wrote on Thu, Mar 31, 2011 at 02:25:13AM CEST: > Is it documented any where how to do the comparatively simpler task of using > automake to produce and distribute documentation? > > Just simple things like specifying simple rules to build. And how to specify > distrib

Re: Removing Mac OS X resource forks from distribution tarballs

2011-03-30 Thread Ralf Wildenhues
Hello Dave, * Dave Hart wrote on Wed, Mar 30, 2011 at 11:06:02PM CEST: > Right, one approach would be to run a dist-hook which strips all > resource forks from distdir files. > > An equally effective approach which Automake could potentially handle > generally on Darwin would be to instruct tar t

documentation on using automake to produce documentation

2011-03-30 Thread Paul Elliott
Autotools do a wonderful job producing executable and libraries and it is well documented. Is it documented any where how to do the comparatively simpler task of using automake to produce and distribute documentation? Just simple things like specifying simple rules to build. And how to specify

Re: Removing Mac OS X resource forks from distribution tarballs

2011-03-30 Thread Dave Hart
On Wed, Mar 30, 2011 at 20:55 UTC, Adam Mercer wrote: > I thought of something like that but the problem is that these files > only show up on file systems that don't support OS X resource forks, > such as ext3, and as I build the tarballs on OS X they won't show up > as individual. I've been look

Re: Removing Mac OS X resource forks from distribution tarballs

2011-03-30 Thread Adam Mercer
On Wed, Mar 30, 2011 at 11:46, Ralf Wildenhues wrote: Ralf >> Is there some rule that I can add that will strip any resource forks >> from files before adding them to the distribution? > > dist-hook: remove-mac-resource-forks > remove-mac-resource-forks: >        rm -f $(DISTDIR)/._* > > ?  I'm

bug#8365: 3 of 657 tests failed

2011-03-30 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Wed, Mar 30, 2011 at 06:47:20PM CEST: > --- a/tests/aclocal6.test > +++ b/tests/aclocal6.test > @@ -57,6 +57,8 @@ cd build > ../configure > $MAKE > > +# Modified configure dependencies must be newer than config.status. > +$sleep > # Update an aclocal.

bug#8365: 3 of 657 tests failed

2011-03-30 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Wed, Mar 30, 2011 at 06:59:07PM CEST: > * Stefano Lattarini wrote on Wed, Mar 30, 2011 at 06:47:20PM CEST: > > --- a/tests/subdir5.test > > +++ b/tests/subdir5.test > > > @@ -67,6 +67,8 @@ $MAKE > > # does it in the other way: it updates confiles.m4 (which is m4_include

bug#8365: 3 of 657 tests failed

2011-03-30 Thread Stefano Lattarini
On Wednesday 30 March 2011, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Wed, Mar 30, 2011 at 06:47:20PM CEST: > > --- a/tests/aclocal6.test > > +++ b/tests/aclocal6.test > > > @@ -57,6 +57,8 @@ cd build > > ../configure > > $MAKE > > > > +# Modified configure depende

bug#8365: 3 of 657 tests failed

2011-03-30 Thread Stefano Lattarini
And the diagnosis for the failure of subdir5.test seems very similar. (In fact, it would have been much simpler to start by analyzing this failure, since it is a much simplified version of the aclocal6.test failure; but shame on me, I just proceded in alphabetical order w.r.t. the test names!) Wh

Re: Removing Mac OS X resource forks from distribution tarballs

2011-03-30 Thread Ralf Wildenhues
Hi Adam, * Adam Mercer wrote on Wed, Mar 30, 2011 at 03:50:40PM CEST: > When I build distribution tarballs on my Mac sometimes resource forks > find their way into the tarball and then when they are extracted on > another platform, Debian for example, these resource forks show up as > separate fil

bug#8365: 3 of 657 tests failed

2011-03-30 Thread Stefano Lattarini
Reference: Hi Sam, and thanks for the report. > FAIL: aclocal6.test (exit: 1) > = > > /home/sds/src/automake-1.11.1/tests:/home/sds/src/top/bin:/usr/lib6 > 4/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bi

Removing Mac OS X resource forks from distribution tarballs

2011-03-30 Thread Adam Mercer
Hi When I build distribution tarballs on my Mac sometimes resource forks find their way into the tarball and then when they are extracted on another platform, Debian for example, these resource forks show up as separate files of the for ._*, e.g.: ldg-cert-util-2.5/debian# ls -la total 68 drwxr-x

Re: subdir-objects, dirstamps and --disable-dependency-tracking (bug!)

2011-03-30 Thread Ignacy Gawedzki
On Wed, Mar 30, 2011 at 07:51:40AM +0200, thus spake Ralf Wildenhues: > Hi Ignacy, > > * Ignacy Gawedzki wrote on Wed, Mar 30, 2011 at 12:03:09AM CEST: > > I suspect I found a bug in automake 1.11.1 . > > Yes, you have. Thanks for reporting it! Shall I post that to bug-autom...@gnu.org then? >