From owner-freebsd-stable@freebsd.org Thu Sep 22 23:31:37 2016 Return-Path: Delivered-To: freebsd-stable@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 88FADBE64EC for ; Thu, 22 Sep 2016 23:31:37 +0000 (UTC) (envelope-from chris@stankevitz.com) Received: from mango.stankevitz.com (mango.stankevitz.com [208.79.93.194]) by mx1.freebsd.org (Postfix) with ESMTP id 7C45FF21 for ; Thu, 22 Sep 2016 23:31:37 +0000 (UTC) (envelope-from chris@stankevitz.com) Received: from Chriss-MacBook-Pro.local (209-203-101-124.static.twtelecom.net [209.203.101.124]) by mango.stankevitz.com (Postfix) with ESMTPSA id 8E01E706A9 for ; Thu, 22 Sep 2016 16:22:48 -0700 (PDT) From: Chris Stankevitz To: freebsd-stable@freebsd.org Subject: Source upgrade to 10.3: Undefined symbol "__set_error_selector" Message-ID: <736b94be-3e0b-5723-d89d-fc1dd0584b10@stankevitz.com> Date: Thu, 22 Sep 2016 16:22:47 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 23:31:37 -0000 FYI (issue is resolved so I'm just reporting for posterity)... I have four offline ("air gapped") FreeBSD systems with nearly identical hardware. Two started life as 10.1-RELEASE and the other two started life as 10.2-RELEASE. All are kept up to date by bringing over /usr/src for their associated releases (using 'svn co https://svn.freebsd.org/base/releng/10.x') and make/buildworld. All were upgraded to 10.3-p5 and failed 'make installworld' with: /lib/libthr.so.3: Undefined symbol "__set_error_selector" All resolved with 'cd /usr/src/lib/libc && make install && cd /usr/src && make installworld' Chris