From unknown Sat Sep 06 02:03:39 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13039: [PATCH] Build make-prime-list for build system Resent-From: Marko Lindqvist Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-coreutils@gnu.org Resent-Date: Fri, 30 Nov 2012 10:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 13039 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: patch To: 13039@debbugs.gnu.org X-Debbugs-Original-To: bug-coreutils@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.135427175429007 (code B ref -1); Fri, 30 Nov 2012 10:36:01 +0000 Received: (at submit) by debbugs.gnu.org; 30 Nov 2012 10:35:54 +0000 Received: from localhost ([127.0.0.1]:46243 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TeNwn-0007Xo-Fi for submit@debbugs.gnu.org; Fri, 30 Nov 2012 05:35:53 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46258) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TeNwm-0007Xi-4W for submit@debbugs.gnu.org; Fri, 30 Nov 2012 05:35:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeNuk-00044y-Fe for submit@debbugs.gnu.org; Fri, 30 Nov 2012 05:33:47 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:46978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeNuk-00044u-Ag for submit@debbugs.gnu.org; Fri, 30 Nov 2012 05:33:46 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeNue-0003MI-Qa for bug-coreutils@gnu.org; Fri, 30 Nov 2012 05:33:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeNuZ-00041x-5l for bug-coreutils@gnu.org; Fri, 30 Nov 2012 05:33:40 -0500 Received: from mail-ie0-f169.google.com ([209.85.223.169]:32943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeNuZ-00041p-0j for bug-coreutils@gnu.org; Fri, 30 Nov 2012 05:33:35 -0500 Received: by mail-ie0-f169.google.com with SMTP id c14so498177ieb.0 for ; Fri, 30 Nov 2012 02:33:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=TCdHgjU8wyTGiylputR4pvCuQDFNRaLcrbheT2GxQaI=; b=y/L1gKTkkfVA9+vchy4HVe7M9opBfgR4a/7GscXtPyvMcEXOBbdlpF/2mGZaNC7qa4 oyaNK9csYkmW8kezGxwY9q0+o4LJ+7oJ1EGh+IeQA5ZNKT82LwpSwxIz9aAFOCghLr8A oSb2GRl+QS98x3TnoQn6rEnT2BqI+GSZt3MI09ht+NpoYao1u3L8QdH5RW1yu8qQdlP0 E/IR5Uhks2ZGfMrfj4UbgTTk1Y1ZEsPeVr/JN6H254njuerTa6W78cL6L+tuBsfc+vIC Usa1XRo9V3fkDpSt15QdeSZmNdjp/CfJxnHuqYWUM9e9L7lALWxyWGhlcfCcVINhPDMF lfsw== MIME-Version: 1.0 Received: by 10.42.139.74 with SMTP id f10mr572112icu.4.1354271613997; Fri, 30 Nov 2012 02:33:33 -0800 (PST) Received: by 10.64.24.175 with HTTP; Fri, 30 Nov 2012 02:33:33 -0800 (PST) Date: Fri, 30 Nov 2012 12:33:33 +0200 Message-ID: From: Marko Lindqvist Content-Type: multipart/mixed; boundary=90e6ba6e8db47b532e04cfb3ee37 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.2 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.2 (---) --90e6ba6e8db47b532e04cfb3ee37 Content-Type: text/plain; charset=UTF-8 Cross-compilation of coreutils-8.20 has some problems. Most critical, but also easy to fix, is that make-prime-list is built executable in target, while it's needed (only) in build system. Trivial patch attached. - ML --90e6ba6e8db47b532e04cfb3ee37 Content-Type: application/octet-stream; name="cross-prime-list.patch" Content-Disposition: attachment; filename="cross-prime-list.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_ha5610lh0 LS0tIGNvcmV1dGlscy04LjIwL3NyYy9sb2NhbC5tawkyMDEyLTEwLTIzIDE3OjE0OjEyLjAwMDAw MDAwMCArMDMwMAorKysgY29yZXV0aWxzLTguMjAvc3JjL2xvY2FsLm1rCTIwMTItMTEtMzAgMTE6 NDc6MTEuMTU1MzcyMjgxICswMjAwCkBAIC0zNyw3ICszNyw2IEBACiAjIE5lZWRlZCBieSB0aGUg dGVzdHN1aXRlLgogbm9pbnN0X1BST0dSQU1TID0JCVwKICAgc3JjL2dldGxpbWl0cwkJCVwKLSAg c3JjL21ha2UtcHJpbWUtbGlzdAkJXAogICBzcmMvc2V0dWlkZ2lkCiAKIG5vaW5zdF9IRUFERVJT ID0JCVwKQEAgLTM3MCw2ICszNjksOSBAQAogc3JjX2xpYnN0ZGJ1Zl9zb19MREZMQUdTID0gLXNo YXJlZAogc3JjX2xpYnN0ZGJ1Zl9zb19DRkxBR1MgPSAtZlBJQyAkKEFNX0NGTEFHUykKIAorc3Jj L21ha2UtcHJpbWUtbGlzdDogc3JjL21ha2UtcHJpbWUtbGlzdC5jCisJJChDQ19GT1JfQlVJTEQp IC1vIHNyYy9tYWtlLXByaW1lLWxpc3QgLUkkKHRvcF9idWlsZGRpcikvbGliICQoc3JjZGlyKS9z cmMvbWFrZS1wcmltZS1saXN0LmMKKwogQlVJTFRfU09VUkNFUyArPSBzcmMvZGlyY29sb3JzLmgK IHNyYy9kaXJjb2xvcnMuaDogc3JjL2RjZ2VuIHNyYy9kaXJjb2xvcnMuaGluCiAJJChBTV9WX0dF TilybSAtZiAkQCAkQC10Cg== --90e6ba6e8db47b532e04cfb3ee37-- From unknown Sat Sep 06 02:03:39 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Marko Lindqvist Subject: bug#13039: closed (Re: bug#13039: [PATCH] Build make-prime-list for build system) Message-ID: References: <87vccm2x7p.fsf@rho.meyering.net> X-Gnu-PR-Message: they-closed 13039 X-Gnu-PR-Package: coreutils X-Gnu-PR-Keywords: patch Reply-To: 13039@debbugs.gnu.org Date: Sat, 01 Dec 2012 04:52:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1354337522-17241-1" This is a multi-part message in MIME format... ------------=_1354337522-17241-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #13039: [PATCH] Build make-prime-list for build system which was filed against the coreutils package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 13039@debbugs.gnu.org. --=20 13039: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13039 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1354337522-17241-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 13039-done) by debbugs.gnu.org; 1 Dec 2012 04:51:44 +0000 Received: from localhost ([127.0.0.1]:47775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tef3H-0004Tc-Cl for submit@debbugs.gnu.org; Fri, 30 Nov 2012 23:51:43 -0500 Received: from mx.meyering.net ([88.168.87.75]:58522) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tef3F-0004TU-5t for 13039-done@debbugs.gnu.org; Fri, 30 Nov 2012 23:51:41 -0500 Received: from rho.meyering.net (rho.meyering.net [127.0.0.1]) by rho.meyering.net (Acme Bit-Twister) with ESMTP id E97616011C; Sat, 1 Dec 2012 05:49:30 +0100 (CET) From: Jim Meyering To: Marko Lindqvist Subject: Re: bug#13039: [PATCH] Build make-prime-list for build system In-Reply-To: (Marko Lindqvist's message of "Fri, 30 Nov 2012 12:33:33 +0200") References: Date: Sat, 01 Dec 2012 05:49:30 +0100 Message-ID: <87vccm2x7p.fsf@rho.meyering.net> Lines: 13 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 13039-done Cc: 13039-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Marko Lindqvist wrote: > Cross-compilation of coreutils-8.20 has some problems. Most critical, > but also easy to fix, is that make-prime-list is built executable in > target, while it's needed (only) in build system. Trivial patch > attached. Thank you for the report and patch. That was fixed a couple of weeks ago, primarily by this patch: http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=f16e251dae43117c2cd19359c26ce7b5e05165b6 As such, I'm marking this task as "done", but if you think a problem remains, please reopen it. ------------=_1354337522-17241-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Nov 2012 10:35:54 +0000 Received: from localhost ([127.0.0.1]:46243 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TeNwn-0007Xo-Fi for submit@debbugs.gnu.org; Fri, 30 Nov 2012 05:35:53 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46258) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TeNwm-0007Xi-4W for submit@debbugs.gnu.org; Fri, 30 Nov 2012 05:35:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeNuk-00044y-Fe for submit@debbugs.gnu.org; Fri, 30 Nov 2012 05:33:47 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:46978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeNuk-00044u-Ag for submit@debbugs.gnu.org; Fri, 30 Nov 2012 05:33:46 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeNue-0003MI-Qa for bug-coreutils@gnu.org; Fri, 30 Nov 2012 05:33:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeNuZ-00041x-5l for bug-coreutils@gnu.org; Fri, 30 Nov 2012 05:33:40 -0500 Received: from mail-ie0-f169.google.com ([209.85.223.169]:32943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeNuZ-00041p-0j for bug-coreutils@gnu.org; Fri, 30 Nov 2012 05:33:35 -0500 Received: by mail-ie0-f169.google.com with SMTP id c14so498177ieb.0 for ; Fri, 30 Nov 2012 02:33:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=TCdHgjU8wyTGiylputR4pvCuQDFNRaLcrbheT2GxQaI=; b=y/L1gKTkkfVA9+vchy4HVe7M9opBfgR4a/7GscXtPyvMcEXOBbdlpF/2mGZaNC7qa4 oyaNK9csYkmW8kezGxwY9q0+o4LJ+7oJ1EGh+IeQA5ZNKT82LwpSwxIz9aAFOCghLr8A oSb2GRl+QS98x3TnoQn6rEnT2BqI+GSZt3MI09ht+NpoYao1u3L8QdH5RW1yu8qQdlP0 E/IR5Uhks2ZGfMrfj4UbgTTk1Y1ZEsPeVr/JN6H254njuerTa6W78cL6L+tuBsfc+vIC Usa1XRo9V3fkDpSt15QdeSZmNdjp/CfJxnHuqYWUM9e9L7lALWxyWGhlcfCcVINhPDMF lfsw== MIME-Version: 1.0 Received: by 10.42.139.74 with SMTP id f10mr572112icu.4.1354271613997; Fri, 30 Nov 2012 02:33:33 -0800 (PST) Received: by 10.64.24.175 with HTTP; Fri, 30 Nov 2012 02:33:33 -0800 (PST) Date: Fri, 30 Nov 2012 12:33:33 +0200 Message-ID: Subject: [PATCH] Build make-prime-list for build system From: Marko Lindqvist To: bug-coreutils@gnu.org Content-Type: multipart/mixed; boundary=90e6ba6e8db47b532e04cfb3ee37 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.2 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.2 (---) --90e6ba6e8db47b532e04cfb3ee37 Content-Type: text/plain; charset=UTF-8 Cross-compilation of coreutils-8.20 has some problems. Most critical, but also easy to fix, is that make-prime-list is built executable in target, while it's needed (only) in build system. Trivial patch attached. - ML --90e6ba6e8db47b532e04cfb3ee37 Content-Type: application/octet-stream; name="cross-prime-list.patch" Content-Disposition: attachment; filename="cross-prime-list.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_ha5610lh0 LS0tIGNvcmV1dGlscy04LjIwL3NyYy9sb2NhbC5tawkyMDEyLTEwLTIzIDE3OjE0OjEyLjAwMDAw MDAwMCArMDMwMAorKysgY29yZXV0aWxzLTguMjAvc3JjL2xvY2FsLm1rCTIwMTItMTEtMzAgMTE6 NDc6MTEuMTU1MzcyMjgxICswMjAwCkBAIC0zNyw3ICszNyw2IEBACiAjIE5lZWRlZCBieSB0aGUg dGVzdHN1aXRlLgogbm9pbnN0X1BST0dSQU1TID0JCVwKICAgc3JjL2dldGxpbWl0cwkJCVwKLSAg c3JjL21ha2UtcHJpbWUtbGlzdAkJXAogICBzcmMvc2V0dWlkZ2lkCiAKIG5vaW5zdF9IRUFERVJT ID0JCVwKQEAgLTM3MCw2ICszNjksOSBAQAogc3JjX2xpYnN0ZGJ1Zl9zb19MREZMQUdTID0gLXNo YXJlZAogc3JjX2xpYnN0ZGJ1Zl9zb19DRkxBR1MgPSAtZlBJQyAkKEFNX0NGTEFHUykKIAorc3Jj L21ha2UtcHJpbWUtbGlzdDogc3JjL21ha2UtcHJpbWUtbGlzdC5jCisJJChDQ19GT1JfQlVJTEQp IC1vIHNyYy9tYWtlLXByaW1lLWxpc3QgLUkkKHRvcF9idWlsZGRpcikvbGliICQoc3JjZGlyKS9z cmMvbWFrZS1wcmltZS1saXN0LmMKKwogQlVJTFRfU09VUkNFUyArPSBzcmMvZGlyY29sb3JzLmgK IHNyYy9kaXJjb2xvcnMuaDogc3JjL2RjZ2VuIHNyYy9kaXJjb2xvcnMuaGluCiAJJChBTV9WX0dF TilybSAtZiAkQCAkQC10Cg== --90e6ba6e8db47b532e04cfb3ee37-- ------------=_1354337522-17241-1--