]> git.cworth.org Git - fips/commitdiff
TODO: Remove bug causing libfips-32.so to not build.
authorCarl Worth <cworth@cworth.org>
Fri, 14 Jun 2013 18:11:42 +0000 (11:11 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 14 Jun 2013 18:11:42 +0000 (11:11 -0700)
The configure script now checks for this problem and won't attempt to
build a non-native-arch libfips if the toolchain pieces, (such as the
gcc-multilib package), are not in place.

TODO

diff --git a/TODO b/TODO
index 8c1e65bfd865a22c3581a0a3dc8e37a9a6e94dfd..4a61c1ba9c6732208819d36d27ae42e6e5ed7d95 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,25 +1,5 @@
 Known bugs
 ==========
-
-Failure to build libfips-32.so on amd64 without gcc-multilib package
-
-       Configure script should do a test-compile with "#include
-       <features.h>"
-
-       Configure script should disable compilation of
-       cross-architexture library if dependencies are missing (and
-       inform the user)
-
-       Here's a debootstap recipe that can be used for testing:
-
-          apt-get install debootstrap
-          mkdir /home/chroot/ubuntu
-          debootstrap precise /home/chroot/ubuntu <Ubuntu mirror>
-          chroot=/home/chroot/ubuntu/12.04
-          mount --bind /dev/pts $chroot/dev/pts
-          mount --bind /proc $chroot/proc
-          chroot $chroot
-
 undefined symbol: glGenQueries
 
        The problem here is code in libfips directly calling OpenGL