Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 24 Jan 2018 19:13:13 -0600
From: "A. Wilcox" <awilfox@...lielinux.org>
To: musl@...ts.openwall.com
Subject: Re: any one managed to compile and run xz-5.0.8 or xz-5.2.3 ?

On 01/24/18 18:18, Po-yi Wang wrote:
> hi
> 
> any one managed to compile and run xz with musl on ppc target ?


Yes.


elaine / # /lib/ld-musl-powerpc.so.1
musl libc (powerpc)
Version 1.1.18
Dynamic Program Loader
Usage: /lib/ld-musl-powerpc.so.1 [options] [--] pathname [args]
elaine / # ldd /usr/bin/xz
        /lib/ld-musl-powerpc.so.1 (0x200c6000)
        liblzma.so.5 => /usr/lib/liblzma.so.5 (0xf7a8f000)
        libc.musl-ppc.so.1 => /lib/ld-musl-powerpc.so.1 (0x200c6000)
elaine / # /usr/bin/xz --version
xz (XZ Utils) 5.2.3
liblzma 5.2.3


> i've managed to compile and run "xz --version" on i486 and arm targets,
> but not on ppc target. i've tried gcc-3.4.5 and gcc-4.1.2.


elaine / # gcc --version
gcc (Adelie 6.4.0) 6.4.0


Maybe such old version doesn't support what musl needs.  I'm not sure.

Best,
--arw

-- 
A. Wilcox (awilfox)
Project Lead, Adélie Linux
http://adelielinux.org



Download attachment "signature.asc" of type "application/pgp-signature" (867 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.