Compilando o kernel: não é possível localizar ncurses

0

Eu estou tentando compilar o kernel. Eu baixei a fonte. Quando eu tentei 'make menucionfig'. Eu tenho o seguinte resultado:

* Unable to find the ncurses libraries or the
* required header files.
* 'make menuconfig' requires the ncurses libraries.   
* * Install ncurses (ncurses-devel) and try again.  
* make[1]: *** [scripts/kconfig/dochecklxdialog]   
Error 1 make: *** [menuconfig] Error 2'

Tentei seguir os seguintes comandos:

sudo apt-get install libncurses5-dev  
sudo apt-get install ncurses-dev  
sudo apt-get install ncurses-devel

Saída:

Reading package lists... Done  
Building dependency tree  
Reading state information... Done  
E: Unable to locate package <package_name>

sources.list:

# deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1)]/ natty main restricted
deb-src http://archive.linux.duke.edu/ubuntu/ natty main restricted #Added by software-properties

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.linux.duke.edu/ubuntu/ natty main restricted
deb-src http://archive.linux.duke.edu/ubuntu/ natty main multiverse universe #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.linux.duke.edu/ubuntu/ natty-updates main restricted
deb-src http://archive.linux.duke.edu/ubuntu/ natty-updates restricted main multiverse universe #Added by software-properties

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.linux.duke.edu/ubuntu/ natty universe
deb http://archive.linux.duke.edu/ubuntu/ natty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.linux.duke.edu/ubuntu/ natty multiverse
deb http://archive.linux.duke.edu/ubuntu/ natty-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://in.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse

deb http://archive.linux.duke.edu/ubuntu/ natty-security main restricted
deb-src http://archive.linux.duke.edu/ubuntu/ natty-security restricted main multiverse universe #Added by software-properties
deb http://archive.linux.duke.edu/ubuntu/ natty-security universe
deb http://archive.linux.duke.edu/ubuntu/ natty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu natty partner
deb-src http://archive.canonical.com/ubuntu natty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu natty main
deb-src http://extras.ubuntu.com/ubuntu natty main

resultado do apt-get update :

Ign http://archive.linux.duke.edu natty InRelease                                                                               
Ign http://archive.linux.duke.edu natty-updates InRelease                                       
Ign http://archive.linux.duke.edu natty-security InRelease                 
Ign http://archive.linux.duke.edu natty Release.gpg                        
Ign http://archive.linux.duke.edu natty-updates Release.gpg                
Ign http://extras.ubuntu.com natty InRelease                               
Ign http://archive.canonical.com natty InRelease                     
Ign http://extras.ubuntu.com natty Release.gpg                       
Hit http://archive.canonical.com natty Release.gpg                   
Ign http://extras.ubuntu.com natty Release     
Hit http://archive.canonical.com natty Release 
Ign http://archive.linux.duke.edu natty-security Release.gpg          
Ign http://extras.ubuntu.com natty/main Sources/DiffIndex
Hit http://archive.canonical.com natty/partner Sources               
Ign http://extras.ubuntu.com natty/main i386 Packages/DiffIndex      
Ign http://extras.ubuntu.com natty/main TranslationIndex
Ign http://archive.linux.duke.edu natty Release
Hit http://archive.canonical.com natty/partner i386 Packages         
Ign http://archive.canonical.com natty/partner TranslationIndex      
Ign http://archive.linux.duke.edu natty-updates Release
Ign http://archive.linux.duke.edu natty-security Release             
Ign http://archive.linux.duke.edu natty/main TranslationIndex        
Ign http://archive.linux.duke.edu natty/multiverse TranslationIndex
Ign http://archive.linux.duke.edu natty/restricted TranslationIndex  
Ign http://archive.linux.duke.edu natty/universe TranslationIndex    
Ign http://archive.linux.duke.edu natty-updates/main TranslationIndex
Ign http://archive.linux.duke.edu natty-updates/multiverse TranslationIndex
Ign http://archive.linux.duke.edu natty-updates/restricted TranslationIndex
Ign http://archive.canonical.com natty/partner Translation-en_IN
Ign http://archive.linux.duke.edu natty-updates/universe TranslationIndex
Ign http://archive.canonical.com natty/partner Translation-en
Ign http://archive.linux.duke.edu natty-security/main TranslationIndex
Err http://extras.ubuntu.com natty/main Sources
  404  Not Found
Ign http://archive.linux.duke.edu natty-security/multiverse TranslationIndex
Ign http://archive.linux.duke.edu natty-security/restricted TranslationIndex
Ign http://archive.linux.duke.edu natty-security/universe TranslationIndex
Err http://extras.ubuntu.com natty/main i386 Packages
  404  Not Found
Ign http://extras.ubuntu.com natty/main Translation-en_IN
Ign http://extras.ubuntu.com natty/main Translation-en
Err http://archive.linux.duke.edu natty/main Sources     
  404  Not Found
Err http://archive.linux.duke.edu natty/restricted Sources
  404  Not Found
Err http://archive.linux.duke.edu natty/multiverse Sources
  404  Not Found
Err http://archive.linux.duke.edu natty/universe Sources
  404  Not Found
Err http://archive.linux.duke.edu natty/main i386 Packages
  404  Not Found
Err http://archive.linux.duke.edu natty/restricted i386 Packages
  404  Not Found
Err http://archive.linux.duke.edu natty/universe i386 Packages
  404  Not Found
Err http://archive.linux.duke.edu natty/multiverse i386 Packages
  404  Not Found
Err http://archive.linux.duke.edu natty-updates/restricted Sources
  404  Not Found
Err http://archive.linux.duke.edu natty-updates/main Sources
  404  Not Found
