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

Fabiano Fidêncio fidencio at redhat.com
Wed Nov 4 13:39:41 UTC 2015


On Tue, Nov 3, 2015 at 3:20 PM, Fabiano Fidêncio <fidencio at redhat.com> wrote:
> On Tue, Nov 3, 2015 at 12:14 PM, Eduardo Lima (Etrunko)
> <etrunko at redhat.com> wrote:
>> 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.
>
> This is what I got running git master: http://fpaste.org/286429/65603541/
> As I said, I am not able to reproduce it at all.

Hmm. git clean -d -x -f doesn't remove m4 folder (which only contains
an empty .gitignore file inside).
Removing the folder and trying to run autogen.sh I got:

ffidenci at cat ~/src/upstream/virt-viewer $ ./autogen.sh
You should add the contents of '/usr/share/aclocal/intltool.m4' to 'aclocal.m4'.
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'

Best Regards,
--
Fabiano Fidêncio




More information about the virt-tools-list mailing list