From owner-freebsd-current@freebsd.org Wed Jan 10 07:13:28 2018 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 7504FE6DF9B for ; Wed, 10 Jan 2018 07:13:28 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (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 525912C48 for ; Wed, 10 Jan 2018 07:13:27 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id w0A7DfO9076987 for ; Tue, 9 Jan 2018 23:13:47 -0800 (PST) (envelope-from bsd-lists@BSDforge.com) X-Mailer: UDNSMS MIME-Version: 1.0 In-Reply-To: From: "Chris H" Reply-To: bsd-lists@BSDforge.com To: "FreeBSD Current" Subject: Re: libc.so.7: undefined reference to `rpc_call' Date: Tue, 09 Jan 2018 23:13:47 -0800 Message-Id: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 10 Jan 2018 07:13:28 -0000 On Tue, 09 Jan 2018 18:30:49 -0800 said > Apologies in advance, as this is on RELENG_11=2E But I'm not on the releng > list=2E > I get > libc=2Eso=2E7: undefined reference to `rpc_call' > building world on a jail I created to update some older boxes that are we= ll > past due=2E The jail(8) host is running a recent -CURRENT, and the jail is > running 11=2E1 from the most recent install media for releng=2E >=20 > Is this a known problem? If at all possible I'd like to stay as close > to the version of 11 I'm currently attempting to build=2E Anyway, any > information > is greatly appreciated=2E >=20 Here's some better context: cc -target x86_64-unknown-freebsd11=2E1 --sysroot=3D/usr/obj/usr/src/tmp -B/u= sr/obj/usr/src/tmp/usr/bin -O2 -pipe -D_INCOMPLETE_XOPEN_C063 -I/usr/src/li= b/libnetbsd -I/usr/src/contrib/netbsd-tests -g -std=3Dgnu99 -fstack-protect= or-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized= -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-v= ariable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equali= ty -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno= -address-of-packed-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-pa= rameter -Qunused-arguments -L/usr/obj/usr/src/lib/libnetbsd -o faccessat_t= est=2Efull t_faccessat=2Eo -lprivateatf-c -L/usr/obj/usr/src/lib/libnetbsd -ln= etbsd /usr/obj/usr/src/tmp/lib/libc=2Eso=2E7: undefined reference to `rpc_call' cc: error: linker command failed with exit code 1 (use -v to see invocation= ) >=20 >=20 --Chris