kernel 2.6.10
Carlos M. Orozco Cardenas
corozco en netvision.com.py
Mar Mayo 10 22:05:48 CLT 2005
Daniel Ocaranza wrote:
>compilando el kernel 2.6.10 me arroja el siguiente error
>
>/bin/sh: cmp: command not found
>Inconsisten kallsyms data
>Try setting CONFIG_KALLSYMS_EXTRA_PASS
>make: *** [vmlinux] error 1
>
>
>
¿Qué tal si instalas cmp? El tipo intentó usar a este programita que
compara dos archivos byte por byte pero no lo encontró y dio el error.
El mensaje de setear CONFIG_KALLSYMS_EXTRA_PASS es generado debido a que
no pudo hacer la comparación y de allí para el proceso retornando un
status de 1.
No se como se llame en Slackware, pero aca en Debian el paquetito que
contiene a cmp se llama diff; algo similar a esto tendrías que buscar
para Slack:
Package: diff
Essential: yes
Status: install ok installed
Priority: required
Section: base
Installed-Size: 744
Maintainer: Santiago Vila <sanvila en debian.org>
Architecture: i386
Source: diffutils
Version: 2.8.1-11
Pre-Depends: libc6 (>= 2.3.2.ds1-4)
Suggests: diff-doc
Description: File comparison utilities
The diff package provides the diff, diff3, sdiff, and cmp programs.
.
`diff' shows differences between two files, or each corresponding file
in two directories. `cmp' shows the offsets and line numbers where
two files differ. `cmp' can also show all the characters that
differ between the two files, side by side. `diff3' shows differences
among three files. `sdiff' merges two files interactively.
.
The set of differences produced by `diff' can be used to distribute
updates to text files (such as program source code) to other people.
This method is especially useful when the differences are small compared
to the complete files. Given `diff' output, the `patch' program can
update, or "patch", a copy of the file.
Tal vez algo llamado como "diff" o "diff-utils" en Slack ayude a que
make termine de hacer su trabajo.
Suerte! :)
--
.''`. Carlos M. Orozco Cardenas.
: :' : /dev/null the ultimate in secure storage.
`. `'
`-
Más información sobre la lista de distribución Linux