Activity log for bug #407735

Date Who What changed Old value New value Message
2009-08-01 16:09:52 Beau bug added bug
2009-08-01 16:22:51 Beau description When running configure, the script hangs for about 60 seconds on checking for mktime, eventually fails and moves on. I've found some references to a bug in autoconf online, http://lists.debian.org/debian-gcc/2008/03/msg00261.html and when the configure file is regenerated, it at least doesn't make that same checking for mktime error, though, I still have errors when running make install. /home/beauraines/Desktop/adeona/common/util.o /home/beauraines/Desktop/adeona/common/util.c:17:26: error: openssl/rand.h: No such file or directory /home/beauraines/Desktop/adeona/common/util.c:18:25: error: openssl/evp.h: No such file or directory /home/beauraines/Desktop/adeona/common/util.c:19:25: error: openssl/err.h: No such file or directory /home/beauraines/Desktop/adeona/common/util.c: In function ‘get_random_bytes’: /home/beauraines/Desktop/adeona/common/util.c:245: warning: implicit declaration of function ‘RAND_bytes’ /home/beauraines/Desktop/adeona/common/util.c: In function ‘pwdprompt_loop’: /home/beauraines/Desktop/adeona/common/util.c:581: warning: implicit declaration of function ‘EVP_read_pw_string’ /home/beauraines/Desktop/adeona/common/util.c:584: warning: implicit declaration of function ‘ERR_get_error_line_data’ /home/beauraines/Desktop/adeona/common/util.c:585: error: ‘ERR_TXT_STRING’ undeclared (first use in this function) /home/beauraines/Desktop/adeona/common/util.c:585: error: (Each undeclared identifier is reported only once /home/beauraines/Desktop/adeona/common/util.c:585: error: for each function it appears in.) make[1]: *** [/home/beauraines/Desktop/adeona/common/util.o] Error 1 make[1]: Leaving directory `/home/beauraines/Desktop/adeona' Could not build Adeona programs. make: *** [install] Error 1 System info beauraines@SEALXBRR1SZHQH1:~/Desktop/adeona$ uname -rsv Linux 2.6.28-14-generic #47-Ubuntu SMP Sat Jul 25 00:28:35 UTC 2009 Let me know if you need additional information or there is anything I can do to help. I'm excited by the fact that there was an announcement that OpenDHT should be working again. I'm installing the program to check on a laptop that was stolen while OpenDHT was down, unfortunately on both accounts. When running configure, the script hangs for about 60 seconds on checking for mktime, eventually fails and moves on. I've found some references to a bug in autoconf online, http://lists.debian.org/debian-gcc/2008/03/msg00261.html It appears that the install works even though configure hangs. System info beauraines@SEALXBRR1SZHQH1:~/Desktop/adeona$ uname -rsv Linux 2.6.28-14-generic #47-Ubuntu SMP Sat Jul 25 00:28:35 UTC 2009 Let me know if you need additional information or there is anything I can do to help. I'm excited by the fact that there was an announcement that OpenDHT should be working again. I'm installing the program to check on a laptop that was stolen while OpenDHT was down, unfortunately on both accounts. sorry for th