From owner-freebsd-stable@FreeBSD.ORG Sat May 2 18:20:12 2015 Return-Path: Delivered-To: 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 12708CB1 for ; Sat, 2 May 2015 18:20:12 +0000 (UTC) Received: from mail-ie0-f172.google.com (mail-ie0-f172.google.com [209.85.223.172]) (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 D9FA113CF for ; Sat, 2 May 2015 18:20:11 +0000 (UTC) Received: by iecrt8 with SMTP id rt8so107396443iec.0 for ; Sat, 02 May 2015 11:20:05 -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=9J9gRHEh/9xUSJ66J7+5c2dTCIIE6PngKKqCXeTLSN4=; b=NgaS3l4OM8ML74kLXH5ag9MHKpHuMXkcEzm09q/G23QmKBNCG4NdxDDqh9GmqX1/yY xpegov77yJ4Ni2bBQ0DQEbkESuwljvx+bgB8R0+E8Cm1bfgBrLon+wJtvPnhmyUyUYaL i/OLlfRAiJRVP9a17qf/Dcw92TSR7q1Z0Xveoocc+57yNmJtpmJFXQsxa0VQILb9PI1y wguwKnV39vY/b7+2H48lAzDIKZZgmgOrECdlBxb2FkIP1idqf3cHEQ2WwNNf8UgX8TEl N+Ut/cl2ya71LSJ/R+f5VnzbWBlj3ptTOxDgo/XI2pTVREkPqJED2bOhnKyj4n8CJkdr 7/CQ== X-Gm-Message-State: ALoCoQlavAR4jNlMQdTx5z53vOUMfy+gYzMIXgQFUr8X0CH5KNRIRuCF4kaeGredOhAVojiedMM0 MIME-Version: 1.0 X-Received: by 10.43.173.70 with SMTP id ob6mr20784677icc.45.1430590805153; Sat, 02 May 2015 11:20:05 -0700 (PDT) Received: by 10.79.11.6 with HTTP; Sat, 2 May 2015 11:20:05 -0700 (PDT) In-Reply-To: References: Date: Sat, 2 May 2015 20:20:05 +0200 Message-ID: Subject: Re: include/rpcsvc - mkdir: /usr/obj/lib32: Permission denied From: Oliver Pinter To: stable@freebsd.org Cc: will@FreeBSD.org, gjb@freebsd.org, bdrewery@freebsd.org 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: Sat, 02 May 2015 18:20:12 -0000 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