From owner-freebsd-current@FreeBSD.ORG Wed Feb 20 15:54:46 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D85316A403 for ; Wed, 20 Feb 2008 15:54:46 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.freebsd.org (Postfix) with ESMTP id A9D9613C46B for ; Wed, 20 Feb 2008 15:54:45 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so2223899wri.3 for ; Wed, 20 Feb 2008 07:54:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:from; bh=m3NznsaYK+rJGimXcjFqmuit6KPD+XrlFlT+rb/XhS0=; b=AkZq7TUR/dbRNNtqUSQh/WUb6EqNKfk4gEx3zYpBQMy64d7LhWJEIeKBvvmEjG+AqhRAaagfjxXcotC/WdQNRHBdPaNYLPXzXUpLINe2SzzcDQk7HzCipHS92d8QjOqDJ+PvKkgDwlCX9tAg7Qj3c6hOK/zKI7Xmevg5q6ciouY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:from; b=VAfgggEZpbMbb37BHGKiV0Tb5KWUIbYqX3hizq4YOs6TgmR7KE8FIbfD3F4KA6eJ1e+oZh6+tHb0fjBtv/lfQB6pxqGk68PFCSXXPY0pDb42fnTf9DgRlR4khxj38Qv0uzwffJbXYxIZVRBs5xlhyZh0cQJAd1arXrHhH08DRCE= Received: by 10.114.93.17 with SMTP id q17mr2747368wab.70.1203521165039; Wed, 20 Feb 2008 07:26:05 -0800 (PST) Received: from ?10.0.0.19? ( [71.92.133.50]) by mx.google.com with ESMTPS id q18sm19882426pog.12.2008.02.20.07.26.01 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 20 Feb 2008 07:26:02 -0800 (PST) Message-Id: To: Achilleas Mantzios In-Reply-To: <200802201547.17360.achill@matrix.gatewaynet.com> Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 20 Feb 2008 07:26:31 -0800 References: <200802201111.16340.achill@matrix.gatewaynet.com> <200802201547.17360.achill@matrix.gatewaynet.com> X-Mailer: Apple Mail (2.919.2) From: Garrett Cooper X-Mailman-Approved-At: Wed, 20 Feb 2008 16:40:50 +0000 Cc: freebsd-current@freebsd.org Subject: Re: Problem with various ports X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 15:54:46 -0000 On Feb 20, 2008, at 5:47 AM, Achilleas Mantzios wrote: > =CE=A3=CF=84=CE=B9=CF=82 Wednesday 20 February 2008 15:39:41 =CE=BF/=CE=B7= Eygene Ryabinkin =20 > =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: >> Achilleas, good day. >> >> Wed, Feb 20, 2008 at 11:11:15AM +0200, Achilleas Mantzios wrote: >>> I had trouble building textproc/docbook-utils (docbook-=20 >>> utils-0.6.14_3) in a fresh new >>> 7.0-RC2 FreeBSD 7.0-RC2 #5 >>> the problem starts at the begining of config: >>> >>> >>> configure.in:4: warning: underquoted definition of AC_FIND_PROGRAM^M >>> run info '(automake)Extending aclocal'^M >>> or see = http://sources.redhat.com/automake/automake.html#Extending%20aclocal=20 >>> ^M >>> /usr/local/share/aclocal/linc.m4:1: warning: underquoted =20 >>> definition of AM_PATH_LINC^M >>> /usr/local/share/aclocal/libfame.m4:6: warning: underquoted =20 >>> definition of AM_PATH_LIBFAME^M >>> /usr/local/share/aclocal/audiofile.m4:12: warning: underquoted =20 >>> definition of AM_PATH_AUDIOFILE^M >>> /usr/local/share/aclocal/aalib.m4:12: warning: underquoted =20 >>> definition of AM_PATH_AALIB^M >> >> And what is the trouble? The port builds, isn't it? 'configure.in' >> uses old syntax for AC_DEFUN and there are some other underquoteds, >> but it seems not to hurt anyone. >> >> The real problem is that file 'aclocal.m4' has rather distant >> timestamp (year 2004), so the Makefile and configure are rebuilt. >> But the port builds for me at 7.0-PRERELEASE though I have the >> warning messages as you. >> >> Or it does not build for you? > > Hi Eygene, thanx for contacting. > The below build, later complains about not existing /usr/local/share/=20= > xml/sdocbook/4.1.2.5/catalog, > creating it by hand just reincarnated the problem. > here is the whole original output: > > Script started on Wed Feb 20 10:38:03 2008 > doroot@smadev:/usr/ports/textproc/docbook-utils# make When was the last time you've rebuilt your ports? I think Alex =20= Leidinger or Mark Linimon did a fully encompassing restructure with =20 the autotools, but that was some months ago (July? August?). Cheers, -Garrett=