Date: Sun, 15 Apr 2001 10:11:12 -0400 From: John <papalia@udel.edu> To: freebsd-questions@freebsd.org Subject: Trouble building ports Message-ID: <4.3.2.7.2.20010415100523.00adb1f0@mail.udel.edu>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.7.2.20010415100523.00adb1f0>