* wireless-testing fail compiling
@ 2012-02-27 20:28 Guy, Wey-Yi
2012-02-27 23:29 ` John W. Linville
0 siblings, 1 reply; 7+ messages in thread
From: Guy, Wey-Yi @ 2012-02-27 20:28 UTC (permalink / raw)
To: linville; +Cc: linux-wireless
build break in the latest wireless-testing
fs/autofs4/inode.c: In function ‘autofs4_fill_super’:
fs/autofs4/inode.c:228: error: implicit declaration of function
‘is_compat_task’
make[2]: *** [fs/autofs4/inode.o] Error 1
make[1]: *** [fs/autofs4] Error 2
make: *** [fs] Error 2
fs/autofs4/dev-ioctl.c: In function ‘autofs_dev_ioctl_setpipefd’:
fs/autofs4/dev-ioctl.c:388: error: implicit declaration of function
‘is_compat_task’
make[2]: *** [fs/autofs4/dev-ioctl.o] Error 1
Wey
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: wireless-testing fail compiling
2012-02-27 20:28 wireless-testing fail compiling Guy, Wey-Yi
@ 2012-02-27 23:29 ` John W. Linville
2012-02-29 7:51 ` Mohammed Shafi
0 siblings, 1 reply; 7+ messages in thread
From: John W. Linville @ 2012-02-27 23:29 UTC (permalink / raw)
To: Guy, Wey-Yi; +Cc: linux-wireless
On Mon, Feb 27, 2012 at 12:28:19PM -0800, Guy, Wey-Yi wrote:
> build break in the latest wireless-testing
>
> fs/autofs4/inode.c: In function ‘autofs4_fill_super’:
> fs/autofs4/inode.c:228: error: implicit declaration of function
> ‘is_compat_task’
> make[2]: *** [fs/autofs4/inode.o] Error 1
> make[1]: *** [fs/autofs4] Error 2
> make: *** [fs] Error 2
>
>
> fs/autofs4/dev-ioctl.c: In function ‘autofs_dev_ioctl_setpipefd’:
> fs/autofs4/dev-ioctl.c:388: error: implicit declaration of function
> ‘is_compat_task’
> make[2]: *** [fs/autofs4/dev-ioctl.o] Error 1
It looks like that line was added in commit
a32744d4abae24572eff7269bc17895c41bd0085, which came into
wireless-testing as part of 3.3-rc5.
FWIW, it built for me. I'm using a config derived from what is in
Fedora 17. Maybe you should try a clean build?
John
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: wireless-testing fail compiling
2012-02-27 23:29 ` John W. Linville
@ 2012-02-29 7:51 ` Mohammed Shafi
2012-02-29 16:21 ` Randy Dunlap
0 siblings, 1 reply; 7+ messages in thread
From: Mohammed Shafi @ 2012-02-29 7:51 UTC (permalink / raw)
To: John W. Linville; +Cc: Guy, Wey-Yi, linux-wireless
On Tue, Feb 28, 2012 at 4:59 AM, John W. Linville
<linville@tuxdriver.com> wrote:
> On Mon, Feb 27, 2012 at 12:28:19PM -0800, Guy, Wey-Yi wrote:
>> build break in the latest wireless-testing
>>
>> fs/autofs4/inode.c: In function ‘autofs4_fill_super’:
>> fs/autofs4/inode.c:228: error: implicit declaration of function
>> ‘is_compat_task’
>> make[2]: *** [fs/autofs4/inode.o] Error 1
>> make[1]: *** [fs/autofs4] Error 2
>> make: *** [fs] Error 2
>>
>>
>> fs/autofs4/dev-ioctl.c: In function ‘autofs_dev_ioctl_setpipefd’:
>> fs/autofs4/dev-ioctl.c:388: error: implicit declaration of function
>> ‘is_compat_task’
>> make[2]: *** [fs/autofs4/dev-ioctl.o] Error 1
>
> It looks like that line was added in commit
> a32744d4abae24572eff7269bc17895c41bd0085, which came into
> wireless-testing as part of 3.3-rc5.
John, i also got the same problem just trying the fix mentioned in
https://lkml.org/lkml/2012/2/25/103
--
thanks,
shafi
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: wireless-testing fail compiling
2012-02-29 7:51 ` Mohammed Shafi
@ 2012-02-29 16:21 ` Randy Dunlap
2012-03-01 4:57 ` Mohammed Shafi
0 siblings, 1 reply; 7+ messages in thread
From: Randy Dunlap @ 2012-02-29 16:21 UTC (permalink / raw)
To: Mohammed Shafi; +Cc: John W. Linville, Guy, Wey-Yi, linux-wireless
On 02/28/2012 11:51 PM, Mohammed Shafi wrote:
> On Tue, Feb 28, 2012 at 4:59 AM, John W. Linville
> <linville@tuxdriver.com> wrote:
>> On Mon, Feb 27, 2012 at 12:28:19PM -0800, Guy, Wey-Yi wrote:
>>> build break in the latest wireless-testing
>>>
>>> fs/autofs4/inode.c: In function ‘autofs4_fill_super’:
>>> fs/autofs4/inode.c:228: error: implicit declaration of function
>>> ‘is_compat_task’
>>> make[2]: *** [fs/autofs4/inode.o] Error 1
>>> make[1]: *** [fs/autofs4] Error 2
>>> make: *** [fs] Error 2
>>>
>>>
>>> fs/autofs4/dev-ioctl.c: In function ‘autofs_dev_ioctl_setpipefd’:
>>> fs/autofs4/dev-ioctl.c:388: error: implicit declaration of function
>>> ‘is_compat_task’
>>> make[2]: *** [fs/autofs4/dev-ioctl.o] Error 1
>>
>> It looks like that line was added in commit
>> a32744d4abae24572eff7269bc17895c41bd0085, which came into
>> wireless-testing as part of 3.3-rc5.
>
> John, i also got the same problem just trying the fix mentioned in
> https://lkml.org/lkml/2012/2/25/103
Huh? You got the same problem after trying Linus's patch?
or you got the same problem (it's in 3.3-rc5 baseline) so you are
trying Linus's patch (which works) ??
--
~Randy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: wireless-testing fail compiling
2012-02-29 16:21 ` Randy Dunlap
@ 2012-03-01 4:57 ` Mohammed Shafi
2012-03-01 15:19 ` John W. Linville
0 siblings, 1 reply; 7+ messages in thread
From: Mohammed Shafi @ 2012-03-01 4:57 UTC (permalink / raw)
To: Randy Dunlap; +Cc: John W. Linville, Guy, Wey-Yi, linux-wireless
On Wed, Feb 29, 2012 at 9:51 PM, Randy Dunlap <rdunlap@xenotime.net> wrote:
Hi Randy,
> Huh? You got the same problem after trying Linus's patch?
no, with the Linus patch it worked, before that it did not.
>
> or you got the same problem (it's in 3.3-rc5 baseline) so you are
> trying Linus's patch (which works) ??
yes it works for me in my 32 bit x86 system.
>
> --
> ~Randy
--
thanks,
shafi
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: wireless-testing fail compiling
2012-03-01 4:57 ` Mohammed Shafi
@ 2012-03-01 15:19 ` John W. Linville
2012-03-01 15:51 ` Mohammed Shafi
0 siblings, 1 reply; 7+ messages in thread
From: John W. Linville @ 2012-03-01 15:19 UTC (permalink / raw)
To: Mohammed Shafi; +Cc: Randy Dunlap, Guy, Wey-Yi, linux-wireless
On Thu, Mar 01, 2012 at 10:27:54AM +0530, Mohammed Shafi wrote:
> On Wed, Feb 29, 2012 at 9:51 PM, Randy Dunlap <rdunlap@xenotime.net> wrote:
> Hi Randy,
>
> > Huh? You got the same problem after trying Linus's patch?
>
> no, with the Linus patch it worked, before that it did not.
>
> >
> > or you got the same problem (it's in 3.3-rc5 baseline) so you are
> > trying Linus's patch (which works) ??
>
> yes it works for me in my 32 bit x86 system.
I added the patch in question to wireless-testing yesterday, FWIW.
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: wireless-testing fail compiling
2012-03-01 15:19 ` John W. Linville
@ 2012-03-01 15:51 ` Mohammed Shafi
0 siblings, 0 replies; 7+ messages in thread
From: Mohammed Shafi @ 2012-03-01 15:51 UTC (permalink / raw)
To: John W. Linville; +Cc: Randy Dunlap, Guy, Wey-Yi, linux-wireless
> I added the patch in question to wireless-testing yesterday, FWIW.
ok John, thanks.
>
> --
> John W. Linville Someday the world will need a hero, and you
> linville@tuxdriver.com might be all we have. Be ready.
--
thanks,
shafi
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-03-01 15:51 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27 20:28 wireless-testing fail compiling Guy, Wey-Yi
2012-02-27 23:29 ` John W. Linville
2012-02-29 7:51 ` Mohammed Shafi
2012-02-29 16:21 ` Randy Dunlap
2012-03-01 4:57 ` Mohammed Shafi
2012-03-01 15:19 ` John W. Linville
2012-03-01 15:51 ` Mohammed Shafi
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).