Package: sendmail
Version: 8.14.0~Beta4-1
Severity: serious

Hi,

Your package is failing to build.  It doesn't seem to be trying to build
anything after this:
# which, if any of the dependant libraries each component needs)
for subdir in editmap libmilter mail.local mailstats makemap praliases rmail 
sendmail smrsh vacation; do \
                if [ -d  build-tree/sendmail-8.14.0~Beta4/${subdir} ]; then \
                        (cd build-tree/sendmail-8.14.0~Beta4/${subdir} && 
./Build -S;); \
                        fi; \
                if [ -d build-tree/sendmail-8.14.0~Beta4/libmilter ]; then \
                        (cd build-tree/sendmail-8.14.0~Beta4/obj*/libmilter && 
\                                gcc -shared -pthread -o libmilter.so.0 \
                                        -Wl,-soname,libmilter.so.0 \
                                        main.o engine.o listener.o handler.o 
comm.o \
                                        smfi.o signal.o sm_gethost.o 
errstring.ostrl.o;); \
                        fi; \
                done;


It's followed directly by:
# Debian stuff
(cd ./debian && /usr/bin/make -f Makefile build-arch;)

While other buildd logs show that it actually does something in between.



Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to