From owner-freebsd-ports@FreeBSD.ORG Thu Apr 16 10:54:01 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09908106566C for ; Thu, 16 Apr 2009 10:54:01 +0000 (UTC) (envelope-from toshi@ruby.ocn.ne.jp) Received: from smtp.ruby.ocn.ne.jp (ruby.ocn.ne.jp [61.207.12.164]) by mx1.freebsd.org (Postfix) with ESMTP id 6AFBB8FC22 for ; Thu, 16 Apr 2009 10:54:00 +0000 (UTC) (envelope-from toshi@ruby.ocn.ne.jp) Received: from localhost (p6194-ipadfx01sizuokaden.shizuoka.ocn.ne.jp [219.160.179.194]) by smtp.ruby.ocn.ne.jp (Postfix) with ESMTP id 2F0C0350A; Thu, 16 Apr 2009 19:53:58 +0900 (JST) Date: Thu, 16 Apr 2009 19:53:23 +0900 (JST) Message-Id: <20090416.195323.48511504.toshi@ruby.ocn.ne.jp> To: michel@seliverstoff.fr From: SAITOU Toshihide In-Reply-To: <49E687C1.70907@seliverstoff.fr> References: <49C65F17.9020302@seliverstoff.fr> <20090415.194039.07433541.toshi@ruby.ocn.ne.jp> <49E687C1.70907@seliverstoff.fr> X-GPG-fingerprint: 34B3 0B6A 8520 F5B0 EBC7 69F6 C055 9F8A 0D49 F8FC X-Mailer: Mew version 5.2.54 on Emacs 22.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: LibSM problem with make configure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2009 10:54:01 -0000 In message: <49E687C1.70907@seliverstoff.fr> michel writes: > SAITOU Toshihide wrote: > > In message: <49C65F17.9020302@seliverstoff.fr> > > michel writes: --- (the lines is omitted) --- > > I encountered a same problem and solved by deleting some > > obsolete(?) m4 files in the /usr/local/share/aclocal. > > > > I don't know why these m4 files remained during upgrade > > process. > > > > ---- > > SAITOU Toshihide > > > Thanks for your help, > I removed these: aalib.m4 audiofile.m4 glib.m4 gtk.m4 header.m4 make.m4 > Now I only have one error. > Michel > > $ make configure > ===> Extracting for libSM-1.1.0_1,1 > => MD5 Checksum OK for xorg/lib/libSM-1.1.0.tar.bz2. > => SHA256 Checksum OK for xorg/lib/libSM-1.1.0.tar.bz2. > ===> Patching for libSM-1.1.0_1,1 > ===> Applying FreeBSD patches for libSM-1.1.0_1,1 > ===> libSM-1.1.0_1,1 depends on file: /usr/local/share/aclocal/xorg-macros.m4 - found > ===> libSM-1.1.0_1,1 depends on file: /usr/local/libdata/pkgconfig/xtrans.pc - found > ===> libSM-1.1.0_1,1 depends on file: /usr/local/libdata/pkgconfig/ice.pc - found > ===> libSM-1.1.0_1,1 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found > ===> libSM-1.1.0_1,1 depends on file: /usr/local/bin/automake-1.10 - found > ===> libSM-1.1.0_1,1 depends on file: /usr/local/bin/autoconf-2.62 - found > ===> libSM-1.1.0_1,1 depends on file: /usr/local/bin/libtool - found > ===> libSM-1.1.0_1,1 depends on executable: pkg-config - found > ===> Configuring for libSM-1.1.0_1,1 > configure.ac:11: your implementation of AM_INIT_AUTOMAKE comes from an > configure.ac:11: old Automake version. You should recreate aclocal.m4 > configure.ac:11: with aclocal and run automake again. > /usr/local/share/automake-1.10/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL > /usr/local/share/automake-1.10/am/depend2.am: The usual way to define `am__fastdepCC' is to add `AC_PROG_CC' > /usr/local/share/automake-1.10/am/depend2.am: to `configure.ac' and run `aclocal' and `autoconf' again. > *** Error code 63 > > Stop in /usr/ports/x11/libSM. I'm not confident but confirming the time of file is helpful. % ls -lt /usr/local/share/aclocal If the time of file is too old, how about removing these files? ---- SAITOU Toshihide