From owner-freebsd-stable@FreeBSD.ORG Sun Sep 20 15:22:53 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36E141065670 for ; Sun, 20 Sep 2009 15:22:53 +0000 (UTC) (envelope-from tkjacobsen@gmail.com) Received: from mail-ew0-f208.google.com (mail-ew0-f208.google.com [209.85.219.208]) by mx1.freebsd.org (Postfix) with ESMTP id BA4C48FC24 for ; Sun, 20 Sep 2009 15:22:52 +0000 (UTC) Received: by ewy4 with SMTP id 4so1767148ewy.36 for ; Sun, 20 Sep 2009 08:22:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=tYSn1loGx39Usgri8SAyieEWpZ873pFUWrArsrx/bgg=; b=enpSC0bDkdWYdZ9dIs7Gn3lEmHfmq67TGsSNAnC8z/A04WV1jhH7eWlALo9gXIfoY4 g6qjXHAWYpo3/PTErXEJPPMNtcq9xqEp+lwoJwZAtXwfPA4CN5NqN/JXbLg8EEmU3oqP GlV+A9FSn+TSQp3HRH066FWq76QjAPVOvDk38= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=atLInzFbW771nXmxKTrVWmAg4qX8zvF+L0NAIFtWq124+XKu1Uvhl28zX6XN4zGLfU 2UUZOyVZ5Aji4By5t1Y0e+eR7OGILtmMJP88jXZo/gNJq3aSCXDMV7vJXuxrkMIbjwYA SR1rjr+GSnopdZbsoLFy3ctgHWZVLk6LUleTU= Received: by 10.210.7.23 with SMTP id 23mr4465497ebg.27.1253460171730; Sun, 20 Sep 2009 08:22:51 -0700 (PDT) Received: from photon.std (84-238-115-154.u.parknet.dk [84.238.115.154]) by mx.google.com with ESMTPS id 10sm4832128eyd.8.2009.09.20.08.22.49 (version=SSLv3 cipher=RC4-MD5); Sun, 20 Sep 2009 08:22:50 -0700 (PDT) From: Troels Kofoed Jacobsen To: freebsd-stable@freebsd.org Date: Sun, 20 Sep 2009 17:22:46 +0200 User-Agent: KMail/1.12.1 (FreeBSD/7.2-STABLE; KDE/4.3.1; amd64; ; ) References: <6101e8c40909200810l11d90ca4nc0985e644f8a0fc4@mail.gmail.com> In-Reply-To: <6101e8c40909200810l11d90ca4nc0985e644f8a0fc4@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200909201722.47024.tkjacobsen@gmail.com> Subject: Re: octave compile error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2009 15:22:53 -0000 On Sunday 20 September 2009 17:10:07 Oliver Pinter wrote: > Hi all! > > this is the error: > > gmake -C src all > gmake[2]: Entering directory `/usr/ports/math/octave/work/octave-3.2.2/src' > making defaults.h from defaults.h.in > defaults.h is unchanged > making oct-conf.h from oct-conf.h.in > oct-conf.h is unchanged > making DOCSTRINGS > /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 > required b y ./gendoc not found > gmake[2]: *** [DOCSTRINGS] Error 1 > gmake[2]: Leaving directory `/usr/ports/math/octave/work/octave-3.2.2/src' > gmake[1]: *** [src] Error 2 > gmake[1]: Leaving directory `/usr/ports/math/octave/work/octave-3.2.2' > gmake: *** [all] Error 2 > *** Error code 1 > > Stop in /usr/ports/math/octave. > > and the system: > FreeBSD fbsd 7.2-STABLE FreeBSD 7.2-STABLE #9: Tue Sep 15 04:10:15 > CEST 2009 root@fbsd:/usr/obj/usr/src/sys/stable amd64 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > A bug has already been filed: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138939 (ports/138939: math/octave doesn't build on 7.2) Best regards Troels Kofoed Jacobsen