pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Linux32 Emulation on NetBSD 4.0 AMD64



Hi all,

I'm having a problem running Linux 32-bit binaries in the AMD64 port of
NetBSD 4.0 - I'm not sure if this configuration is supported or not but
I figured since pkgsrc didn't stop me, maybe they would run.  The
problem crops up anytime I try to actually run the executable:

 469 [ taylor @ lionel ] : ~ > opera 
/usr/pkg/emul/linux32/bin/bash: 1: Syntax error: word unexpected (expecting ")")

470 [ taylor @ lionel ] : ~ > firefox-linux 
/usr/pkg/lib/firefox-linux/firefox-bin: 1: Syntax error: "(" unexpected

And the same when trying to install the Linux JRE:

===> Extracting for sun-jre6-6.0.1nb2
./install.sfx.17257: 1: Syntax error: "(" unexpected

I'm using pkgsrc 2007Q4, and I could admittedly just upgrade to the current 
CVS, but I really wanted to know if what I was trying to do *should* work, or 
if Linux32 emulation isn't working on the AMD64 port.  Thanks.

-- 
Taylor Venable            http://real.metasyntax.net:2357/

foldr = lambda f, i, l: (len(l) == 1 and [f(l[0], i)] or
                         [f(l[0], foldr(f, i, l[1:]))])[0]


Home | Main Index | Thread Index | Old Index