From: Jiri Slaby on
On 05/23/2010 03:54 PM, Piotr Hosowicz wrote:
> And they had built flawlessly. But main build with make-kpkg
> kernel_image nevertheless still fails. I don;t know what to do. I don't
> want to do those strace's, because it will take awfully long.

Why don't you just look at the actual error which is likely somewhere
above because of parallel build? And when you are posting outputs, first
switch your locale to en so that we can parse the output.

--
js
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Randy Dunlap on
On Sun, 23 May 2010 15:54:26 +0200 Piotr Hosowicz wrote:

> On 22.05.2010 16:17, Justin P. Mattock wrote:
> > On 05/22/2010 07:04 AM, Piotr Hosowicz wrote:
> >> On 22.05.2010 15:44, Justin P. Mattock wrote:
> >>
> >>> what about strace make
> >>> (maybe will give you info)
> >>
> >> May be I'll try like that if the problem persists. I will produce tons
> >> of output I believe :-(
> >>
> >
> >
> > yeah it does,
> > you can always send the
> > output to a file i.g.
> > strace -o filename make
> > anything at this point though
> > to see what is crapping out
>
> I did not try it yet, but I update the source through git and tested:
>
> make M=drivers/net/wireless modules
>
> And they had built flawlessly. But main build with make-kpkg
> kernel_image nevertheless still fails. I don;t know what to do. I don't
> want to do those strace's, because it will take awfully long.

Sorry, I still don't see the primary error message.

Maybe you can post to a Debian mailing list or search their archives
to see if this is already known or fixed?

Or see what error code 2 from make-kpkg means, if possible.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Piotr Hosowicz on
On 23.05.2010 19:50, Jiri Slaby wrote:
> On 05/23/2010 03:54 PM, Piotr Hosowicz wrote:
>> And they had built flawlessly. But main build with make-kpkg
>> kernel_image nevertheless still fails. I don;t know what to do. I don't
>> want to do those strace's, because it will take awfully long.
>
> Why don't you just look at the actual error which is likely somewhere
> above because of parallel build? And when you are posting outputs, first
> switch your locale to en so that we can parse the output.

I tried again and the error is about CEPH. I attach the typescript. I am
totaly confused, now build breakse in yet another place than before.

Regards,

Piotr Hosowicz

PS: I ordered make modules without calling make first, I on't know if
it's ok.

--
Janusz Korwin-Mikke:
"Dyktatury dziel� si� na dobre i z�e. Demokracja jest zawsze g�upia."
NP: -
NB: 2.6.34-20100521-1728
From: Randy Dunlap on
On Sun, 23 May 2010 20:28:53 +0200 Piotr Hosowicz wrote:

> On 23.05.2010 19:50, Jiri Slaby wrote:
> > On 05/23/2010 03:54 PM, Piotr Hosowicz wrote:
> >> And they had built flawlessly. But main build with make-kpkg
> >> kernel_image nevertheless still fails. I don;t know what to do. I don't
> >> want to do those strace's, because it will take awfully long.
> >
> > Why don't you just look at the actual error which is likely somewhere
> > above because of parallel build? And when you are posting outputs, first
> > switch your locale to en so that we can parse the output.
>
> I tried again and the error is about CEPH. I attach the typescript. I am
> totaly confused, now build breakse in yet another place than before.
>
> Regards,
>
> Piotr Hosowicz
>
> PS: I ordered make modules without calling make first, I on't know if
> it's ok.


CC [M] fs/ceph/msgpool.o
fs/ceph/msgpool.c: In function ___ceph_msgpool_put___:
fs/ceph/msgpool.c:173: error: implicit declaration of function ___kref_set___
make[2]: *** [fs/ceph/msgpool.o] B____d 1
make[1]: *** [fs/ceph] B____d 2
make: *** [fs] B____d 2


Known problem, but I haven't seen a fix for it yet.

And note how it says Error 1, not just Error 2.
Error 1 is the primary error. Just showing us Error 2 is mostly useless.


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Piotr Hosowicz on
On 23.05.2010 23:53, Randy Dunlap wrote:
> On Sun, 23 May 2010 20:28:53 +0200 Piotr Hosowicz wrote:
>
>> On 23.05.2010 19:50, Jiri Slaby wrote:
>>> On 05/23/2010 03:54 PM, Piotr Hosowicz wrote:
>>>> And they had built flawlessly. But main build with make-kpkg
>>>> kernel_image nevertheless still fails. I don;t know what to do. I don't
>>>> want to do those strace's, because it will take awfully long.
>>>
>>> Why don't you just look at the actual error which is likely somewhere
>>> above because of parallel build? And when you are posting outputs, first
>>> switch your locale to en so that we can parse the output.
>>
>> I tried again and the error is about CEPH. I attach the typescript. I am
>> totaly confused, now build breakse in yet another place than before.
>>
>> Regards,
>>
>> Piotr Hosowicz
>>
>> PS: I ordered make modules without calling make first, I on't know if
>> it's ok.
>
>
> CC [M] fs/ceph/msgpool.o
> fs/ceph/msgpool.c: In function ___ceph_msgpool_put___:
> fs/ceph/msgpool.c:173: error: implicit declaration of function ___kref_set___
> make[2]: *** [fs/ceph/msgpool.o] B____d 1
> make[1]: *** [fs/ceph] B____d 2
> make: *** [fs] B____d 2
>
>
> Known problem, but I haven't seen a fix for it yet.
>
> And note how it says Error 1, not just Error 2.
> Error 1 is the primary error. Just showing us Error 2 is mostly useless.

Thanks, the kernel is built and booted as you can see, but there is an
error after boot, I'll start a separate thread about it.

Regards,

Piotr Hosowicz

--
"Bardzo fajna firma, tylko czasami nie p�aci. Do jej g��wnych
zalet nale��: ekspres ci�nieniowy (ale tylko na jednym z pi�-
ter) oraz fajne widoki z salki konferencyjnej. No i jakie�
p� roku temu odesz�o 90% pracownik�w dzia�u IT, ale mo�e nie
mieli racji ;)"
NP: Slash - Ghost (Feat. Ian Astbury)
NB: 2.6.34-20100524-0407
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/