From owner-freebsd-emulation@FreeBSD.ORG Tue Dec 30 11:52:16 2014 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D55E739 for ; Tue, 30 Dec 2014 11:52:16 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2CDB1803 for ; Tue, 30 Dec 2014 11:52:15 +0000 (UTC) Received: from mx12.chaot.net (82.131.117.171.cable.starman.ee [82.131.117.171]) by dd16522.kasserver.com (Postfix) with ESMTPSA id 91132456017; Tue, 30 Dec 2014 12:44:37 +0100 (CET) Received: from localhost (1001@localhost [local]); by localhost (OpenSMTPD) with ESMTPA id 9e5a385e; Tue, 30 Dec 2014 13:44:36 +0200 (EET) Date: Tue, 30 Dec 2014 13:44:35 +0200 From: Johannes Meixner To: Jason Bacon Subject: Re: Linux /dev/shm Message-ID: <20141230114435.GA51065@mx12.chaot.net> References: <54A212A4.1070006@uwm.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline In-Reply-To: <54A212A4.1070006@uwm.edu> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 30 Dec 2014 11:52:16 -0000 --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Jason, On Mon, Dec 29, 2014 at 08:49:08PM -0600, Jason Bacon wrote: >=20 > Not sure where else to ask this: >=20 > I'm trying to run Atomistix (http://www.quantumwise.com/) on FreeBSD 10.1. >=20 > The installer runs without a hitch, but I've run into issues with one of= =20 > the main binaries, vnl_exec. >=20 > First problem was a missing libgomp. linux-c6-devtools installs a=20 > dangling link in: >=20 > /compat/linux/usr/lib/gcc/i686-redhat-linux/4.4.4/libgomp.so >=20 > I fixed this by patching the port to include libgomp-4.4.7-11.el6.i686.rp= m. Thanks for reporting the missing library, I'll include it in the next versi= on of devtools and it'll be fixed later today. >=20 > That got vnl_exec past all the link errors, but now I'm running into this: >=20 > Traceback (most recent call last): > File "", line 1, in > File "./zipdir/NL/__init__.py", line 17, in > File "./zipdir/NL/ComputerScienceUtilities/Singleton.py", line 120,=20 > in > File "./build/lib/python2.7/multiprocessing/__init__.py", line 183,=20 > in RLock > File "./build/lib/python2.7/multiprocessing/synchronize.py", line=20 > 172, in __init__ > File "./build/lib/python2.7/multiprocessing/synchronize.py", line 75,= =20 > in __init__ > OSError: [Errno 38] Function not implemented >=20 > From what I've found on the Linux forums, this is indicating that the=20 > app requires a tmpfs mounted on /dev/shm as an IPC interface. Is there=20 > any way to emulate this on FreeBSD? >=20 > Thanks, >=20 > Jason >=20 > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.o= rg" --=20 Johannes Meixner | FreeBSD Committer xmj@FreeBSD.org | http://people.freebsd.org/~xmj --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABAgAGBQJUopAjAAoJEPyeKTcbGw0Lt0kH/jAQ2DLkLlvLVhuTZyBDAMRQ 2upuSAWz3h8IK7smG7/xZGewxCutIMOkk6ZnEG8AR7r3Am0Bg4nCKhxURplxHOjb kDNAeh7lSxrUMIxS4b/dJjJeOzFwgjP9QuY2GcXoDznja19Uoy4stS12Ln6pKjcD vi2awz5nzlqvIHzZ2ukLyKS94kKx/6Ng195TMmGV7k95fL5bqOJx/i7UAg8sUBja GIjtKSuG1Rdr1Oc5Nx5zihxvo7qdAGwLBYrv1m/pSTdt8CGMitBMaUnn+KFlcVDw 77kj5HyrfdUsQE3GTcpwj43V9ERNLOw+yvS4uvUml/EGE8bCC4ws9dQ2lH12Xuk= =Njlq -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0--