X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=TODO;h=4a61c1ba9c6732208819d36d27ae42e6e5ed7d95;hb=d307a28f436ae7f2d80ce40589328fc64f540947;hp=8c1e65bfd865a22c3581a0a3dc8e37a9a6e94dfd;hpb=e42d9f224a4ef2784f8fd43f9f4f5c593a7ddd57;p=fips diff --git a/TODO b/TODO index 8c1e65b..4a61c1b 100644 --- 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 - " - - 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 - 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