devel/fam build failure
Mark Ovens
marko at freebsd.org
Tue Aug 15 17:18:45 UTC 2006
Stanislav Sedov wrote:
> On Tue, 15 Aug 2006 17:04:48 +0100
> Mark Ovens <marko at freebsd.org> mentioned:
>>
>> As requested...
>>
>> /usr/ports/devel/fam{150}# pkg_info -W /usr/local/share/aclocal/header.m4
>>
>> /usr/ports/devel/fam{151}#
>>
>
> So this file doesn't belong to any package and should be removed.
> This should fix build, I suppose.
>
That didn't fix it. I then renamed /usr/local/share/aclocal and made it
a symlink to aclocal19/
# cd /usr/local/share
# mv aclocal __aclocal
# ln -s aclocal19/ aclocal
This got rid of many of the errors but I am still getting them for files
in /usr/X11R6/share/aclocal:
# make
===> fam-2.6.10 depends on executable in : gmake - found
===> fam-2.6.10 depends on file: /usr/local/bin/automake19 - found
===> fam-2.6.10 depends on file: /usr/local/bin/autoconf259 - found
===> fam-2.6.10 depends on file: /usr/local/bin/libtool - found
===> 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-aclocal
/usr/X11R6/share/aclocal/xmms.m4:17: warning: underquoted definition of
XMMS_TEST_VERSION
/usr/X11R6/share/aclocal/xmms.m4:62: warning: underquoted definition of
AM_PATH_XMMS
/usr/X11R6/share/aclocal/libart.m4:11: warning: underquoted definition
of AM_PATH_LIBART
/usr/X11R6/share/aclocal/imlib.m4:9: warning: underquoted definition of
AM_PATH_IMLIB
/usr/X11R6/share/aclocal/imlib.m4:167: warning: underquoted definition
of AM_PATH_GDK_IMLIB
/usr/X11R6/share/aclocal/gtk.m4:7: warning: underquoted definition of
AM_PATH_GTK
/usr/X11R6/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted
definition of AM_PATH_GDK_PIXBUF
aclocal:configure.in:44: warning: macro `AM_PROG_LIBTOOL' not found in
library
configure.in:44: error: possibly undefined macro: AM_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
*** Error code 1
Stop in /usr/ports/devel/fam.
Is it safe to delete those files or should I rebuild the ports that they
belong to?
Thanks.
Mark
More information about the freebsd-ports
mailing list