All of lore.kernel.org
 help / color / mirror / Atom feed
* error with util-linux from git
@ 2013-05-05 16:08 Kevin Wilson
  2013-05-05 16:12 ` Samuel Thibault
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin Wilson @ 2013-05-05 16:08 UTC (permalink / raw)
  To: util-linux

Hello,
I git cloned util-linux today from
git clone http://git.kernel.org/cgit/utils/util-linux/util-linux.git

I ran:
./autogen.sh
And I get this error:
(this is with ubutnu 13.04, with ubuntu 12.10 there was no problem)


libtoolize: linking file `m4/lt~obsolete.m4'
configure.ac:126: error: Could not locate the pkg-config autoconf
    macros. These are usually located in /usr/share/aclocal/pkg.m4.
    If your macros are in a different location, try setting the
    environment variable AL_OPTS="-I/other/macro/dir" before running
    ./autogen.sh or autoreconf again.
configure.ac:126: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1


more info:
dpkg -L autoconf

/.
/etc
/etc/emacs
/etc/emacs/site-start.d
/etc/emacs/site-start.d/50autoconf.el
/usr
/usr/share
/usr/share/doc
/usr/share/doc/autoconf
/usr/share/doc/autoconf/README
/usr/share/doc/autoconf/NEWS.gz
/usr/share/doc/autoconf/README.Debian
/usr/share/doc/autoconf/NEWS.Debian.gz
/usr/share/doc/autoconf/changelog.Debian.gz
/usr/share/doc/autoconf/copyright
/usr/share/autoconf
/usr/share/autoconf/autoconf
/usr/share/autoconf/autoconf/autotest.m4
/usr/share/autoconf/autoconf/specific.m4
/usr/share/autoconf/autoconf/autoscan.m4
/usr/share/autoconf/autoconf/autoconf.m4
/usr/share/autoconf/autoconf/oldnames.m4
/usr/share/autoconf/autoconf/status.m4
/usr/share/autoconf/autoconf/c.m4
/usr/share/autoconf/autoconf/types.m4
/usr/share/autoconf/autoconf/general.m4
/usr/share/autoconf/autoconf/autoupdate.m4
/usr/share/autoconf/autoconf/headers.m4
/usr/share/autoconf/autoconf/libs.m4
/usr/share/autoconf/autoconf/fortran.m4
/usr/share/autoconf/autoconf/lang.m4
/usr/share/autoconf/autoconf/programs.m4
/usr/share/autoconf/autoconf/erlang.m4
/usr/share/autoconf/autoconf/functions.m4
/usr/share/autoconf/autoconf/go.m4
/usr/share/autoconf/autoconf/autoconf.m4f
/usr/share/autoconf/autoconf/autoheader.m4
/usr/share/autoconf/m4sugar
/usr/share/autoconf/m4sugar/m4sh.m4
/usr/share/autoconf/m4sugar/foreach.m4
/usr/share/autoconf/m4sugar/m4sugar.m4
/usr/share/autoconf/m4sugar/version.m4
/usr/share/autoconf/m4sugar/m4sugar.m4f
/usr/share/autoconf/m4sugar/m4sh.m4f
/usr/share/autoconf/autoscan
/usr/share/autoconf/autoscan/autoscan.list
/usr/share/autoconf/INSTALL
/usr/share/autoconf/autotest
/usr/share/autoconf/autotest/autotest.m4
/usr/share/autoconf/autotest/specific.m4
/usr/share/autoconf/autotest/general.m4
/usr/share/autoconf/autotest/autotest.m4f
/usr/share/autoconf/Autom4te
/usr/share/autoconf/Autom4te/ChannelDefs.pm
/usr/share/autoconf/Autom4te/XFile.pm
/usr/share/autoconf/Autom4te/FileUtils.pm
/usr/share/autoconf/Autom4te/C4che.pm
/usr/share/autoconf/Autom4te/General.pm
/usr/share/autoconf/Autom4te/Configure_ac.pm
/usr/share/autoconf/Autom4te/Request.pm
/usr/share/autoconf/Autom4te/Channels.pm
/usr/share/autoconf/Autom4te/Getopt.pm
/usr/share/autoconf/autom4te.cfg
/usr/share/emacs
/usr/share/emacs/site-lisp
/usr/share/emacs/site-lisp/autoconf
/usr/share/emacs/site-lisp/autoconf/autotest-mode.el
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/autoscan.1.gz
/usr/share/man/man1/autom4te.1.gz
/usr/share/man/man1/autoheader.1.gz
/usr/share/man/man1/autoreconf.1.gz
/usr/share/man/man1/config.guess.1.gz
/usr/share/man/man1/autoupdate.1.gz
/usr/share/man/man1/ifnames.1.gz
/usr/share/man/man1/config.sub.1.gz
/usr/share/man/man1/autoconf.1.gz
/usr/bin
/usr/bin/ifnames
/usr/bin/autoheader
/usr/bin/autoconf
/usr/bin/autom4te
/usr/bin/autoscan
/usr/bin/autoreconf
/usr/bin/autoupdate




