[CC'd to BLFS-Dev as the ash issue is still outstanding and should probably be BZ'd if there is no quick fix]
Filip Bartmann wrote these words on 11/21/05 09:45 CST: > I tried to compile BLFS with blfs-book-cvs-html-2005-11-18 and I have > some errors: > > ash: > ------------------------------------------------------------------------ > cc -O2 -g -DSHELL -I. -DNO_HISTORY -DBSD=1 -DSMALL -D_GNU_SOURCE > -DGLOB_BROKEN -D__COPYRIGHT\(x\)= -D__RCSID\(x\)= -D_DIAGASSERT\(x\)= > -DHETIO -c -o hetio.o hetio.c > hetio.c:57: error: static declaration of 'hetio_inter' follows > non-static declaration > hetio.h:22: error: previous declaration of 'hetio_inter' was here > make: *** [hetio.o] Error 1 > ------------------------------------------------------------------------ > > In the end I found some errors in the BLFS book: > For package stunnel is tcpwrappers required, don't optional, becouse I > have an error during compiling stunnel without tcpwrappers installed. I added --disable-libwrap to the configure command in the Stunnel instructions with a note to remove it if you have tcpwrappers installed. This takes care of the issue. > in D-bus missing required dependency for Python: I added --disable-python to the configure command in the D-BUS instructions with a note to remove it if you have Python installed. This takes care of the issue. Thanks again, Filip, for the reports. -- Randy rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3] [GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686] 13:28:00 up 57 days, 22:52, 3 users, load average: 0.06, 0.23, 0.44 -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
