From abgoeree@wish.net  Sun Dec  2 03:20:49 2001
Return-Path: <abgoeree@wish.net>
Received: from emout1.wish.nl (emout1.wish.nl [212.123.129.74])
	by hub.freebsd.org (Postfix) with ESMTP id 65A9337B41B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Dec 2001 03:20:48 -0800 (PST)
Received: from mail3.inside.servers (mail3.INSIDE.servers [10.1.0.7])
	by emout1.wish.nl (Postfix) with SMTP id 733F920BAB
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Dec 2001 12:45:21 +0100 (CET)
Received: (qmail 20607 invoked from network); 2 Dec 2001 11:20:46 -0000
Received: from p12725.nl.wish.net (HELO ) ([212.123.187.181]) (envelope-sender <abgoeree@wish.net>)
          by mail3.outside.servers (qmail-ldap-1.03) with SMTP
          for <FreeBSD-gnats-submit@freebsd.org>; 2 Dec 2001 11:20:46 -0000
Received: (qmail 69843 invoked by uid 1000); 2 Dec 2001 11:22:01 -0000
Message-Id: <20011202112201.69842.qmail@mandark.attica.home>
Date: 2 Dec 2001 11:22:01 -0000
From: "Andre Goeree" <abgoeree@wish.net>
Reply-To: abgoeree@wish.net
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: devel/bison waits for user input
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         32437
>Category:       ports
>Synopsis:       devel/bison waits for user input
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 02 03:30:01 PST 2001
>Closed-Date:    Sun Dec 2 14:25:11 PST 2001
>Last-Modified:  Sun Dec 02 14:26:02 PST 2001
>Originator:     ago
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD mandark.attica.home 4.4-STABLE FreeBSD 4.4-STABLE #8: Sat Dec 1 00:44:05 CET 2001 toor@mandark.attica.home:/usr/obj/usr/src/sys/CUSTOM i386


	
>Description:
	The devel/bison ports waits for user input when running make configure:

root@mandark# make configure
===>  Extracting for bison-1.30
>How-To-Repeat:
	run make configure in devel/bison
>Fix:
--- configure.orig	Mon Oct 29 09:44:00 2001
+++ configure	Sun Dec  2 12:18:33 2001
@@ -1281,7 +1281,7 @@
 s/[\\$]/&&/g;s/;s,x,x,$//
 _ACEOF
 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
-rm conftest.sed
+rm -f conftest.sed
 
 # expand $ac_aux_dir to an absolute path
 am_aux_dir=`cd $ac_aux_dir && pwd`
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->obrien 
Responsible-Changed-By: ijliao 
Responsible-Changed-When: Sun Dec 2 10:02:37 PST 2001 
Responsible-Changed-Why:  
over to maintainer 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32437 
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Sun Dec 2 14:25:11 PST 2001 
State-Changed-Why:  
What are you talking about?? 
I cannot reproduce any waiting for user input on either 4.4-STABLE, or 
5-CURRENT.  There was no script(1) log included in the PR to give me 
some hint what is going on for the PR submitter. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32437 
>Unformatted:
 >> Checksum OK for bison-1.30.tar.gz.
 ===>   bison-1.30 depends on shared library: intl.1 - found
 /bin/rm -f /usr/ports/devel/bison/work/bison-1.30/doc/bison.info*
 ===>  Patching for bison-1.30
 ===>  Applying FreeBSD patches for bison-1.30
 ===>  Configuring for bison-1.30
 checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
 checking whether build environment is sane... yes
 remove conftest.sed?
 
 Please note that I have an alias for rm (rm='rm -i') that could cause this 
 behavior. 
 
