From owner-cvs-ports@FreeBSD.ORG Thu Sep 11 03:59:51 2008 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1836106564A for ; Thu, 11 Sep 2008 03:59:51 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id AE7398FC21 for ; Thu, 11 Sep 2008 03:59:51 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so161509wfg.7 for ; Wed, 10 Sep 2008 20:59:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:to:cc:subject :from:in-reply-to:references:x-mailer:mime-version:content-type :content-transfer-encoding:sender; bh=uQngpvkYQra6S4oWXwxYxRcw0zVoy4Ie9doY7acdlqk=; b=lmwl50MwGN7XzP2W71jStwVPs1H21huICrzwxT/gLsAzAQV2DfnHvFVr6j6hyi3jh8 nA73otwolqsRBZ//vESSkwqa5XNH/yJnbVxrYcE+jcl6lwtz1j/16eSV9A11O3uRPyP3 QPGci342O8fwoysMBE86pTTMUmh8nLfuD9eaM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding:sender; b=jNbvEgfCqEu/wEV+4lpbas0X4D58n0TpDdCoubXlGOuXSROYlHC8AiVJcU55v7Do26 dtY6AqB63EJBqBOAO1w7NiK405oBG0K2Q+ddMvnA6K4rkth/FTPBQNQBr3A+a97FH+ej BM0Iq0bgfwE0ZelYhJsprqd+HNBpvMLzM69CI= Received: by 10.142.162.5 with SMTP id k5mr741865wfe.260.1221105591327; Wed, 10 Sep 2008 20:59:51 -0700 (PDT) Received: from localhost ( [134.160.214.85]) by mx.google.com with ESMTPS id 22sm12445867wfi.14.2008.09.10.20.59.47 (version=SSLv3 cipher=RC4-MD5); Wed, 10 Sep 2008 20:59:50 -0700 (PDT) Date: Thu, 11 Sep 2008 12:59:40 +0900 (JST) Message-Id: <20080911.125940.59713408.chat95@mac.com> To: gahr@FreeBSD.org From: Maho NAKATA In-Reply-To: <48C7D4BF.7030300@FreeBSD.org> References: <20080902031730.6D9EA12E4306@quark.ds9.tecnik93.com> <20080903.093344.59723741.chat95@mac.com> <48C7D4BF.7030300@FreeBSD.org> X-Mailer: Mew version 6.1 on Emacs 22.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: maho@FreeBSD.org, cvs-ports@FreeBSD.org, QAT@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math/octave-devel Makefile ports/math/octave-devel/files patch-mkoctfile.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2008 03:59:52 -0000 From: Pietro Cerutti Subject: Re: cvs commit: ports/math/octave-devel Makefile ports/math/octave-devel/files patch-mkoctfile.in Date: Wed, 10 Sep 2008 16:07:59 +0200 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > Maho NAKATA wrote: > | Hi, > Hi Maho, > > | > | All package builders reproted the same error - still I cannot > | figure out what went wrong. Could you please send me the tarball > | of work dir? > > The problem is that we don't have a dedicate library for glob. It's in > libc. You have to teach the autotools not to try to link against > libglob, and everything should be fine. > > |> checking for fnmatch in -lglob... no > |> checking for glob... no > |> checking for glob in -lglob... no > |> configure: error: You are required to have fnmatch and glob No, on my system, % ls /usr/lib/*glob* /usr/local/lib/*glob* ls: No match. however build goes without problem... thanks for your info. -- Nakata Maho http://accc.riken.jp/maho/