From owner-freebsd-testing@freebsd.org Fri Oct 30 23:18:26 2015 Return-Path: Delivered-To: freebsd-testing@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 A1F23A21F47 for ; Fri, 30 Oct 2015 23:18:26 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qg0-x22b.google.com (mail-qg0-x22b.google.com [IPv6:2607:f8b0:400d:c04::22b]) (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 5FB6E12A3; Fri, 30 Oct 2015 23:18:26 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qgbb65 with SMTP id b65so74053310qgb.2; Fri, 30 Oct 2015 16:18:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=5deXoU3gYdLJvyxexmNA/T4ieqgAkBF2mVb+Vuv3qh0=; b=ANWrKxYty8neglZWEQ5tWnffRGSj+j8w8PjXAEBgHe7LuFIyHbxzk3U52GnwtfwfMn wZ7Nl40PSrpr2e3n3Nb+DKSdXpDjgI45YOssb1RA0cjSkVDImx4BUdcDhsr96sGGrDSA 6UXJV1bEsfCUjQfYjdBNIYu5gtPyHWF/Bkp+JnaAB2D0q3AaDgdeYGSeuDP9IX6kFl3Z 8AqIJ1Gb3wVh7KoRBUjiFVvkldT3uCsxeSV1hXdfW8xdW+HpbdLJTXiQSK2qnTzsM0sE hf5XYCy6NNPe1P+Dz1s1SHhMvsjhVqIvmhk9i/wkDboahrLLZxR//FqR3h7Nzvqfdqac Mi/Q== MIME-Version: 1.0 X-Received: by 10.140.94.244 with SMTP id g107mr13721010qge.57.1446247105433; Fri, 30 Oct 2015 16:18:25 -0700 (PDT) Received: by 10.140.88.209 with HTTP; Fri, 30 Oct 2015 16:18:25 -0700 (PDT) In-Reply-To: References: Date: Fri, 30 Oct 2015 16:18:25 -0700 Message-ID: Subject: Re: Broken kyua package causing test failures From: NGie Cooper To: Craig Rodrigues Cc: "jenkins-admin@freebsd.org" , "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2015 23:18:26 -0000 On Fri, Oct 30, 2015 at 3:47 PM, Craig Rodrigues wrote: > Hi, > > Due to this change in the ports tree: > http://svnweb.freebsd.org/ports?view=revision&revision=399992 > > if you try to "pkg install kyua", you will get: > > [1/1] Installing kyua-0.11,2... > Creating user 'tests' with uid '977'. > useradd: not found > pkg: PRE-INSTALL script failed > > > This was fixed with: > http://svnweb.freebsd.org/ports?view=revision&revision=400469 > > > Until the main package repository is rebuilt with this fix, installing > kyua from packages will result in test failures because of a missing > "tests" user. > > According to the ports team, this should be fixed in a few days once the > packages are rebuilt. Thanks for the heads up Craig :)!