Re: Kernel 2.1.125 a 2.2.20-pre6: Makefile.rej

1999-01-15 Por tema Marcelo E. Magallon
 Javier Viñuales Gutiérrez [EMAIL PROTECTED] writes:

 VERSION = 2
 PATCHLEVEL = 1
-SUBLEVEL = 131
+SUBLEVEL = 132

 Lo que dice allí es que lo que falla es el parche del 131 al 132.  Yo
 sé que se aplica limpiamente, así que hay algo raro.  Fíjate que tu
 copia actual del Makefile diga 'SUBLEVEL = 131'; si no dice eso,
 ponlo en 'SUBLEVEL = 132'

  - #
  - # For SMP kernels, set this. We don't want to have this in the config file
  - # because it makes re-config very ugly and too many fundamental files 
  depend
  - # on CONFIG_SMP
  - #
  - # For UP operations COMMENT THIS OUT, simply setting SMP = 0 won't work
  - #
  - SMP = 1
  - 

 Y borra esas líneas de tu Makefile si existen.  Verifica que los
 demás componentes del parche funcionaran bien, así:

 $ find . -name \*.rej -print

 dura un rato en hacer esto, pero NO DEBE salir nada en la pantalla.
 Cualquier cosa que salga es un archivo con fallos en el parche.


   Marcelo


Re: Kernel 2.1.125 a 2.2.20-pre6: Makefile.rej

1999-01-14 Por tema Jesus Rodrigo
Javier Viñuales Gutiérrez [EMAIL PROTECTED] writes:

 [2 Makefile.rej text/plain; us-ascii (7bit)]
 ***
 *** 1,18 
   VERSION = 2
   PATCHLEVEL = 1
 - SUBLEVEL = 131

   ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e 
 s/arm.*/arm/ -e s/sa110/arm/)

 - #
 - # For SMP kernels, set this. We don't want to have this in the config file
 - # because it makes re-config very ugly and too many fundamental files depend
 - # on CONFIG_SMP
 - #
 - # For UP operations COMMENT THIS OUT, simply setting SMP = 0 won't work
 - #
 - SMP = 1
 -

Jeje, a mí me paso lo mismo... En el Makefile del .131 debes dejar lo del SMP=?
**como estaba**, o sea, sin comentar y =1. Tras eso parchear. Ó, lo
que hice yo, aplicar el patch a mano en el .132 (borrando las líneas
del Makefile que tienen el - delante en el .rej.

No se si lo he dejado claro.

--

Jesús Rodrigo   e-mail: [EMAIL PROTECTED]


Kernel 2.1.125 a 2.2.20-pre6: Makefile.rej

1999-01-11 Por tema Javier Viñuales Gutiérrez
On lun, ene 11, 1999 at 07:19:22 -0600, Marcelo E. Magallon wrote:
  Javier Viñuales Gutiérrez [EMAIL PROTECTED] writes:
 
  He comprobado que hasta el parche 2.1.131 la cosa va bien pero con el
  2.1.132, el SUBLEVEL no varía, se mantiene en 131 y aparecen:
  Makefile.orig y Makefile.rej
 
  Curioso...
 
  El parche del 2.1.132 dice:
 
  diff -u --recursive --new-file v2.1.131/linux/Makefile linux/Makefile
  --- v2.1.131/linux/Makefile Wed Dec 16 10:32:54 1998
  +++ linux/Makefile  Fri Dec 18 14:01:48 1998
  @@ -1,18 +1,9 @@
   VERSION = 2
   PATCHLEVEL = 1
  -SUBLEVEL = 131
  +SUBLEVEL = 132
   
   ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/-e 
 s/arm.*/arm/ -e s/sa110/arm/)
 
  [y otras cosas]
 
  ¿me mandas un copia de Makefile.rej? Allí dice que falló...

Aqui va el /usr/src/linux/Makefile.rej, espero que aclare algo yo no se
que hacer el.
-- 

Javier Viñuales Gutiérrez 
[EMAIL PROTECTED]

***
*** 1,18 
  VERSION = 2
  PATCHLEVEL = 1
- SUBLEVEL = 131
  
  ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e 
s/arm.*/arm/ -e s/sa110/arm/)
  
- #
- # For SMP kernels, set this. We don't want to have this in the config file
- # because it makes re-config very ugly and too many fundamental files depend
- # on CONFIG_SMP
- #
- # For UP operations COMMENT THIS OUT, simply setting SMP = 0 won't work
- #
- SMP = 1
- 
  .EXPORT_ALL_VARIABLES:
  
  CONFIG_SHELL := $(shell if [ -x $$BASH ]; then echo $$BASH; \
--- 1,9 
  VERSION = 2
  PATCHLEVEL = 1
+ SUBLEVEL = 132
  
  ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e 
s/arm.*/arm/ -e s/sa110/arm/)
  
  .EXPORT_ALL_VARIABLES:
  
  CONFIG_SHELL := $(shell if [ -x $$BASH ]; then echo $$BASH; \