automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Failure in make dist


From: Jason Curl
Subject: Re: Failure in make dist
Date: Mon, 06 May 2013 21:01:22 +0200
User-agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5

On 04/05/2013 22:31, Stefano Lattarini wrote:
On 05/01/2013 03:06 PM, Jason Curl wrote:
On 01/05/2013 12:55, Stefano Lattarini wrote:
On 04/27/2013 08:53 PM, Jason Curl wrote:
Hello,

I'm running autoconf-2.69 and automake-1.11.6 on Lubuntu12.10 and when I run 
distmake for my
project, it aborts with the error:

When run configure, make, make dist on Cygwin or Ubuntu 11.10, then this
error doesn't occur, indicating to me probably a failure of Lubuntu 12.10.
Note, I did *not* run autoreconf when rerunning on Cygwin.

We need more information to try to understand the issue.  Please post the
contents of your Makefile.am, configure.ac, and other files you think might
be useful.

Please find the code tarball attached.

I still cannot reproduce your error ...  Please try to find a minimal reproducer
for your issue, that might shed some more light on the issue.

Please look at the link:
https://skydrive.live.com/redir?resid=BF4840F0055AAAE6!753&authkey=!APO2Gn5qoNt5y_M

Now it fails in another directory. I thought it might have something to do with newlines with AC_CONFIG_FILES, but it doesn't.

The style of the failure is the same. It create the "libwin" directory, but fails now to create the "libtestfw" directory when I use "make dist". Building works as expected.

OS is Lubuntu12.10

address@hidden:~/autotools$ make dist
if test -d "winproglib-1.0.0"; then find "winproglib-1.0.0" -type d ! -perm -200 -exec chmod u+w {} ';' && 
rm -rf "winproglib-1.0.0" || { sleep 5 && rm -rf "winproglib-1.0.0"; }; else :; fi
test -d "winproglib-1.0.0" || mkdir "winproglib-1.0.0"
 (cd libtestfw && make  top_distdir=../winproglib-1.0.0 
distdir=../winproglib-1.0.0/libtestfw \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/home/jcurl/autotools/libtestfw'
cp: cannot create regular file `../winproglib-1.0.0/libtestfw/Makefile.am': No 
such file or directory
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/home/jcurl/autotools/libtestfw'
make: *** [distdir] Error 1

I tested on Cygwin-1.7 and it builds and "make dist" also works.

Thanks for your help,
Jason.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]