Skip site navigation (1)Skip section navigation (2)
Date:      2 Dec 2001 11:22:01 -0000
From:      "Andre Goeree" <abgoeree@wish.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32437: devel/bison waits for user input
Message-ID:  <20011202112201.69842.qmail@mandark.attica.home>

next in thread | raw e-mail | index | archive | help

>Number:         32437
>Category:       ports
>Synopsis:       devel/bison waits for user input
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 02 03:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>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. 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011202112201.69842.qmail>