Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2012 11:08:25 +0900 (JST)
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        turutani@scphys.kyoto-u.ac.jp
Subject:   ports/164653: installation trouble of japanese/ebnetd
Message-ID:  <201201310208.q0V28PdR094566@h120.65.226.10.32118.vlan.kuins.net>
Resent-Message-ID: <201201310210.q0V2AA4W045663@freefall.freebsd.org>

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

>Number:         164653
>Category:       ports
>Synopsis:       installation trouble of japanese/ebnetd
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 31 02:10:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 8.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #25: Mon Jan 24 10:37:18 JST 2011 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386


	
>Description:
	installing japanese/ebnetd somtimes stops.
	existing gsed might cause this trouble with locales like "ja_JP.eucJP";
	in this case, gsed stops to proceed and installation process
	does not end.
	
>How-To-Repeat:
	
>Fix:
	here is a new patch file in order not to use sed;
% cat files/patch-configure
--- configure.orig      2003-12-28 17:53:30.000000000 +0900
+++ configure   2012-01-29 11:25:20.000000000 +0900
@@ -3874,11 +3874,6 @@
   cat /dev/null > conftest.in
   lt_ac_count=0
   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
-  # Check for GNU sed and select it if it is found.
-  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
-    lt_cv_path_SED=$lt_ac_sed
-    break
-  fi
   while true; do
     cat conftest.in conftest.in >conftest.tmp
     mv conftest.tmp conftest.in

	


>Release-Note:
>Audit-Trail:
>Unformatted:



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