From owner-freebsd-current@FreeBSD.ORG Fri Feb 27 17:49:57 2015 Return-Path: Delivered-To: freebsd-current@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 A51DD49B for ; Fri, 27 Feb 2015 17:49:57 +0000 (UTC) Received: from mail-pd0-x22f.google.com (mail-pd0-x22f.google.com [IPv6:2607:f8b0:400e:c02::22f]) (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 6CA3CD02 for ; Fri, 27 Feb 2015 17:49:57 +0000 (UTC) Received: by pdbfp1 with SMTP id fp1so22572416pdb.5 for ; Fri, 27 Feb 2015 09:49:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=MVhk/Ro8VsOnTuLjcorI5hiPt5HG1oPhCpX9FVy4Sx0=; b=wpDpGpyZh6pU0MqsEP33TgzZ9UHd0dgBtBGB8yzlWJlEXPTPLApbmJgg4cyMb8rEXy gPIwOCq1F3fzxMsc0kZMBGuE9AgWQwDMliRmxJb1XmyhHGB2q5ajCc61Tm/UMGozy9Vy v/UnmTCKEhM5v8VQJC8S3+G3OKzIxxFL2V1n/z3ZzrCXH43VeUFM3f+cXl1gQIp657+4 VNhDWxTrxBUCR3K069ogk95m+iYdhEp3i91WacO85JqDKvDe31a1fLZWD5Y7amKEBqZ6 rVq0Ep7RWuSTrA/2zS51KIVUx05qfRFotJaY2sZqZlfbFRQcoqIA7srHJXxN4Wn29uVN NQkQ== X-Received: by 10.66.118.129 with SMTP id km1mr26058050pab.112.1425059396928; Fri, 27 Feb 2015 09:49:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.66.237.39 with HTTP; Fri, 27 Feb 2015 09:49:36 -0800 (PST) In-Reply-To: <201502271504.t1RF4gLR008333@pozo.com> References: <19E33DDA-E850-466F-9BD9-EB7ED257E428@gmail.com> <201502271504.t1RF4gLR008333@pozo.com> From: Arseny Nasokin Date: Fri, 27 Feb 2015 21:49:36 +0400 Message-ID: Subject: Re: Current build world failed: bsdxml is missing? To: Manfred Antar Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-current , Garrett Cooper X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2015 17:49:57 -0000 On 27 February 2015 at 18:04, Manfred Antar wrote: > At 03:51 AM 2/27/2015, Arseny Nasokin wrote: > > > >Hi guys, > > > >I've found the reason and I've fixed it. > > > >The reason is I build world with WITHOUT_DYNAMIC_ROOT option. The library > >libgeom depends on libbsdxml and libsbuf which will not linked to target > >program in this case. > > > >I have the patch for several programs in sbin and usr.sbin to fix this > >problem. > > > > > >-- Eir Nym > > It would be nice if someone fixed this, it's been broken for quit awhile > The WITHOUT_DYNAMIC_ROOT option. > If I want static root, have to patch a few makefiles in bin and sbin. > Thanks > > ======================== > || null@pozo.com || > || || > ======================== > > > > Hi, I've created PR 198078 for this particular bug and PR 198079 to add Jenkins target to build WITHOUT_DYNAMIC_ROOT option. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198078 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198079 -- Eir Nym