Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] HP/UX binaries
@ 2002-09-19 15:17 Patrick Caulfield
  2002-09-19 15:27 ` Randolph Chung
  0 siblings, 1 reply; 7+ messages in thread
From: Patrick Caulfield @ 2002-09-19 15:17 UTC (permalink / raw)
  To: parisc-linux

How do I go about trying to run HP/UX binaries on parisc-linux ?

In particular I would like to get bitkeeper running as there's an HP/UX binary
for that but no HP/Linux port :(

When I try to run the installer (or any of the binaries copied from the HP/UX
installation) I get

crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000015

I've copied dld.sl from HP/UX into /usr/lib and my kernel has support for SOM
binaries in it. Is there anything else I need to do, or is it just not going to
work ?
-- 

patrick

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [parisc-linux] HP/UX binaries
  2002-09-19 15:27 ` Randolph Chung
@ 2002-09-19 15:27   ` Matthew Wilcox
  2002-09-19 19:08     ` Matt Taggart
  2002-09-19 18:51   ` Patrick Caulfield
  1 sibling, 1 reply; 7+ messages in thread
From: Matthew Wilcox @ 2002-09-19 15:27 UTC (permalink / raw)
  To: Randolph Chung; +Cc: parisc-linux

On Thu, Sep 19, 2002 at 08:27:56AM -0700, Randolph Chung wrote:
> Bug Larry McVoy about it. :-) Apparently he was considering a palinux
> port at some point.

no, don't bug Larry about it, he'll bug me for an A500... taggart,
did you have time to look into that yet?

-- 
Revolutions do not require corporate support.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [parisc-linux] HP/UX binaries
  2002-09-19 15:17 [parisc-linux] HP/UX binaries Patrick Caulfield
@ 2002-09-19 15:27 ` Randolph Chung
  2002-09-19 15:27   ` Matthew Wilcox
  2002-09-19 18:51   ` Patrick Caulfield
  0 siblings, 2 replies; 7+ messages in thread
From: Randolph Chung @ 2002-09-19 15:27 UTC (permalink / raw)
  To: parisc-linux

In reference to a message from Patrick Caulfield, dated Sep 19:
> How do I go about trying to run HP/UX binaries on parisc-linux ?
> 
> In particular I would like to get bitkeeper running as there's an HP/UX binary
> for that but no HP/Linux port :(

Bug Larry McVoy about it. :-) Apparently he was considering a palinux
port at some point.

we only support static SOM binaries on palinux....  from binfmt_som.c:

static inline int
do_load_som_library(struct file *f)
{
/* No lib support in SOM yet.  gizza chance.. */
        return -ENOEXEC;
}

randolph

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [parisc-linux] HP/UX binaries
  2002-09-19 15:27 ` Randolph Chung
  2002-09-19 15:27   ` Matthew Wilcox
@ 2002-09-19 18:51   ` Patrick Caulfield
  2002-09-19 19:01     ` Matthew Wilcox
  1 sibling, 1 reply; 7+ messages in thread
From: Patrick Caulfield @ 2002-09-19 18:51 UTC (permalink / raw)
  To: parisc-linux

On Thu, Sep 19, 2002 at 08:27:56AM -0700, Randolph Chung wrote:
> In reference to a message from Patrick Caulfield, dated Sep 19:
> > How do I go about trying to run HP/UX binaries on parisc-linux ?
> > 
> > In particular I would like to get bitkeeper running as there's an HP/UX binary
> > for that but no HP/Linux port :(
> 
> Bug Larry McVoy about it. :-) Apparently he was considering a palinux
> port at some point.
> 
> we only support static SOM binaries on palinux....  from binfmt_som.c:
> 
> static inline int
> do_load_som_library(struct file *f)
> {
> /* No lib support in SOM yet.  gizza chance.. */
>         return -ENOEXEC;
> }

aha. That'll teach me to read the FAQ rather than the code :-)
 
patrick

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [parisc-linux] HP/UX binaries
  2002-09-19 18:51   ` Patrick Caulfield
@ 2002-09-19 19:01     ` Matthew Wilcox
  0 siblings, 0 replies; 7+ messages in thread
From: Matthew Wilcox @ 2002-09-19 19:01 UTC (permalink / raw)
  To: parisc-linux

On Thu, Sep 19, 2002 at 07:51:31PM +0100, Patrick Caulfield wrote:
> > static inline int
> > do_load_som_library(struct file *f)
> > {
> > /* No lib support in SOM yet.  gizza chance.. */
> >         return -ENOEXEC;
> > }
> 
> aha. That'll teach me to read the FAQ rather than the code :-)

i'm not sure the comment is actually right... seems to me that ld.so
on hpux loads the libraries without going through this entry point.
it'd be interesting to test, but i think hpux emulation is broken right
now anyway.

-- 
Revolutions do not require corporate support.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [parisc-linux] HP/UX binaries
  2002-09-19 15:27   ` Matthew Wilcox
@ 2002-09-19 19:08     ` Matt Taggart
  2002-09-20 15:48       ` Joel Soete
  0 siblings, 1 reply; 7+ messages in thread
From: Matt Taggart @ 2002-09-19 19:08 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: Randolph Chung, parisc-linux

Matthew Wilcox writes...

> On Thu, Sep 19, 2002 at 08:27:56AM -0700, Randolph Chung wrote:
> > Bug Larry McVoy about it. :-) Apparently he was considering a palinux
> > port at some point.
> 
> no, don't bug Larry about it, he'll bug me for an A500... taggart,
> did you have time to look into that yet?

Oh yeah, I forgot. I will.

-- 
Matt Taggart        Linux R&D
taggart@fc.hp.com   HP Linux Systems Division

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [parisc-linux] HP/UX binaries
  2002-09-19 19:08     ` Matt Taggart
@ 2002-09-20 15:48       ` Joel Soete
  0 siblings, 0 replies; 7+ messages in thread
From: Joel Soete @ 2002-09-20 15:48 UTC (permalink / raw)
  To: Matt Taggart; +Cc: Matthew Wilcox, Randolph Chung, parisc-linux

hey all,

Is that bkp sources (command line are enough for me) are available 
somewhere now? (and where?)

Thanks for info,
	Joel


Matt Taggart wrote:
> Matthew Wilcox writes...
> 
> 
>>On Thu, Sep 19, 2002 at 08:27:56AM -0700, Randolph Chung wrote:
>>
>>>Bug Larry McVoy about it. :-) Apparently he was considering a palinux
>>>port at some point.
>>
>>no, don't bug Larry about it, he'll bug me for an A500... taggart,
>>did you have time to look into that yet?
> 
> 
> Oh yeah, I forgot. I will.
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-09-20 14:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-19 15:17 [parisc-linux] HP/UX binaries Patrick Caulfield
2002-09-19 15:27 ` Randolph Chung
2002-09-19 15:27   ` Matthew Wilcox
2002-09-19 19:08     ` Matt Taggart
2002-09-20 15:48       ` Joel Soete
2002-09-19 18:51   ` Patrick Caulfield
2002-09-19 19:01     ` Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox