Date: Tue, 30 Dec 2014 13:44:35 +0200 From: Johannes Meixner <xmj@freebsd.org> To: Jason Bacon <bacon@uwm.edu> Cc: emulation@freebsd.org Subject: Re: Linux /dev/shm Message-ID: <20141230114435.GA51065@mx12.chaot.net> In-Reply-To: <54A212A4.1070006@uwm.edu> References: <54A212A4.1070006@uwm.edu>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] Hi Jason, On Mon, Dec 29, 2014 at 08:49:08PM -0600, Jason Bacon wrote: > > Not sure where else to ask this: > > I'm trying to run Atomistix (http://www.quantumwise.com/) on FreeBSD 10.1. > > The installer runs without a hitch, but I've run into issues with one of > the main binaries, vnl_exec. > > First problem was a missing libgomp. linux-c6-devtools installs a > dangling link in: > > /compat/linux/usr/lib/gcc/i686-redhat-linux/4.4.4/libgomp.so > > I fixed this by patching the port to include libgomp-4.4.7-11.el6.i686.rpm. Thanks for reporting the missing library, I'll include it in the next version of devtools and it'll be fixed later today. > > That got vnl_exec past all the link errors, but now I'm running into this: > > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "./zipdir/NL/__init__.py", line 17, in <module> > File "./zipdir/NL/ComputerScienceUtilities/Singleton.py", line 120, > in <module> > File "./build/lib/python2.7/multiprocessing/__init__.py", line 183, > in RLock > File "./build/lib/python2.7/multiprocessing/synchronize.py", line > 172, in __init__ > File "./build/lib/python2.7/multiprocessing/synchronize.py", line 75, > in __init__ > OSError: [Errno 38] Function not implemented > > From what I've found on the Linux forums, this is indicating that the > app requires a tmpfs mounted on /dev/shm as an IPC interface. Is there > any way to emulate this on FreeBSD? > > Thanks, > > Jason > > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org" -- Johannes Meixner | FreeBSD Committer xmj@FreeBSD.org | http://people.freebsd.org/~xmj [-- Attachment #2 --] -----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-----help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141230114435.GA51065>
