Re: odd regression in the linux emulator.

2011-08-16 Thread Alejandro Imass
This was originally brought up in January:

http://freebsd.1045724.n5.nabble.com/odd-regression-in-the-linux-emulator-td4112202.html#a4112206

Reading the thread it should have been fixed by now, But I have the
same exact problem using:

linux_base-gentoo-stage3-20110614
8.2-RELEASE
All my ports are updated and linux-gentoo-make has the same exact
FUTEX problems.

Is there any workaround, path or some other way to fix this?

TIA

--
Alejandro Imass
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Is Linux emulator not up-to-date and doesn't understand STB_GNU_UNIQUE binding?

2010-12-29 Thread Yuri

I have the working app in Ubuntu.
When I copy it to FreeBSD with all shared libs I get such message:
app.linux: symbol lookup error: ../lib/libstdc++.so.6: undefined symbol: 
_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE, 
version GLIBCXX_3.4


../lib/libstdc++.so.6 has been taken from Ubuntu (gcc-4.5.1)

Upon closer inspection I see that on FreeBSD:
> readelf -aW ../lib/libstdc++.so.6 | grep 
_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE
  1426: 000f30dc 4 OBJECT : 10 DEFAULT   26 
_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE@@GLIBCXX_3.4
  3380: 000f30dc 4 OBJECT : 10 DEFAULT   26 
_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE


But on Ubuntu the word UNIQUE replaces 10. It refers to the relatively 
newly introduced extension STB_GNU_UNIQUE, see here:

http://osdir.com/ml/general/2009-08/msg09809.html

Should Linux emulator be updated?

Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 8.0 linux emulator kernel panic