any ideas?

rgs,
Kevin

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error with util-linux from git
  2013-05-05 16:08 error with util-linux from git Kevin Wilson
@ 2013-05-05 16:12 ` Samuel Thibault
  2013-05-05 17:57   ` Kevin Wilson
  0 siblings, 1 reply; 6+ messages in thread
From: Samuel Thibault @ 2013-05-05 16:12 UTC (permalink / raw)
  To: Kevin Wilson; +Cc: util-linux

Kevin Wilson, le Sun 05 May 2013 19:08:42 +0300, a écrit :
> any ideas?

Install pkg-config on your system, or anything which would ship
pkg.m4

Samuel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error with util-linux from git
  2013-05-05 16:12 ` Samuel Thibault
@ 2013-05-05 17:57   ` Kevin Wilson
  2013-05-05 18:15     ` Kevin Wilson
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin Wilson @ 2013-05-05 17:57 UTC (permalink / raw)
  To: Samuel Thibault, Kevin Wilson, util-linux

Hi,
Thanks, apt-get install pkg-config solved it
rgs
Kevin


On Sun, May 5, 2013 at 7:12 PM, Samuel Thibault
<samuel.thibault@ens-lyon.org> wrote:
> Kevin Wilson, le Sun 05 May 2013 19:08:42 +0300, a écrit :
>> any ideas?
>
> Install pkg-config on your system, or anything which would ship
> pkg.m4
>
> Samuel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error with util-linux from git
  2013-05-05 17:57   ` Kevin Wilson
@ 2013-05-05 18:15     ` Kevin Wilson
  2013-05-07  7:16       ` Karel Zak
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin Wilson @ 2013-05-05 18:15 UTC (permalink / raw)
  To: Samuel Thibault, Kevin Wilson, util-linux

Hello,
Now..


make[1]: Leaving directory `/work/src/util-linux'
root@amd:/work/src/util-linux# make
make  all-recursive
make[1]: Entering directory `/work/src/util-linux'
Making all in po
make[2]: Entering directory `/work/src/util-linux/po'
test -z "ca.gmo cs.gmo da.gmo de.gmo es.gmo et.gmo eu.gmo fi.gmo
fr.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo nl.gmo pl.gmo
pt_BR.gmo ru.gmo sl.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo
zh_TW.gmo" || make ca.gmo cs.gmo da.gmo de.gmo es.gmo et.gmo eu.gmo
fi.gmo fr.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo nl.gmo pl.gmo
pt_BR.gmo ru.gmo sl.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo
zh_TW.gmo
make[3]: Entering directory `/work/src/util-linux/po'
: --update ca.po util-linux.pot
rm -f ca.gmo && : -c --statistics -o ca.gmo ca.po
mv: cannot stat ‘t-ca.gmo’: No such file or directory
make[3]: *** [ca.gmo] Error 1
make[3]: Leaving directory `/work/src/util-linux/po'
make[2]: *** [stamp-po] Error 2
make[2]: Leaving directory `/work/src/util-linux/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/work/src/util-linux'
make: *** [all] Error 2


googled for it, install gettext by apt-get install gettext, but this
did not help

any ideas?
rgs
KW

