From owner-freebsd-current@freebsd.org Mon Nov 16 08:09:02 2015 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 52EE7A30BF5; Mon, 16 Nov 2015 08:09:02 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x232.google.com (mail-yk0-x232.google.com [IPv6:2607:f8b0:4002:c07::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 162621322; Mon, 16 Nov 2015 08:09:02 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykdr82 with SMTP id r82so226070849ykd.3; Mon, 16 Nov 2015 00:09:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=zv6HFFGNGvyl+fldYhvuudeWvscLJviAk9ER+SQHmVQ=; b=L6h4k27xjDBMoBulpwrhan6wvAU7QMx/Lg+rmuutaqyODP6KsQhkolj2mkFsxMYBUE DkgG13skYP2sE5ijpHhCm2bTGauZ+4bNH4VPP2dwtUULCoDnXbZA7Y6EiFeQHn14ICNd HTHb+AJVspnSjoQvSnUyxi4eTWSGGRk9OiwYLT00xG9Jeum51zmhIoAtvOr3s9G9+juz TTO6Imvmtk3HNlbfPq9I1SvYZtbWWN5G610mnRXHWarPGJ8JCFYb7q4KaWaTWnIj6UXO MSlsuW/UzpQRGZbTJ2XXhpTF9Z6rLvoW8vGIcXtVW7FVywa5ZVI+Va6MJ1CIw6Ot5oDU 3/Gw== MIME-Version: 1.0 X-Received: by 10.13.196.193 with SMTP id g184mr33645908ywd.293.1447661341204; Mon, 16 Nov 2015 00:09:01 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.37.95.9 with HTTP; Mon, 16 Nov 2015 00:09:01 -0800 (PST) Date: Mon, 16 Nov 2015 00:09:01 -0800 X-Google-Sender-Auth: 7VbFJrphzU-czd9sFbEZ-8rXRC8 Message-ID: Subject: Missing locales causing test failures From: Craig Rodrigues To: Baptiste Daroussin , Bryan Drewery Cc: "freebsd-testing@freebsd.org" , freebsd-current Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Mon, 16 Nov 2015 08:09:02 -0000 Hi, I compared the output of "locale -a" from a CURRENT system built a few days ago, to the latest build. The latest build still has some missing locales, af_ZA.ISO8859-15 en_AU.ISO8859-15 en_CA.ISO8859-15 en_NZ.ISO8859-15 en_US.ISO8859-15 fr_CA.ISO8859-15 lt_LT.ISO8859-4 sr_YU.ISO8859-2 sr_YU.ISO8859-5 sr_YU.UTF-8 Can we bring these back? Their absence is causing test failures. -- Craig