From owner-freebsd-current@freebsd.org Tue Mar 29 14:29:06 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 6EB08AE0C04 for ; Tue, 29 Mar 2016 14:29:06 +0000 (UTC) (envelope-from mail@eax.me) Received: from relay15.nicmail.ru (relay15.nicmail.ru [195.208.5.161]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 224081F53; Tue, 29 Mar 2016 14:29:05 +0000 (UTC) (envelope-from mail@eax.me) Received: from [109.70.25.185] (port=34027 helo=fujitsu) by f19.mail.nic.ru with esmtp (Exim 5.55) (envelope-from ) id 1akudh-0003Cx-B5; Tue, 29 Mar 2016 17:29:01 +0300 Received: from [93.174.131.138] (account mail@eax.me HELO fujitsu) by proxy06.mail.nic.ru (Exim 5.55) with id 1akudh-00018d-CZ; Tue, 29 Mar 2016 17:29:01 +0300 Date: Tue, 29 Mar 2016 17:28:35 +0300 From: Aleksander Alekseev To: Michael Gmelin Cc: Dimitry Andric , Gary Jennejohn , freebsd-current@freebsd.org Subject: Re: Need some help with ports and rebuilding the world Message-ID: <20160329172835.6526c345@fujitsu> In-Reply-To: <20160329160201.292052a1@bsd64.grem.de> References: <20160327234202.178df9a4@fujitsu> <20160327225612.713eaa2a@bsd64.grem.de> <20160328084735.29eff991@fujitsu> <20160328094742.68bc9046@ernst.home> <20160328170031.023f0adb@fujitsu> <20160329123821.120d8de8@fujitsu> <72586F27-113D-4225-B7AB-A890C9522CD5@FreeBSD.org> <20160329165318.2af443c4@fujitsu> <20160329160201.292052a1@bsd64.grem.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 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: Tue, 29 Mar 2016 14:29:06 -0000 > Do you still have your old make.conf for comparison? Sure. Current make.conf: ``` CPUTYPE?=native CFLAGS+=-O2 -pipe CXXFLAGS+=-O2 -pipe ``` Old make.conf: ``` CC=/usr/bin/clang CXX=/usr/bin/clang++ CPP=/usr/bin/clang-cpp CPUTYPE?=native CFLAGS+=-O2 -pipe CXXFLAGS+=-O2 -pipe ``` Just re-checked link from one of my previous messages: > ... but I got same errors using system clang 3.4.1: > http://pastebin.com/raw/zz5UGsQV > I'm at r297373 currently. So I'm certain it was /usr/bin/clang and family. For the record previously I always did ` sudo rm -rf /usr/obj ` before ` sudo time make -j2 buildworld `. I use sudo for buildworld since /usr/src is read-only for regular users. > Also, what is your PATH environment variable set to? $ echo $PATH /home/eax/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/eax/bin $ sudo env | grep PATH Password: PATH=/home/eax/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/eax/bin -- Best regards, Aleksander Alekseev http://eax.me/