From owner-freebsd-stable@FreeBSD.ORG Sun May 3 11:47:25 2015 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27C19524 for ; Sun, 3 May 2015 11:47:25 +0000 (UTC) Received: from mail-ig0-f171.google.com (mail-ig0-f171.google.com [209.85.213.171]) (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 E79F11474 for ; Sun, 3 May 2015 11:47:24 +0000 (UTC) Received: by igbyr2 with SMTP id yr2so66807168igb.0 for ; Sun, 03 May 2015 04:47:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=SQ22h3Aqk59PboQX9Y3t74d2Wrx6EuMxnXuF8K0/7zI=; b=IiCkT6WE4hqS3CnlZRdxb4hq8RtoPENGvR4L7cMh9YUf5G6ocNwDqNVSw1J0hEgk76 8xrwPVLU79A31X3pQjsa4SPYO4n8w+zl2xmkwBPumRGX5mfujufU4hPWkaF7oThaWv0J TydRn+jghIyHBMKCuOEUcHzVns2RuTy45wyd5TTjtoQ149IYuXkvZMrUUHXSqKGfFAgO dTOzLgJGdzfxvw2AUQCjQgGCts8nmuSe+ibfh93xiExUhQOur8PgbevZXV6lyXJgI2jl +rCAjApGZBcm+OnupLGutaIz1BOEz7vXOemFaubGb+PctwZBiPxbL6me0fBNw8rySR1+ X7Fw== X-Gm-Message-State: ALoCoQn0tOq2lTvVPEeX4lIlPuwKdt6uW4FTkGPk/59zstyOaFdxD0ewg+oQwg06jC9GfdPMdfar MIME-Version: 1.0 X-Received: by 10.43.60.76 with SMTP id wr12mr23247753icb.83.1430653638740; Sun, 03 May 2015 04:47:18 -0700 (PDT) Received: by 10.79.11.6 with HTTP; Sun, 3 May 2015 04:47:18 -0700 (PDT) In-Reply-To: References: Date: Sun, 3 May 2015 13:47:18 +0200 Message-ID: Subject: Re: include/rpcsvc - mkdir: /usr/obj/lib32: Permission denied From: Oliver Pinter To: Will Andrews Cc: stable@freebsd.org, Glen Barber , Bryan Drewery Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 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, 03 May 2015 11:47:25 -0000 On 5/3/15, Will Andrews wrote: > Hi, > > That change has not yet been MFC'd. (It's on my list along with other > commits.) Yes, I known. But this would be a possible fix to my problem. > > --Will. > > On Sat, May 2, 2015 at 12:20 PM, Oliver Pinter > wrote: >> On 5/2/15, Oliver Pinter wrote: >>> On 5/2/15, Oliver Pinter wrote: >>>> Hi all! >>>> >>>> I try to build a modified 10-STABLE with jenkins, but I got the error >>>> in the subject. >>>> You can find the full build log under this link: >>>> http://jenkins.hardenedbsd.org:8180/jenkins/job/HardenedBSD-10-experimental-amd64/1/console >>>> >>>> If you need more info, please ping me, or write to core@hardenedbsd.org >>>> . >>>> >>>> Thanks you, >>>> Oliver >>>> >>> >>> Seems like something LIB32_OBJTREE related changes are missing from >>> 10-STABLE's Makefile.inc1... >>> >> >> Especially this commit: >> commit ad4df7fd320711af1c0e3bf59b9c7274c0cf95ae >> Author: will >> Date: Thu Sep 18 01:57:36 2014 +0000 >> >> Root the lib32 object tree under the overall object tree. >> >> This enables a common root directory for all object files for a given >> tree, >> which eases sharing a common MAKEOBJDIRPREFIX, and cleaning up of >> object trees. >> >> In particular, one can simply (from the source directory) rm -rf >> /usr/obj$(pwd) >> to destroy all object files for it. Or to copy/sync files, etc. >> >> Reviewed by: bdrewery >> CR: https://reviews.freebsd.org/D796 >> MFC after: 1 month >> Sponsored by: Spectra Logic >