AH> Monah Baki wrote: >> Hi all, >> >> I'm trying to apply the latest patch for sendmail and on my "make", I get >> the following error: >> >> cc -O2 -pipe -DSTARTTLS -DMILTER -DFAST_PID_RECYCLE -D_FFR_USE_SETLOGIN >> -DSM_OMIT_BOGUS_WARNINGS -DNEWDB -DMAP_REGEX -DNETINET6 -DNEEDSGETIPNODE >> -DSM_CONF_SHM -DNIS -DTCPWRAPPERS >> -I/usr/src/gnu/usr.sbin/sendmail/sendmail/../sendmail >> -I/usr/src/gnu/usr.sbin/sendmail/sendmail/../include -c >> /usr/src/gnu/usr.sbin/sendmail/sendmail/deliver.c >> /usr/src/gnu/usr.sbin/sendmail/sendmail/deliver.c: In function `deliver': >> /usr/src/gnu/usr.sbin/sendmail/sendmail/deliver.c:3269: error: syntax >> error before '<<' token >> /usr/src/gnu/usr.sbin/sendmail/sendmail/deliver.c:3286: error: syntax >> error before '==' token >> /usr/src/gnu/usr.sbin/sendmail/sendmail/deliver.c:3294: error: syntax >> error before '>>' token >> /usr/src/gnu/usr.sbin/sendmail/sendmail/deliver.c:3430: confused by >> earlier errors, bailing out >> *** Error code 1 >> >> Stop in /usr/src/gnu/usr.sbin/sendmail/sendmail. >> *** Error code 1 >> >> Stop in /usr/src/gnu/usr.sbin/sendmail.
AH> The patch did not apply cleanly. Reinstall the 3_9_BASE sources from cvs AH> or cd and patch it again. ... or just update your source tree to OPENBSD_3_9 AH> Did you apply the first sendmail patch before? If not, and they affect AH> the same places in the same file(s), you might get conflicts like this. AH> Dunno about these patches, though. AH> /Alexander