From owner-cvs-all@FreeBSD.ORG Tue Dec 22 16:33:21 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D25BC1065692; Tue, 22 Dec 2009 16:33:21 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from asuka.mahoroba.org (ent.mahoroba.org [IPv6:2001:2f0:104:8010::1]) by mx1.freebsd.org (Postfix) with ESMTP id 0DC8C8FC12; Tue, 22 Dec 2009 16:33:20 +0000 (UTC) Received: from yuga.mahoroba.org (ume@yuga.mahoroba.org [IPv6:2001:2f0:104:8010:21b:d3ff:fe38:5381]) (user=ume mech=CRAM-MD5 bits=0) by asuka.mahoroba.org (8.14.3/8.14.3) with ESMTP/inet6 id nBMGXFdi095307 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 Dec 2009 01:33:15 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Wed, 23 Dec 2009 01:33:15 +0900 Message-ID: From: Hajimu UMEMOTO To: Boris Samorodov In-Reply-To: <53929274@ipt.ru> References: <200912202019.nBKKJO4a042874@repoman.freebsd.org> <53929274@ipt.ru> User-Agent: xcite1.58> Wanderlust/2.15.7 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29qGyQoRCtXGyhC?=) APEL/10.7 Emacs/23.1 (i386-portbld-freebsd8.0) MULE/6.0 (HANACHIRUSATO) X-Operating-System: FreeBSD 8.0-STABLE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.3 (asuka.mahoroba.org [IPv6:2001:2f0:104:8010::1]); Wed, 23 Dec 2009 01:33:15 +0900 (JST) X-Virus-Scanned: clamav-milter 0.95.3 at asuka.mahoroba.org X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on asuka.mahoroba.org Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, nobutaka@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.emacs.mk ports/audio/emms Makefile ports/databases/bbdb Makefile ports/databases/lsdb Makefile ports/deskutils/org-mode.el6 Makefile distinfo pkg-plist ports/deskutils/planner.el Makefile ports/deskutils/remember.el ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2009 16:33:22 -0000 Hi, >>>>> On Tue, 22 Dec 2009 00:51:33 +0300 >>>>> Boris Samorodov said: bsam> Here are my recent logs from a tinderbox (if unmark BROKEN): bsam> https://tba.bsam.ru/tb/errors/9-i386-exp/wanderlust-emacs23-2.15.7.b.20090926_1.log bsam> https://tba.bsam.ru/tb/errors/8-i386-exp/wanderlust-emacs23-2.15.7.b.20090926_1.log bsam> https://tba.bsam.ru/tb/errors/7-i386-exp/wanderlust-emacs23-2.15.7.b.20090926_1.log bsam> Hm, the comment for BROKEN at this port should be "do not install" though. bsam> If someone can help I'll be very glad to unbreak the port. At last, I could reproduce the problem. The cause is that (save-buffer) ends up with reading stdin during building wl.info in WL-MK. Formatting Info file...done. Saving file /work/a/ports/mail/wanderlust-devel/work/wanderlust/doc/wl.info... INFODIR is /usr/local/info Select coding system (default utf-8): Error reading from stdin It seems that this problem is not happen under the environment where LANG=ja_JP.UTF-8. So, I didn't met this problem. I tried with C, en_US.UTF-8 and so on with no success. It seems okay with ko_KR.UTF-8. I'm not sure why. But, it seems the following patch do the trick for workaround. Though this is for wanderlust-devel, perhaps same workaround should work for wanderlust as well. Index: files/patch-Makefile diff -u files/patch-Makefile.orig files/patch-Makefile --- files/patch-Makefile.orig 2009-10-12 22:43:38.000000000 +0900 +++ files/patch-Makefile 2009-12-23 01:03:43.990501277 +0900 @@ -1,5 +1,16 @@ +Index: Makefile +diff -u Makefile.orig Makefile --- Makefile.orig 2008-02-19 20:29:06.000000000 +0900 -+++ Makefile 2008-08-28 19:55:07.000000000 +0900 ++++ Makefile 2009-12-23 00:58:41.583920267 +0900 +@@ -92,7 +92,7 @@ + $(PACKAGEDIR) $(PIXMAPDIR) + + info: +- $(EMACS) $(FLAGS) -l WL-MK -f wl-texinfo-format $(INFODIR) ++ LANG=ja $(EMACS) $(FLAGS) -l WL-MK -f wl-texinfo-format $(INFODIR) + + install-info: + $(EMACS) $(FLAGS) -l WL-MK -f install-wl-info $(INFODIR) @@ -110,9 +110,9 @@ clean-dvi: mostlyclean-dvi rm -f doc/*.dvi Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/