From owner-freebsd-current@freebsd.org Sun Mar 27 20:49:35 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 87D83ADF76D for ; Sun, 27 Mar 2016 20:49:35 +0000 (UTC) (envelope-from afiskon@devzen.ru) 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 3E4DF1165 for ; Sun, 27 Mar 2016 20:49:34 +0000 (UTC) (envelope-from afiskon@devzen.ru) Received: from [109.70.25.185] (port=44444 helo=fujitsu) by f19.mail.nic.ru with esmtp (Exim 5.55) (envelope-from ) id 1akHVz-000LcC-9g for freebsd-current@freebsd.org; Sun, 27 Mar 2016 23:42:27 +0300 Received: from [188.123.231.37] (account afiskon@devzen.ru HELO fujitsu) by proxy06.mail.nic.ru (Exim 5.55) with id 1akHVy-0002Va-R3 for freebsd-current@freebsd.org; Sun, 27 Mar 2016 23:42:26 +0300 Date: Sun, 27 Mar 2016 23:42:02 +0300 From: Aleksander Alekseev To: freebsd-current@freebsd.org Subject: Need some help with ports and rebuilding the world Message-ID: <20160327234202.178df9a4@fujitsu> 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: Sun, 27 Mar 2016 20:49:35 -0000 Hello I'm using FreeBSD CURRENT because of recent improvements in area of Intel GPUs support in this branch. Also there is a hope that by using CURRENT I can discover some bugs and contribute to FreeBSD project a bit by reporting them. Today I noticed that I can't install anything from ports any longer: ``` $ cd /usr/ports/*/evince $ sudo make -DBATCH configure make: "/usr/ports/Mk/bsd.port.mk" line 1162: UNAME_r (11.0-CURRENT) and OSVERSION (1002000) do not agree on major version number. ``` I thought that maybe something is wrong with portsnap or I did something wrong during one of `mergemaster` steps so I decided to rebuild the world. But now `make -j4 buildworld` fails with following errors: http://lpaste.net/948188758727983104 Also I tried newer CLang (compiled manually from trunk branch) but it didn't manage to compile the world either - it complains about unresolved references during linking. I'm using ld.gold instead of ld, but since it links other projects without any problems I doubt it's his fault. My best guess is that it's because I specified clang-3.9 as CXX and CPP in /etc/make.conf. Unfortunately I didn't managed to find clang++-3.9 or clang-cpp-3.9 after running `ninja install`. So I have two problems --- ports are not working and buildworld is failing. I have run out of ideas currently so a few advices would be appreciated. -- Best regards, Aleksander Alekseev http://eax.me/