linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: staging tree build failure
@ 2009-12-09  5:56 Stephen Rothwell
  2009-12-09  6:03 ` Stephen Rothwell
  2009-12-09 15:29 ` Alan Stern
  0 siblings, 2 replies; 8+ messages in thread
From: Stephen Rothwell @ 2009-12-09  5:56 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Alan Stern

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

Hi Greg,

Today's linux-next build (x86_64 allmodconfig) failed like this:

drivers/net/usb/kaweth.c: In function 'kaweth_open':
drivers/net/usb/kaweth.c:719: error: implicit declaration of function 'usb_autopm_enable'

Caused by commit b3f937e6ddf3e60ed9b4c26349b7b171dffdd010 ("USB: prepare
for changover to Runtime PM framework").

I have reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: linux-next: staging tree build failure
  2009-12-09  5:56 linux-next: staging tree build failure Stephen Rothwell
@ 2009-12-09  6:03 ` Stephen Rothwell
  2009-12-09 15:29 ` Alan Stern
  1 sibling, 0 replies; 8+ messages in thread
From: Stephen Rothwell @ 2009-12-09  6:03 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Alan Stern

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

Hi Greg,

That should have said usb tree, of course.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: linux-next: staging tree build failure
  2009-12-09  5:56 linux-next: staging tree build failure Stephen Rothwell
  2009-12-09  6:03 ` Stephen Rothwell
@ 2009-12-09 15:29 ` Alan Stern
  2009-12-09 20:30   ` Greg KH
  1 sibling, 1 reply; 8+ messages in thread
From: Alan Stern @ 2009-12-09 15:29 UTC (permalink / raw)
  To: Stephen Rothwell, David S. Miller
  Cc: Greg KH, linux-next, Kernel development list

On Wed, 9 Dec 2009, Stephen Rothwell wrote:

> Hi Greg,
> 
> Today's linux-next build (x86_64 allmodconfig) failed like this:
> 
> drivers/net/usb/kaweth.c: In function 'kaweth_open':
> drivers/net/usb/kaweth.c:719: error: implicit declaration of function 'usb_autopm_enable'
> 
> Caused by commit b3f937e6ddf3e60ed9b4c26349b7b171dffdd010 ("USB: prepare
> for changover to Runtime PM framework").
> 
> I have reverted that commit for today.

This should have been okay because of Oliver's patch:

	http://marc.info/?l=linux-netdev&m=125071045301270&w=2

which removed the offending reference.  Hasn't it been merged yet?  
It was submitted back in August.

Alan Stern


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: linux-next: staging tree build failure
  2009-12-09 15:29 ` Alan Stern
@ 2009-12-09 20:30   ` Greg KH
  0 siblings, 0 replies; 8+ messages in thread
From: Greg KH @ 2009-12-09 20:30 UTC (permalink / raw)
  To: Alan Stern
  Cc: Stephen Rothwell, David S. Miller, linux-next, Kernel development list

On Wed, Dec 09, 2009 at 10:29:22AM -0500, Alan Stern wrote:
> On Wed, 9 Dec 2009, Stephen Rothwell wrote:
> 
> > Hi Greg,
> > 
> > Today's linux-next build (x86_64 allmodconfig) failed like this:
> > 
> > drivers/net/usb/kaweth.c: In function 'kaweth_open':
> > drivers/net/usb/kaweth.c:719: error: implicit declaration of function 'usb_autopm_enable'
> > 
> > Caused by commit b3f937e6ddf3e60ed9b4c26349b7b171dffdd010 ("USB: prepare
> > for changover to Runtime PM framework").
> > 
> > I have reverted that commit for today.
> 
> This should have been okay because of Oliver's patch:
> 
> 	http://marc.info/?l=linux-netdev&m=125071045301270&w=2
> 
> which removed the offending reference.  Hasn't it been merged yet?  
> It was submitted back in August.

Hm, I thought I saw this in David's network tree in linux-next, but
perhaps that was the wifi and one other patch, I didn't look for the
kaweth patch.

David, any ideas if the patch above was just dropped for some reason.
If it was just overlooked, I can take it through my tree, as I depend on
it to not break the build.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: linux-next: staging tree build failure
  2009-10-14 23:54 ` Greg KH
@ 2009-10-15  0:13   ` Stephen Rothwell
  0 siblings, 0 replies; 8+ messages in thread
From: Stephen Rothwell @ 2009-10-15  0:13 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Alan Cox

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

Hi Greg,

On Wed, 14 Oct 2009 16:54:49 -0700 Greg KH <greg@kroah.com> wrote:
>
> I've now fixed this up, it needed to be removed from
> include/linux/Kbuild file.

Thanks.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: linux-next: staging tree build failure
  2009-10-13  4:07 Stephen Rothwell
  2009-10-13  4:21 ` Stephen Rothwell
@ 2009-10-14 23:54 ` Greg KH
  2009-10-15  0:13   ` Stephen Rothwell
  1 sibling, 1 reply; 8+ messages in thread
From: Greg KH @ 2009-10-14 23:54 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Alan Cox

On Tue, Oct 13, 2009 at 03:07:53PM +1100, Stephen Rothwell wrote:
> Hi Greg,
> 
> Today's linux-next build (x86_64 allmodconfig) failed like this:
> 
> make[4]: *** No rule to make target `include/linux/hayesesp.h', needed by `usr/include/linux/.install'.  Stop.
> 
> Caused by commit a724aa0a5ad2b3c6b5ee48e79a09e9fbc5cf3ec9 ("tty: esp:
> remove broken driver") which I have reverted for today.

I've now fixed this up, it needed to be removed from
include/linux/Kbuild file.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: linux-next: staging tree build failure
  2009-10-13  4:07 Stephen Rothwell
@ 2009-10-13  4:21 ` Stephen Rothwell
  2009-10-14 23:54 ` Greg KH
  1 sibling, 0 replies; 8+ messages in thread
From: Stephen Rothwell @ 2009-10-13  4:21 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Alan Cox

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]

Actually the tty tree ...

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* linux-next: staging tree build failure
@ 2009-10-13  4:07 Stephen Rothwell
  2009-10-13  4:21 ` Stephen Rothwell
  2009-10-14 23:54 ` Greg KH
  0 siblings, 2 replies; 8+ messages in thread
From: Stephen Rothwell @ 2009-10-13  4:07 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Alan Cox

[-- Attachment #1: Type: text/plain, Size: 431 bytes --]

Hi Greg,

Today's linux-next build (x86_64 allmodconfig) failed like this:

make[4]: *** No rule to make target `include/linux/hayesesp.h', needed by `usr/include/linux/.install'.  Stop.

Caused by commit a724aa0a5ad2b3c6b5ee48e79a09e9fbc5cf3ec9 ("tty: esp:
remove broken driver") which I have reverted for today.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-12-09 20:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-09  5:56 linux-next: staging tree build failure Stephen Rothwell
2009-12-09  6:03 ` Stephen Rothwell
2009-12-09 15:29 ` Alan Stern
2009-12-09 20:30   ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2009-10-13  4:07 Stephen Rothwell
2009-10-13  4:21 ` Stephen Rothwell
2009-10-14 23:54 ` Greg KH
2009-10-15  0:13   ` Stephen Rothwell

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).