Ubuntu 64-bit “Gagal mengambil file [..] binary-i386 / Paket” saat memperbarui apt repos

12

Saya memiliki masalah berikut pada Ubuntu 12,04 LTS pada mesin 64-bit: Setiap kali saya mencoba untuk memperbarui repo aptitude, pembaruan anehnya akan gagal dengan kesalahan terkait i386 . Saya berasumsi bahwa ini seharusnya tidak terjadi pada sistem 64-bit.

root@liv-HP-Compaq-dc7900:/home/liv# apt-get update
Ign file: apt-build Release.gpg
Get:1 file: apt-build Release [107 B]                                          
Ign file: apt-build/main TranslationIndex                                      
Err file: apt-build/main i386 Packages                                         
  File not found
[..]
W: Failed to fetch file:/var/cache/apt-build/repository/dists/apt-build/main/binary-i386/Packages  File not found

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

Saya mencoba memulihkan status-oldtanpa hasil:

sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status

Saya juga mencoba:

root@liv-HP-Compaq-dc7900:/home/liv# apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 90 not upgraded.

Tetapi sepertinya tidak melakukan atau melaporkan sesuatu yang bermanfaat. Setiap berikutnya apt-get updateberakhir dengan kesalahan.

Sebagai catatan, /etc/apt/sources.listfile saya terlihat seperti ini:

# deb cdrom:[Xubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ dists/precise/main/binary-i386/

# deb cdrom:[Xubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ dists/precise/multiverse/binary-i386/
# deb cdrom:[Xubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ dists/precise/restricted/binary-i386/
# deb cdrom:[Xubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ dists/precise/universe/binary-i386/
# deb cdrom:[Xubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ precise main multiverse restricted universe

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://nl.archive.ubuntu.com/ubuntu/ precise main restricted
deb-src http://nl.archive.ubuntu.com/ubuntu/ precise main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://nl.archive.ubuntu.com/ubuntu/ precise-updates main restricted
deb-src http://nl.archive.ubuntu.com/ubuntu/ precise-updates main restricted

## 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://nl.archive.ubuntu.com/ubuntu/ precise universe
deb-src http://nl.archive.ubuntu.com/ubuntu/ precise universe
deb http://nl.archive.ubuntu.com/ubuntu/ precise-updates universe
deb-src http://nl.archive.ubuntu.com/ubuntu/ precise-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://nl.archive.ubuntu.com/ubuntu/ precise multiverse
deb-src http://nl.archive.ubuntu.com/ubuntu/ precise multiverse
deb http://nl.archive.ubuntu.com/ubuntu/ precise-updates multiverse
deb-src http://nl.archive.ubuntu.com/ubuntu/ precise-updates multiverse

## 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://nl.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://nl.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu precise-security main restricted
deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
deb http://security.ubuntu.com/ubuntu precise-security universe
deb-src http://security.ubuntu.com/ubuntu precise-security universe
deb http://security.ubuntu.com/ubuntu precise-security multiverse
deb-src http://security.ubuntu.com/ubuntu precise-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 precise partner
# deb-src http://archive.canonical.com/ubuntu precise 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 precise main
deb-src http://extras.ubuntu.com/ubuntu precise main
deb http://cran.at.r-project.org/bin/linux/ubuntu precise/
# deb-src http://cran.at.r-project.org/bin/linux/ubuntu precise/
# deb http://archive.canonical.com/ precise partner
# deb-src http://archive.canonical.com/ precise partner

Dan kernel yang digunakan adalah:

liv@liv-HP-Compaq-dc7900:~$ uname -a
Linux liv-HP-Compaq-dc7900 3.2.0-57-generic #87-Ubuntu SMP Tue Nov 12 21:35:10 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Apa yang salah dan bagaimana cara memperbaikinya?

Landroni
sumber
perbaikan dari Google sedang dalam perjalanan ( bug di sini )
törzsmókus
@ törzsmókus Pertanyaan ini tidak ada hubungannya dengan Google pada khususnya, dan telah mendahului pertanyaan yang ditautkan oleh sekitar 2 tahun. Jika ada, pertanyaan yang Anda tautkan merupakan duplikat dari pertanyaan ini.
landroni
OK, saya menerima alasan Anda. Saya hanya ingin mencatat bahwa solusi untuk kedua masalah itu pada dasarnya sama.
törzsmókus
@ törzsmókus Itulah sebabnya IMO pertanyaan lain harus ditandai sebagai duplikat dari pertanyaan ini, karena pertanyaan ini lebih umum.
landroni

Jawaban:

27

Saya memiliki masalah yang sama menggunakan apt-mirrorserver saya sendiri untuk memperbarui git-corepaket.

Dalam kasus saya, saya menyelesaikan masalah dengan menambahkan [arch=amd64]entri asli di /etc/apt/sources.list.

Contoh:
Asli: deb http://192.168.111.222/mirror/git-core precise main
Solusi:deb [arch=amd64] http://192.168.111.222/mirror/git-core precise main

Detailnya dapat ditemukan di: https://wiki.ubuntu.com/MultiarchSpec#apt_sources

Dalam kasus Anda, Anda perlu mengedit /etc/apt/sources.list.d/apt-build.list.

bruce
sumber
1
Itu berhasil sekarang. Saya hanya perlu menggunakan [arch=amd64]trik /etc/apt/sources.list.d/apt-build.list.
landroni
(Mint-64) Masalah saya adalah dengan google-chrome sehingga file yang saya modifikasi berbeda tetapi hasil editnya sama. Meskipun, seperti yang diperingatkan oleh file tersebut, hasil edit kemudian dikembalikan oleh sistem yang menghasilkan file. Utas reddit mengarahkan saya untuk menggunakan klien Update Manager secara langsung (Edit-> Sumber perangkat lunak -> repositori tambahan -> Edit URL ...). Saya belum melihat apakah ini akan memastikan perubahan terjadi, tetapi saya curiga akan melakukannya.
jgreen
5

Seperti yang disarankan oleh jawaban yang diterima, saya harus mengedit konten:

/etc/apt/sources.list.d/apt-build.list

Dari:

deb file:/var/cache/apt-build/repository apt-build main

untuk:

deb [arch=amd64] file:/var/cache/apt-build/repository apt-build main

Perhatikan bahwa kesalahan hanya berasal dari apt-build.list. Tidak /etc/apt/sources.listdiperlukan perubahan untuk memperbaiki masalah.

Landroni
sumber
1

Saya harus membuat satu koreksi lagi, yaitu:

deb [arch=amd64 trusted=yes]  file:/var/cache/apt-build/repository apt-build main

sebelum berhenti mengeluh - Saya tidak pernah berurusan dengan [options] sources.list sebelumnya, jadi saya butuh beberapa menit untuk googling dan coba-coba untuk menyelesaikannya ...

Jan Stavěl
sumber