From owner-freebsd-stable@FreeBSD.ORG Wed Jan 14 07:41:27 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DFF0E122 for ; Wed, 14 Jan 2015 07:41:27 +0000 (UTC) Received: from nm19-vm7.access.bullet.mail.bf1.yahoo.com (nm19-vm7.access.bullet.mail.bf1.yahoo.com [216.109.115.102]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E4E4759 for ; Wed, 14 Jan 2015 07:41:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s2048; t=1421221130; bh=+l09pVBnjK8kR5B2C7Is+jBmQTsoY1I3DoV+/gXH4do=; h=Date:From:To:CC:References:Subject:From:Subject; b=ks91Ada/bxNuOHuX6ZPJaGyvvpMSNK4+BhTelvnbJ9qP7SoXA4d801GqfjkW2/Qzlv6sSWEI/zN9ivEDWXgvr4OR2WTEmAzEuHpbmX5zxtQAVXYxYHO+RSA/1Ii+XnJoNAdDhHAI6vx5SDlwNGgJ6cdDOHBj/JfbjY26LiId6wLTZa/HrDLSsyAgzgVZzF6ryy/cvEDHdvswvPAJ5JCKV9w2P2KPw9mcHFHiT3XaDnUa8Xt2DNdOtmkIZ/A91dSOq2px87qyAfBac6e0IUH4I/nFC64Y6dNy73x3Xg60cYbj27W45G/hQER/YzI7vz4g3RyuEfbPPAJ5ypPPLtdB1A== Received: from [66.196.81.165] by nm19.access.bullet.mail.bf1.yahoo.com with NNFMP; 14 Jan 2015 07:38:50 -0000 Received: from [98.138.226.241] by tm11.access.bullet.mail.bf1.yahoo.com with NNFMP; 14 Jan 2015 07:38:50 -0000 Received: from [127.0.0.1] by smtp112.sbc.mail.ne1.yahoo.com with NNFMP; 14 Jan 2015 07:38:50 -0000 X-Yahoo-Newman-Id: 25905.40218.bm@smtp112.sbc.mail.ne1.yahoo.com Message-ID: <25905.40218.bm@smtp112.sbc.mail.ne1.yahoo.com> Date: Tue, 13 Jan 2015 23:38:50 -0800 (PST) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 1b5oVu4VM1lPqwFaOmbITmJBfwDmyjQar0eTsPKs3uERHhz _DRqaPa2bBREuMOldXdnjwM8a9moNMjjjfMLnOS0fQDYmOAZj.gtzuLWj8H_ Zhh76eCbm94BC3lgpsK.Q0GrahOmoRZfiNKemx7X4YgtRnjpv4jhsW62tlMa _Shb9XYdEeMqk1OARcIVRtuMtTpDDtcjBcAcP9saFIX5rXwNgMH5HtG7POzv 2hJCZcvwsbUQUGCLnH9zeKWIXARIBYiamkMXn8dk1g3WrDbNRRDO43.iaOwc YGcp650WHoRlIocZfsXJGyQJoRYnmx66nkISY92vqBiUyEwhCx198D79hJDM EAS7IWfeH4SZnZ6C4HAaWVUajA.bLVAeJLMO1mNT497hOV6LLIRgR0aHCXhD 9_oOlnwbJxzBiitufN98vY72DE5T.KHKHIZkBPDsyyqh.88ia2dLxCuqCKMw MXX.rNboX7obDCF3n.LG91mJdC44uAs1dAe9.AjKTYaupmQv2cxsozxxPgrs 2a4xAf4zob1nFCIk7Wt4oTtxuHxbB5rP2_9ZsWt5v6EoZmUXK5qb8uFivqg- - X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- From: "Thomas Mueller" To: freebsd-stable@freebsd.org References: <20150113223353.GF1151@albert.catwhisker.org> Subject: Re: Can't make buildworld: very quick error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2015 07:41:28 -0000 My original post didn't appear on the list as downloaded, but one response indicates it made the list. Anyway, I found the reason for the buildworld failure as I was later unable to update ports, even pkg, with portmaster. Filesystem was corrupted, as evidenced by booting back to 10.1-STABLE amd64 and running fsck_ffs -y on the partition in question, not mounted. I kept getting errors on unreadable sectors, and it might have gone on forever had I not stopped it with Ctrl-C. Corrupted installation, 10-STABLE i386, was on a 32 GB Kingston Data Traveler USB 3.0. So all I can do is give up on this USB stick, it looks kaputt. End of story on this issue. Tom