lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 8 May 2018 14:04:59 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Arnd Bergmann <arnd@...db.de>
Cc:     LKML <linux-kernel@...r.kernel.org>
Subject: Re: crosstool requirements?

On 05/05/2018 07:35 PM, Arnd Bergmann wrote:
> On Sat, May 5, 2018 at 2:20 PM, Randy Dunlap <rdunlap@...radead.org> wrote:
>> Hi Arnd,
>>
>> I was trying to use the x86_64 hosted openrisc/or1k gcc compiler (7.3.0-nolibc)
>> but I mostly what I get are errors like the following:
>>
>> crosstool/gcc-7.3.0-nolibc/or1k-linux/bin/../libexec/gcc/or1k-linux/7.3.0/cc1: error while loading shared libraries: libisl.so.15: cannot open shared object file: No such file or directory
>>
>>
>> I do have /usr/lib64/libisl.so.10 (not .15) installed on my system.
>> Am I just outofluck for doing this?
> 
> This has been pointed out by some others before, sorry for not having addressed
> it yet. I'll be back from travelling on May 22 and should be able to build a set
> of gcc-8.1 binaries without this problem, and also rebuild some of the older
> compilers to fix it (gcc-4.8 is already fixed, but IIRC doesn't
> support openrisc)
> 
> What happened here is that I built against the libraries that came
> with Ubuntu 16.04,
> intentionally picking a somewhat older distro in the hope that this
> would produce
> binaries that work on a wider range of systems, but I had it use the
> system libisl,
> libgmp, libmpfc, and libmpc rather than using the one provided by the
> gcc project
> for static linking.
> 
> You should be able to just install the binaries from
> https://launchpad.net/ubuntu/xenial/amd64/libisl15/0.16.1-1
> as well as any others you might need along with the toolchain (either
> using dpkg on Debian or Ubuntu, or extracting the .so file into an
> appropriate directory for others) until then.

Thanks.  That is working for me now.

-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