linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* cvs kernel does not compile
@ 1999-05-12 14:08 Konstantinos Margaritis
  1999-05-12 19:40 ` Tom Rini
  0 siblings, 1 reply; 8+ messages in thread
From: Konstantinos Margaritis @ 1999-05-12 14:08 UTC (permalink / raw)
  To: linuxppc-dev


   The 2.3.0 kernel found on cvs.on.openprojects.net does not compile on
my powerpc system (debian glibc 2.1, egcs 1.1.2pre), with the following
error: 

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -D__powerpc__ -fsigned-char -msoft-float -pipe -fno-builtin -ffixed-r2 -Wno-uninitialized -mmultiple -mstring   -DEXPORT_SYMTAB -c ksyms.c
/usr/src/linux/include/linux/fs.h: In function `mark_buffer_clean':
In file included from /usr/src/linux/include/linux/capability.h:13,
                 from /usr/src/linux/include/linux/binfmts.h:5,
                 from /usr/src/linux/include/linux/sched.h:8,
                 from /usr/src/linux/include/linux/mm.h:4,
                 from /usr/src/linux/include/linux/slab.h:14,                                    from /usr/src/linux/include/linux/malloc.h:4,
                 from ksyms.c:13:
/usr/src/linux/include/linux/fs.h:763: warning: implicit declaration of function
 `test_and_clear_bit'
/usr/src/linux/include/linux/fs.h: In function `mark_buffer_dirty':
/usr/src/linux/include/linux/fs.h:771: warning: implicit declaration of function
 `test_and_set_bit'
ksyms.c: At top level:
ksyms.c:361: `init_special_inode' undeclared here (not in a function)
ksyms.c:361: initializer element for `__ksymtab_init_special_inode.value' is not
 constant

It's the first time it does this. Any ideas?

--
Konstantinos Margaritis

[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

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

* Re: cvs kernel does not compile
  1999-05-12 14:08 cvs kernel does not compile Konstantinos Margaritis
@ 1999-05-12 19:40 ` Tom Rini
  1999-05-12 21:31   ` Martin Costabel
  0 siblings, 1 reply; 8+ messages in thread
From: Tom Rini @ 1999-05-12 19:40 UTC (permalink / raw)
  To: Konstantinos Margaritis; +Cc: linuxppc-dev


On Wed, 12 May 1999, Konstantinos Margaritis wrote:

>    The 2.3.0 kernel found on cvs.on.openprojects.net does not compile on
> my powerpc system (debian glibc 2.1, egcs 1.1.2pre), with the following
> error: 

Welcome to the dev cycle.  The tree can be broken once again, and only has
to compile on x86.  I'm sure Cort or someone will see what's going to be
needed to fix up 2.3.1-pre2 soon enough.

---
Tom Rini (TR1265)
http://dobbstown.yeti.edu/


[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

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

* Re: cvs kernel does not compile
  1999-05-12 19:40 ` Tom Rini
@ 1999-05-12 21:31   ` Martin Costabel
  1999-05-12 21:37     ` Tom Rini
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Costabel @ 1999-05-12 21:31 UTC (permalink / raw)
  To: Tom Rini; +Cc: Konstantinos Margaritis, linuxppc-dev


Tom Rini wrote:
> 
> On Wed, 12 May 1999, Konstantinos Margaritis wrote:
> 
> >    The 2.3.0 kernel found on cvs.on.openprojects.net does not compile on
> > my powerpc system (debian glibc 2.1, egcs 1.1.2pre), with the following
> > error:
> 
> Welcome to the dev cycle.  The tree can be broken once again, and only has
> to compile on x86.  I'm sure Cort or someone will see what's going to be
> needed to fix up 2.3.1-pre2 soon enough.

2.3.0 (cvs) compiled fine for me this morning, I'm running it now
(LinuxPPC R5 beta):

root[8]#dmesg | grep Linux
Linux version 2.3.0 (root@chezmoi) (gcc version egcs-2.91.66 19990314
(egcs-1.1.2 release)) #14 Wed May 12 09:30:40 CEST 1999

--
Martin

[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

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

* Re: cvs kernel does not compile
  1999-05-12 21:31   ` Martin Costabel
@ 1999-05-12 21:37     ` Tom Rini
  1999-05-13 11:57       ` Martin Costabel
  1999-05-13 19:06       ` Sriranga Veeraraghavan
  0 siblings, 2 replies; 8+ messages in thread
From: Tom Rini @ 1999-05-12 21:37 UTC (permalink / raw)
  To: Martin Costabel; +Cc: Konstantinos Margaritis, linuxppc-dev


On Wed, 12 May 1999, Martin Costabel wrote:

> 2.3.0 (cvs) compiled fine for me this morning, I'm running it now
> (LinuxPPC R5 beta):
> 
> root[8]#dmesg | grep Linux
> Linux version 2.3.0 (root@chezmoi) (gcc version egcs-2.91.66 19990314
> (egcs-1.1.2 release)) #14 Wed May 12 09:30:40 CEST 1999

Well.  2.3.0 is 2.2.8.  2.3.1-pre2 (in CVS now) is not. :)

---
Tom Rini (TR1265)
http://dobbstown.yeti.edu/


[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

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

* Re: cvs kernel does not compile
  1999-05-12 21:37     ` Tom Rini
@ 1999-05-13 11:57       ` Martin Costabel
  1999-05-13 19:06       ` Sriranga Veeraraghavan
  1 sibling, 0 replies; 8+ messages in thread
From: Martin Costabel @ 1999-05-13 11:57 UTC (permalink / raw)
  To: Tom Rini; +Cc: Konstantinos Margaritis, linuxppc-dev


Tom Rini wrote:
> 
> On Wed, 12 May 1999, Martin Costabel wrote:
> 
> > 2.3.0 (cvs) compiled fine for me this morning, I'm running it now
> > (LinuxPPC R5 beta):
> >
> > root[8]#dmesg | grep Linux
> > Linux version 2.3.0 (root@chezmoi) (gcc version egcs-2.91.66 19990314
> > (egcs-1.1.2 release)) #14 Wed May 12 09:30:40 CEST 1999
> 
> Well.  2.3.0 is 2.2.8.  2.3.1-pre2 (in CVS now) is not. :)

Indeed. 2.3.1-pre2 (in CVS now) is deeply broken. This gives us
non-developers time to compile other things than kernels :-)

--
Martin

[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

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

* Re: cvs kernel does not compile
  1999-05-12 21:37     ` Tom Rini
  1999-05-13 11:57       ` Martin Costabel
@ 1999-05-13 19:06       ` Sriranga Veeraraghavan
  1999-05-13 21:59         ` Martin Costabel
  1999-05-13 22:12         ` Tom Rini
  1 sibling, 2 replies; 8+ messages in thread
From: Sriranga Veeraraghavan @ 1999-05-13 19:06 UTC (permalink / raw)
  To: Tom Rini; +Cc: linuxppc-dev



> Well.  2.3.0 is 2.2.8.  2.3.1-pre2 (in CVS now) is not. :)

This may be a stupid question, but what is the best site to download
the latest version of the kernel with the current PPC/PMac fixes?

I haven't had very good luck with the kernel src on linuxhq.com.

----ranga <ranga@soda.berkeley.edu>

[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

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

* Re: cvs kernel does not compile
  1999-05-13 19:06       ` Sriranga Veeraraghavan
@ 1999-05-13 21:59         ` Martin Costabel
  1999-05-13 22:12         ` Tom Rini
  1 sibling, 0 replies; 8+ messages in thread
From: Martin Costabel @ 1999-05-13 21:59 UTC (permalink / raw)
  To: Sriranga Veeraraghavan; +Cc: linuxppc-dev


Sriranga Veeraraghavan wrote:
> 
> > Well.  2.3.0 is 2.2.8.  2.3.1-pre2 (in CVS now) is not. :)
> 
> This may be a stupid question, but what is the best site to download
> the latest version of the kernel with the current PPC/PMac fixes?
> 
> I haven't had very good luck with the kernel src on linuxhq.com.

If you are on cvs from openprojects, you can get a 2.3.0 kernel via
 cvs -z3 update -D "5/12/99 10:00:00"
This is more or less the latest one that actually compiles.

But since the linuxppc developers release 1.0 is out now, the 2.2.6-15a
kernel sources that come with it will probably remain a stable reference
for some time to come.

--
Martin

[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

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

* Re: cvs kernel does not compile
  1999-05-13 19:06       ` Sriranga Veeraraghavan
  1999-05-13 21:59         ` Martin Costabel
@ 1999-05-13 22:12         ` Tom Rini
  1 sibling, 0 replies; 8+ messages in thread
From: Tom Rini @ 1999-05-13 22:12 UTC (permalink / raw)
  To: Sriranga Veeraraghavan; +Cc: linuxppc-dev


On Thu, 13 May 1999, Sriranga Veeraraghavan wrote:

> 
> > Well.  2.3.0 is 2.2.8.  2.3.1-pre2 (in CVS now) is not. :)
> 
> This may be a stupid question, but what is the best site to download
> the latest version of the kernel with the current PPC/PMac fixes?

Use CVS, but update your tree as:
cvs update -dP -rlinux_2_2

(http://cvs.on.openprojects.net)

---
Tom Rini (TR1265)
http://dobbstown.yeti.edu/


[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

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

end of thread, other threads:[~1999-05-13 22:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-05-12 14:08 cvs kernel does not compile Konstantinos Margaritis
1999-05-12 19:40 ` Tom Rini
1999-05-12 21:31   ` Martin Costabel
1999-05-12 21:37     ` Tom Rini
1999-05-13 11:57       ` Martin Costabel
1999-05-13 19:06       ` Sriranga Veeraraghavan
1999-05-13 21:59         ` Martin Costabel
1999-05-13 22:12         ` Tom Rini

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