LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 06-30-2013, 12:58 AM   #1
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 366

Rep: Reputation: 66
Thumbs down had some problems but ignore went to reinstall


I installed wine i386 my system arch is amd64
I have run firefox from win7 install just fine

keep getting error popping up in KDE notifications
says cannot fetch install sources
Quote:
E: Error cdrom://[Debian GNU/Linux 7.0.0 _Wheezy_ - Official i386 DVD Binary-1 20130504-15:20] wheezy/contrib amd64 Packages
Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
I did do a apt-cdrom add -d /media/cdrom with the i386 dvdrom in the drive

cat /etc/apt/sources.list
Quote:
#
deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official i386 DVD Binary-1 20130504-15:20]/ wheezy contrib main
deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 DVD Binary-1 20130504-14:44]/ wheezy contrib main

deb http://security.debian.org/ wheezy/updates main contrib
deb-src http://security.debian.org/ wheezy/updates main contrib

# wheezy-updates, previously known as 'volatile'
# A network mirror was not selected during install. The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
# deb http://ftp.debian.org/debian/ wheezy-updates main contrib
# deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib
am I missing something it seems like the system wants amd64 packages from i386 disk?
when I run apt-get update I get the following errors
Quote:
W: Failed to fetch cdrom://[Debian GNU/Linux 7.0.0 _Wheezy_ - Official i386 DVD Binary-1 20130504-15:20]/dists/wheezy/contrib/binary-amd64/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

W: Failed to fetch cdrom://[Debian GNU/Linux 7.0.0 _Wheezy_ - Official i386 DVD Binary-1 20130504-15:20]/dists/wheezy/main/binary-amd64/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

W: Failed to fetch cdrom://[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 DVD Binary-1 20130504-14:44]/dists/wheezy/contrib/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

W: Failed to fetch cdrom://[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 DVD Binary-1 20130504-14:44]/dists/wheezy/main/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

E: Some index files failed to download. They have been ignored, or old ones used instead.
anyone encounter this problem after installing wine:i386 on AMD64 arch system?
dont think I have any major errors occuring with my system but would like to have my packages updated automatically without arch issues.

went to uninstall wine it removed a bunch of files needed for the os and x tried reinstalling them
did not go well. reinstalled distro completely

Last edited by mrapathy; 07-02-2013 at 03:12 AM.
 
Old 07-02-2013, 06:49 AM   #2
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by mrapathy View Post
I installed wine i386 my system arch is amd64
Read the debian wiki article for multiarch. http://wiki.debian.org/Multiarch/HOWTO

Quote:
Originally Posted by mrapathy View Post
I have run firefox from win7 install just fine
How is that relevant exactly?

Quote:
Originally Posted by mrapathy View Post
I did do a apt-cdrom add -d /media/cdrom with the i386 dvdrom in the drive
First clean up your mess of a sources file:

Code:
#

deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib
#deb-src http://security.debian.org/ wheezy/updates main contrib

deb http://ftp.us.debian.org/debian/ wheezy-updates main contrib
#deb-src http://ftp.us.debian.org/debian/ wheezy-updates main contrib
Next issue the following
Code:
# apt-cdrom add
Put the disk in the drive - what happens?

If it's all good do it again for the second disk. Then post the output

Code:
$ cat /etc/apt/sources.list
I have to ask though - why on earth are you bothering with this instead of downloading from a repository mirror?

Are you sure that wine is actually on DVD1 anyway...?
 
Old 07-02-2013, 08:43 AM   #3
zhjim
Senior Member
 
Registered: Oct 2004
Distribution: Debian Squeeze x86_64
Posts: 1,748
Blog Entries: 11

Rep: Reputation: 233Reputation: 233Reputation: 233
I would just remove the cdrom lines from apts sources all together. So apt would get its stuff through the net.

As for the behavior of including 32bit libraries could be due to the ia32-libs package. Which provides some needed 32bit libraries and alike (Never really spent time on this, just know that its needed and exists).
 
Old 07-02-2013, 09:01 AM   #4
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by zhjim View Post
As for the behavior of including 32bit libraries could be due to the ia32-libs package. Which provides some needed 32bit libraries and alike (Never really spent time on this, just know that its needed and exists).
Multiarch makes ia32-libs obsolete, please read the link in my post.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
apt-get update: Sources.bz2 Hash Sum mismatch, aptitude update: no errors Aidin Sabetian Linux - Software 7 08-11-2010 06:33 PM
cannot update,upgrade using apt-get...errors vineet7kumar Debian 3 11-10-2007 01:18 PM
apt-get update errors ahz10 Ubuntu 4 01-06-2006 05:14 PM
gpg errors on apt-get update... fannymites Debian 4 07-23-2005 02:46 AM
apt-get update errors since Debian released ( bad /etc/apt/sources.list ?) forgox Debian 10 06-13-2005 12:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 06:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration