From owner-freebsd-embedded@freebsd.org Tue Jan 3 17:25:57 2017 Return-Path: Delivered-To: freebsd-embedded@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 6DD13C9D1CD for ; Tue, 3 Jan 2017 17:25:57 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E45D1E49 for ; Tue, 3 Jan 2017 17:25:57 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [192.168.0.6] (67-0-226-66.albq.qwest.net [67.0.226.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 0FC1E1928BA for ; Tue, 3 Jan 2017 17:25:56 +0000 (UTC) Subject: Re: cross compiling ports/pkgs under qemu-bsd-user References: <8665b472-354f-2078-5d40-226583348683@freebsd.org> <20161231081047.025b9c1b@thor.walstatt.dynvpn.de> To: freebsd-embedded From: Sean Bruno Message-ID: <0d3f69df-cc9f-0d80-3b99-a284808db44e@freebsd.org> Date: Tue, 3 Jan 2017 10:25:53 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161231081047.025b9c1b@thor.walstatt.dynvpn.de> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="nT2QGlck99AonlI5tdKVQ59uLMEnb6AOR" X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2017 17:25:57 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --nT2QGlck99AonlI5tdKVQ59uLMEnb6AOR Content-Type: multipart/mixed; boundary="7fDD8Cu39nLM12W3WAXcHg6hXtSCfnkBm"; protected-headers="v1" From: Sean Bruno To: freebsd-embedded Message-ID: <0d3f69df-cc9f-0d80-3b99-a284808db44e@freebsd.org> Subject: Re: cross compiling ports/pkgs under qemu-bsd-user References: <8665b472-354f-2078-5d40-226583348683@freebsd.org> <20161231081047.025b9c1b@thor.walstatt.dynvpn.de> In-Reply-To: <20161231081047.025b9c1b@thor.walstatt.dynvpn.de> --7fDD8Cu39nLM12W3WAXcHg6hXtSCfnkBm Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 12/31/16 00:10, O. Hartmann wrote: > MIPS builds are broken at the moment if distfiles haven't already been > fetched. The issue is that r308996 added AI_ADDRCONFIG to host look up= s > making the silent failure in MIPS emulation a critical failure. e.g. > "ifconfig -a" never has worked, and now its required. I'm working on > fixing this but there's a lot of flipping/bopping/twisting required to > make the entire data structure big/little endian safe at the moment. >=20 > So, if you need to build mips packages, fetch all your distfiles first > and you *should* be able to build safely with the current release. Just added this to the issue tracker so I don't forget it: https://github.com/seanbruno/qemu-bsd-user/issues/28 sean --7fDD8Cu39nLM12W3WAXcHg6hXtSCfnkBm-- --nT2QGlck99AonlI5tdKVQ59uLMEnb6AOR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEEuq1GMucSHejSCZfdEgHvyh5yfmQFAlhr3qFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEJB QUQ0NjMyRTcxMjFERThEMjA5OTdERDEyMDFFRkNBMUU3MjdFNjQACgkQEgHvyh5y fmRI9wgAxtiM+LXmf66L8uzI77kvh/TDag9beiRGJpevFTMbxaTv7sC0ARjqhTQI UXK/uXkoYkzmkdj96SHlbjp3TjLxeSSDx/Bb0vizRgg+/5dvEiy3EUYdzzo3DGi4 hNhmsY819vFZjc6F8yWMfHH8V4Zt8YSalAtja8cEWBfVCOQUACemvJ4L0uwt2qG4 R+9jhNuiiSBP0udm+ZoNAFYI55Axo3YB6GwvetcqSePUA9gYdLPqE1OYRSW+Mz32 UVQUmYlmIUHDBSnodneFKHonjJEh/oQElTLFrS0qa2mTGUMavnW2GfqTaofToOk0 rgucDJ14IUNTLISZv1Tf6Ky/KfAZEA== =poh9 -----END PGP SIGNATURE----- --nT2QGlck99AonlI5tdKVQ59uLMEnb6AOR-- From owner-freebsd-embedded@freebsd.org Tue Jan 3 17:28:17 2017 Return-Path: Delivered-To: freebsd-embedded@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 E1F46C9D243 for ; Tue, 3 Jan 2017 17:28:17 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C76AC1EC9 for ; Tue, 3 Jan 2017 17:28:17 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [192.168.0.6] (67-0-226-66.albq.qwest.net [67.0.226.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 267C71928BA for ; Tue, 3 Jan 2017 17:28:17 +0000 (UTC) To: freebsd-embedded From: Sean Bruno Subject: Tracking issues Message-ID: <05439e27-2058-2459-e03a-f06bc702c938@freebsd.org> Date: Tue, 3 Jan 2017 10:28:16 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LCUEqDH3PH6OAPFxnukEe19dka7wIfqdo" X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2017 17:28:18 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --LCUEqDH3PH6OAPFxnukEe19dka7wIfqdo Content-Type: multipart/mixed; boundary="Kq9IPFvllMQvrrldsPO3w1uQSiWeNH3C0"; protected-headers="v1" From: Sean Bruno To: freebsd-embedded Message-ID: <05439e27-2058-2459-e03a-f06bc702c938@freebsd.org> Subject: Tracking issues --Kq9IPFvllMQvrrldsPO3w1uQSiWeNH3C0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I'll try to add github issue trackers for missing sysctl's and syscalls when I see them. https://github.com/seanbruno/qemu-bsd-user/issues/29 sean --Kq9IPFvllMQvrrldsPO3w1uQSiWeNH3C0-- --LCUEqDH3PH6OAPFxnukEe19dka7wIfqdo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEEuq1GMucSHejSCZfdEgHvyh5yfmQFAlhr3zBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEJB QUQ0NjMyRTcxMjFERThEMjA5OTdERDEyMDFFRkNBMUU3MjdFNjQACgkQEgHvyh5y fmTFKwf+NwyC3Uk5ocFkHr6/QUDgQonL1iq87InLzYxQwLPtUOUlxmSoTYC8CuSs zm7mx6J0Lz9UYpIn6bKGmxvkKCg9+6GiONFD1qhZnM4x2g9H4Er3Gm2GGIkvvWmb hiXBDEl3Aibv0Awy5Nhg6sSOqJfikvAsu+qITgae6zyDGqduuiqyP7Xso85nrDxJ KjHdciUh6UYWMBUMqfyY9iip8QS8ROEPXaiT2PopKAqDQ/HRrZLXVHH60N/0pUgV aMyOLhB4vMlfKkTrPUnJ13qla+H6SXZdYA4NvcAOWFPLANkk6mdPtJbc3l3j74dp gfke/1nRBNPVZ01nxM5H6X2NhL5BCw== =wlzo -----END PGP SIGNATURE----- --LCUEqDH3PH6OAPFxnukEe19dka7wIfqdo-- From owner-freebsd-embedded@freebsd.org Thu Jan 5 13:36:36 2017 Return-Path: Delivered-To: freebsd-embedded@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 A8270CA073A for ; Thu, 5 Jan 2017 13:36:36 +0000 (UTC) (envelope-from admin@x197.save85off.com) Received: from x197.save85off.com (x197.save85off.com [43.240.238.197]) by mx1.freebsd.org (Postfix) with ESMTP id 595DF1472 for ; Thu, 5 Jan 2017 13:36:35 +0000 (UTC) (envelope-from admin@x197.save85off.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=save85off; d=x197.save85off.com; h=MIME-Version:From:To:Date:Subject:Content-Type:Content-Transfer-Encoding; i=admin@x197.save85off.com; bh=+J4RVbpum+GaXt7ZoGVBndOzzVk=; b=Ukq0ZyV6TROHFh51uy6mh6WESnAs+8PsZ+THlP0SuRbWlY4cqt8hJw5p0gIn2UVLMIhOEK2EzCTS eRpGMIl9zdYxs9eWloWtP8rc4clNmlbdetN4jY2SeK9A+tQstCISD/uWv7JMpZnAYIbZ2HhwbI9t qdPu6J2sp9mfEMPDt6g= DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=save85off; d=x197.save85off.com; b=VinJXDC4EQK9gQHivXiohiKhgubIGkFZvIRclfy+wrqIqop0FDqyO92xFrxaaQh982Rt7PlApYc3 tH5FiTlWkqMVYJDnml2ZvZBFSY0WrSmg2vaO0hU+clD4SfE+7YNPAmH5LvrwbpKAi0KamSdBqngG 4dBbprrNmA87Lz5UkN4=; From: "Michael Kors Discount" To: freebsd-embedded@freebsd.org Date: 5 Jan 2017 21:26:37 +0800 Subject: =?utf-8?B?Q2hyaXN0bWFzIEV2ZW50IC8vMjAxNi4xMS4yMO+/vUMyMDE2?= =?utf-8?B?LjExLjI1IE9ubHkgNSBEYXlzISAgd2luIDk1JA==?= MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2017 13:36:36 -0000