From owner-freebsd-current@freebsd.org Fri Oct 12 07:20:16 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D957810D5B6A for ; Fri, 12 Oct 2018 07:20:16 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (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 5684A75C98; Fri, 12 Oct 2018 07:20:16 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (mh0.gentlemail.de [IPv6:2a00:e10:2800::a135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id w9C7JpLL077376; Fri, 12 Oct 2018 09:19:51 +0200 (CEST) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 098953C7; Fri, 12 Oct 2018 09:19:50 +0200 (CEST) Subject: Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto To: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= , Jung-uk Kim Cc: Glen Barber , Justin Hibbits , =?UTF-8?B?UmHDumw=?= , freebsd-current@freebsd.org References: <82f64ae7-2e02-59a7-6058-01b33d594517@b2n.org> <20181011190745.GD53700@FreeBSD.org> <20181011153847.76f256df@ralga.knownspace> <20181011164410.6e9a00aa@ralga.knownspace> <20181011223234.GG53700@FreeBSD.org> <20181011225546.GI53700@FreeBSD.org> <20181012005745.GJ53700@FreeBSD.org> <1cc5f351-3037-cc9c-00a8-266bd7967314@FreeBSD.org> <864ldr67sn.fsf@next.des.no> From: Harry Schmalzbauer Organization: OmniLAN Message-ID: Date: Fri, 12 Oct 2018 09:19:50 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <864ldr67sn.fsf@next.des.no> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]); Fri, 12 Oct 2018 09:19:51 +0200 (CEST) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: ; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Fri, 12 Oct 2018 07:20:17 -0000 Am 12.10.2018 um 07:41 schrieb Dag-Erling Smørgrav: > Jung-uk Kim writes: >> I forgot to patch one more file, i.e., Makefile.inc1. Please try the >> attached patch instead. > Thanks, I missed that too. > > DES Even with 339326 (adjusting Makefile.inc1) I get the foollowing build error (compiling 339326-amd64 on stable/11-amd64): building shared library libprivateldns.so.5 cc -target x86_64-unknown-freebsd12.0 --sysroot=/usr/local/share/deploy-tools/obj/HEAD-S12RP/usr/local/share/deploy-tools/HEAD/src /amd64.amd64/tmp -B/usr/local/share/deploy-tools/obj/HEAD-S12RP/usr/local/share/deploy-tools/HEAD/src/amd64.amd64/tmp/usr/bin -f stack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel  -o libprivateldns.so.5.full -Wl,-soname,libp rivateldns.so.5  `NM='nm' NMFLAGS='' lorder buffer.pico dane.pico dname.pico dnssec.pico dnssec_sign.pico dnssec_verify.pico dnsse c_zone.pico duration.pico error.pico higher.pico host2str.pico host2wire.pico keys.pico net.pico packet.pico parse.pico radix.pico  rbtree.pico rdata.pico resolver.pico rr.pico rr_functions.pico sha1.pico sha2.pico str2host.pico tsig.pico update.pico util.pico wire2host.pico zone.pico b64_ntop.pico b64_pton.pico |  tsort -q` -lssl  -lcrypto /usr/local/share/deploy-tools/obj/HEAD-S12RP/usr/local/share/deploy-tools/HEAD/src/amd64.amd64/tmp/usr/bin/ld: error: unable to fi nd library -lssl cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [libprivateldns.so.5.full] Error code 1 Thanks, -harry