On Sun, May 5, 2013 at 8:57 PM, Kevin Wilson <wkevils@gmail.com> wrote:
> Hi,
> Thanks, apt-get install pkg-config solved it
> rgs
> Kevin
>
>
> On Sun, May 5, 2013 at 7:12 PM, Samuel Thibault
> <samuel.thibault@ens-lyon.org> wrote:
>> Kevin Wilson, le Sun 05 May 2013 19:08:42 +0300, a écrit :
>>> any ideas?
>>
>> Install pkg-config on your system, or anything which would ship
>> pkg.m4
>>
>> Samuel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error with util-linux from git
  2013-05-05 18:15     ` Kevin Wilson
@ 2013-05-07  7:16       ` Karel Zak
  2013-05-07  7:18         ` Kevin Wilson
  0 siblings, 1 reply; 6+ messages in thread
From: Karel Zak @ 2013-05-07  7:16 UTC (permalink / raw)
  To: Kevin Wilson; +Cc: Samuel Thibault, util-linux

On Sun, May 05, 2013 at 09:15:42PM +0300, Kevin Wilson wrote:
> Making all in po
> make[2]: Entering directory `/work/src/util-linux/po'
> test -z "ca.gmo cs.gmo da.gmo de.gmo es.gmo et.gmo eu.gmo fi.gmo
> fr.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo nl.gmo pl.gmo
> pt_BR.gmo ru.gmo sl.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo
> zh_TW.gmo" || make ca.gmo cs.gmo da.gmo de.gmo es.gmo et.gmo eu.gmo
> fi.gmo fr.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo nl.gmo pl.gmo
> pt_BR.gmo ru.gmo sl.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo
> zh_TW.gmo
> make[3]: Entering directory `/work/src/util-linux/po'
> : --update ca.po util-linux.pot
> rm -f ca.gmo && : -c --statistics -o ca.gmo ca.po
> mv: cannot stat ‘t-ca.gmo’: No such file or directory
> make[3]: *** [ca.gmo] Error 1
> make[3]: Leaving directory `/work/src/util-linux/po'
> make[2]: *** [stamp-po] Error 2
> make[2]: Leaving directory `/work/src/util-linux/po'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/work/src/util-linux'
> make: *** [all] Error 2

 Hmm... never seen that, try

    git clean -xdf
    ./autogen.sh
    ./configure
    make


-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error with util-linux from git
  2013-05-07  7:16       ` Karel Zak
@ 2013-05-07  7:18         ` Kevin Wilson
  0 siblings, 0 replies; 6+ messages in thread
From: Kevin Wilson @ 2013-05-07  7:18 UTC (permalink / raw)
  To: Karel Zak; +Cc: Samuel Thibault, util-linux

Hi,
Thanks
In the meantime, I deleted the util-linux and cloned it again and it was OK=
,
rgs
Kevin

On Tue, May 7, 2013 at 10:16 AM, Karel Zak <kzak@redhat.com> wrote:
> On Sun, May 05, 2013 at 09:15:42PM +0300, Kevin Wilson wrote:
>> Making all in po
>> make[2]: Entering directory `/work/src/util-linux/po'
>> test -z "ca.gmo cs.gmo da.gmo de.gmo es.gmo et.gmo eu.gmo fi.gmo
>> fr.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo nl.gmo pl.gmo
>> pt_BR.gmo ru.gmo sl.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo
>> zh_TW.gmo" || make ca.gmo cs.gmo da.gmo de.gmo es.gmo et.gmo eu.gmo
>> fi.gmo fr.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo nl.gmo pl.gmo
>> pt_BR.gmo ru.gmo sl.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo
>> zh_TW.gmo
>> make[3]: Entering directory `/work/src/util-linux/po'
>> : --update ca.po util-linux.pot
>> rm -f ca.gmo && : -c --statistics -o ca.gmo ca.po
>> mv: cannot stat =91t-ca.gmo=92: No such file or directory
>> make[3]: *** [ca.gmo] Error 1
>> make[3]: Leaving directory `/work/src/util-linux/po'
>> make[2]: *** [stamp-po] Error 2
>> make[2]: Leaving directory `/work/src/util-linux/po'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/work/src/util-linux'
>> make: *** [all] Error 2
>
>  Hmm... never seen that, try
>
>     git clean -xdf
>     ./autogen.sh
>     ./configure
>     make
>
>
> --
>  Karel Zak  <kzak@redhat.com>
>  http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-05-07  7:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-05 16:08 error with util-linux from git Kevin Wilson
2013-05-05 16:12 ` Samuel Thibault
2013-05-05 17:57   ` Kevin Wilson
2013-05-05 18:15     ` Kevin Wilson
2013-05-07  7:16       ` Karel Zak
2013-05-07  7:18         ` Kevin Wilson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.