* [sisyphus] m4, libtool, criawips
@ 2005-02-19 19:45 Alexandre Prokoudine
2005-02-19 20:14 ` Dmitry V. Levin
0 siblings, 1 reply; 4+ messages in thread
From: Alexandre Prokoudine @ 2005-02-19 19:45 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Привет,
Пытался тут собрать criawips (http://www.nongnu.org/criawips/) из CVS,
чтобы пару патчей оформить. Не вышло:
[avp@localhost criawips]$ ./autogen.sh
checking for autoconf >= 2.53...
testing autoconf2.50... not found.
testing autoconf... found 2.59
checking for automake >= 1.7...
testing automake-1.7... found 1.7.9
checking for libtool >= 1.4.3...
testing libtoolize... found 1.5.12
checking for glib-gettext >= 2.2.0...
testing glib-gettextize... found 2.6.2
checking for intltool >= 0.25...
testing intltoolize... found 0.32.1
checking for pkg-config >= 0.14.0...
testing pkg-config... found 0.15.0
checking for gtk-doc >= 1.0...
testing gtkdocize... found 1.2
Checking for required M4 macros...
libtool.m4 not found
Checking for forbidden M4 macros...
***Error***: some autoconf macros required to build criawips
were not found in your aclocal path, or some forbidden
macros were found. Perhaps you need to adjust your
ACLOCAL_FLAGS?
[avp@localhost criawips]$ rpm -qa | grep auto | sort
autoconf_2.5-2.59-alt3
autoconf-common-0.2-alt1
autofs-4.1.3-alt0.3.1
autologin-1.0.0-ipl9mdk
automake_1.4-1.4p6-alt3
automake_1.6-1.6.3-alt6
automake_1.7-1.7.9-alt1
automake_1.8-1.8.5-alt1
automake-common-0.2-alt1
autotrace-0.31.1-alt1.4.1.1
libautotrace-0.31.1-alt1.4.1.1
libautotrace-devel-0.31.1-alt1.4.1.1
[avp@localhost criawips]$ rpm -qa | grep libtool
libtool_1.4-1.4.3-alt4
libtool_1.5-1.5.12-alt1
libtool-common-0.2-alt1
[avp@localhost criawips]$ rpm -qa | grep m4
m4-1.4.2-alt1
Что с этим можно сделать?
А.П.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] m4, libtool, criawips
2005-02-19 19:45 [sisyphus] m4, libtool, criawips Alexandre Prokoudine
@ 2005-02-19 20:14 ` Dmitry V. Levin
2005-02-19 20:21 ` Alexandre Prokoudine
0 siblings, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2005-02-19 20:14 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 1395 bytes --]
Hi,
On Sat, Feb 19, 2005 at 10:45:59PM +0300, Alexandre Prokoudine wrote:
> Пытался тут собрать criawips (http://www.nongnu.org/criawips/) из CVS,
> чтобы пару патчей оформить. Не вышло:
>
> [avp@localhost criawips]$ ./autogen.sh
> checking for autoconf >= 2.53...
> testing autoconf2.50... not found.
> testing autoconf... found 2.59
> checking for automake >= 1.7...
> testing automake-1.7... found 1.7.9
> checking for libtool >= 1.4.3...
> testing libtoolize... found 1.5.12
> checking for glib-gettext >= 2.2.0...
> testing glib-gettextize... found 2.6.2
> checking for intltool >= 0.25...
> testing intltoolize... found 0.32.1
> checking for pkg-config >= 0.14.0...
> testing pkg-config... found 0.15.0
> checking for gtk-doc >= 1.0...
> testing gtkdocize... found 1.2
> Checking for required M4 macros...
> libtool.m4 not found
> Checking for forbidden M4 macros...
> ***Error***: some autoconf macros required to build criawips
> were not found in your aclocal path, or some forbidden
> macros were found. Perhaps you need to adjust your
> ACLOCAL_FLAGS?
$ rpmquery -l libtool_1.5 |fgrep libtool.m4
/usr/share/libtool-1.5/aclocal/libtool.m4
Наш automake'овский aclocal знает где найти этот libtool.m4.
> [...]
> Что с этим можно сделать?
Поэкспериментировать с ACLOCAL_FLAGS, чтобы libtool.m4 нашёлся.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] m4, libtool, criawips
2005-02-19 20:14 ` Dmitry V. Levin
@ 2005-02-19 20:21 ` Alexandre Prokoudine
2005-02-19 20:32 ` Dmitry V. Levin
0 siblings, 1 reply; 4+ messages in thread
From: Alexandre Prokoudine @ 2005-02-19 20:21 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
On Sat, 19 Feb 2005 23:14:04 +0300, Dmitry V. Levin <ldv@altlinux.org> wrote:
> Hi,
>
> On Sat, Feb 19, 2005 at 10:45:59PM +0300, Alexandre Prokoudine wrote:
> > Пытался тут собрать criawips (http://www.nongnu.org/criawips/) из CVS,
> > чтобы пару патчей оформить. Не вышло:
> >
> > [avp@localhost criawips]$ ./autogen.sh
> > checking for autoconf >= 2.53...
> > testing autoconf2.50... not found.
> > testing autoconf... found 2.59
> > checking for automake >= 1.7...
> > testing automake-1.7... found 1.7.9
> > checking for libtool >= 1.4.3...
> > testing libtoolize... found 1.5.12
> > checking for glib-gettext >= 2.2.0...
> > testing glib-gettextize... found 2.6.2
> > checking for intltool >= 0.25...
> > testing intltoolize... found 0.32.1
> > checking for pkg-config >= 0.14.0...
> > testing pkg-config... found 0.15.0
> > checking for gtk-doc >= 1.0...
> > testing gtkdocize... found 1.2
> > Checking for required M4 macros...
> > libtool.m4 not found
> > Checking for forbidden M4 macros...
> > ***Error***: some autoconf macros required to build criawips
> > were not found in your aclocal path, or some forbidden
> > macros were found. Perhaps you need to adjust your
> > ACLOCAL_FLAGS?
>
> $ rpmquery -l libtool_1.5 |fgrep libtool.m4
> /usr/share/libtool-1.5/aclocal/libtool.m4
>
> Наш automake'овский aclocal знает где найти этот libtool.m4.
>
> > [...]
> > Что с этим можно сделать?
>
> Поэкспериментировать с ACLOCAL_FLAGS, чтобы libtool.m4 нашёлся.
Да я с радостью :) Но где именно править значение этой переменной?
А.П.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] m4, libtool, criawips
2005-02-19 20:21 ` Alexandre Prokoudine
@ 2005-02-19 20:32 ` Dmitry V. Levin
0 siblings, 0 replies; 4+ messages in thread
From: Dmitry V. Levin @ 2005-02-19 20:32 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 1872 bytes --]
Hi,
On Sat, Feb 19, 2005 at 11:21:15PM +0300, Alexandre Prokoudine wrote:
> On Sat, 19 Feb 2005 23:14:04 +0300, Dmitry V. Levin <ldv@altlinux.org> wrote:
> > On Sat, Feb 19, 2005 at 10:45:59PM +0300, Alexandre Prokoudine wrote:
> > > Пытался тут собрать criawips (http://www.nongnu.org/criawips/) из CVS,
> > > чтобы пару патчей оформить. Не вышло:
> > >
> > > [avp@localhost criawips]$ ./autogen.sh
> > > checking for autoconf >= 2.53...
> > > testing autoconf2.50... not found.
> > > testing autoconf... found 2.59
> > > checking for automake >= 1.7...
> > > testing automake-1.7... found 1.7.9
> > > checking for libtool >= 1.4.3...
> > > testing libtoolize... found 1.5.12
> > > checking for glib-gettext >= 2.2.0...
> > > testing glib-gettextize... found 2.6.2
> > > checking for intltool >= 0.25...
> > > testing intltoolize... found 0.32.1
> > > checking for pkg-config >= 0.14.0...
> > > testing pkg-config... found 0.15.0
> > > checking for gtk-doc >= 1.0...
> > > testing gtkdocize... found 1.2
> > > Checking for required M4 macros...
> > > libtool.m4 not found
> > > Checking for forbidden M4 macros...
> > > ***Error***: some autoconf macros required to build criawips
> > > were not found in your aclocal path, or some forbidden
> > > macros were found. Perhaps you need to adjust your
> > > ACLOCAL_FLAGS?
> >
> > $ rpmquery -l libtool_1.5 |fgrep libtool.m4
> > /usr/share/libtool-1.5/aclocal/libtool.m4
> >
> > Наш automake'овский aclocal знает где найти этот libtool.m4.
> >
> > > [...]
> > > Что с этим можно сделать?
> >
> > Поэкспериментировать с ACLOCAL_FLAGS, чтобы libtool.m4 нашёлся.
>
> Да я с радостью :) Но где именно править значение этой переменной?
Это надо в ./autogen.sh смотреть. Скорее всего, скрипт имеет в виду
переменную среды ACLOCAL_FLAGS.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-02-19 20:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-19 19:45 [sisyphus] m4, libtool, criawips Alexandre Prokoudine
2005-02-19 20:14 ` Dmitry V. Levin
2005-02-19 20:21 ` Alexandre Prokoudine
2005-02-19 20:32 ` Dmitry V. Levin
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git