From owner-freebsd-stable@FreeBSD.ORG Wed May 26 04:34:56 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6BFB16A4CE; Wed, 26 May 2004 04:34:56 -0700 (PDT) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 626FC43D49; Wed, 26 May 2004 04:34:53 -0700 (PDT) (envelope-from wjw@withagen.nl) Received: from dual (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.10) with SMTP id i4QBUf67028904; Wed, 26 May 2004 13:30:41 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <030e01c44314$f5a45110$471b3dd4@dual> From: "Willem Jan Withagen" To: Date: Wed, 26 May 2004 13:31:16 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 cc: freebsd-stable@freebsd.org Subject: Missing symbol X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2004 11:34:57 -0000 When trying to install a port after a upgrade to 4.10 from 4.6 ===> Building for gettext-0.13.1_1 Making all in autoconf-lib-link Making all in m4 Making all in tests Making all in gettext-runtime make all-recursive Making all in doc Making all in intl Making all in intl-java /bin/sh ../lib/javacomp.sh -d . ./gnu/gettext/GettextResource.java /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp" *** Error code 1 What would be wrong. libm.so.2 is the same as on the 4.9 platform But I'm no longer tracking the stable@ list as I should. --WjW