From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=SAKrDoA/nLEIyx5PT1zoYW609l1RRi2lY9UF4fGQILc=; b=qglZSsGEn+fc+CCVIikjWVjLzCZTL+wvbstrS1SsL6/iuT20iEFi6piHmiKo/Ud0Mn 1J/8/QDDNWhqMU9eAHsrvPx7Qp7A02g9uCWlVHndtIy3EsU1fmd3HI5PwF+2hnY4Demi xonjoAJjf+Zh2wK6Jer2I53Nml+R5tlCjE6Hiid5jSNgMzo7oZxjCa008Pr5gC3ZIMYD JrTrWfhgJ+GCVOU+aJxCpoB2kXZi8Dg97gKtfYpGJtUbTym0TrqiNDMSfgfnu2byXju/ SRuD3wCyYw6ijkjGcF+Wsc629160ZrOLJjuRmhh2X1OUsNpxyEfyqvuWlypGK0VgggTj Rofg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-transfer-encoding; bh=SAKrDoA/nLEIyx5PT1zoYW609l1RRi2lY9UF4fGQILc=; b=qIcnzD1PTvmnz0Qdc8Uk/EhMUN5cWthINFZygb+CxQdBM1ayFH/UcG+7+at2d0H2PN 4hhOP2kFPLDsofh3xmFnIIpG32Drln+NapLdu1dwk7KDuRFLykqVq3XYZxZOOayQKnXs 8EWWVWO5dC8T0ISGU6a9JxEY+V5/4IhMdUaK1JwaKpFgwNBdjRK2EWalqhLkwRSAdM5W T8dZEq5u81jGAfGUBCCC9SKaDBdnpE0C+6GRWSHbMOzrI8BYPkaAnclH582lYPZJhJOS 46iymgdNzMj2HDqGfVxRp6T08X4rIx65Ix85OzrQpWM0IW3tb0TuDETABMwC4vVAGacS T3Pg== X-Gm-Message-State: AOAM531viuvLFTQSzjdfDtDy5vSy3swMO0u2uKI4gw9x0fHzjDThIKJs iV4yuEo5Go6b1OzP9wzeE28nigm96U2TMjyF3YW9OREGlD8= X-Google-Smtp-Source: ABdhPJxVOxGIV8ixoL1N/fzQ3pLT5UMGNDXybzn//bMtbqHPVysrY7eLCapSg0hzZ0TtlC+OcUunlkQJ7SS4wk2d+P8= X-Received: by 2002:a37:7806:: with SMTP id t6mr38623288qkc.360.1608056127192; Tue, 15 Dec 2020 10:15:27 -0800 (PST) MIME-Version: 1.0 References: <20201214191238.GA31896@altlinux.org> In-Reply-To: <20201214191238.GA31896@altlinux.org> From: Pavel Nakonechnyi Date: Tue, 15 Dec 2020 19:15:16 +0100 Message-ID: To: ALT Linux Team development discussions Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [devel] android-tools, fastboot, 32bit arch support (i586, armh) X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2020 18:15:30 -0000 Archived-At: List-Archive: List-Post: On Mon, 14 Dec 2020 at 20:12, Dmitry V. Levin wrote: > > On Mon, Dec 14, 2020 at 06:41:49PM +0000, Girar awaiter (zorg) wrote: > > http://git.altlinux.org/tasks/263406/logs/events.4.1.log > > > > subtask name aarch64 armh i586 ppc64le x86_64 > > #400 android-tools 5:09 failed failed failed 3:58 > [...] > > [i586] fs_mgr/liblp/utility.cpp: In function 'int64_t android::fs_mgr::= SeekFile64(int, int64_t, int)': > > [i586] fs_mgr/liblp/utility.cpp:65:33: error: static assertion failed: = Need 64-bit lseek > > [i586] 65 | static_assert(sizeof(off_t) =3D=3D sizeof(int64_t), = "Need 64-bit lseek"); > > 2020-Dec-14 18:39:39 :: [i586] android-tools.git 10.0.0-alt1.r36: remot= e: build failed > > 2020-Dec-14 18:39:39 :: [i586] #400 android-tools.git 10.0.0-alt1.r36: = build FAILED > > [armh] fs_mgr/liblp/utility.cpp: In function 'int64_t android::fs_mgr::= SeekFile64(int, int64_t, int)': > > [armh] fs_mgr/liblp/utility.cpp:65:33: error: static assertion failed: = Need 64-bit lseek > > [armh] 65 | static_assert(sizeof(off_t) =3D=3D sizeof(int64_t), = "Need 64-bit lseek"); > > 2020-Dec-14 18:41:48 :: [armh] android-tools.git 10.0.0-alt1.r36: remot= e: build failed > > 2020-Dec-14 18:41:48 :: [armh] #400 android-tools.git 10.0.0-alt1.r36: = build FAILED > > =D0=9F=D0=BE=D0=BF=D1=80=D0=BE=D0=B1=D1=83=D0=B9=D1=82=D0=B5 =D0=B4=D0=BE= =D0=B1=D0=B0=D0=B2=D0=B8=D1=82=D1=8C $(getconf LFS_CFLAGS) =D0=B2 CPPFLAGS = =D0=B8=D0=BB=D0=B8 =D0=B2 (CFLAGS =D0=B8 CXXFLAGS). > =D0=A1=D0=BF=D0=B0=D1=81=D0=B8=D0=B1=D0=BE! =D0=AD=D1=82=D0=BE =D0=B4=D0=B5= =D0=B9=D1=81=D1=82=D0=B2=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE =D1=87= =D0=B8=D0=BD=D0=B8=D1=82 =D1=81=D0=B1=D0=BE=D1=80=D0=BA=D1=83. =D0=9E=D1=81= =D1=82=D0=B0=D0=BB=D0=BE=D1=81=D1=8C =D0=BC=D0=BD=D0=B5 =D1=81 ppc64le =D1= =80=D0=B0=D0=B7=D0=BE=D0=B1=D1=80=D0=B0=D1=82=D1=8C=D1=81=D1=8F...