From owner-freebsd-emulation@FreeBSD.ORG Sun May 17 11:46:01 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DAF210656D0 for ; Sun, 17 May 2009 11:46:01 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by mx1.freebsd.org (Postfix) with ESMTP id 159028FC1B for ; Sun, 17 May 2009 11:46:00 +0000 (UTC) (envelope-from tijl@ulyssis.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEACOVD0pR9cqn/2dsb2JhbACBT85GhAEF Received: from 167.202-245-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.245.202.167]) by relay.skynet.be with ESMTP; 17 May 2009 13:45:58 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id n4HBhRPY014436; Sun, 17 May 2009 13:43:27 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-emulation@freebsd.org, dikshie Date: Sun, 17 May 2009 13:43:25 +0200 User-Agent: KMail/1.9.10 References: <910e60e80905170248v64dbaa2fw7c0eb60fbec17938@mail.gmail.com> In-Reply-To: <910e60e80905170248v64dbaa2fw7c0eb60fbec17938@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905171343.26892.tijl@ulyssis.org> Cc: Subject: Re: anyone success with matlab 2009a X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 11:46:02 -0000 On Sunday 17 May 2009 11:48:38 dikshie wrote: > Hi, > my boss just gave matlab 2009a dvd and ask me to install it. > first i would like to try it in my notebook. > > my env: > > %kldstat > Id Refs Address Size Name > 1 21 0xc0400000 89aa94 kernel > 2 1 0xc0c9b000 144e4 geom_journal.ko > 3 1 0xc0cb0000 502c acpi_ibm.ko > 4 1 0xc55d7000 8000 linprocfs.ko > 5 2 0xc566e000 26000 linux.ko > 6 1 0xc58ba000 2000 rtc.ko > > %sysctl -a |grep compat.linux. > compat.linux.oss_version: 198144 > compat.linux.osrelease: 2.6.16 > compat.linux.osname: Linux > > %cat /etc/make.conf > OVERRIDE_LINUX_BASE_PORT=f9 > OVERRIDE_LINUX_NONBASE_PORT=f9 There are no linux-f9-* ports. You should use OVERRIDE_LINUX_NONBASE_PORT=f8 Then remove your linux-* ports and install linux-f8-* versions. > %pkg_version -v | grep linux > linux-atk-1.9.1_2 = up-to-date with port > linux-cairo-1.0.2_1 = up-to-date with port > linux-dri-7.4 = up-to-date with port > linux-expat-1.95.8_1 = up-to-date with port > linux-flashplugin-9.0r159 = up-to-date with port > linux-fontconfig-2.2.3_8 = up-to-date with port > linux-gtk2-2.6.10_2 = up-to-date with port > linux-hicolor-icon-theme-0.5_2 = up-to-date with port > linux-jpeg-6b.34_1 = up-to-date with port > linux-nvu-1.0_1 = up-to-date with port > linux-openmotif-2.2.4_3 = up-to-date with port > linux-openssl-0.9.7f_1 = up-to-date with port > linux-pango-1.10.2_2 = up-to-date with port > linux-png-1.2.8_3 = up-to-date with port > linux-realplayer-10.0.9.809.20070726 = up-to-date with port > linux-tiff-3.7.1_1 = up-to-date with port > linux-xorg-libs-6.8.2_6 = up-to-date with port > linux_base-f9-9 = up-to-date with port > linuxdoc-1.1_1 = up-to-date with port > > %mount |grep lin > linprocfs on /usr/compat/linux/proc (linprocfs, local) > > the install script cannot determine root directory. > --------------------------------------------------------------------------- > Internal error 2: Could not determine the path of the > MATLAB root directory. > > original command path = /home/dikshie/mydisc/install > current command path = /home/dikshie/mydisc/install > > Please contact Mathworks Technical Support > for further assistance. > ---------------------------------------------------------------------------- > > any clues? Maybe the install script needs to be run with linux bash. You could try: /compat/linux/bin/sh /home/dikshie/mydisc/install