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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 12 Jan 2010 15:20:55 -0500
From:	Mike Frysinger <vapier@...too.org>
To:	linux-kernel@...r.kernel.org
Subject: unable to build util-linux-2.17 on glibc-2.10 due to fallocate64

glibc-2.10 has an error in it where it forgot to export the fallocate64 symbol 
for 32bit users.  the current util-linux configure script does a link test for 
fallocate, but this is the same thing as the fallocate code which uses a bunch 
of defines when including the prototypes and so it ends up linking to 
fallocate64.  long story short, util-linux fails to build on 32bit glibc-2.10 
systems.  any ideas on how to address this ?  a link time test for fallocate64 
would suck as it only gets used on 32bit linux hosts ...
-mike

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