From owner-freebsd-current@freebsd.org Wed Feb 10 19:00:11 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6164EAA3FBB for ; Wed, 10 Feb 2016 19:00:11 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 297601980; Wed, 10 Feb 2016 19:00:11 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-ig0-x232.google.com with SMTP id y8so21317016igp.0; Wed, 10 Feb 2016 11:00:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=eYRP8ATez+fNaCUOnRZVfsdN4Qid4SWX1hZUzZHlLn4=; b=SHPmx4YpAwvq4SqOPQCrP8ZD00t+7qz68YzfPXTMK294tu35fn1dKZm1w4uXk2FWmN +KvxAy5cJY2wk1zxjlz4opeyGzWu6jzELkh5p55Vg2Ygee4ZhVvv+bFqZ+Mqzc0qWcwf 0Qaymv3Gsir3bUiujhKX3CP6YqmCobNpxX94Oc9mGnxWtYEsOlHETkQkDCJRuWYKZn9C pmLGDE6VQfL3Id5MjGBZlMyJeZ3G20GBMP9lE/gTJrXTOaNTStJ89hTURvXz5Wv6E+zt RIjUeipCJAMtp9Vc6L5JqPMmttPhHUZV+RdHOfDHRFkRrqAlrNt0s/A+M/TQxOFK6FBg bsrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=eYRP8ATez+fNaCUOnRZVfsdN4Qid4SWX1hZUzZHlLn4=; b=XqhQdLMmqL/h5Pp7vhw/Bqrwh12pNWhYzwSPQfL4D372ivrWIuQ7cplTfyqz1om2lN 9ENmZdOqyu5kYFCr/NUoXBR3b5LjlV2MfTObu8UP6Vn5GTKMdRWF1NhL7XAzJ+tVfvmS aHgmZE96xNTmuhvnL7x2hl8E2wZ2APjJFFj0DpXMhlyEcaVtcis88qIWxKLB6RbyqCPe EbVm1unsogezvZFydpPNJxexbl6vvaYTlKC8PwxuBFbyTV8rMse+xgPEd0s8A8S1DiB6 Ww2UhVUzdWYEkUMn+G5tOuYkBaHWLTEnch/7L4EiYsr8lqANPnyP28Vc115ctMox42X3 Ieng== X-Gm-Message-State: AG10YOSFWrUCo8DdMufT/IOvRYQHcJ7zQJMynkeGi/IH2Qrt+1jRpDeEb83pGSNX1hIpgn83PfNI2urIIZvLGg== MIME-Version: 1.0 X-Received: by 10.50.124.72 with SMTP id mg8mr11229076igb.22.1455130810036; Wed, 10 Feb 2016 11:00:10 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.14.19 with HTTP; Wed, 10 Feb 2016 11:00:09 -0800 (PST) In-Reply-To: References: <091C7193-4EDD-4AE4-AC52-FD62B6934440@gmail.com> <30640BF0-84F3-446D-808E-547B04E9EA53@gmail.com> <20160105231558.GB17031@stack.nl> Date: Wed, 10 Feb 2016 11:00:09 -0800 X-Google-Sender-Auth: t-C4sjjrzP4Q-qpbDiX7GoQ0-JE Message-ID: Subject: Re: Can't run `make universe` on universe11a.freebsd.org and ref11-amd64.freebsd.org (anymore); [shell] globbing is broken [there] From: Adrian Chadd To: Dimitry Andric Cc: Jilles Tjoelker , NGie Cooper , FreeBSD CURRENT , Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 19:00:11 -0000 I see it was recently fixed in -HEAD. I'll try it again (without LANG=C) this afternoon. Thanks! -a On 10 February 2016 at 06:17, Dimitry Andric wrote: > On 10 Feb 2016, at 01:03, Adrian Chadd wrote: >> >> Ok, so this has been broken since at least early January, right? >> >> Firstly - how do I get around it? ok, it looks like env LANG=C gets around it. >> >> Secondly - why hasn't this been fixed in -HEAD? Does this mean that >> noone has been doing universe builds since this happened? > > I have ran more than a handful of universe builds, but I simply use LANG=C. > > -Dimitry >