From owner-freebsd-current@freebsd.org Sun Mar 27 21:02:56 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 B165FADFE84 for ; Sun, 27 Mar 2016 21:02:56 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 27F9D1EF7 for ; Sun, 27 Mar 2016 21:02:55 +0000 (UTC) (envelope-from freebsd@grem.de) Received: (qmail 34453 invoked by uid 89); 27 Mar 2016 20:56:13 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@109.43.3.169) by mail.grem.de with ESMTPA; 27 Mar 2016 20:56:13 -0000 Date: Sun, 27 Mar 2016 22:56:12 +0200 From: Michael Gmelin To: Aleksander Alekseev Cc: freebsd-current@freebsd.org Subject: Re: Need some help with ports and rebuilding the world Message-ID: <20160327225612.713eaa2a@bsd64.grem.de> In-Reply-To: <20160327234202.178df9a4@fujitsu> References: <20160327234202.178df9a4@fujitsu> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) X-Face: $wrgCtfdVw_H9WAY?S&9+/F"!41z'L$uo*WzT8miX?kZ~W~Lr5W7v?j0Sde\mwB&/ypo^}> +a'4xMc^^KroE~+v^&^#[B">soBo1y6(TW6#UZiC]o>C6`ej+i Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEWJBwe5BQDl LASZU0/LTEWEfHbyj0Txi32+sKrp1Mv944X8/fm1rS+cAAAACXBIWXMAAAsTAAAL EwEAmpwYAAAAB3RJTUUH3wESCxwC7OBhbgAAACFpVFh0Q29tbWVudAAAAAAAQ3Jl YXRlZCB3aXRoIFRoZSBHSU1QbbCXAAAAAghJREFUOMu11DFvEzEUAGCfEhBVFzuq AKkLd0O6VrIQsLXVSZXoWE5N1K3DobBBA9fQpRWc8OkWouaIjedWKiyREOKs+3PY fvalCNjgLVHeF7/3bMtBzV8C/VsQ8tecEgCcDgrzjekwKZ7TwsJZd/ywEKwwP+ZM 8P3drTsAwWn2mpWuDDuYiK1bFs6De0KUUFw0tWxm+D4AIhuuvZqtyWYeO7jQ4Aea 7jUqI+ixhQoHex4WshEvSXdood7stlv4oSuFOC4tqGcr0NjEqXgV4mMJO38nld4+ xKNxRDon7khyKVqY7YR4d+Cg0OMrkWXZOM7YDkEfKiilCn1qYv4mighZiynuHHOA Wq9QJq+BIES7lMFUtcikMnkDGHUoncA+uHgrP0ctIEqfwLHzeSo+eUA66AqzwN6n 2ZHJhw6Qh/PoyC/QENyEyC/AyNjq74Bs+3UH0xYwzDUC4B97HgLocg1QLYgDDO1v f3UX9Y307Ew4AHh67YAFFsxEpkXwpXY3eIgMhAAE3R19L919nNnuD2wlPcDE3UeT L2ytEICQib9BXgS2fU8PrD82ToYO1OEmMSnYTjSqSv9wdC0tPYC+rQRQD9ESnldF CyqfmiYW+tlALt8gH2xrMdC/youbjzPXEun+/ReXsMCDyve3dZc09fn2Oas8oXGc Jj6/fOeK5UmSMPmf/jL+GD8BEj0k/Fn6IO4AAAAASUVORK5CYII= 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 21:02:56 -0000 On Sun, 27 Mar 2016 23:42:02 +0300 Aleksander Alekseev wrote: > 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. > What's the output of these commands?: freebsd-version uname -r uname -a grep "define __FreeBSD_version" /usr/include/sys/param.h - Michael -- Michael Gmelin