Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 18:19:54 +0100
From:      Mark Ovens <marko@freebsd.org>
To:        freebsd-ports@freebsd.org
Subject:   Re: devel/fam build failure
Message-ID:  <44E2023A.50800@freebsd.org>
In-Reply-To: <20060815202600.1e929e32@localhost>
References:  <44E1E65A.2080202@freebsd.org> <20060815194032.4ddbd3c3@localhost>	<44E1F0A0.7080503@freebsd.org> <20060815202600.1e929e32@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
Stanislav Sedov wrote:
> On Tue, 15 Aug 2006 17:04:48 +0100
> Mark Ovens <marko@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



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