From owner-freebsd-questions Sat May 6 22:45:10 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA05974 for questions-outgoing; Sat, 6 May 1995 22:45:10 -0700 Received: from UTARLG.UTA.EDU (utarlg.uta.edu [129.107.1.16]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA05968 for ; Sat, 6 May 1995 22:45:08 -0700 Received: from utarlg.uta.edu by utarlg.uta.edu (PMDF V4.3-10 #8453) id <01HQ7AXF48S00008IA@utarlg.uta.edu>; Sun, 07 May 1995 00:44:47 -0500 (CDT) Date: Sun, 07 May 1995 00:44:47 -0500 (CDT) From: "Robert M." Subject: Does anyone know where the unexpected ";" in procmail is? To: questions@FreeBSD.org Message-id: <01HQ7AYLPXXI0008IA@utarlg.uta.edu> MIME-version: 1.0 Content-type: TEXT/PLAIN; CHARSET=US-ASCII; NAME=PROCHELP.TXT Content-transfer-encoding: 7BIT Sender: questions-owner@FreeBSD.org Precedence: bulk Hello everyone I have been trying to get the procmail to run but it dies on the build with the message below. It says unepected ";" but it does not give a line number or file name. I've also tried the 3.11pre1 release with the patch and it still will not work. If anyone has any ideas what file the ";" is in please let me know. Thank You Robert Montgomery 9 montgome [~/procmail/procmail-3.10]> make istall /bin/sh ./initmake /bin/sh "/bin/tcsh" "/bin/rm -f" "mv -f" "ln" "-lm -ldir -lx -lsocket -lnet -linet -lnsl_s -lnsl_i -lnsl -lsun -lgen -lsockdns" "/lib /usr/lib /usr/local/lib" /dev/null "make" o "cc" "-O" "-s " "procmail lockfile formail mailstat" "procmail formail lockfile" "procmailrc procmailsc procmailex" "src man" "/usr/local/bin/bin" Warning: really perverted make detected cc seems to work fine, using that as the C-compiler ...scanning for 12 libraries... ...scanning for 11 libraries... . stuff deleted . . ...scanning for 2 libraries... Added LDFLAGS= -lm -lc make make install echo Housekeeping file >config.check cd man; make ../new/procmail.1 ../new/formail.1 ../new/lockfile.1 ../new/procmailrc.5 ../new/procmailsc.5 ../new/procmailex.5 /bin/sh ./autoconf /bin/sh "/bin/rm -f" "mv -f" /dev/null "grep -F" "make" o "__defaults__" "/usr/local/bin/bin" ../autoconf.h ============================================================================== more stuff deleted ============================================================================== Collecting results from kernel-locking tests =============================autoconf.h=================================== /* This file was automagically generated by autoconf */ #define GOT_bin_test #define MAX_argc 3735 /* Your system's strstr() is 1.98 times SLOWER than my C-routine */ #define SLOWstrstr /* using my substitute instead */ #define UDP_protocolno 17 #define BIFF_serviceport "512" #define IP_localhost {127,0,0,1,} #define SYSTEM_MAILBOX "/var/mail/$LOGNAME" #define SENDMAIL "/usr/sbin/sendmail" #define CF_no_procmail_yet #define defPATH "PATH=$HOME/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin" /*locktype: 4, countlocks: 80, timeout 0, watchdog 14, /tmp/_locktest*/ /*locktype: 2, countlocks: 80, timeout 0, watchdog 17, /tmp/_locktest*/ /*locktype: 1, countlocks: 0, timeout 0, watchdog 8, /tmp/_locktest*/ /*locktype: 1, countlocks: 0, timeout 0, watchdog 8, ./_locktest*/ /* Hotwire LOCKINGTEST=001 */ /* Procmail will lock via: dotlocking, flock() */ #define NOfcntl_lock #define USEflock /* autoconf completed */ ========================================================================== cc -c -O lastdirsep.c /bin/sh ./mansed /bin/sh procmail.man procmail.1 "/bin/rm -f" /dev/null ln ../man/procmail.1 ../new/procmail.1 /bin/sh ./mansed /bin/sh formail.man formail.1 "/bin/rm -f" /dev/null ln ../man/formail.1 ../new/formail.1 /bin/sh ./mansed /bin/sh lockfile.man lockfile.1 "/bin/rm -f" /dev/null ln ../man/lockfile.1 ../new/lockfile.1 /bin/sh ./mansed /bin/sh procmailrc.man procmailrc.5 "/bin/rm -f" /dev/null ln ../man/procmailrc.5 ../new/procmailrc.5 /bin/sh ./mansed /bin/sh procmailsc.man procmailsc.5 "/bin/rm -f" /dev/null ln ../man/procmailsc.5 ../new/procmailsc.5 /bin/sh ./mansed /bin/sh procmailex.man procmailex.5 "/bin/rm -f" /dev/null ln ../man/procmailex.5 ../new/procmailex.5 Syntax error: ";" unexpected *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop.