findutils-patches
[Top][All Lists]
Advanced

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

Re: [Findutils-patches] bootstrapping [was: xattr and capability support


From: KillBoy PowerHed
Subject: Re: [Findutils-patches] bootstrapping [was: xattr and capability support]
Date: Thu, 6 Nov 2014 10:51:48 +0000 (UTC)




>> Hmm - your error message is produced by 'autopoint', not by
>> ./import-gnulib.sh (well, it is occurring at the point in
>> import-gnulib.sh that calls the refresh_output_files function to shell
>> out to autopoint -f).  I wonder if you are missing a weak prerequisite
>> of gettext, such that your build of autopoint is failing to parse
>> configure.ac but where I have more packages and therefore no problem in
>> parsing it.  Can you show:
>>
>> sh -x /usr/bin/autopoint -f

>For that matter, are you sure you don't have some other version of
>autopoint earlier in your PATH?


>which autopoint


address@hidden findutils]$ which autopoint
/bin/autopoint
address@hidden findutils]$ yum provides "/bin/autopoint"
Loaded plugins: langpacks, refresh-packagekit
gettext-devel-0.18.3.2-2.fc20.x86_64 : Development files for gettext
Repo        : @updates
Matched from:
Filename    : /bin/autopoint

address@hidden findutils]$ ls -l /bin/autopoint
-rwxr-xr-x. 1 root root 24405 Oct 10 15:26 /bin/autopoint
address@hidden findutils]$ ls -l /usr/bin/autopoint
-rwxr-xr-x. 1 root root 24405 Oct 10 15:26 /usr/bin/autopoint
address@hidden findutils]$ ls -ld /bin
lrwxrwxrwx. 1 root root 7 Jul  7 23:37 /bin -> usr/bin

address@hidden findutils]$ sh -x /usr/bin/autopoint -f
+ progname=/usr/bin/autopoint
+ package=gettext-tools
+ version=0.18.3
+ prefix=/usr
+ datarootdir=/usr/share
+ gettext_dir=/usr/share/gettext
+ test no = yes
+ force=
+ ver=
+ doit=:
+ test 1 -gt 0
+ case "$1" in
+ shift
+ force=yes
+ test 0 -gt 0
+ test 0 -gt 0
++ pwd
+ srcdir=/home/killboy/Downloads/findutils
+ test -f configure.in
+ test -f configure.ac
+ configure_in=configure.ac
++ func_trace AM_GNU_GETTEXT_VERSION configure.ac
++ echo '\
dnl disable macros which may abort autom4te
m4_pushdef([m4_assert])
m4_pushdef([m4_fatal])
m4_pushdef([m4_warn])
m4_pushdef([m4_errprintn])
m4_pushdef([m4_exit])
m4_pushdef([m4_include])
m4_pushdef([m4_esyscmd])
dnl macros which needs to be traced without aclocal.m4
m4_define([AM_GNU_GETTEXT], [])
m4_define([AM_GNU_GETTEXT_VERSION], [])
'
++ autom4te --no-cache --language=Autoconf-without-aclocal-m4 '--trace=AM_GNU_GETTEXT_VERSION:$%' - configure.ac
+ xver=
+ test -z ''
+ test -f intl/VERSION
+ test -n ''
+ test -z ''
+ func_fatal_error 'Missing version: please specify in configure.ac through a line '\''AM_GNU_GETTEXT_VERSION(x.yy.zz)'\'' the gettext version the package is using'
+ echo 'autopoint: *** Missing version: please specify in configure.ac through a line '\''AM_GNU_GETTEXT_VERSION(x.yy.zz)'\'' the gettext version the package is using'
autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the package is using
+ echo 'autopoint: *** Stop.'
autopoint: *** Stop.
+ exit 1




reply via email to

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