2010-06-06 Thread Pieter de Goeje
On Sunday 06 June 2010 19:31:00 Bogdan Webb wrote:
> I'm having issues with the Fedora Core6 linux emulator on FreeBSD 8.0 it
> panics when i run HLDS, the same issue was addressed by Daniel Ballenger in
> http://lists.freebsd.org/pipermail/freebsd-stable/2010-February/054646.html
>but i did not get the fix. Giovanni Trematerra gave a response that it was
> fix in a "r200768" now it is clear that i do not know that that code means
> (in my eyes it's a bsd build or smth) but i'm currently running the latest
> 8.0-RELEASE-p3 available. Please advise on how to patch the kernel panic.

r200768 uniquely identifies a single change to the FreeBSD source code. In 
this case it identifies a bugfix to linux_signal.c.

You need to run 8-STABLE (currently it will show up as 8.1-PRERELEASE) to get 
the fix. I know it works because I also run multiple HLDS processes on 
FreeBSD.

To get 8-STABLE: cvsup/csup the sources to RELENG_8, then follow these 
instructions to upgrade:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html

Good luck!

--
Pieter de Goeje
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


FreeBSD 8.0 linux emulator kernel panic

2010-06-06 Thread Bogdan Webb
I'm having issues with the Fedora Core6 linux emulator on FreeBSD 8.0 it
panics when i run HLDS, the same issue was addressed by Daniel Ballenger in
http://lists.freebsd.org/pipermail/freebsd-stable/2010-February/054646.htmlbut
i did not get the fix. Giovanni Trematerra gave a response that it was
fix in a "r200768" now it is clear that i do not know that that code means
(in my eyes it's a bsd build or smth) but i'm currently running the latest
8.0-RELEASE-p3 available. Please advise on how to patch the kernel panic.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: linux emulator

2009-07-24 Thread Boris Samorodov
PJ  writes:

> /compat/llinux/sbin/ldconfig :
> "ELF binary type '3' not known" syntax error: "(" unexpected - error code 2

Have you load linuxulator? You may check it:
-
% kldstat | grep linux
 63 0x8100d000 413f0linux.ko
-

You may do it by hand with 'kldload linux' or adding an apropriate
line to /boot/loader.conf 'linux_load="YES"' or to
/etc/rc.conf[.local] 'linux_enable="YES"'.

-- 
WBR, bsam
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: linux emulator

2009-07-24 Thread Mel Flynn
On Friday 24 July 2009 06:58:05 PJ wrote:
> Let's try 3 questions, all related.
> 1. Which linux emulator is one supposed to use or is this something that
> should not be installed and left to be handled as a dependency by ports?

fc4 is the default. But Skype for example, really wants fc6 or higher. I would 
use fc6 on new installs.

> 2. I am trying to install ogle on FreeBSD 7.2 running on amd64. I have
> installed linux-base-fc4. Installation stops on linux-atk
> (accessibility). It seems there exists an .so file from version 1.9.1_3
> - needless to say, this is rather strange as I never installed
> linux-atk. Now, maybe it was part of the base-fc4 port; but the
> accessibility/linux-atk version is 1.9.1-1, something less than 1.9.1_3
> I would think. What is going on here?

Could you not paraphrase but copy and paste the error?

-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: linux emulator-almost solved

2009-07-24 Thread PJ
PJ wrote:
> Let's try 3 questions, all related.
> 1. Which linux emulator is one supposed to use or is this something that
> should not be installed and left to be handled as a dependency by ports?
>
> 2. I am trying to install ogle on FreeBSD 7.2 running on amd64. I have
> installed linux-base-fc4. Installation stops on linux-atk
> (accessibility). It seems there exists an .so file from version 1.9.1_3
> - needless to say, this is rather strange as I never installed
> linux-atk. Now, maybe it was part of the base-fc4 port; but the
> accessibility/linux-atk version is 1.9.1-1, something less than 1.9.1_3
> I would think. What is going on here?
>
> 3. I have another FreeBSD 7.1 machine on which I have installed ogle and
> it runs very, very nicely. But pkg_info tells me there is a
> linux-atk-1.9.1_3 installed; yet, again, the accessibility/linux-atk
> version is 1.9.1_3. Huh?
> Funny, but there was not problem installing ogle - ran immediately
> without problem.
>
> Needless to say, I am a bit dismayed. There doesn't seem to be any clear
> indication on Gaggle or the manual about which emulator to use or how to
> use it.
> Thanks for any clarifications, solutions, hints or suggestions.
> PJ
>
>   
Looks like some of the problems were caused by an older version of
linux_base-fc4.
Reinstalling allowed the mplayer installation to continue.

I still would like to know what are all the other linux_base ports?
Which to use, how, when & why?


-- 
Hervé Kempf: "Pour sauver la planète, sortez du capitalisme."
-
Phil Jourdan --- p...@ptahhotep.com
   http://www.ptahhotep.com
   http://www.chiccantine.com/andypantry.php

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: linux emulator

2009-07-24 Thread PJ
RW wrote:
> On Fri, 24 Jul 2009 10:58:05 -0400
> PJ  wrote:
>
>> Let's try 3 questions, all related.
>> 1. Which linux emulator is one supposed to use or is this something
>> that should not be installed and left to be handled as a dependency
>> by ports?
>>
>> 2. I am trying to install ogle on FreeBSD 7.2 running on amd64. I have
>> installed linux-base-fc4.
>
> What are you trying to do exactly? Ogle is in ports, and has no linux
> dependencies.

It's rather strange that I now, when I tried to make install clean
mplayer after the first abort., the error is no longer with linux-atk,
but  linux ldconfig. 
/compat/llinux/sbin/ldconfig :
"ELF binary type '3' not known" syntax error: "(" unexpected - error code 2


-- 
Hervé Kempf: "Pour sauver la planète, sortez du capitalisme."
-
Phil Jourdan --- p...@ptahhotep.com
http://www.ptahhotep.com
http://www.chiccantine.com/andypantry.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: linux emulator

2009-07-24 Thread PJ
RW wrote:
> On Fri, 24 Jul 2009 10:58:05 -0400
> PJ  wrote:
>
>   
>> Let's try 3 questions, all related.
>> 1. Which linux emulator is one supposed to use or is this something
>> that should not be installed and left to be handled as a dependency
>> by ports?
>>
>> 2. I am trying to install ogle on FreeBSD 7.2 running on amd64. I have
>> installed linux-base-fc4.
>> 
>
> What are you trying to do exactly? Ogle is in ports, and has no linux
> dependencies.
>   
You're right... I'm so out of it with all the problems of installing
that I got sidetracked.
It's mplayer that I'm trying to install, not ogle. Ogle is installed and
should be ok.
But the questions are still valid.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
>
>   


-- 
Hervé Kempf: "Pour sauver la planète, sortez du capitalisme."
-
Phil Jourdan --- p...@ptahhotep.com
   http://www.ptahhotep.com
   http://www.chiccantine.com/andypantry.php

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: linux emulator

2009-07-24 Thread RW
On Fri, 24 Jul 2009 10:58:05 -0400
PJ  wrote:

> Let's try 3 questions, all related.
> 1. Which linux emulator is one supposed to use or is this something
> that should not be installed and left to be handled as a dependency
> by ports?
> 
> 2. I am trying to install ogle on FreeBSD 7.2 running on amd64. I have
> installed linux-base-fc4.

What are you trying to do exactly? Ogle is in ports, and has no linux
dependencies.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


linux emulator

2009-07-24 Thread PJ
Let's try 3 questions, all related.
1. Which linux emulator is one supposed to use or is this something that
should not be installed and left to be handled as a dependency by ports?

2. I am trying to install ogle on FreeBSD 7.2 running on amd64. I have
installed linux-base-fc4. Installation stops on linux-atk
(accessibility). It seems there exists an .so file from version 1.9.1_3
- needless to say, this is rather strange as I never installed
linux-atk. Now, maybe it was part of the base-fc4 port; but the
accessibility/linux-atk version is 1.9.1-1, something less than 1.9.1_3
I would think. What is going on here?

3. I have another FreeBSD 7.1 machine on which I have installed ogle and
it runs very, very nicely. But pkg_info tells me there is a
linux-atk-1.9.1_3 installed; yet, again, the accessibility/linux-atk
version is 1.9.1_3. Huh?
Funny, but there was not problem installing ogle - ran immediately
without problem.

Needless to say, I am a bit dismayed. There doesn't seem to be any clear
indication on Gaggle or the manual about which emulator to use or how to
use it.
Thanks for any clarifications, solutions, hints or suggestions.
PJ

-- 
Hervé Kempf: "Pour sauver la planète, sortez du capitalisme."
-
Phil Jourdan --- p...@ptahhotep.com
   http://www.ptahhotep.com
   http://www.chiccantine.com/andypantry.php

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: which linux emulator?

2008-08-24 Thread Boris Samorodov
(one more try; the first one didn't find it's way to questions@)

On Sat, 23 Aug 2008 18:54:19 -0700 prad wrote:

> in ports there is fedora and gentoo.
> any opinions on preferences?

Ususally you just do a cd to the linux port you need (i.e.
cd /usr/ports/print/acroread7) and do an installation. The
ports tree infrastructure Do the Right Thing itself -- install
current default and actively maintained linux base port. That's
linux_base-fc4 for now. It is used to run almost all linux
applications from ports.

There are some exceptions though. The most noticeable is net/skype
whic requires at least linux_base-fc6 port. But you will be warned
when you try to install the former.

There are some gentoo ports suitable for developing needs (i.e.
those ports contain compiters, development tools, etc.).


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


which linux emulator?

2008-08-23 Thread prad
in ports there is fedora and gentoo.
any opinions on preferences?

-- 
In friendship,
prad

  ... with you on your journey
Towards Freedom
http://www.towardsfreedom.com (website)
Information, Inspiration, Imagination - truly a site for soaring I's
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Could Free-BSD includes RPM & Linux emulator in new release?

2005-09-20 Thread Kris Kennaway
On Mon, Sep 19, 2005 at 08:28:13PM -0700, thomas wrote:
> Dear Sir 
> 
> Could Free-BSD includes RPM & Linux emulator in new
> release? Or provides instructions to install RPM &
> Linux emulator in your website... 

It can and does, and has for years.  Instructions for using the linux
emulator may be found in the handbook on the website.

Kris


pgpytA91SPjw5.pgp
Description: PGP signature


Could Free-BSD includes RPM & Linux emulator in new release?

2005-09-20 Thread thomas
Dear Sir 

Could Free-BSD includes RPM & Linux emulator in new
release? Or provides instructions to install RPM &
Linux emulator in your website... 

Thank you very much!  

thomas wong

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Linux emulator core dumps at install

2004-06-27 Thread Marco Beishuizen
I tried to install the Linux emulator from the ports on FreeBSD 
4.10-stable (i386) but it crashes when it installs:

...
===> Installing for linux_base-7.1_7
===> Generating temporary packing list
kern.fallback_elf_brand: 3 -> 3
glibc-common-2.2.4-33.i386.rpm
package glibc not listed in conflict index
glibc-2.2.4-33.i386.rpm
execution of glibc-2.2.4-33 script failed, exit status 0
*** Error code 1
...
Is there a solution for this?
Thanks,
Marco
--
Blore's Razor:
Given a choice between two theories, take the one which is
funnier.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


linux emulator

2004-04-02 Thread Andri Kok
Hi guys,
 
to enable linux binary compatibility, or to build jdk1.4, which linux-base should I 
make? I got linux-base6 and linux-base8 in my ports. thx a lot =)
 
regards,
 
Andri Kok


-
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linux-emulator problem

2003-07-25 Thread Kris Kennaway
On Fri, Jul 25, 2003 at 09:42:06PM -0500, Shawn wrote:
> On Fri, 2003-07-25 at 17:10, Kris Kennaway wrote: 
> > It certainly could!  Patches should be sent to [EMAIL PROTECTED]
> > for review :-)
> 
> Doesn't that error basically mean unimplemented linux syscall or
> something like that?

