From owner-freebsd-ports@FreeBSD.ORG Fri Apr 22 20:06:24 2005 Return-Path: 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 063B216A4CE for ; Fri, 22 Apr 2005 20:06:24 +0000 (GMT) Received: from mail.cae.wisc.edu (starburst.cae.wisc.edu [144.92.13.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A0D43D2F for ; Fri, 22 Apr 2005 20:06:23 +0000 (GMT) (envelope-from jwe@bevo.che.wisc.edu) Received: from portkey.cae.wisc.edu (portkey.cae.wisc.edu [144.92.13.118]) by mail.cae.wisc.edu (8.12.11/8.12.11) with ESMTP id j3MK5R2J026883; Fri, 22 Apr 2005 15:05:27 -0500 (CDT) Received: from devzero.bogus.domain (68-232-188-117.pittpa.adelphia.net [68.232.188.117]) (authenticated bits=0)j3MK5Pwk011575 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 22 Apr 2005 15:05:26 -0500 From: "John W. Eaton" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17001.22789.235339.188320@devzero.bogus.domain> Date: Fri, 22 Apr 2005 16:05:25 -0400 To: "Sebastian Schulze Struchtrup" In-Reply-To: <8742.146.232.65.6.1114199399.squirrel@mail.struchtrup.com> References: <20050420175047.GB29990@grummit.biaix.org> <42674D94.7070108@gmail.com> <20050421155406.GB86490@grummit.biaix.org> <16999.53351.603626.223836@devzero.bogus.domain> <20050421191441.GB9754@grummit.biaix.org> <16999.65302.366221.91861@devzero.bogus.domain> <20050422130841.GB40624@grummit.biaix.org> <42691073.6070106@struchtrup.com> <17001.4818.589089.94780@devzero.bogus.domain> <8742.146.232.65.6.1114199399.squirrel@mail.struchtrup.com> X-Mailer: VM 7.19 under Emacs 21.4.1 X-CAE-MailScanner-Information: Please contact security@engr.wisc.edu if this message contains a virus or has been corrupted in delivery. X-CAE-MailScanner: Found to be clean (starburst) cc: help@octave.org cc: Joan Picanyol i Puig cc: freebsd-ports@freebsd.org Subject: Re: issues compiling octave-2.1.69 on FreeBSD 5.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 20:06:24 -0000 On 22-Apr-2005, Sebastian Schulze Struchtrup wrote: | > On 22-Apr-2005, Sebastian Schulze Struchtrup wrote: | > | > | I don't know if it's relevant and I don't know why, but octave compiles | > | and runs without problems on a recent 6.0-CURRENT. | > | Tested a few days ago with the latest port (just removed the BROKEN | > line) | > | > Does that system have the extern "C" wrapper around the contents of | > the system fnmatch.h and glob.h files? | | It has, but it's the same as on 5.4 | | All declarations are wrapped by __BEGIN_DECLS/__END_DECLS which will | expand to extern "C" { } in case of C++ or to nothing in case of C | | I also have a 5.3 box available, I can test the build there during the | weekend. | I assume it should be the same issue on 5.3 and 5.4. OK, then I am out of ideas. Someone who has access to a system where there is a problem will have to debug it. jwe