From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 22 16:50:50 2022 Received: (at submit) by debbugs.gnu.org; 22 Jul 2022 20:50:50 +0000 Received: from localhost ([127.0.0.1]:42540 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oEzbm-0005kC-B4 for submit@debbugs.gnu.org; Fri, 22 Jul 2022 16:50:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:42042) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oEzbl-0005k6-Cd for submit@debbugs.gnu.org; Fri, 22 Jul 2022 16:50:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60236) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEzbl-0007DH-7T for bug-guix@gnu.org; Fri, 22 Jul 2022 16:50:49 -0400 Received: from ms11p00im-qufo17291301.me.com ([17.58.38.42]:43880) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEzbj-0004fg-Co for bug-guix@gnu.org; Fri, 22 Jul 2022 16:50:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akirakyle.com; s=sig1; t=1658523041; bh=oJOFW0tMhS+yuzeVAAR1f+6D2Wqf+xp6TANs44bvBt4=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=mglhf+aESA2oGtXob1k0Ix3UtNRyd7uYyIwUL7uOr/e63AxsFUDK9VClB5z6Az6FP cruD7+GkV1XVWukP1ge6fxI1zsPPVR1JRGOE4pg/LmTHDcGUddfagSW6TlLAEvRjFX pEnBih6j0V8YSZQCKrsLDwEbLtiGypSxYLDkiAaCrItVoR3IVjbGmjsJA4pYa/u187 LXpXDz/iFxv/PbU9euuHWhxQicoOVdBWQ88nKqyljA2sPGcbiVm77hfqZdIDTEPqJe uXJUwmSHJBnATCViw15NXwFCCy7+4flCEOXAVT+1eZKuCsuS3qENb1vOon5M4p5mT2 Ur3VVEgispL4A== Received: from data (ms11p00im-dlb-asmtpmailmevip.me.com [17.57.154.19]) by ms11p00im-qufo17291301.me.com (Postfix) with ESMTPSA id E034694047E for ; Fri, 22 Jul 2022 20:50:40 +0000 (UTC) User-agent: mu4e 1.6.11; emacs 28.1.90 From: Akira Kyle To: bug-guix@gnu.org Subject: libunwind-julia fails to build on aarch64 Date: Fri, 22 Jul 2022 14:45:42 -0600 Message-ID: <871quc50tn.fsf@akirakyle.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Proofpoint-GUID: WxlVJYZ3IDju2lFfN0MKTM9dgp61NSJj X-Proofpoint-ORIG-GUID: WxlVJYZ3IDju2lFfN0MKTM9dgp61NSJj X-Proofpoint-Virus-Version: =?UTF-8?Q?vendor=3Dfsecure_engine=3D1.1.170-22c6f66c430a71ce266a39bfe25bc?= =?UTF-8?Q?2903e8d5c8f:6.0.425,18.0.572,17.11.62.513.0000000_definitions?= =?UTF-8?Q?=3D2022-01-14=5F01:2022-01-14=5F01,2020-02-14=5F11,2021-12-02?= =?UTF-8?Q?=5F01_signatures=3D0?= X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 phishscore=0 mlxlogscore=394 bulkscore=0 adultscore=0 malwarescore=0 mlxscore=0 clxscore=1030 suspectscore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2202240000 definitions=main-2207220085 Received-SPF: pass client-ip=17.58.38.42; envelope-from=akira@akirakyle.com; helo=ms11p00im-qufo17291301.me.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) I've been trying to get julia working on aarch64 but I was running into a linker error when guix was trying to build libunwind-julia. I tracked it down to the libunwind-julia-fix-GCC10-fno-common.patch not including a fix for aarch64 which is included in the upstream commit [1] which fixed this in libunwind 1.5.0. I gather libunwind-julia is at 1.3.1 due to julia 1.6.3 only building against that version, and checking the more recent julia versions, it seems julia is only updating it's dependency on libunwind to 1.5.0 with julia version 1.8.0 which is only a release candidate at this point. So perhaps in the meantime, libunwind-julia-fix-GCC10-fno-common.patch could be easily updated so julia can start building on aarch64? [1] https://github.com/libunwind/libunwind/commit/29e17d8d2ccbca07c423e3089a6d5ae8a1c9cb6e Thanks! Akira From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 12 08:13:53 2022 Received: (at 56711-done) by debbugs.gnu.org; 12 Dec 2022 13:13:53 +0000 Received: from localhost ([127.0.0.1]:52878 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p4icw-0006f5-7d for submit@debbugs.gnu.org; Mon, 12 Dec 2022 08:13:53 -0500 Received: from mail-wm1-f45.google.com ([209.85.128.45]:37517) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p4icu-0006ex-24 for 56711-done@debbugs.gnu.org; Mon, 12 Dec 2022 08:13:48 -0500 Received: by mail-wm1-f45.google.com with SMTP id ay14-20020a05600c1e0e00b003cf6ab34b61so5091035wmb.2 for <56711-done@debbugs.gnu.org>; Mon, 12 Dec 2022 05:13:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=B0VTW4DyP1ex1i+33xuTtMeeACMTtKUeFRs41S23c2k=; b=S2UVh6p5XMakmWbn6A1pgA52HRpFCYazbrD3mbyFkkoU5g7g7bgWlRaasDRLV8DT7u 1PZiIwT6y6zCRTAi0qecr/o0l09Jttklf9p1DC4vzdgOCfQ5p58Vy+6D1iS88Zge8SoS KH0A6fBqtsl1ug0NBR4x1AWQ5KM7KEwH5y0MAQ+BLrLDnBG2nzlFI67F8yKXWto0qsbz MzyH1jW8r7AypBLIcKc1sFyfVhgj21DwYEgcZcwPPa5x2w/J0fMSlaSzywFDd6tPFNzQ 7IFRQ2r3hKheVzXZHyOgMSfHFMrX1XyWY8pQ5afXIvsEWI42lxhpMFPOTSh+K1uch7v3 QqFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=B0VTW4DyP1ex1i+33xuTtMeeACMTtKUeFRs41S23c2k=; b=FJCBAQlnODxqtAu2n4Ddn7eqbYpHb0SylfmY9kUEMlbJTuHWvkC8W4/fxXfgpWtf8q Tp4Hk4/UjQgzG7eFnjBQbAjQmOzvSi0S4XIX+mUq7zEteLnOz0B/x+7miSFT7Y0DfSD+ VoniVoTPkr8TA6hWPyVLwiRnvkFCjkoNcERSxIampsDrtwLLJSD6Hs8U8RLXEf39yayk a3+hFK/PLH51krfQrh9BOiza4+4MNAKHI46cR/nNAW4xxTA1ci0pmJpA6cnoIa6ipeTk bTBgWAKaO0fhY9ZcX7lvCZvi+7yoI2W9lxkACTMHVS6y9wkLCZRSkxVXOu3LRk8JeR+P bkbA== X-Gm-Message-State: ANoB5pkQ5Osp44zaL3EkTAp64lh6oC/hbgoCObvff9iKG+tSgyNgyi0P ncAH81HBhP39nBS/Js4h/Js= X-Google-Smtp-Source: AA0mqf7gzHLvvjCwDsCzWoue2M6C0a4Az4y6pWozzxncEbLdvCk9nTy0NP7tpJRY7Si9UAWiCczXSQ== X-Received: by 2002:a05:600c:3d8f:b0:3c6:e62e:2e74 with SMTP id bi15-20020a05600c3d8f00b003c6e62e2e74mr12610308wmb.15.1670850822039; Mon, 12 Dec 2022 05:13:42 -0800 (PST) Received: from localhost ([2a02:ed3:914:7800:b62e:99ff:fef0:7bc0]) by smtp.gmail.com with ESMTPSA id m5-20020a05600c4f4500b003d1e1f421bfsm9990251wmq.10.2022.12.12.05.13.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Dec 2022 05:13:41 -0800 (PST) Date: Mon, 12 Dec 2022 15:13:39 +0200 From: Efraim Flashner To: Akira Kyle Subject: Re: bug#56711: libunwind-julia fails to build on aarch64 Message-ID: Mail-Followup-To: Efraim Flashner , Akira Kyle , 56711-done@debbugs.gnu.org References: <871quc50tn.fsf@akirakyle.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="c0IYXv1WwgHMquwi" Content-Disposition: inline In-Reply-To: <871quc50tn.fsf@akirakyle.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 56711-done Cc: 56711-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --c0IYXv1WwgHMquwi Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 22, 2022 at 02:45:42PM -0600, Akira Kyle wrote: > I've been trying to get julia working on aarch64 but I was running into a > linker error when guix was trying to build libunwind-julia. I tracked it > down to the libunwind-julia-fix-GCC10-fno-common.patch not including a fix > for aarch64 which is included in the upstream commit [1] which fixed this= in > libunwind 1.5.0. I gather libunwind-julia is at 1.3.1 due to julia 1.6.3 > only building against that version, and checking the more recent julia > versions, it seems julia is only updating it's dependency on libunwind to > 1.5.0 with julia version 1.8.0 which is only a release candidate at this > point. So perhaps in the meantime, > libunwind-julia-fix-GCC10-fno-common.patch could be easily updated so jul= ia > can start building on aarch64? >=20 > [1] https://github.com/libunwind/libunwind/commit/29e17d8d2ccbca07c423e30= 89a6d5ae8a1c9cb6e >=20 > Thanks! > Akira With the recent patches to push julia to 1.8.3 libunwind-julia now builds for aarch64. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --c0IYXv1WwgHMquwi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmOXKP8ACgkQQarn3Mo9 g1F7SA//cglf43+CGtQFwbIl8VOgTKupkFDhAeVXwUDlrO8UJPu1PLmN5vSVx8gp Ufq/i/i2WrhRKlKcgQct56C6HBq39sqc55VhXjS3mmq5DXcqhOM+Qvk1w/YsSj2H zhIWAzqE4TT0ZfPJKLU2BHONcJcrr/y8BD1P77dmjXgfFQzmN4vp/qVwyXzj3Oq7 JYOJrc3yP2vEke4XaIPXQnN1u15viOlYbOnLm1yrOGAEsd5gGtVMV+h4Pu6uB5vh QVOPiNgG0a8fhm/yz+c9/HEuY/uyjKfiWzaXYFMPReS2SzMAGp22etGs0cbWeBa9 BebIGr5kR5op6jHFroRxtaEWixMKXJVz1/e/amnVZEBGqqvt/sw+ONxbqVSqNHJY obrW0d/yLZXcLU+RHPKL41gyK19cPyMTI0fCv2HXLv0hYNA2fi14XM6Dyl/Ik6Vh sHoPAWH+N9O+7gC3bI5LjUMKu4zdya27SoQGpLGDYEkS/51SB6tpAgNEYf19wf0k iICsFL9ZNmuJzZGnEtWcdCMr5R8+50bOLT+RgyFcCh7pbAKNoJ9XhjkmdgnyLsu2 yHP+oiYveDpqnHQ8jKRWvfeY/FnZhm6OgCdXnC7KSF40v6WciEgVrv30Ot6DtlwN p1jW7sNWsMU0+b49++nVRxR/K2lV3adrQAtGhD2ZQ7mAC37Kwfc= =iKAW -----END PGP SIGNATURE----- --c0IYXv1WwgHMquwi-- From unknown Thu Aug 14 21:48:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 10 Jan 2023 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator