From owner-freebsd-current@FreeBSD.ORG Tue Oct 1 13:37:49 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 99F7F772 for ; Tue, 1 Oct 2013 13:37:49 +0000 (UTC) (envelope-from vsityz@gmail.com) Received: from mail-ea0-x235.google.com (mail-ea0-x235.google.com [IPv6:2a00:1450:4013:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3405D2BB2 for ; Tue, 1 Oct 2013 13:37:49 +0000 (UTC) Received: by mail-ea0-f181.google.com with SMTP id d10so3431061eaj.40 for ; Tue, 01 Oct 2013 06:37:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:subject:content-type:content-transfer-encoding; bh=QrDY4wDmDescxuTyagDkgE/voyBF3NZay5a1MCkILsA=; b=QUxHTboJSArBaOOzgdOXrNd0472D9pKHCwYU2IZ0/xeF9sSOWIjJE9WaAnsXv89Tdl szjG8rjrxLO7RSQ3wRRzN6yFHgh5RnrlIBfTRypoW9luvZAm6Zm8lAAhtzbBA7WiFBRM Bim1gqacW3UqL4fHlThU1KNZ6PHxcvLbX0vEphKgpucSrguw3ABlrghUwNh51iinrb+B e/ycidSNeXRRlh1W/GmEVlBGm47sYZJX57e+4WSJKTmCVHjWuxU/ENz5VYeEtCJIc3vI GWSerb/KdkB6aFrt43gOZL7b9wVh3FhaCYqiZXkK6U2bZ9qdgMstmNf0kdZPt+BDxdmx OXHw== X-Received: by 10.14.241.141 with SMTP id g13mr2954835eer.75.1380634667442; Tue, 01 Oct 2013 06:37:47 -0700 (PDT) Received: from scorpion.kiev.ua ([130.185.3.212]) by mx.google.com with ESMTPSA id d8sm13387038eeh.8.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Oct 2013 06:37:45 -0700 (PDT) Message-ID: <524AD026.5070403@gmail.com> Date: Tue, 01 Oct 2013 16:37:42 +0300 From: Alexander Panyushkin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: CURRENT r 255964 not build Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 01 Oct 2013 13:37:49 -0000 CURRENT r 255964 world not build clang -O2 -pipe -march=athlon64-sse3 -mtune=athlon64-sse3 -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -include ssh_namespace.h -DHAVE_LDNS=1 -std=gnu99 -Qunused-arguments -fstack-protector -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o gss-genr.o -lssh -lutil -lldns -lcrypt -lcrypto -lz /usr/obj/usr/src/tmp/usr/lib/private/libldns.so: undefined reference to `ldns_b64_pton_calculate_size' /usr/obj/usr/src/tmp/usr/lib/private/libldns.so: undefined reference to `ldns_b64_ntop_calculate_size' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[5]: stopped in /usr/src/secure/usr.bin/ssh *** Error code 1