Err http://archive.linux.duke.edu natty-updates/multiverse Sources
  404  Not Found
Err http://archive.linux.duke.edu natty-updates/universe Sources
  404  Not Found
Err http://archive.linux.duke.edu natty-updates/main i386 Packages
  404  Not Found
Err http://archive.linux.duke.edu natty-updates/restricted i386 Packages
  404  Not Found
Err http://archive.linux.duke.edu natty-updates/universe i386 Packages
  404  Not Found
Err http://archive.linux.duke.edu natty-updates/multiverse i386 Packages
  404  Not Found
Err http://archive.linux.duke.edu natty-security/restricted Sources
  404  Not Found
Err http://archive.linux.duke.edu natty-security/main Sources
  404  Not Found
Err http://archive.linux.duke.edu natty-security/multiverse Sources
  404  Not Found
Err http://archive.linux.duke.edu natty-security/universe Sources
  404  Not Found
Err http://archive.linux.duke.edu natty-security/main i386 Packages
  404  Not Found
Err http://archive.linux.duke.edu natty-security/restricted i386 Packages
  404  Not Found
Err http://archive.linux.duke.edu natty-security/universe i386 Packages
  404  Not Found
Err http://archive.linux.duke.edu natty-security/multiverse i386 Packages
  404  Not Found
Ign http://archive.linux.duke.edu natty/main Translation-en_IN
Ign http://archive.linux.duke.edu natty/main Translation-en
Ign http://archive.linux.duke.edu natty/multiverse Translation-en_IN
Ign http://archive.linux.duke.edu natty/multiverse Translation-en
Ign http://archive.linux.duke.edu natty/restricted Translation-en_IN
Ign http://archive.linux.duke.edu natty/restricted Translation-en
Ign http://archive.linux.duke.edu natty/universe Translation-en_IN
Ign http://archive.linux.duke.edu natty/universe Translation-en
Ign http://archive.linux.duke.edu natty-updates/main Translation-en_IN
Ign http://archive.linux.duke.edu natty-updates/main Translation-en
Ign http://archive.linux.duke.edu natty-updates/multiverse Translation-en_IN
Ign http://archive.linux.duke.edu natty-updates/multiverse Translation-en
Ign http://archive.linux.duke.edu natty-updates/restricted Translation-en_IN
Ign http://archive.linux.duke.edu natty-updates/restricted Translation-en
Ign http://archive.linux.duke.edu natty-updates/universe Translation-en_IN
Ign http://archive.linux.duke.edu natty-updates/universe Translation-en
Ign http://archive.linux.duke.edu natty-security/main Translation-en_IN
Ign http://archive.linux.duke.edu natty-security/main Translation-en
Ign http://archive.linux.duke.edu natty-security/multiverse Translation-en_IN
Ign http://archive.linux.duke.edu natty-security/multiverse Translation-en
Ign http://archive.linux.duke.edu natty-security/restricted Translation-en_IN
Ign http://archive.linux.duke.edu natty-security/restricted Translation-en
Ign http://archive.linux.duke.edu natty-security/universe Translation-en_IN
Ign http://archive.linux.duke.edu natty-security/universe Translation-en
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/natty/main/source/Sources  404  Not Found

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/natty/main/binary-i386/Packages  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty/main/source/Sources  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty/restricted/source/Sources  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty/multiverse/source/Sources  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty/universe/source/Sources  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty/main/binary-i386/Packages  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty/restricted/binary-i386/Packages  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty/universe/binary-i386/Packages  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty/multiverse/binary-i386/Packages  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-updates/restricted/source/Sources  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-updates/main/source/Sources  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-updates/multiverse/source/Sources  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-updates/universe/source/Sources  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-updates/main/binary-i386/Packages  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-updates/restricted/binary-i386/Packages  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-updates/universe/binary-i386/Packages  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-updates/multiverse/binary-i386/Packages  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-security/restricted/source/Sources  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-security/main/source/Sources  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-security/multiverse/source/Sources  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-security/universe/source/Sources  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-security/main/binary-i386/Packages  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-security/restricted/binary-i386/Packages  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-security/universe/binary-i386/Packages  404  Not Found

W: Failed to fetch http://archive.linux.duke.edu/ubuntu/dists/natty-security/multiverse/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

Eu tentei muitas sugestões no google. Por favor ajude.

    
por siraj 23.08.2015 / 14:18

2 respostas

2

Você precisa usar o arquivo "old-releases" para Natty Narwhal; substitua archive.linux.duke.edu por old-releases.ubuntu.com no seu arquivo sources.list , execute sudo apt-get update e você poderá instalar os pacotes.

Como Huygens sugere, você deve realmente atualizar para uma versão suportada do Ubuntu.

    
por 23.08.2015 / 16:22
1

Natty Narwhal não é mais suportado pelo Ubuntu. Então você não pode usar apt-get para instalar ncurses.

Você tem as seguintes opções:

  • atualize para uma versão suportada do Ununtu . Mas como sua versão não é mais suportada, não é possível atualizar facilmente no local, mas é necessário instalá-la. Então backup !!!
  • instale ncurses a partir de fontes. Obtenha a fonte e compile-as. Note que pode não ser uma tarefa fácil.
  • encontre um repositório "compatível" para Natty que você possa usar ao invés dos do Ubuntu. Talvez um Debian possa funcionar, mas você precisa descobrir de onde o Debian Natty é derivado. Isso pode não funcionar!

Eu recomendaria tentar atualizar para o Ubuntu mais recente. Você também se beneficiará das atualizações de segurança.

    
por 23.08.2015 / 15:24