Re: statically linked version of genpkglist and gensrclist ?
Jeff Pitman <[email protected]> Wed, 2 Feb 2005 11:20:04 +0800
| Newsgroups | gmane.linux.conectiva.apt-rpm |
|---|---|
| Message-ID | <[email protected]> |
Get the source code, recompile and statify under debian, then try to run
under fc3. I'm not sure if LD_ASSUME_KERNEL affects statifier. I think
it's an LD preload-type hack that shifts the thread api to an older
version (non-NPTL). The underlying problem still is the same:
difference in thread abi.
good luck,
jeff
On Wednesday 02 February 2005 11:05, Steven Shiau wrote:
> I did like this:
> in FC3,
> export LD_ASSUME_KERNEL=2.4.1
> statifier /usr/bin/gensrclist gensrclist-static-2.4
>
> Run it in sarge. Still failed.
> ----------------------------------
> strace ./gensrclist-static-2.4
> execve("./gensrclist-static-2.4", ["./gensrclist-static-2.4"], [/* 15
> vars */]) = 0
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> +++ killed by SIGSEGV +++
> ----------------------------------
>
> Thanks.
>
> Jeff Pitman wrote:
> > On Tuesday 01 February 2005 21:28, Steven Shiau wrote:
> >>Any idea ?
> >>Thanks in advance.
> >
> > NPTL. Try LD_ASSUME_KERNEL=2.4.1; just a wild, wild guess.
--
-jeff