linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Christophe Leroy <christophe.leroy@csgroup.eu>
To: Giuseppe Sacco <giuseppe@sguazz.it>, linuxppc-dev@lists.ozlabs.org
Subject: Re: kernel since 5.6 do not boot anymore on Apple PowerBook
Date: Wed, 8 Jul 2020 20:44:52 +0200	[thread overview]
Message-ID: <b70a6343-a380-ff08-a401-04f9ab50be6b@csgroup.eu> (raw)
In-Reply-To: <e6878657490aa34b54b3daf0430073078a9840e7.camel@sguazz.it>



Le 08/07/2020 à 19:36, Giuseppe Sacco a écrit :
> Hi Cristophe,
> 
> Il giorno mer, 08/07/2020 alle 19.09 +0200, Christophe Leroy ha
> scritto:
>> 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 ?
> 
> No
> 
>> Are you in the middle of a bisect ? If so, if the previous builds
>> worked, I'd do 'git bisect skip'
> 
> Yes, the previous one worked.
> 
>> What's the result with:
>>
>> LANG=C make ARCH=powerpc CROSS_COMPILE=powerpc-linux- vmlinux
> 
> $ LANG=C make ARCH=powerpc CROSS_COMPILE=powerpc-linux- vmlinux
>    CALL    scripts/checksyscalls.sh
>    CALL    scripts/atomic/check-atomics.sh
>    CHK     include/generated/compile.h
>    CC      kernel/module.o
> kernel/module.c: In function 'do_init_module':
> kernel/module.c:3593:2: error: implicit declaration of function
> 'module_enable_ro'; did you mean 'module_enable_x'? [-Werror=implicit-
> function-declaration]
>   3593 |  module_enable_ro(mod, true);
>        |  ^~~~~~~~~~~~~~~~
>        |  module_enable_x
> cc1: some warnings being treated as errors
> make[1]: *** [scripts/Makefile.build:267: kernel/module.o] Error 1
> make: *** [Makefile:1735: kernel] Error 2
> 
> So, should I 'git bisect skip'?

Ah yes, I had the exact same problem last time I bisected.

So yes do 'git bisect skip'. You'll probably hit this problem half a 
dozen of times, but at the end you should get a usefull bisect anyway.

Christophe

  reply	other threads:[~2020-07-08 18:47 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-07 12:58 kernel since 5.6 do not boot anymore on Apple PowerBook Giuseppe Sacco
2020-07-07 13:35 ` Christophe Leroy
2020-07-07 14:03   ` Giuseppe Sacco
2020-07-07 14:52     ` Christophe Leroy
2020-07-07 15:34       ` Giuseppe Sacco
2020-07-08  7:59         ` Giuseppe Sacco
2020-07-08  8:38           ` Christophe Leroy
2020-07-08  8:56             ` Giuseppe Sacco
2020-07-08 17:00               ` Giuseppe Sacco
2020-07-08 17:09                 ` Christophe Leroy
2020-07-08 17:36                   ` Giuseppe Sacco
2020-07-08 18:44                     ` Christophe Leroy [this message]
2020-08-21  6:55                       ` Christophe Leroy
2020-08-21  8:22                         ` Giuseppe Sacco
2020-08-21 13:29                           ` Christophe Leroy
     [not found]                             ` <8ce38d9bb162268f53a2292a916c44579421e552.camel@sguazz.it>
2020-08-21 14:03                               ` Christophe Leroy
2020-08-21 15:44                                 ` Giuseppe Sacco
2020-08-22  8:28                                 ` Giuseppe Sacco
2020-08-24  5:17                                   ` Christophe Leroy
2020-08-24 20:48                                     ` Giuseppe Sacco
2020-08-26 10:10                                       ` Christophe Leroy
2020-08-26 13:53                                       ` Christophe Leroy
2020-08-26 22:28                                         ` Giuseppe Sacco
2020-08-27  7:46                                           ` Giuseppe Sacco
2020-08-27  8:28                                             ` Giuseppe Sacco
2020-08-27 10:39                                               ` Christophe Leroy
2020-08-27 14:37                                                 ` Giuseppe Sacco
2020-08-27 18:28                                                   ` Christophe Leroy
2020-08-28 17:07                                                 ` Gabriel Paubert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b70a6343-a380-ff08-a401-04f9ab50be6b@csgroup.eu \
    --to=christophe.leroy@csgroup.eu \
    --cc=giuseppe@sguazz.it \
    --cc=linuxppc-dev@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).