From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E8DC1382C5 for ; Mon, 29 Jun 2020 20:12:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2036E08F6; Mon, 29 Jun 2020 20:12:10 +0000 (UTC) Received: from mail-pj1-x1030.google.com (mail-pj1-x1030.google.com [IPv6:2607:f8b0:4864:20::1030]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B7BBE08F6 for ; Mon, 29 Jun 2020 20:12:10 +0000 (UTC) Received: by mail-pj1-x1030.google.com with SMTP id o22so3428209pjw.2 for ; Mon, 29 Jun 2020 13:12:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=BLtiWcvr+w2Imwq1bf8G35Ag7jIWwlhdlSz9jZa+mTo=; b=pFDZtLIwTEPQOskhLNvY9OSTkrb+mEqKnP37LQGkRgR822qMifRX/aGeCglYYp7mVv PoHfH5dPf/LpJ4paBER86hAwOoovwNX91rbA8ijGxGygpDz6l3IT9A7m7JWBZwjrc/bj 3OVeZj2rLAIxMsfBMC3j6IUF+phrtoYC308fI8qgc2gSyKkz1qW5RmVkCaQtbgi+u9FE QwFk3ImpB6Wah+i07XuvfVlc6qmzY3DAXG/lPcsv3Ea6JFX98BF9qks5OU5VeGeJkHek AMijTh+133wE6wAk1Dr3DpJ+MTniOSeWInTYkYem3h2AT38wm48+BBUIjvrIMgptQjMG Y4kQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=BLtiWcvr+w2Imwq1bf8G35Ag7jIWwlhdlSz9jZa+mTo=; b=bG2xEDTuLh8DdubPSAFUqXyOUtW4BF/VPjAHAJWVtY247B9+E4ndbLmNaPwDZY5vF4 HnV/nTJ2S9xYXqUCTAwg5oBQly+bRWyZZlwAVENfuLPFyETHMOtnNZYAFxNa0n9O7vVg pJAkd5T9rStEyBbsF+0FrY/JMV1xRZVUCf6bmYamBXQRJ8FUdvFgdCYrtT4qcVfLmuXR VSEkkq+BEFxG5E+cVHaJsfjK6UyERjABHmWgZVBwmVNZRgN8y7sn+GhbJpPqefSL25R1 lZT8TnVL+ZsFzDoM8JxRtTfyHbOv1nepNOBQnpSn8bxraQVwAHZGYnil4CQAQBrBrD0X qXKA== X-Gm-Message-State: AOAM533E0nUQTu7MkIQBD6SZ7KxjCKYwIOKZTarvveFctMmmNpQ5t0Aj Rh6xChqdMDELq4oz3WowYrfqnhHw X-Google-Smtp-Source: ABdhPJyP5dj7alQ4A4fosg/jgl1AjKVaKUoGQ1BmhwEy+PxhdP5GIQAgsif2WFeqOjcG/NeONXI4Ow== X-Received: by 2002:a17:90a:7409:: with SMTP id a9mr19075676pjg.107.1593461528924; Mon, 29 Jun 2020 13:12:08 -0700 (PDT) Received: from localhost ([106.215.3.207]) by smtp.gmail.com with ESMTPSA id z1sm529258pgk.89.2020.06.29.13.12.07 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Jun 2020 13:12:07 -0700 (PDT) Date: Tue, 30 Jun 2020 01:42:04 +0530 From: Gunwant Jain To: gentoo-soc@lists.gentoo.org Subject: [gentoo-soc] Weekly Report: Portage Powered Android Message-ID: <20200629201204.hssao7lsdtcmpsme@tardis.localdomain> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="j4oex3jcfxl54zcv" Content-Disposition: inline X-Archives-Salt: f5e6719d-64c2-475e-8196-90765d37ef9e X-Archives-Hash: fbd8c34d4a692f99baa2fe202953c8b6 --j4oex3jcfxl54zcv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Everyone, This week, I had relatively less work done. I spent most of my time perusing the LFS guide and osdev.org learning about building toolchains. Then I went onto building the aarch64-linux-android toolchain as described in [1]. I updated the kernel sources for my phone [2]. And in general tidied up my kernel repository.=20 But while building the toolchain, I was not able to compile `gcc` as=20 I was riddled with errors along the way. Most of them are related to the newer `gcc` (version 9.x) finding incompatibility in the sources of the `gcc` I am trying to build (version 4.9). I will continue to build the toolchain and hopefully move onto separating `Bionic` from the other side of Android mid-week. Thanks, Gunwant [1] https://wiki.gentoo.org/wiki/Android/SharkBait/Building_a_toolchain_for= _aarch64-linux-android [2] https://github.com/WantGuns/overlay/blob/master/sys-kernel/linux-header= s/linux-headers-4.4.222.ebuild --j4oex3jcfxl54zcv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEVcYcuddz0Grkn4q20gpuZPFudnkFAl76SxQACgkQ0gpuZPFu dnlZ3wgAnCpbzSaP4Klc4NBOkB4EylnjCNJdxGkqwrJgMCq3bkwdlS7Y9/CPMJGG 4eJpLR33sTC7snz9iqjxdSUp92/Se3wgHeNxwccxhrQIKwsym1npjFNG0s6sr8wd /LH0QzreTU9R2HX13oqU1+Ec0EzB57wlEtVjJDev+TAW1l8d2YReeULlYkUjbBBp jERjZY0bJjTQJSH/pbGsarv4nUzG5wX5KJCu/X+/dNUKOgD76mpovz4JOgKM0mt2 AH0VQlFmDTsmmtJ1ZNxVya0jdr13zGUZGjDGoVSYwKpn2i1fPHggFfn6YTknCOIF +cCQnTrOqNgKUo/zWYPQxP5/kPxSpw== =su6N -----END PGP SIGNATURE----- --j4oex3jcfxl54zcv--