Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Error al compilar gentoo-dev-sources-2.6.8 con genkernel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
DarkMind
Guru
Guru


Joined: 18 Dec 2003
Posts: 525
Location: Santiago, Chile

PostPosted: Thu Aug 19, 2004 3:03 am    Post subject: Error al compilar gentoo-dev-sources-2.6.8 con genkernel Reply with quote

me sale lo sgte:


Code:
root@juanpc /usr/src/linux $ genkernel all --menuconfig --makeopts=-j3 --bootsplash=livecd-2004.2
* Gentoo Linux Genkernel; Version 3.0.2e
* Compiling Linux Kernel 2.6.8-gentoo-r1 for x86...

* kernel: >> Running mrproper...
* config: Using config from /usr/share/genkernel/x86/kernel-config-2.6
*         Previous config backed up to .config.bak
*         >> Running oldconfig...
* kernel: >> Cleaning...
* config: >> Invoking menuconfig...
drivers/video/Kconfig:313:warning: type of 'FB_VESA_TNG' redefined from 'tristate' to 'boolean'

#
# using defaults found in .config
#
configok:187: trying to assign nonexistent symbol PCI_USE_VECTOR
configok:253: trying to assign nonexistent symbol BLK_DEV_CARMEL
configok:487: trying to assign nonexistent symbol NET_FASTROUTE
configok:972: trying to assign nonexistent symbol PCI_CONSOLE
configok:988: trying to assign nonexistent symbol BOOTSPLASH
configok:1314: trying to assign nonexistent symbol SUPERMOUNT
configok:1315: trying to assign nonexistent symbol SUPERMOUNT_DEBUG
configok:1378: trying to assign nonexistent symbol NEC98_PARTITION
configok:1480: trying to assign nonexistent symbol X86_STD_RESOURCES


*** End of Linux kernel configuration.
*** Execute 'make' to build the kernel or try 'make help'.

*         >> Compiling 2.6.8-gentoo-r1 bzImage...
*         >> Compiling 2.6.8-gentoo-r1 modules...
* ERROR: Could not find udev tarball:

* -- Grepping log... --

  HOSTCC  scripts/kconfig/mconf.o
  HOSTCC  -fPIC scripts/kconfig/zconf.tab.o
  HOSTLLD -shared scripts/kconfig/libkconfig.so
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -o arch/i386/Kconfig
drivers/video/Kconfig:313:warning: type of 'FB_VESA_TNG' redefined from 'tristate' to 'boolean'
--
  SCSI generic support (CHR_DEV_SG) [Y/n/m/?] y
  *
  * Some SCSI devices (e.g. CD jukebox) support multiple LUNs
  *
  Probe all LUNs on each SCSI device (SCSI_MULTI_LUN) [N/y/?] n
  Verbose SCSI error reporting (kernel size +=12K) (SCSI_CONSTANTS) [N/y/?] n
--
    Crypt target support (DM_CRYPT) [N/m/?] (NEW)     Snapshot target (EXPERIMENTAL) (DM_SNAPSHOT) [N/m/?] (NEW)     Mirror target (EXPERIMENTAL) (DM_MIRROR) [N/m/?] (NEW)     Zero target (EXPERIMENTAL) (DM_ZERO) [N/m/?] (NEW) *
* Fusion MPT device support
*
Fusion MPT (base + ScsiHost) drivers (FUSION) [M/n/y/?] m
  Maximum number of scatter gather entries (FUSION_MAX_SGE) [40] 40
  Enhanced SCSI error reporting (FUSION_ISENSE) [M/n/?] m
--
  CHK     include/linux/version.h
  SYMLINK include/asm -> include/asm-i386
  UPD     include/linux/version.h
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -s arch/i386/Kconfig
drivers/video/Kconfig:313:warning: type of 'FB_VESA_TNG' redefined from 'tristate' to 'boolean'
--
  INSTALL sound/usb/snd-usb-audio.ko
  INSTALL sound/synth/emux/snd-emux-synth.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.8-gentoo-r1; fi
* Gentoo Linux Genkernel; Version 3.0.2e

* ERROR: Could not find udev tarball:

* -- End log... --

* Please consult /var/log/genkernel.log for more information and any
* errors that were reported above.

* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to genkernel@gentoo.org. Please include
* as much information as you can in your bug report; attaching
* /var/log/genkernel.log so that your issue can be dealt with effectively.
*
* Please do *not* report compilation failures as genkernel bugs!
*




alguien tiene una idea del porque de este error??
Back to top
View user's profile Send private message
luisfeser
Guru
Guru


Joined: 22 May 2004
Posts: 543
Location: /España/Toledo

PostPosted: Thu Aug 19, 2004 7:26 am    Post subject: Reply with quote

Usas udev o devfs??

El genkernel viene preparado para usar udev por defecto. Por lo k si usas devfs, k creo k es el caso, ya que te da un error relacionado con udev (k no lo encuentra), debes activar en el kernel:
File system --> Pseudo filesystem:
Quote:
[*] /proc file system support
[*] /dev file system support (OBSOLETE)
[*] /dev/pts Extended Attributes
[ ] /dev/pts Security Labels
[*] Virtual memory file system support (former shm fs)

Asegurate de meter la linea en azul.

Si lo tienes puesto... pos ya no se k puede ser ;)
_________________
AMD Athlon XP-M 2500+ @2200MhHz|1GB DDR @400MHz Dual-Chanel|NVIDIA GeForce4 MX 420|SB Live 5.1|ADSL 512/128 Arsys
gentoo ~x86
Back to top
View user's profile Send private message
alexlm78
Veteran
Veteran


Joined: 08 Dec 2003
Posts: 1265
Location: Guatemala,Guatemala

PostPosted: Thu Aug 19, 2004 3:03 pm    Post subject: Reply with quote

Bueno esto puede que sea molesto para mas de alguno, pero porque no intentas compilar tu kernel a pie, es decir sin utilizar genkernel.

OPINION:

Quote:
El genkernel me parece hasta cierto punto antilinuxero, no intento iniciar una discucion, es simplemenmte mi opinion personal.


Porque no intentas hacer las partes que te dan error a pie y poder comprobar el porqe.
_________________
"This is a different kind of world, you need a different kind of software"

Linux User# 315201
100% Chapin hecho en Guatemala
Back to top
View user's profile Send private message
DarkMind
Guru
Guru


Joined: 18 Dec 2003
Posts: 525
Location: Santiago, Chile

PostPosted: Thu Aug 19, 2004 4:34 pm    Post subject: Reply with quote

alexlm78 wrote:
Bueno esto puede que sea molesto para mas de alguno, pero porque no intentas compilar tu kernel a pie, es decir sin utilizar genkernel.

OPINION:

Quote:
El genkernel me parece hasta cierto punto antilinuxero, no intento iniciar una discucion, es simplemenmte mi opinion personal.


Porque no intentas hacer las partes que te dan error a pie y poder comprobar el porqe.



1.- nunca me habia dado problemas en gerkernel... (hasta ahora..jejje), ademas con la opcion --menuconfig personaliso las cosas (no me gusta dejar las cosas por defecto)

2.- si gentoo me brinda herramientas para facilitar las cosas, porque no usarlas? , acaso debemos todos compilar el kernel a mano no mas?, acaso debemos bajar los .tar.gz y no usar el emerge??, si hay cosas que te ayudan, a usarlas no mas.. :wink:
Back to top
View user's profile Send private message
Fran
Guru
Guru


Joined: 29 Feb 2004
Posts: 530
Location: Coruña (Spain)

PostPosted: Thu Aug 19, 2004 6:57 pm    Post subject: Reply with quote

Vaya, yo entraba buscando solución para lo que te sale al principio:
Quote:
drivers/video/Kconfig:313:warning: type of 'FB_VESA_TNG' redefined from 'tristate' to 'boolean'

Sé que no es importante (el kernel funciona sin problemas), pero mosquea :P.

La otra cosa:
Quote:
El genkernel me parece hasta cierto punto antilinuxero, no intento iniciar una discucion, es simplemenmte mi opinion personal.

A mí eso me parece una tontería, con perdón ;). No hay nada que me repatee más al compilar el kernel (y lo he compilado unos pocos cientos de veces, desde los 2.0.X) que tener que andar con el make mrproper, make menuconfig, make dep, make blablabla... y después copiar el kernel a boot. Si con un paso (genkernel all) lo tengo hecho, perfecto :). De hecho el genkernel me parece uno de los mejores inventos :P.
Back to top
View user's profile Send private message
DarkMind
Guru
Guru


Joined: 18 Dec 2003
Posts: 525
Location: Santiago, Chile

PostPosted: Fri Aug 20, 2004 2:24 am    Post subject: Reply with quote

luisfeser wrote:
Usas udev o devfs??

El genkernel viene preparado para usar udev por defecto. Por lo k si usas devfs, k creo k es el caso, ya que te da un error relacionado con udev (k no lo encuentra), debes activar en el kernel:
File system --> Pseudo filesystem:
Quote:
[*] /proc file system support
[*] /dev file system support (OBSOLETE)
[*] /dev/pts Extended Attributes
[ ] /dev/pts Security Labels
[*] Virtual memory file system support (former shm fs)

Asegurate de meter la linea en azul.

Si lo tienes puesto... pos ya no se k puede ser ;)


ya lo hice... pero igual sigue el problema... :cry:


parece k me voy a tener que quedar con el 2.6.7 no mas.. :?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum