From owner-freebsd-amd64@FreeBSD.ORG Sun Nov 27 18:46:24 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E30416A41F for ; Sun, 27 Nov 2005 18:46:24 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3094943D7E for ; Sun, 27 Nov 2005 18:46:14 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr3.xs4all.nl (8.13.3/8.13.3) with ESMTP id jARIkDbu081207; Sun, 27 Nov 2005 19:46:13 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id D4BF5B84B; Sun, 27 Nov 2005 19:46:12 +0100 (CET) Date: Sun, 27 Nov 2005 19:46:12 +0100 From: Roland Smith To: Ranko Sredojevic Message-ID: <20051127184612.GA93799@slackbox.xs4all.nl> Mail-Followup-To: Ranko Sredojevic , freebsd-amd64@freebsd.org References: <21bc91010511271031y6357b2f0ue2891afbe71b83f4@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: <21bc91010511271031y6357b2f0ue2891afbe71b83f4@mail.gmail.com> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-amd64@freebsd.org Subject: Re: directions X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2005 18:46:24 -0000 --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 27, 2005 at 01:31:47PM -0500, Ranko Sredojevic wrote: > Hi all! >=20 > Since I'm not sure where these should go, I'm putting them here, and > someone might give me directions to another list if appropriate. >=20 > Couple of questions now: >=20 > (1) Octave build is finally over and I'm trying it out. It took around 16 > hours on athlon > 3200+/1GB for the record. A lot of that time is for the atlas library. If you already have that installed, octave builds a lot faster. =20 > SciLab won't build. It gives message that gcc3.?.? (I forgot the number) = is > needed > and that this is unavailable for amd64. Any cure? According to the port's Makefile, scilab doesn't work with GCC 3.3, and then asks for GCC 3.2, which doesn't seem to work on amd64. Since 6.0 uses GCC 3.4, try removing the following lines from the port's makefile, and see if it works: # Scilab broken with GCC 3.3 on FreeBSD 5.3 =2Eif ${OSVERSION} >=3D 503000 USE_GCC=3D 3.2 =2Eendif > (2) What are these. I did quick search on google and archives but couldn't > locate > more than a page in italian (which I, unfortunately, still don't understa= nd) > so I have > to ask here: > Nov 25 21:48:47 svarga kernel: pid 64276 (xcfc), uid 0: exited on signal = 11 > (core dumped) IIRC, they are test programs from the atlas build. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDif70EnfvsMMhpyURAi+0AJ4nSayFJndBShCegJ/XgqwTZQSZzwCfchqb 18hCTT1lwWxuiYvrvdGwCd0= =yI4e -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd--