public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.13-rc2 compilation errors with linux1394.org rev.1296
@ 2005-07-08 16:17 art
  2005-07-08 20:00 ` Adrian Bunk
  2005-07-08 20:04 ` Adrian Bunk
  0 siblings, 2 replies; 5+ messages in thread
From: art @ 2005-07-08 16:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: mingo


2.6.13-rc2 compilation errors with linux1394.org rev.1

[....]$ make && make modules
  CHK     include/linux/version.h
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
  CHK     include/linux/compile.h
  CHK     usr/initramfs_list
  CC [M]  drivers/ieee1394/ieee1394_core.o
drivers/ieee1394/ieee1394_core.c: In function ‘hpsbpkt_thread’:
drivers/ieee1394/ieee1394_core.c:1048: error: too many arguments to function ‘refrigerator’
drivers/ieee1394/ieee1394_core.c: In function ‘ieee1394_init’:
drivers/ieee1394/ieee1394_core.c:1127: warning: implicit declaration of function ‘class_simple_create’
drivers/ieee1394/ieee1394_core.c:1127: warning: assignment makes pointer from integer without a cast
drivers/ieee1394/ieee1394_core.c:1165: warning: implicit declaration of function ‘class_simple_destroy’
make[2]: *** [drivers/ieee1394/ieee1394_core.o] Error 1
make[1]: *** [drivers/ieee1394] Error 2
make: *** [drivers] Error 2



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

* Re: 2.6.13-rc2 compilation errors with linux1394.org rev.1296
  2005-07-08 16:17 2.6.13-rc2 compilation errors with linux1394.org rev.1296 art
@ 2005-07-08 20:00 ` Adrian Bunk
  2005-07-08 20:04 ` Adrian Bunk
  1 sibling, 0 replies; 5+ messages in thread
From: Adrian Bunk @ 2005-07-08 20:00 UTC (permalink / raw)
  To: art; +Cc: linux-kernel, mingo

On Fri, Jul 08, 2005 at 11:17:31AM -0500, art wrote:
> 
> 2.6.13-rc2 compilation errors with linux1394.org rev.1
>...



cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

* Re: 2.6.13-rc2 compilation errors with linux1394.org rev.1296
  2005-07-08 16:17 2.6.13-rc2 compilation errors with linux1394.org rev.1296 art
  2005-07-08 20:00 ` Adrian Bunk
@ 2005-07-08 20:04 ` Adrian Bunk
  2005-07-08 21:43   ` Stefan Richter
  1 sibling, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2005-07-08 20:04 UTC (permalink / raw)
  To: art; +Cc: linux-kernel, mingo, linux1394-devel

[ sorry for the empty email ]

On Fri, Jul 08, 2005 at 11:17:31AM -0500, art wrote:
> 
> 2.6.13-rc2 compilation errors with linux1394.org rev.1
>...

This issue doesn't belong on this list.

You should tell the developers at linux1394.org (Cc'ed) that they should 
fix it in their tree.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

* Re: 2.6.13-rc2 compilation errors with linux1394.org rev.1296
  2005-07-08 20:04 ` Adrian Bunk
@ 2005-07-08 21:43   ` Stefan Richter
  2005-07-09 17:39     ` Stefan Richter
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Richter @ 2005-07-08 21:43 UTC (permalink / raw)
  To: linux-kernel, linux1394-devel; +Cc: Adrian Bunk, art, mingo

Adrian Bunk wrote:
> On Fri, Jul 08, 2005 at 11:17:31AM -0500, art wrote:
>>2.6.13-rc2 compilation errors with linux1394.org rev.1
>>...
> This issue doesn't belong on this list.
> 
> You should tell the developers at linux1394.org (Cc'ed) that they should 
> fix it in their tree.

Better yet: Send in a patch. It is trivial to prepare and only costs 
time that the linux1394 maintainers should spend for _actual_ fixes and 
improvements.

I think it is already known that the local linux1394 code does not yet 
compile in 2.6.13.
-- 
Stefan Richter
-=====-=-=-= -=== -=---
http://arcgraph.de/sr/

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

* Re: 2.6.13-rc2 compilation errors with linux1394.org rev.1296
  2005-07-08 21:43   ` Stefan Richter
@ 2005-07-09 17:39     ` Stefan Richter
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Richter @ 2005-07-09 17:39 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux1394-devel, bunk, art, mingo

I wrote on  8 Jul:
> Adrian Bunk wrote:
>> You should tell the developers at linux1394.org (Cc'ed) that they should 
>> fix it in their tree.
> 
> Better yet: Send in a patch.

Well, I just bundled the relevant changes in two patches against
linux1394's trunk (head) and posted them on linux1394-devel.
http://marc.theaimsgroup.com/?m=112092943630355
http://marc.theaimsgroup.com/?m=112093021309357

HTH,
-- 
Stefan Richter
-=====-=-=-= -=== -=--=
http://arcgraph.de/sr/


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

end of thread, other threads:[~2005-07-09 17:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-08 16:17 2.6.13-rc2 compilation errors with linux1394.org rev.1296 art
2005-07-08 20:00 ` Adrian Bunk
2005-07-08 20:04 ` Adrian Bunk
2005-07-08 21:43   ` Stefan Richter
2005-07-09 17:39     ` Stefan Richter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox