linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* 2.4.22p10 compile error
@ 2003-08-07 23:27 Giuliano Pochini
  2003-08-08 17:03 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Giuliano Pochini @ 2003-08-07 23:27 UTC (permalink / raw)
  To: LinuxPPC-dev


The stable linuxppc_2_4 tree at mvista doesn't compile. make dep fails
very soon:


make _sfdep_chrp _sfdep_pmac _sfdep_prep _FASTDEP_ALL_SUB_DIRS="chrp pmac prep"
make[4]: Entering directory `/opt/KernelSrc/l/arch/ppc/boot/prep'
make -C chrp fastdep
make: Entering an unknown directory
make: *** chrp: No such file or directory.  Stop.
make: Leaving an unknown directory
make[4]: *** [_sfdep_chrp] Error 2
make[4]: Leaving directory `/opt/KernelSrc/l/arch/ppc/boot/prep'
make[3]: *** [fastdep] Error 2
make[3]: Leaving directory `/opt/KernelSrc/l/arch/ppc/boot/prep'
make[2]: *** [_sfdep_prep] Error 2
make[2]: Leaving directory `/opt/KernelSrc/l/arch/ppc/boot'
make[1]: *** [fastdep] Error 2
make[1]: Leaving directory `/opt/KernelSrc/l/arch/ppc/boot'
make: *** [archdep] Error 2
[root@Jay l]#


I also tested the official 2.4.22p10 at kernel.org and it works fine, but the
ethernet.
I have a dual G4mdd, gcc 2.95.4 (YDL2.3).
I would like to try linux 2.6. Do I need to upgrade libc and other stuff ?


--
Bye.
   Giuliano.


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: 2.4.22p10 compile error
  2003-08-07 23:27 2.4.22p10 compile error Giuliano Pochini
@ 2003-08-08 17:03 ` Tom Rini
  2003-08-08 17:12   ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2003-08-08 17:03 UTC (permalink / raw)
  To: Giuliano Pochini; +Cc: LinuxPPC-dev


On Thu, Aug 07, 2003 at 11:27:37PM +0000, Giuliano Pochini wrote:

> The stable linuxppc_2_4 tree at mvista doesn't compile. make dep fails
> very soon:
>
>
> make _sfdep_chrp _sfdep_pmac _sfdep_prep _FASTDEP_ALL_SUB_DIRS="chrp pmac prep"
> make[4]: Entering directory `/opt/KernelSrc/l/arch/ppc/boot/prep'
> make -C chrp fastdep
> make: Entering an unknown directory
> make: *** chrp: No such file or directory.  Stop.
> make: Leaving an unknown directory
> make[4]: *** [_sfdep_chrp] Error 2
> make[4]: Leaving directory `/opt/KernelSrc/l/arch/ppc/boot/prep'
> make[3]: *** [fastdep] Error 2
> make[3]: Leaving directory `/opt/KernelSrc/l/arch/ppc/boot/prep'
> make[2]: *** [_sfdep_prep] Error 2
> make[2]: Leaving directory `/opt/KernelSrc/l/arch/ppc/boot'
> make[1]: *** [fastdep] Error 2
> make[1]: Leaving directory `/opt/KernelSrc/l/arch/ppc/boot'
> make: *** [archdep] Error 2
> [root@Jay l]#
>
>
> I also tested the official 2.4.22p10 at kernel.org and it works fine, but the
> ethernet.
> I have a dual G4mdd, gcc 2.95.4 (YDL2.3).
> I would like to try linux 2.6. Do I need to upgrade libc and other stuff ?

It looks like your copy of the rsync tree is missing files.  Please
update the tree and try again.

--
Tom Rini
http://gate.crashing.org/~trini/

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: 2.4.22p10 compile error
  2003-08-08 17:03 ` Tom Rini
@ 2003-08-08 17:12   ` Benjamin Herrenschmidt
  2003-08-08 17:56     ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Benjamin Herrenschmidt @ 2003-08-08 17:12 UTC (permalink / raw)
  To: Tom Rini; +Cc: Giuliano Pochini, LinuxPPC-dev


> It looks like your copy of the rsync tree is missing files.  Please
> update the tree and try again.

My bk clone does that too:

make _sfdep_chrp _sfdep_pmac _sfdep_prep _FASTDEP_ALL_SUB_DIRS="chrp pmac prep"
make[4]: Entering directory `/home/benh/kernels/linuxppc_benh_devel/arch/ppc/boot/prep'
make -C chrp fastdep
make: *** chrp: No such file or directory.  Stop.
make: Entering an unknown directorymake: Leaving an unknown directorymake[4]: *** [_sfdep_chrp] Error 2
make[4]: Leaving directory `/home/benh/kernels/linuxppc_benh_devel/arch/ppc/boot/prep'
make[3]: *** [fastdep] Error 2
make[3]: Leaving directory `/home/benh/kernels/linuxppc_benh_devel/arch/ppc/boot/prep'
make[2]: *** [_sfdep_prep] Error 2
make[2]: Leaving directory `/home/benh/kernels/linuxppc_benh_devel/arch/ppc/boot'
make[1]: *** [fastdep] Error 2
make[1]: Leaving directory `/home/benh/kernels/linuxppc_benh_devel/arch/ppc/boot'
make: *** [archdep] Error 2


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: 2.4.22p10 compile error
  2003-08-08 17:12   ` Benjamin Herrenschmidt
@ 2003-08-08 17:56     ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2003-08-08 17:56 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: Giuliano Pochini, LinuxPPC-dev


On Fri, Aug 08, 2003 at 07:12:07PM +0200, Benjamin Herrenschmidt wrote:
>
> > It looks like your copy of the rsync tree is missing files.  Please
> > update the tree and try again.
>
> My bk clone does that too:
>
> make _sfdep_chrp _sfdep_pmac _sfdep_prep _FASTDEP_ALL_SUB_DIRS="chrp pmac prep"
> make[4]: Entering directory `/home/benh/kernels/linuxppc_benh_devel/arch/ppc/boot/prep'
> make -C chrp fastdep
> make: *** chrp: No such file or directory.  Stop.

Looking harder, yeah, that does seem to be a bug.  Why is it going all
the way into arch/ppc/boot/prep/ before doing a 'make -C chrp'...

--
Tom Rini
http://gate.crashing.org/~trini/

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2003-08-08 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-07 23:27 2.4.22p10 compile error Giuliano Pochini
2003-08-08 17:03 ` Tom Rini
2003-08-08 17:12   ` Benjamin Herrenschmidt
2003-08-08 17:56     ` 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).