From owner-freebsd-questions Sun Apr 15 7:13:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id 3B38537B496 for ; Sun, 15 Apr 2001 07:13:47 -0700 (PDT) (envelope-from papalia@udel.edu) Received: from morgaine.udel.edu (morgaine.wondermutt.net [192.168.1.2]) by wondermutt.net (8.11.3/8.11.3) with ESMTP id f3FEEWV07851 for ; Sun, 15 Apr 2001 10:14:32 -0400 (EDT) (envelope-from papalia@udel.edu) Message-Id: <4.3.2.7.2.20010415100523.00adb1f0@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sun, 15 Apr 2001 10:11:12 -0400 To: freebsd-questions@freebsd.org From: John Subject: Trouble building ports Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all... I've encountered a problem which I'm having trouble getting worked out. Prior to my last world build (going to 4.3), I had no trouble building ports. The problems are occuring though in any port which contains either exactly the following text, or a similar entry. These entries are from the /usr/ports/???/scripts/configure files. The trouble is that ALL of these ports are exiting code 1 with the "Cancel Pressed" error. I was thinking it might be a permissions problem, but I've checked my /tmp and /var/tmp are both drwxrwxrwt. I've also tried building as root, and as a user su'd to root. Any thoughts? The bits of the configure file are below... Thanks, John 2> /tmp/checklist.tmp.$$ retval=$? choice=`cat /tmp/checklist.tmp.$$` rm -f /tmp/checklist.tmp.$$ case $retval in 0) if [ -z "$choice" ]; then echo "Nothing selected" exit 1; fi ;; 1) echo "Cancel pressed." exit 1 ;; esac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message