From owner-freebsd-current@freebsd.org Sun May 22 23:10:59 2016 Return-Path: Delivered-To: freebsd-current@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 12B3BB3B6D1 for ; Sun, 22 May 2016 23:10:59 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f177.google.com (mail-io0-f177.google.com [209.85.223.177]) (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 DB4BE126E for ; Sun, 22 May 2016 23:10:58 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f177.google.com with SMTP id 190so182091533iow.1 for ; Sun, 22 May 2016 16:10:58 -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:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-transfer-encoding; bh=V9khueRKivPuIMppVj/GftGsJ9i+KoZAJsOhyKOAXpA=; b=gXRDuo0V5O5TzGhrOwrc4YlVTJvHOC4yNhz15jZ87iUyLJDtjdIdxRrj9K+J23hEbv lQAHkyTzauyVrzpAi+YRpiSPhE3jlFYqSh6fRmLZPLO3tUJu1hXQtCM3bfnWnRsZF3S7 lt7t3aE+LvSNSq6FJqLWxyqzHmZ4ml9sjZ6CO0PK8fEIXK0pny05ttz85BjxRVHV8pOj 4gk3ZGEp80UwPcoCnc2gk1eXr8ud2ND+1Mm235JY4FGQvfHgSb0pezjghKhAzjGnxC7z bbwkeTsCHH82gDk6bdfUdP7WzV77Mcg1UjZ98HoNf+EioxgXAHguIxTDfi73Um2lNcJo w/Bw== X-Gm-Message-State: AOPr4FVXTD4GZHDSZS8yV3U2TAnCg1NpqXx6ZXBU4PH5qaAxUE4J65b9TW9323i4N1jPHw== X-Received: by 10.107.162.82 with SMTP id l79mr10061868ioe.193.1463958164577; Sun, 22 May 2016 16:02:44 -0700 (PDT) Received: from mail-io0-f179.google.com (mail-io0-f179.google.com. [209.85.223.179]) by smtp.gmail.com with ESMTPSA id p199sm2963256itc.2.2016.05.22.16.02.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 May 2016 16:02:44 -0700 (PDT) Received: by mail-io0-f179.google.com with SMTP id p64so90558205ioi.2 for ; Sun, 22 May 2016 16:02:44 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.107.46.158 with SMTP id u30mr3387706iou.162.1463958163952; Sun, 22 May 2016 16:02:43 -0700 (PDT) Reply-To: cem@FreeBSD.org Received: by 10.36.205.70 with HTTP; Sun, 22 May 2016 16:02:43 -0700 (PDT) In-Reply-To: References: Date: Sun, 22 May 2016 16:02:43 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Interesting error during installworld From: Conrad Meyer To: Shawn Webb Cc: freebsd-current Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Sun, 22 May 2016 23:10:59 -0000 FreeBSD has tail(1). Does HardenedBSD remove it? Or is /usr/bin missing from your PATH? On Sun, May 22, 2016 at 1:21 PM, Shawn Webb wr= ote: > Hey All, > > I=E2=80=99m getting this error when doing `make installworld` on recent b= uilds of HEAD. It seems that the error is non-critical as installworld does= n=E2=80=99t actually error out. I=E2=80=99m running HardenedBSD 11-CURRENT = on amd64. > > sh: tail: not found > make[4]: "/usr/src/share/mk/bsd.compiler.mk" line 151: warning: "{ echo "= __FreeBSD_cc_version" | cc -m32 -DCOMPAT_32BIT -march=3Di686 -mmmx -msse -= msse2 -L/usr/obj/usr/src/lib32/usr/lib32 --sysroot=3D/usr/obj/usr/src/lib= 32 -B/usr/obj/usr/src/lib32/usr/lib32 -isystem /usr/obj/usr/src/lib32/usr= /include -E - 2>/dev/null || echo __FreeBSD_cc_version; } | tail -n 1" retu= rned non-zero status > > Thanks, > > Shawn Webb > Cofounder and Security Engineer > HardenedBSD > > GPG Key ID: 0x6A84658F52456EEE > GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE >