From: Piotr Hosowicz on
On 22.05.2010 15:35, Justin P. Mattock wrote:
> On 05/22/2010 06:13 AM, Piotr Hosowicz wrote:
>> On 22.05.2010 14:43, Piotr Hosowicz wrote:
>>> On 22.05.2010 10:40, Piotr Hosowicz wrote:
>>>> On 22.05.2010 00:20, Piotr Hosowicz wrote:
>>>>> On 22.05.2010 00:12, Randy Dunlap wrote:
>>>>>> On Fri, 21 May 2010 23:31:28 +0200 Piotr Hosowicz wrote:
>>>>>>
>>>>>>> On 21.05.2010 23:21, Piotr Hosowicz wrote:
>>>>>>>> On 21.05.2010 23:07, John W. Linville wrote:
>>>>>>>>> On Fri, May 21, 2010 at 10:53:56PM +0200, Piotr Hosowicz wrote:
>>>>>>>>>> Hello,
>>>>>>>>>>
>>>>>>>>>> I try to build kernel from git source. Now n-th build try is
>>>>>>>>>> performing, each time it failed on wireless drivers - Atheros,
>>>>>>>>>> Marvel etc. Did I miss something?
>>>>>>>>>>
>>>>>>>>>> Regards,
>>>>>>>>>>
>>>>>>>>>> Piotr Hosowicz
>>>>>>>>>
>>>>>>>>> Perhaps you should post your actual output from the build failure?
>>>>>>>>
>>>>>>>> I dont have it right now, I disabled wireless at all and started
>>>>>>>> build.
>>>>>>>> The output to the console was make-kpkg ordinary message - saying
>>>>>>>> that
>>>>>>>> sub build finished with error code 2 AFAIR, it stopped each time on
>>>>>>>> wireless drivers.
>>>>>>>
>>>>>>> Zonk! It seems that the problem is not only with wireless, now it
>>>>>>> broke
>>>>>>> here:
>>>>>>>
>>>>>>> (snip)
>>>>>>> CC [M] drivers/net/usb/int51x1.o
>>>>>>> CC [M] drivers/net/usb/cdc-phonet.o
>>>>>>> CC [M] drivers/net/wan/lmc/lmc_media.o
>>>>>>> CC [M] drivers/net/wan/lmc/lmc_main.o
>>>>>>> CC [M] drivers/net/wan/wanxl.o
>>>>>>> CC [M] drivers/net/usb/ipheth.o
>>>>>>> LD [M] drivers/net/wan/cyclomx.o
>>>>>>> CC [M] drivers/net/usb/sierra_net.o
>>>>>>> CC [M] drivers/net/wan/lmc/lmc_proto.o
>>>>>>> LD [M] drivers/net/wan/lmc/lmc.o
>>>>>>> make[1]: Opuszczenie katalogu
>>>>>>> `/usr/src/linus/linux-2.6-20100521-2044'
>>>>>>> make: *** [debian/stamp/build/kernel] B��d 2
>>>>>>>
>>>>>>> Opuszczenie katalogu `/usr/src/linus/linux-2.6-20100521-2044' is
>>>>>>> "leaving directory", B��d is error.
>>>>>>
>>>>>> That still doesn't show the actual error/problem message...
>>>>>
>>>>> Because there was no other messages, maybe Debian make-kpkg mutes them
>>>>> some way. I can try tommorrow the classic linux way and test it. I
>>>>> attach botching config.
>>>>
>>>> I git-pulled and have run build with make-kpkg --verbose, again failed.
>>>> This is the tail of the output:
>>>>
>>>
>>> (snip)
>>>
>>> I tried git8 from kernel.org and the make-kpkg build fails on iwlwifi.
>>> I'll give up for today I think.
>>
>> I gave it one more try and it failed again like in my first post
>> yesterday:
>>
>> CC [M] drivers/net/wireless/rtl818x/rtl8187_rtl8225.o
>> CC [M] drivers/net/wireless/zd1211rw/zd_usb.o
>> CC [M] drivers/net/wireless/rtl818x/rtl8187_leds.o
>> CC [M] drivers/net/wireless/rtl818x/rtl8187_rfkill.o
>> LD [M] drivers/net/wireless/rtl818x/rtl8180.o
>> LD [M] drivers/net/wireless/rtl818x/rtl8187.o
>> LD [M] drivers/net/wireless/ath/ath9k/ath9k_hw.o
>> LD [M] drivers/net/wireless/ath/ath9k/ath9k_common.o
>> LD [M] drivers/net/wireless/ath/ath9k/ath9k_htc.o
>> LD [M] drivers/net/wireless/ath/ath.o
>> LD [M] drivers/net/wireless/zd1211rw/zd1211rw.o
>> make[1]: Opuszczenie katalogu `/usr/src/linux-2.6.34-git8'
>> make: *** [debian/stamp/build/kernel] B��d 2
>>
>> zd1211rw is in wireless Zydas device driver, behaves like yesterday
>>
>> I am giving up for a time being or may be someone will help me here.
>>
>> Regards,
>>
>> Piotr Hosowicz
>>
>
>
> not sure whats happening and/or how debian is
> building the kernel, but can you try
> make V=1 so there is more of a verbose message
> on the screen of whats breaking.

This is the same what --verbose make-kpkg switch is doing and I've tried
that and posted result here.

Regards,

Piotr Hosowicz

--
<Nub> Mo�e mi kto� wyt�umaczy�, jak dziel� sie kom�rki?
<Tolek> o
<Tolek> O
<Tolek> 8
<Tolek> o o
NP: Black Stone Cherry - Lonely Train
NB: 2.6.34-20100521-1728
--
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 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 :-(

--
Na przyj�ciu ch�opak pyta blondynk�:
- Czy mog� ci� prosi� do walca?
- Zg�upia�e�? To ju� nie mia�e� czym przyjecha�?
NP: Chickenfoot - Oh Yeah
NB: 2.6.34-20100521-1728
--
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: Justin P. Mattock on
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

Justin P. Mattock
--
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 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

In this case it fails in the modules phase and I think I would redirect
outpit with tee because I'd like to see the progress.

Regards,

Piotr Hosowicz

--
Zatrzymuje si� samoch�d na sejmowym parkingu. Podchodzi do niego
ochroniarz i m�wi:
- Pan tu parkuje?! Tu Sejm ... Ministrowie, politycy, pos�owiei ...
- Dzi�ki, w��cz� alarm.
NP: Alice In Chains - All Secrets Known
NB: 2.6.34-20100521-1728
--
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 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.

Regards,

Piotr Hosowicz

--
Z cyklu "Uroki demokracji", czyli pytania i odpowiedzi w teledurniejach:
- Ile metr�w ma kilometr?
- Trzy.
NP: Slash - Ghost (Feat. Ian Astbury)
NB: 2.6.34-20100521-1728
--
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/