Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 22:09:06 +0600
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        freebsd-ports@freebsd.org, Mark Ovens <marko@freebsd.org>
Subject:   Re: devel/fam build failure
Message-ID:  <20060815220906.4cdfad4e@localhost>
In-Reply-To: <44E2023A.50800@freebsd.org>
References:  <44E1E65A.2080202@freebsd.org> <20060815194032.4ddbd3c3@localhost> <44E1F0A0.7080503@freebsd.org> <20060815202600.1e929e32@localhost> <44E2023A.50800@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_hDlrR0jyXXtUU8hFYsPtWHN
Content-Type: text/plain; charset=KOI8-R
Content-Transfer-Encoding: quoted-printable

On Tue, 15 Aug 2006 18:19:54 +0100
Mark Ovens <marko@freebsd.org> mentioned:
> That didn't fix it. I then renamed /usr/local/share/aclocal and made it=20
> a symlink to aclocal19/
>=20

Don't do it, all external .m4 files get installed into share/aclocal, inclu=
ding libtool.=20

> # cd /usr/local/share
> # mv aclocal __aclocal
> # ln -s aclocal19/ aclocal
>=20

This leads to

> This got rid of many of the errors but I am still getting them for files=
=20
> in /usr/X11R6/share/aclocal:
>=20
> # make
> =3D=3D=3D>   fam-2.6.10 depends on executable in : gmake - found
> =3D=3D=3D>   fam-2.6.10 depends on file: /usr/local/bin/automake19 - found
> =3D=3D=3D>   fam-2.6.10 depends on file: /usr/local/bin/autoconf259 - fou=
nd
> =3D=3D=3D>   fam-2.6.10 depends on file: /usr/local/bin/libtool - found
> =3D=3D=3D>  Configuring for fam-2.6.10
> configure.in:295: warning: underquoted definition of FAM_DECL_IN_MNTENT
>    run info '(automake)Extending aclocal'
>    or see http://sources.redhat.com/automake/automake.html#Extending-aclo=
cal
> /usr/X11R6/share/aclocal/xmms.m4:17: warning: underquoted definition of=20
> XMMS_TEST_VERSION
> /usr/X11R6/share/aclocal/xmms.m4:62: warning: underquoted definition of=20
> AM_PATH_XMMS
> /usr/X11R6/share/aclocal/libart.m4:11: warning: underquoted definition=20
> of AM_PATH_LIBART
> /usr/X11R6/share/aclocal/imlib.m4:9: warning: underquoted definition of=20
> AM_PATH_IMLIB
> /usr/X11R6/share/aclocal/imlib.m4:167: warning: underquoted definition=20
> of AM_PATH_GDK_IMLIB
> /usr/X11R6/share/aclocal/gtk.m4:7: warning: underquoted definition of=20
> AM_PATH_GTK
> /usr/X11R6/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted=20
> definition of AM_PATH_GDK_PIXBUF
> aclocal:configure.in:44: warning: macro `AM_PROG_LIBTOOL' not found in=20
> library
> configure.in:44: error: possibly undefined macro: AM_PROG_LIBTOOL
>        If this token and others are legitimate, please use m4_pattern_all=
ow.
>        See the Autoconf documentation.
> *** Error code 1

this error.

Try to
# pkg_delete -f /var/db/pkg/autoconf* /var/db/pkg/automake* \
	/var/db/pkg/libtool* /var/db/pkg/gnu-libtool*

Then reinstall port. The installations missed AM_PROG_LIBTOOL because
this macros is installed into /usr/local/share/aclocal which you removed.
So put it back, execute the command above and report error message if any
here. There might be additional stale files in your share/aclocal.

--=20
Stanislav Sedov         MBSD labs, Inc.         <ssedov@mbsd.msk.ru>
=F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1         http://mbsd.msk.ru

--------------------------------------------------------------------
If the facts don't fit the theory, change the facts.  -- A. Einstein
--------------------------------------------------------------------
PGP fingerprint:  F21E D6CC 5626 9609 6CE2  A385 2BF5 5993 EB26 9581

--Sig_hDlrR0jyXXtUU8hFYsPtWHN
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (FreeBSD)

iD8DBQFE4fGiK/VZk+smlYERAmUXAJwIC1xeuQyGtCPX9XYhZCBql5XoCACfT/3i
Aqfwu9CmCldDxA0wyC6C8k0=
=HqRE
-----END PGP SIGNATURE-----

--Sig_hDlrR0jyXXtUU8hFYsPtWHN--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060815220906.4cdfad4e>