From owner-freebsd-current@FreeBSD.ORG Sun Oct 19 12:09:23 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FC6216A4B3 for ; Sun, 19 Oct 2003 12:09:23 -0700 (PDT) Received: from smtp4.hy.skanova.net (smtp4.hy.skanova.net [195.67.199.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE70643FD7 for ; Sun, 19 Oct 2003 12:09:21 -0700 (PDT) (envelope-from john@veidit.net) Received: from veidit.net (h230n1fls35o1000.telia.com [217.210.234.230]) by smtp4.hy.skanova.net (8.12.10/8.12.10) with ESMTP id h9JJ9Kju025134 for ; Sun, 19 Oct 2003 21:09:20 +0200 (CEST) Message-ID: <3F92E129.10307@veidit.net> Date: Sun, 19 Oct 2003 21:08:25 +0200 From: John Angelmo User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: sv, en, en-us MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: __fpclassifyd problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 19 Oct 2003 19:09:23 -0000 Hello I'm trying to install java-checkstyle on my 5.1 system, the system is upto date (p10) but I get this build error: ===[root] /usr/ports/java/java-checkstyle # make ===> Extracting for java-checkstyle-3.1 >> Checksum OK for checkstyle-src-3.1.tar.gz. ===> Patching for java-checkstyle-3.1 ===> java-checkstyle-3.1 depends on file: /usr/local/bin/ant - found ===> java-checkstyle-3.1 depends on file: /usr/local/diablo-jdk1.3.1/bin/java - found ===> Configuring for java-checkstyle-3.1 ===> Building for java-checkstyle-3.1 /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__fpclassifyd" *** Error code 1 Stop in /usr/ports/java/java-checkstyle. What I understand is that the problem is that I can have some stale libs in /usr/lib how can I solve this? /John