Patch for 2.6.29-4 FTBFS on sparc

2009-05-10 Thread Jurij Smakov
On Mon, May 04, 2009 at 12:21:59PM +0200, Bastian Blank wrote:
 On Mon, May 04, 2009 at 10:50:58AM +0100, Jurij Smakov wrote:
  2.6.29-4 failed to build on sparc:
 
 Already known.
 
  I can investigate, but if you know off the top of your head what can
  be causing it (missing zImage file after the build), please let me know.
 
 This is the difference between the 32 and 64bit build.

Please apply the attached patch, it fixes FTBFS on sparc.

It fails to boot at the moment, I'm looking further into it.

Best regards,
-- 
Jurij Smakov   ju...@wooyd.org
Key: http://www.wooyd.org/pgpkey/  KeyID: C99E03CC
diff -aur a/arch/sparc/boot/Makefile b/arch/sparc/boot/Makefile
--- a/arch/sparc/boot/Makefile	2009-03-23 23:12:14.0 +
+++ b/arch/sparc/boot/Makefile	2009-05-10 12:15:57.0 +0100
@@ -79,6 +79,9 @@
 	$(call if_changed,strip)
 	@echo '  kernel: $@ is ready'
 
+$(obj)/zImage: $(obj)/image
+	$(call if_changed,gzip)
+
 $(obj)/tftpboot.img: vmlinux $(obj)/piggyback_64 System.map $(ROOT_IMG) FORCE
 	$(call if_changed,elftoaout)
 	$(call if_changed,piggy)
diff -aur a/arch/sparc/Makefile b/arch/sparc/Makefile
--- a/arch/sparc/Makefile	2009-03-23 23:12:14.0 +
+++ b/arch/sparc/Makefile	2009-05-10 12:16:14.0 +0100
@@ -91,6 +91,8 @@
 
 boot := arch/sparc/boot
 
+all: zImage
+
 image zImage tftpboot.img vmlinux.aout: vmlinux
 	$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
 


2.6.29-4 FTBFS on sparc

2009-05-04 Thread Jurij Smakov
Hi,

2.6.29-4 failed to build on sparc:

https://buildd.debian.org/fetch.cgi?pkg=linux-2.6;ver=2.6.29-4;arch=sparc;stamp=1241387254

I can investigate, but if you know off the top of your head what can
be causing it (missing zImage file after the build), please let me know.

On a related note, I've noticed that XVR-500 and XVR-2500 Sun framebuffer
drivers are not included in 2.6.29-4 config, but were present in Lenny
kernel. We will need to re-enable those, also I would like to enable
most of the FB drivers (right now only a handful of sparc-specific ones
is enabled) as we are getting ready to get rid of CONFIG_PROM_CONSOLE,
which causes problems on Niagara. Please let me test these changes before
reuploading.

Thanks.
-- 
Jurij Smakov   ju...@wooyd.org
Key: http://www.wooyd.org/pgpkey/  KeyID: C99E03CC


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: 2.6.29-4 FTBFS on sparc

2009-05-04 Thread Bastian Blank
On Mon, May 04, 2009 at 10:50:58AM +0100, Jurij Smakov wrote:
 2.6.29-4 failed to build on sparc:

Already known.

 I can investigate, but if you know off the top of your head what can
 be causing it (missing zImage file after the build), please let me know.

This is the difference between the 32 and 64bit build.

Bastian

-- 
You're dead, Jim.
-- McCoy, The Tholian Web, stardate unknown


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: 2.6.29-4 FTBFS on sparc

2009-05-04 Thread maximilian attems
On Mon, May 04, 2009 at 10:50:58AM +0100, Jurij Smakov wrote:
 Hi,
 
 2.6.29-4 failed to build on sparc:
 
 https://buildd.debian.org/fetch.cgi?pkg=linux-2.6;ver=2.6.29-4;arch=sparc;stamp=1241387254
 
 I can investigate, but if you know off the top of your head what can
 be causing it (missing zImage file after the build), please let me know.
 
 On a related note, I've noticed that XVR-500 and XVR-2500 Sun framebuffer
 drivers are not included in 2.6.29-4 config, but were present in Lenny
 kernel. We will need to re-enable those, also I would like to enable
 most of the FB drivers (right now only a handful of sparc-specific ones
 is enabled) as we are getting ready to get rid of CONFIG_PROM_CONSOLE,
 which causes problems on Niagara. Please let me test these changes before
 reuploading.
 
 Thanks.
 -- 
 Jurij Smakov   ju...@wooyd.org
 Key: http://www.wooyd.org/pgpkey/  KeyID: C99E03CC

09:31 waldi so the original code path was correct

guess one has just to look up in the repo what the build rule was.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: 2.6.29-4 FTBFS on sparc

2009-05-04 Thread Frans Pop
Bastian Blank wrote:
 On Mon, May 04, 2009 at 10:50:58AM +0100, Jurij Smakov wrote:
 2.6.29-4 failed to build on sparc:
 
 Already known.
 
 I can investigate, but if you know off the top of your head what can
 be causing it (missing zImage file after the build), please let me
 know. 
 
 This is the difference between the 32 and 64bit build.

Hmm. I remember we had an issue late in Lenny with sparc that was caused 
by a change in make-kpkg. Turned out sparc was still using that.
Could this be caused by that or has sparc been switched over since then?


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org