Re: 2.4.26 source and 386 packages available for testing: Take III

2004-08-16 Thread Horms
Hi,

I have made a third spin of 2.4.26-6 kernel-source and kernel-image i386.
This fixes some unresolved symbol problems that were introduced
by the SATA and IPSEC updates. It also includes some sparc updates
changes thanks to Joshua Kwan. And of course all the other changes
from the previous spins. The changelog has a complete list of changes.

Download: http://debian.vergenet.net/pending/
Changelog: 
http://debian.vergenet.net/pending/kernel-source-2.4.26-2.4.26/kernel-source-2.4.26_2.4.26-6_i386.changes

N.B: The version has not changed, but the date has. Look for 2004-08-16.

N.B.B: I will be out of the office for the next two days.

-- 
Horms




Re: 2.4.26 source and 386 packages available for testing

2004-08-14 Thread Horms
On Fri, Aug 13, 2004 at 03:29:17PM +0200, Norbert Tretkowski wrote:
 * Horms wrote:
  I have uploaded some 2.4.26-6 source and 386 packages to
  http://debian.vergenet.net/pending/ for people to take a look at.
 
 Doesn't build on woody with gcc 2.95:
 
 /usr/bin/make -C atm modules
 make[4]: Entering directory 
 `/home/tretkowski/kernel-image-2.4.26-i386-2.4.26/kernel-image-2.4.26-i386-2.4.26/build-386/net/atm'
 gcc -D__KERNEL__ 
 -I/home/tretkowski/kernel-image-2.4.26-i386-2.4.26/kernel-image-2.4.26-i386-2.4.26/build-386/include
  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common 
 -O2 -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i386 
 -DMODULE -DMODVERSIONS -include 
 /home/tretkowski/kernel-image-2.4.26-i386-2.4.26/kernel-image-2.4.26-i386-2.4.26/build-386/include/linux/modversions.h
   -nostdinc -iwithprefix include -DKBUILD_BASENAME=br2684  -c -o br2684.o 
 br2684.c
 br2684.c: In function `br2684_proc_read':
 br2684.c:740: parse error before `n'
 br2684.c:748: `n' undeclared (first use in this function)
 br2684.c:748: (Each undeclared identifier is reported only once
 br2684.c:748: for each function it appears in.)
 make[4]: *** [br2684.o] Error 1

Thanks, I will look into it.

-- 
Horms




2.4.26 source and 386 packages available for testing: Take II

2004-08-14 Thread Horms
On Sat, Aug 14, 2004 at 01:25:59PM +0900, Horms wrote:
 On Fri, Aug 13, 2004 at 03:29:17PM +0200, Norbert Tretkowski wrote:
  * Horms wrote:
   I have uploaded some 2.4.26-6 source and 386 packages to
   http://debian.vergenet.net/pending/ for people to take a look at.
  
  Doesn't build on woody with gcc 2.95:
  
  /usr/bin/make -C atm modules
  make[4]: Entering directory 
  `/home/tretkowski/kernel-image-2.4.26-i386-2.4.26/kernel-image-2.4.26-i386-2.4.26/build-386/net/atm'
  gcc -D__KERNEL__ 
  -I/home/tretkowski/kernel-image-2.4.26-i386-2.4.26/kernel-image-2.4.26-i386-2.4.26/build-386/include
   -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common 
  -O2 -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i386 
  -DMODULE -DMODVERSIONS -include 
  /home/tretkowski/kernel-image-2.4.26-i386-2.4.26/kernel-image-2.4.26-i386-2.4.26/build-386/include/linux/modversions.h
-nostdinc -iwithprefix include -DKBUILD_BASENAME=br2684  -c -o br2684.o 
  br2684.c
  br2684.c: In function `br2684_proc_read':
  br2684.c:740: parse error before `n'
  br2684.c:748: `n' undeclared (first use in this function)
  br2684.c:748: (Each undeclared identifier is reported only once
  br2684.c:748: for each function it appears in.)
  make[4]: *** [br2684.o] Error 1
 
 Thanks, I will look into it.

Hi,

This is resolved by ChangeSet 1.1458.1.11 which is a trivial 
patch to declare varibales before they are used. 

I have inoporatd this, as well as a patch to remove some
non free firmware to a fresh spin of 2.4.26-6

http://debian.vergenet.net/pending/

N.B: The version has not changed, but the date has. Look for 2004-08-14.

Andhaveagoodweekend

-- 
Horms




2.4.26 source and 386 packages available for testing

2004-08-13 Thread Horms
Hi,

I have uploaded some 2.4.26-6 source and 386 packages to
http://debian.vergenet.net/pending/ for people to take a look at.

In a nutshell the changes are:

kernel-source-2.4.26-6
   * Fix for CAN-2004-0415
 (http://linux.bkbits.net:8080/linux-2.4/[EMAIL PROTECTED] +
  http://linux.bkbits.net:8080/linux-2.4/[EMAIL PROTECTED])
   * Updated xfrm (IPSEC) code from bitkeeper
   * Updated SATA code from bitkeeper (on request from tbm)
   * Reversed bogus patch to asus_apic (closes: Bug#264202)
   * Merged in device mapper patch from devmapper-1.00.19
 (after discussion on this list)
   See: 
http://debian.vergenet.net/pending/kernel-source-2.4.26-2.4.26/kernel-source-2.4.26_2.4.26-6_i386.changes

kernel-image-2.4.26-386-2.4.26 
   (includes 386  586tsc  686  686-smp  default  k6 k7  k7-smp k6  k7  k7-smp)
   * Include additional symlinks in headers package (closes Bug#261776)
   * Build against kernel-tree 2.4.26-6 (closes: #253871)
 This includes all of the kernel-source-2.4.26-6 changes above,
 as well as the 2.4.26-5 changes.
   See: 
http://debian.vergenet.net/pending/kernel-image-2.4.26-i386-2.4.26/kernel-image-2.4.26-i386_2.4.26-6_i386.changes

All changes can be found in SVN.

Please note that these are _not_ official debian packages at this stage.
However they are likely to form the basis of the 2.4.26-6 packages.
Actually, if there are no problems raised over the weekend
I will likely use them verbatim.

Any feedback is greatly appreciated.

-- 
Horms




Re: 2.4.26 source and 386 packages available for testing

2004-08-13 Thread Norbert Tretkowski
* Horms wrote:
 I have uploaded some 2.4.26-6 source and 386 packages to
 http://debian.vergenet.net/pending/ for people to take a look at.

Doesn't build on woody with gcc 2.95:

/usr/bin/make -C atm modules
make[4]: Entering directory 
`/home/tretkowski/kernel-image-2.4.26-i386-2.4.26/kernel-image-2.4.26-i386-2.4.26/build-386/net/atm'
gcc -D__KERNEL__ 
-I/home/tretkowski/kernel-image-2.4.26-i386-2.4.26/kernel-image-2.4.26-i386-2.4.26/build-386/include
 -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i386 -DMODULE 
-DMODVERSIONS -include 
/home/tretkowski/kernel-image-2.4.26-i386-2.4.26/kernel-image-2.4.26-i386-2.4.26/build-386/include/linux/modversions.h
  -nostdinc -iwithprefix include -DKBUILD_BASENAME=br2684  -c -o br2684.o 
br2684.c
br2684.c: In function `br2684_proc_read':
br2684.c:740: parse error before `n'
br2684.c:748: `n' undeclared (first use in this function)
br2684.c:748: (Each undeclared identifier is reported only once
br2684.c:748: for each function it appears in.)
make[4]: *** [br2684.o] Error 1

Norbert