Right, it needs to be implemented.

Kris

pgp0.pgp
Description: PGP signature


Re: linux-emulator problem

2003-07-25 Thread Shawn
On Fri, 2003-07-25 at 17:10, Kris Kennaway wrote: 
> It certainly could!  Patches should be sent to [EMAIL PROTECTED]
> for review :-)

Doesn't that error basically mean unimplemented linux syscall or
something like that?

-- 
Shawn <[EMAIL PROTECTED]>
http://drevil.warpcore.org/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linux-emulator problem

2003-07-25 Thread Kris Kennaway
On Fri, Jul 25, 2003 at 12:51:28PM +0200, Joachim Jaeckel wrote:
> Hello,
> 
> I'm trying to use a linux application under a FreeBSD 4.8-STABLE.
> 
> Most things works fine, but sometimes I get the following error message:
> 
>   linux: 'ipc' typ=258 not implemented
> 
> and the selected function in the linux program does not work.
> 
> Can someone tell me, if this (unsupported?) function in the emulator could be fixed?

It certainly could!  Patches should be sent to [EMAIL PROTECTED]
for review :-)

Kris


pgp0.pgp
Description: PGP signature


linux-emulator problem

2003-07-25 Thread Joachim Jaeckel
Hello,

I'm trying to use a linux application under a FreeBSD 4.8-STABLE.

Most things works fine, but sometimes I get the following error message:

linux: 'ipc' typ=258 not implemented

and the selected function in the linux program does not work.

Can someone tell me, if this (unsupported?) function in the emulator could be fixed?

Thanks in advance,
Joachim.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"