[virt-tools-list] [PATCH 1/5] Call intltoolize after autoreconf

Eduardo Lima (Etrunko) etrunko at redhat.com
Tue Nov 3 11:14:26 UTC 2015


On 02/11/15 04:08, Fabiano Fidêncio wrote:
> Hey!
> 
> On Thu, Oct 29, 2015 at 9:40 PM, Eduardo Lima (Etrunko)
> <etrunko at redhat.com> wrote:
>> After a calling 'git clean -d -x -f' I got this error:
>>
>> ln: failed to create symbolic link ‘m4/intltool.m4’: No such file or directory
>> cp: cannot create regular file ‘m4/intltool.m4’: No such file or directory
>> intltoolize: cannot copy '/usr/share/aclocal/intltool.m4' to 'm4/intltool.m4'
> 
> I've never seen this error before and I am not able to reproduce it here.
>


Have you tried the git clean command? It removes the m4/ directory
altogether. and intltoolize requires that m4/ directory to be present.
This is what you get when you run autoreconf before it.

>>
>> With this patch, the error is gone.
> 
> This patch introduces this warning:
> aclocal: warning: couldn't open directory 'm4': No such file or directory
> 

This warning is generated by autoreconf and is harmless, it will create
that directory anyway.


-- 
Eduardo de Barros Lima (Etrunko)
Software Engineer - RedHat
etrunko at redhat.com




More information about the virt-tools-list mailing list