From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0A8FC433E0 for ; Wed, 8 Jul 2020 17:11:03 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A666A2065F for ; Wed, 8 Jul 2020 17:11:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A666A2065F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=csgroup.eu Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4B25Rn6tZqzDqdv for ; Thu, 9 Jul 2020 03:11:01 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=csgroup.eu (client-ip=93.17.236.30; helo=pegase1.c-s.fr; envelope-from=christophe.leroy@csgroup.eu; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=csgroup.eu Received: from pegase1.c-s.fr (pegase1.c-s.fr [93.17.236.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4B25Pp3zq4zDqXq for ; Thu, 9 Jul 2020 03:09:16 +1000 (AEST) Received: from localhost (mailhub1-int [192.168.12.234]) by localhost (Postfix) with ESMTP id 4B25Pd5VS8z9v1YY; Wed, 8 Jul 2020 19:09:09 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at c-s.fr Received: from pegase1.c-s.fr ([192.168.12.234]) by localhost (pegase1.c-s.fr [192.168.12.234]) (amavisd-new, port 10024) with ESMTP id AULjNVkFHM9R; Wed, 8 Jul 2020 19:09:09 +0200 (CEST) Received: from messagerie.si.c-s.fr (messagerie.si.c-s.fr [192.168.25.192]) by pegase1.c-s.fr (Postfix) with ESMTP id 4B25Pd4mMDz9v1YS; Wed, 8 Jul 2020 19:09:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by messagerie.si.c-s.fr (Postfix) with ESMTP id 0E6BE8B803; Wed, 8 Jul 2020 19:09:12 +0200 (CEST) X-Virus-Scanned: amavisd-new at c-s.fr Received: from messagerie.si.c-s.fr ([127.0.0.1]) by localhost (messagerie.si.c-s.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id iSoOuynrDsAV; Wed, 8 Jul 2020 19:09:11 +0200 (CEST) Received: from [192.168.4.90] (unknown [192.168.4.90]) by messagerie.si.c-s.fr (Postfix) with ESMTP id ACE6A8B7FE; Wed, 8 Jul 2020 19:09:11 +0200 (CEST) Subject: Re: kernel since 5.6 do not boot anymore on Apple PowerBook To: Giuseppe Sacco , linuxppc-dev@lists.ozlabs.org References: <89e412a76350b28f791bb8a2b6f9647a034f6fc8.camel@sguazz.it> <04544f16-fb20-54b9-e56e-47d45af03b6c@csgroup.eu> <64815669-5282-f74f-efc6-6c4c376fb602@csgroup.eu> <990279c219476c4d513df52454adf583de32641a.camel@sguazz.it> <211a35b02193ae79a201d4d567fe1d7a53a979f5.camel@sguazz.it> <639a48d1-815b-33f1-3c9e-cd9ca8ec41b1@csgroup.eu> <498426507489f2c8e32daaf7af1105b5adba552f.camel@sguazz.it> From: Christophe Leroy Message-ID: Date: Wed, 8 Jul 2020 19:09:05 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <498426507489f2c8e32daaf7af1105b5adba552f.camel@sguazz.it> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Le 08/07/2020 à 19:00, Giuseppe Sacco a écrit : > Hello, > while trying to debug a problem using git bisect, I am now at a point > where I cannot build the kernel at all. This is the error message I > get: > > $ LANG=C make ARCH=powerpc \ > CROSS_COMPILE=powerpc-linux- \ > CONFIG_MODULE_COMPRESS_GZIP=true \ > INSTALL_MOD_STRIP=1 CONFIG_MODULE_COMPRESS=1 \ > -j4 INSTALL_MOD_PATH=$BOOT INSTALL_PATH=$BOOT \ > CONFIG_DEBUG_INFO_COMPRESSED=1 \ > install modules_install > make[2]: *** No rule to make target 'vmlinux', needed by Surprising. Did you make any change to Makefiles ? Are you in the middle of a bisect ? If so, if the previous builds worked, I'd do 'git bisect skip' What's the result with: LANG=C make ARCH=powerpc CROSS_COMPILE=powerpc-linux- vmlinux Christophe > 'arch/powerpc/boot/zImage.pmac'. Stop. > make[1]: *** [arch/powerpc/Makefile:407: install] Error 2 > make: *** [Makefile:328: __build_one_by_one] Error 2 > > How can I continue? > > Thank you, > Giuseppe >