From owner-freebsd-stable@freebsd.org Sun Aug 20 06:42:00 2017 Return-Path: Delivered-To: freebsd-stable@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 AA00DDE3056 for ; Sun, 20 Aug 2017 06:42:00 +0000 (UTC) (envelope-from aijazbaig1@gmail.com) Received: from mail-io0-x234.google.com (mail-io0-x234.google.com [IPv6:2607:f8b0:4001:c06::234]) (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 7A07175C81 for ; Sun, 20 Aug 2017 06:42:00 +0000 (UTC) (envelope-from aijazbaig1@gmail.com) Received: by mail-io0-x234.google.com with SMTP id c74so43855460iod.4 for ; Sat, 19 Aug 2017 23:42:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=y+tXAVge/6tg4hqwkcjMpvC0lOSIAdaHLLe2ECn8H+Y=; b=cPga7ewIvJdAfMD3TMWfFoDtREFMa0gIF8Q3/0iJ2hnk3SPwukssNW6Vt6rQp0Eb2U DMYm5zGnSvbBFl91Qx2XTmaFzVWcjcgZVIPmHGleiGfoajFaTBUcfe4GWysjeH2Awz3v gya1p+SYwTHvLyOALzce1TQYLM11SkC+YF/S+fY7JRdAAfr6mn5/bphZxcDp5C1QuPy1 sqk7Kei48wqtK+92AmTWWIJJjXr2EJT6D/GnPAhemWg/GS6e1nUQS8FpLQaGBcVj0Eyn Zp2AY20WcX2f/EHamIX0BjL5lkvCZfrr/4bKleZc31YgvcmiXeO65ggvU4R5ekJtRLiS ujgg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=y+tXAVge/6tg4hqwkcjMpvC0lOSIAdaHLLe2ECn8H+Y=; b=qthVh0JfsFvFctVra/VQCmrcFlujLYpWbD2orD92KaJLMNdGO3u/kvVuotPIgX9jEk aApWvbESCELz1EBb7Rlzq2eyJt77OJFUr+FPz4QPTLYctYULv8wsnMRnd4srJDZewqZs CDmw3eMOHnyDrcHI+eqdriO4E8WzLvZnnSmB6nSrMXvvrmfVRbCzg4O7Jg6ZTs3lY2nY COwuxalAP3wLGLtuDvBQLZ3vRa36bd/Xbpu9K08gWu9VjCBZg14DRjodB/HkGeJGXHF7 yXK5s+OV8IhfQHHf6uIazO4ZOyH4w1UzsHEBZ0cMNFy64zgFMc2lz5k8hDc5P+jzBc3V NDPA== X-Gm-Message-State: AHYfb5jZpU3n7rUnnbaKlc3TN3Micowh/VckwPQtNIs55UqktgF5LlEL r9r2oj13v8rARgG6lJNzHReI4rcZjQ== X-Received: by 10.107.6.193 with SMTP id f62mr353727ioi.84.1503211319742; Sat, 19 Aug 2017 23:41:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.2.132.174 with HTTP; Sat, 19 Aug 2017 23:41:59 -0700 (PDT) In-Reply-To: References: From: Aijaz Baig Date: Sun, 20 Aug 2017 12:11:59 +0530 Message-ID: Subject: Re: Error in 'make buildworld' on 10.3 To: Brandon Allbery Cc: freebsd-stable Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2017 06:42:00 -0000 Yes you are right It was because my temp obj dir was hosted on NFS and due to intermittent connectivity issues, I was facing this I believe When I reloaded mountd and started it worked fine but now I am facing another issue I am getting an error while compiling the ATH module saying the file 'ah_osdep.h' file is not there Should I create a new thread or continue here or post on freebsd-wlan? On Wed, Aug 16, 2017 at 3:09 PM, Brandon Allbery wrote: > On Wed, Aug 16, 2017 at 1:46 AM, Aijaz Baig wrote: > >> ===> share/zoneinfo (all) >> cp -fp /usr/src/share/zoneinfo/../../contrib/tzdata//yearistype.sh >> yearistype >> cp: chflags: yearistype: Operation not supported >> *** Error code 1 >> >> (...) >> Looks like it failed while building zoneinfo since apparently >> [file]yearistype[/file] is not supported (*on what? this processor i.e. >> CPUTYPE*??). Is there a way to skip certain packages (like related to >> regional localisations since US-EN is fine with me)?? > > > Nothing to do with yearistype /per se/. Most likely you are booted into a > securelevel that forbids whatever chflags operation was attempted on that > filesystem. > > -- > brandon s allbery kf8nh sine nomine > associates > allbery.b@gmail.com > ballbery@sinenomine.net > unix, openafs, kerberos, infrastructure, xmonad > http://sinenomine.net > -- Best Regards, Aijaz Baig