From owner-freebsd-hackers@freebsd.org Fri Apr 6 11:05:49 2018 Return-Path: Delivered-To: freebsd-hackers@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 44CE4F9C5D4 for ; Fri, 6 Apr 2018 11:05:49 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C307074652 for ; Fri, 6 Apr 2018 11:05:48 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from coleburn.home.andric.com (coleburn.home.andric.com [192.168.0.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id F0D0644DBF; Fri, 6 Apr 2018 13:05:40 +0200 (CEST) From: Dimitry Andric Message-Id: <54034076-5964-4A06-94FA-1D56E284EE96@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_6F848AAA-AFAC-4D7C-A7F0-E25476750616"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: mips.mips64elhf and mips.mips64el buildworld Date: Fri, 6 Apr 2018 13:05:40 +0200 In-Reply-To: <201804060559.w365xY0T039346@slippy.cwsent.com> Cc: freebsd-hackers@freebsd.org To: Cy Schubert References: <201804060559.w365xY0T039346@slippy.cwsent.com> X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2018 11:05:49 -0000 --Apple-Mail=_6F848AAA-AFAC-4D7C-A7F0-E25476750616 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 6 Apr 2018, at 07:59, Cy Schubert wrote: >=20 > In message , Dimitry > Andric writes: ... >>=20 >> FWIW, a clean head checkout as of r332035 can build world just fine = for >> mips.mips64elhf, that is with __MAKE_CONF and SRCCONF both set to >> /dev/null. So it's likely due to your changes, I'll try those = tomorrow. >=20 > Agreed. I might be onto it. Building to verify my hypothesis. Adding your changes leads to the following buildworld error, at first: --- includes_subdir_kerberos5/lib --- install: target directory = `/home/dim/obj/head/home/dim/src/head/mips.mips64elhf/tmp/usr/include/priv= ate/asn1/' does not exist usage: install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner] [-M log] [-D dest] [-h hash] [-T tags] [-B suffix] [-l linkflags] [-N dbdir] file1 file2 install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner] [-M log] [-D dest] [-h hash] [-T tags] [-B suffix] [-l linkflags] [-N dbdir] file1 ... fileN directory install -dU [-vU] [-g group] [-m mode] [-N dbdir] [-o owner] [-M log] [-D dest] [-h hash] [-T tags] directory ... --- includes_subdir_kerberos5/usr.bin --- --- includes_subdir_kerberos5/usr.bin/kinit --- =3D=3D=3D> kerberos5/usr.bin/kinit (includes) --- includes_subdir_kerberos5/lib --- *** [_INCSINS] Error code 64 so I added that directory to mtree, using: Index: etc/mtree/BSD.usr.dist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- etc/mtree/BSD.usr.dist (revision 332040) +++ etc/mtree/BSD.usr.dist (working copy) @@ -9,6 +9,8 @@ .. include private + asn1 + .. bsdstat .. event but then it leads to many errors like the following: --- common.pico --- In file included from = /home/dim/src/head/crypto/heimdal/lib/ipc/common.c:36: /home/dim/src/head/crypto/heimdal/lib/ipc/hi_locl.h:57:25: error: = asn1-common.h: No such file or directory and: --- client.o --- /home/dim/src/head/crypto/heimdal/lib/ipc/client.c: In function = 'unix_socket_ipc': /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:384: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:384: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:384: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:384: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:384: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:384: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:391: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:392: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:396: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:396: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:396: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:405: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:406: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:407: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:407: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:408: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:410: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:410: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:410: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:413: error: = dereferencing pointer to incomplete type /home/dim/src/head/crypto/heimdal/lib/ipc/client.c: In function = 'heim_ipc_async': /home/dim/src/head/crypto/heimdal/lib/ipc/client.c:562: error: storage = size of 'rcv' isn't known E.g. for some reason the required headers aren't found anymore. I never get to the stage where linking fails, in any case. :) -Dimitry --Apple-Mail=_6F848AAA-AFAC-4D7C-A7F0-E25476750616 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCWsdUhAAKCRCwXqMKLiCW ozc5AJ0UUGlxiniSfonfrVp5hYxfzE2E/wCgsw/oN58H3QVqsWB3kKHNuntv3yg= =Mqtn -----END PGP SIGNATURE----- --Apple-Mail=_6F848AAA-AFAC-4D7C-A7F0-E25476750616--