From owner-freebsd-current@FreeBSD.ORG Thu Mar 12 03:21:50 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF0AD1065670 for ; Thu, 12 Mar 2009 03:21:50 +0000 (UTC) (envelope-from bf2006a@yahoo.com) Received: from web39105.mail.mud.yahoo.com (web39105.mail.mud.yahoo.com [209.191.87.224]) by mx1.freebsd.org (Postfix) with SMTP id 8BE288FC1D for ; Thu, 12 Mar 2009 03:21:49 +0000 (UTC) (envelope-from bf2006a@yahoo.com) Received: (qmail 37907 invoked by uid 60001); 12 Mar 2009 02:55:08 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1236826508; bh=GcM+KOmBBR/b5Vj3RlLhBRUbdktCz5/2nVpUm4iwvvE=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:MIME-Version:Content-Type; b=vHDCfFFTGGnKdw/15wL07aJSymZZUdIxqPHd1EPIrrGYikeYaZGDPmZg5LsfgWrgQ/2hIm8J9/0rG7qOOkJUz/zMWDfwNgvwo38F114EkuIm/8C5+qbl11pU7N77Ji7vTlMVbwagjhk8KqLGh8FVFF9Z9zHVjwFGANxqL42iRgg= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:MIME-Version:Content-Type; b=iwM9V8lfxemfU0tWX818ERXstx7f9tvRnfQ0FniCOq8JGbk2NBU220klTyUWb4fUUauQ+6c/JpwdRchKS8Cl2AIc46ZhOvWaUfneIuBckuuvmgAowCCg7ufI3Rk2NcDDpf/keAQNm+hKqXIt7Ki8AQt3Xl7VMf4P1FMxMnEBFTc=; Message-ID: <596454.37719.qm@web39105.mail.mud.yahoo.com> X-YMail-OSG: _jn1rc0VM1m97nmw_5pL82J8oNcQK8uowColl.zQiz.cReu41prB9o_2gRjigdHwxbrbTSahZz0kuKvDGt1CHEYCTQTmgIIvYel5reE0Mb8wbiamo2cz75YkI5Vex.M415PD60f7fl04GQEDeFQwh_QbyIZuTkD0AQaMNSbi7VyN4scQ41G8CscpaRtvpkO6gCMoHEPB4jK8nA8Mu.h6vQEyfOSwKY7o_w-- Received: from [217.238.248.73] by web39105.mail.mud.yahoo.com via HTTP; Wed, 11 Mar 2009 19:55:08 PDT X-Mailer: YahooMailWebService/0.7.289.1 Date: Wed, 11 Mar 2009 19:55:08 -0700 (PDT) From: bf To: freebsd-current@FreeBSD.org, freebsd-amd64@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Thu, 12 Mar 2009 04:32:13 +0000 Cc: ed@FreeBSD.org Subject: Recent build failures -- a connection with tty/sh revisions? C library changes? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf2006a@yahoo.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2009 03:21:51 -0000 I'm seeing some strange behavior on 8-CURRENT amd64 r189705 that has only started to occur in the last few days. Looking back at recent revisions, I'm guessing that it is most likely to be related to either ed@'s recent tty/sh changes, or das@'s changes to various library routines on Mar. 4 -- but these are only guesses, and I would be glad to hear if anyone else has seen it and tracked it down. The problem results in build breakages as some, but not all, path names in scripts are expanded improperly. For example: "... install -o root -g wheel -m 444 'xtypes.py' '/usr/local/lib/python2.6/site-packages/xcbgen/xtypes.py' Byte-compiling python modules... __init__.py error.py expr.py matcher.py state.py xtypes.py Byte-compiling python modules (optimized versions) ... __init__.py error.py expr.py matcher.py state.py xtypes.py make: /tmp/usrs/x11/xcb-proto/work/xcb-proto-1.4: No such file or directory *** Error code 1 Stop in /tmp/usr/ports/x11/xcb-proto/work/xcb-proto-1.4. *** Error code 1" Here /tmp/usr/ports/ has been transmogrified into /tmp/usrs/, which doesn't exist; or: "... install -o root -g wheel -m 444 'Compose' '/usr/local/lib/X11/locale/zh_TW.UTF-8/Compose' make: /tmp/usr/x11/libX11/work/libX11-1.2/nls: No such file or directory *** Error code 1" where /tmp/usr/ports/x11... has become /tmp/usr/x11... ; or: "... Looking for apr source in /tmp/usr/ports/devel/apr/work/apr-1.3.3 Creating include/private/apu_config.h ... cannot stat initial working directory for /tmp/usrs/devel/apr/work/apr-util-1.3.4: No such file or directory at /usr/local/share/autoconf-2.62/Autom4te/General.pm line 197 *** Error code 1 Stop in /usr/ports/devel/apr. *** Error code 1" where an error similar to the first example has occurred. Apparently, I'm not the only one experiencing this problem, as someone has just filed a PR that seems to be another instance of this behavior: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/132542 Any suggestions? Regards, b.