From owner-freebsd-questions@FreeBSD.ORG Wed Oct 15 05:58:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5D031065686 for ; Wed, 15 Oct 2008 05:58:52 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id AF5F68FC1A for ; Wed, 15 Oct 2008 05:58:52 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.3/8.14.3) with ESMTP id m9F5wqlR007647; Tue, 14 Oct 2008 22:58:52 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.3/8.14.3/Submit) id m9F5wqSK007646; Tue, 14 Oct 2008 22:58:52 -0700 (PDT) (envelope-from sgk) Date: Tue, 14 Oct 2008 22:58:52 -0700 From: Steve Kargl To: Boris Samorodov Message-ID: <20081015055852.GA7541@troutmask.apl.washington.edu> References: <20081015023312.GA5850@troutmask.apl.washington.edu> <47140620@bb.ipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47140620@bb.ipt.ru> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: Recommended linux_base for 8.0? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2008 05:58:53 -0000 On Wed, Oct 15, 2008 at 09:33:39AM +0400, Boris Samorodov wrote: > Steve Kargl writes: > > > Which linux base port is recommended for FreeBSD-current on amd64? > > Well, the answer is "just install any linux application you need from > ports/packages and the ports infrastructure will DTRT". ;-) matlab isn't in the ports collection. > > linux_base-f7/ > > linux_base-f8/ > > linux_base-fc4/ > > linux_base-fc6/ > > linux_base-gentoo-stage1/ > > linux_base-gentoo-stage2/ > > linux_base-gentoo-stage3/ > > > > I currently have fc4 installed, but have run into some pthread > > problems. > > This one is the default for now. % matlab >> plotTAIHR_bin_30D system error(34): __kmp_set_stack_info: pthread_getattr_np: Numerical result out of range OMP abort: fatal system error detected. hpc:kargl[206] pkg_info | grep linux_base linux_base-fc-4_10 Base set of packages needed in Linux mode (for i386/amd64) hpc:kargl[208] portversion -vl '<' | grep linux_base linux_base-fc-4_10 < needs updating (port has 4_13) Guess which port is broken? -- Steve