From owner-freebsd-arm@freebsd.org Tue Jun 5 06:13:33 2018 Return-Path: Delivered-To: freebsd-arm@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 D2073FDF34F for ; Tue, 5 Jun 2018 06:13:32 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic309-15.consmr.mail.bf2.yahoo.com (sonic309-15.consmr.mail.bf2.yahoo.com [74.6.129.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 726B782D30 for ; Tue, 5 Jun 2018 06:13:32 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: P4DuEqoVM1lvLrc00rcZ3Uji9BYFnQXRlDbhkM6tXZ7vlm3kgSY.6Avm_ngAWes BWozmLSico0v4tkW.ai6bIzS2R6Le0wH9AW1ZbD0rb5xySRol5WNPskXvLiFjxCX2yKX5gqJnBxn _AK5mYmj2UXsvfNAgmQMPM1bOuPQUmOhFxZNvcnp1wNRgo18vUGPPi5cHkmhXDciKhSADUGHH_dU jQvRoYaOGi5tJYQ2sMr3JWjy7qM_k_c7eg8Xz1MIU0YN_wJphz0koNMp9WNZ7kZF9hOfPEhNjMmw Dw7fGNJ1scwwfrYWG.x9_enm7HZssI3Dzn0zFojkcjJnTZce34RLT8lLMsw2IUiHeeys8Qrfs0iM HviT8dfht8Du1UorPuIe.ZHWQ_.9UQXEkT5hTQyIMPebwfPexWiVq3OCE4sZkJL.8mfG3Iria00S VA3uWU1IsKyzdHbgcpKS8xcEEI0ktXczJ.qU59YcF_IyIBTJGIoD8dZ7l9O6PKS88QBfc0_rEu77 sczzsNvXG0fZn6Q0TIN0LqSBE2d2RsS6Z8sZ6ATPEmAt2qET3DdGx.7PPq2uCd4vpBFWqQD2io1F h5WT9D2ozI0O.Vx.SNBpUfbr8zJkWOGBCyHCzWOCiT1POzqEaq6RnCY3ETZStWJcxFufeF0qYEzn 09PQ0Ucer1miH7J0JFGY5g5D0Y5t3M3Vwl4mvISTbKYY.ICoOcA1K1_BhijtSv.aS_.0_OSYKQax NAygMu8qaIwF5I68REpK5FeYBZ_ADCvg.gcybI4zvciYVpNllrwjwB_HEjMaSB000D.pPVcdvXxd dIXsnh_RGWHtV7vyjCpQJyYqTMcKDDwDGbyArOnwA3fbw_GQ8ZsKOlwqmPC_8t1mgNkOi8oL6UVO FhmbQZsPq3H_Ap1vKC9gNzAgOlzXq2HgTCEs.NI7U_NJxPZVW9f7iHo3iVZ.QqABz Received: from sonic.gate.mail.ne1.yahoo.com by sonic309.consmr.mail.bf2.yahoo.com with HTTP; Tue, 5 Jun 2018 06:13:26 +0000 Received: from ip70-189-131-151.lv.lv.cox.net (EHLO [192.168.0.109]) ([70.189.131.151]) by smtp418.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 3e73c57f710c39fcb84ed8cdb9e60688; Tue, 05 Jun 2018 06:13:24 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.4 \(3445.8.2\)) Subject: Re: svn commit: r334626 - in head: . . . [brk_test fails to build for aarch64 and stops build: no brk or sbrk to test, so undefined symbols] Message-Id: <1731A84F-4278-43F5-B498-C3501081E783@yahoo.com> Date: Mon, 4 Jun 2018 23:13:22 -0700 To: Mark Johnston , freebsd-arm@freebsd.org, FreeBSD Current X-Mailer: Apple Mail (2.3445.8.2) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 06:13:33 -0000 =46rom ci.freebsd.org for a -r334626 + builds: --- brk_test.full --- cc -target aarch64-unknown-freebsd12.0 = --sysroot=3D/usr/obj/usr/src/arm64.aarch64/tmp = -B/usr/obj/usr/src/arm64.aarch64/tmp/usr/bin -O2 -pipe -g = -std=3Diso9899:1999 -fstack-protector-strong -Wsystem-headers -Werror = -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign = -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable = -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality = -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef = -Wno-address-of-packed-member -Wno-switch -Wno-switch-enum = -Wno-knr-promoted-parameter -Qunused-arguments -o brk_test.full = brk_test.o -lprivateatf-c /usr/obj/usr/src/arm64.aarch64/tmp/usr/bin/ld: error: undefined symbol: = brk >>> referenced by brk_test.c:52 = (/usr/src/lib/libc/tests/sys/brk_test.c:52) >>> brk_test.o:(atfu_brk_basic_body) /usr/obj/usr/src/arm64.aarch64/tmp/usr/bin/ld: error: undefined symbol: = sbrk >>> referenced by brk_test.c:55 = (/usr/src/lib/libc/tests/sys/brk_test.c:55) >>> brk_test.o:(atfu_brk_basic_body) . . . (and many more) . . . =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)