Hi, Building dpkg on Solaris 8 produced this error:
baselist.cc: In function `static void baselist::sigwinchhandler(int)': baselist.cc:53: implicit declaration of function `int ioctl(...)' make[1]: *** [baselist.o] Error 1 What's missing is: #include <unistd.h> #include <stropts.h> And another problem: make[1]: Entering directory `/home/inst/jrodin/dpkg/cvs/dpkg/po' file=./`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt --statistics -o $file cs.po usage: msgfmt [-v] [-o filename] [files ... ] make[1]: *** [cs.gmo] Error 2 The configure script should check if msgfmt supports that option before using it. After this, and commenting out obviously missing debiandoc2html, it built. -- Digital Electronic Being Intended for Assassination and Nullification

