From owner-freebsd-ports Tue Oct 9 6:58:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 99AB737B406; Tue, 9 Oct 2001 06:58:47 -0700 (PDT) Received: from vega.vega.com (h217.227.dialup.iptcom.net [212.9.227.217]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id QAA02451; Tue, 9 Oct 2001 16:58:42 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id f99DwB540395; Tue, 9 Oct 2001 16:58:11 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200110091358.f99DwB540395@vega.vega.com> Subject: Re: libgmp dependency To: sf@FreeBSD.ORG (FUJISHIMA Satsuki) Date: Tue, 9 Oct 2001 16:58:11 +0300 (EEST) Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG In-Reply-To: from "FUJISHIMA Satsuki" at Oct 09, 2001 10:36:22 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > When building lang/librep at -CURRENT I got: > > .... > checking for nl_types.h... yes > checking for malloc.h... no > checking for sys/param.h... yes > checking for gmp.h... no > configure: error: Can't find GMP (--without-gmp for cut-down non-GMP build) > ===> Script "configure" failed: here are the contents of "config.log" > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > As libgmp has been removed several weeks ago, it seems we should add > new dependency on math/libgmp or math/libgmp3 for -CURRENT. It is already there (see ports/lang/librep/Makefile): [...] .if !exists(/usr/lib/libgmp.so) LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp .endif [...] -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message