I get the error " /usr/bin/ld: cannot find -ldes" when compiling kdebase-crypto-2.2-cvs20010622 (see complete output below). I "fixed" the problem by purging (through the very handy kfilereplace) all references to "-ldes." But what library provides -ldes?
Doing a deb search the most likely suspects appear to be the packages "graphics/picon-usenix" and "graphics/picon-users" which provide stuff like "usr/lib/picon/usenix/gov/nist/cme/libes/face.gif." ------BEGIN stderr------ fakeroot debian/rules clean make[1]: *** No rule to make target `distclean'. Stop. make: [clean] Error 2 (ignored) debian/rules build configure.in:107: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:115: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:107: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:115: warning: AC_TRY_RUN called without default to allow cross compiling /usr/bin/ld: cannot find -ldes collect2: ld returned 1 exit status make[2]: *** [kdm] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [build-stamp] Error 2