From owner-freebsd-ports@FreeBSD.ORG Fri May 19 23:39:43 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08A9216A43B for ; Fri, 19 May 2006 23:39:43 +0000 (UTC) (envelope-from gauthamglist@gmail.com) Received: from saraswati.hathway.com (saraswati.hathway.com [202.88.156.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C23643D46 for ; Fri, 19 May 2006 23:39:42 +0000 (GMT) (envelope-from gauthamglist@gmail.com) Received: from [210.18.149.72] by saraswati.hathway.com (iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002)) with ESMTP id <0IZJ006NCDLHPJ@saraswati.hathway.com> for ports@freebsd.org; Sat, 20 May 2006 05:06:54 +0530 (IST) Date: Sat, 20 May 2006 05:09:49 +0530 From: Gautham Ganapathy To: ports@freebsd.org Message-id: <1148081989.5688.2.camel@localhost> MIME-version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-type: text/plain Content-transfer-encoding: 7BIT Cc: Subject: clisp port problem in 6.1-release amd64 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: Fri, 19 May 2006 23:39:43 -0000 Hi, I am trying to install clisp in the fbsd-6.1-release for amd64. When i give a 'make install clean', it give the following errors and stops intsqrt.d:292: warning: statement with no effect cc -I/usr/local/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O2 -DUNICODE -DDYNAMIC_FFI -I. -c i18n.c In file included from i18n.d:7: lispbibl.d:8962: warning: volatile register variables don't work as you might wish builddir="`pwd`"; cd avcall && gmake && gmake check && gmake install-lib libdir="$builddir" includedir="$builddir" gmake: *** No rule to make target `avcall-amd64.lo', needed by `avcall.lo'. Stop. *** Error code 2 Stop in /usr/ports/lang/clisp/work/clisp-2.38/amd64-portbld-freebsd6.1. *** Error code 1 Stop in /usr/ports/lang/clisp/work/clisp-2.38. *** Error code 1 Stop in /usr/ports/lang/clisp.