Pixelpanic / winff

Automatically exported from code.google.com/p/winff
0 stars 0 forks source link

404 error #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Follow the directions and run 

sudo apt-get update && sudo apt-get install winff

in the terminal

2.
3.

What is the expected output? What do you see instead?

Its supposed to let me download the package, but it comes up witha 404.
mike@mike-desktop:~$ cat /etc/apt/sources.list.d/winff.list
deb http://winff.org/ubuntu intrepid universe
mike@mike-desktop:~$ # and
mike@mike-desktop:~$ sudo apt-get update && sudo apt-get install winff
Hit http://archive.canonical.com intrepid Release.gpg
Ign http://archive.canonical.com intrepid/partner Translation-en_US            
Hit http://winff.org intrepid Release.gpg                                      
Ign http://winff.org intrepid/universe Translation-en_US                       
Hit http://security.ubuntu.com intrepid-security Release.gpg                   
Ign http://security.ubuntu.com intrepid-security/main Translation-en_US        
Ign http://security.ubuntu.com intrepid-security/restricted Translation-en_US  
Hit http://us.archive.ubuntu.com intrepid Release.gpg                          
Ign http://us.archive.ubuntu.com intrepid/main Translation-en_US               
Hit http://archive.canonical.com intrepid Release                              
Hit http://winff.org intrepid Release                                          
Ign http://security.ubuntu.com intrepid-security/universe Translation-en_US    
Ign http://security.ubuntu.com intrepid-security/multiverse Translation-en_US  
Hit http://security.ubuntu.com intrepid-security Release                       
Ign http://us.archive.ubuntu.com intrepid/restricted Translation-en_US         
Ign http://us.archive.ubuntu.com intrepid/universe Translation-en_US           
Ign http://us.archive.ubuntu.com intrepid/multiverse Translation-en_US         
Hit http://us.archive.ubuntu.com intrepid-updates Release.gpg                  
Ign http://us.archive.ubuntu.com intrepid-updates/main Translation-en_US       
Ign http://us.archive.ubuntu.com intrepid-updates/restricted Translation-en_US 
Hit http://archive.canonical.com intrepid/partner Packages                     
Ign http://us.archive.ubuntu.com intrepid-updates/universe Translation-en_US   
Ign http://us.archive.ubuntu.com intrepid-updates/multiverse Translation-en_US 
Ign http://us.archive.ubuntu.com edgy Release.gpg                              
Hit http://security.ubuntu.com intrepid-security/main Packages                 
Hit http://winff.org intrepid/universe Packages                                
Ign http://us.archive.ubuntu.com edgy/universe Translation-en_US               
Hit http://us.archive.ubuntu.com intrepid Release                              
Hit http://archive.canonical.com intrepid/partner Sources                      
Hit http://security.ubuntu.com intrepid-security/restricted Packages           
Hit http://security.ubuntu.com intrepid-security/main Sources                  
Hit http://security.ubuntu.com intrepid-security/restricted Sources            
Hit http://security.ubuntu.com intrepid-security/universe Packages             
Hit http://us.archive.ubuntu.com intrepid-updates Release                      
Hit http://security.ubuntu.com intrepid-security/universe Sources              
Hit http://security.ubuntu.com intrepid-security/multiverse Packages           
Hit http://security.ubuntu.com intrepid-security/multiverse Sources            
Ign http://us.archive.ubuntu.com edgy Release                                  
Hit http://us.archive.ubuntu.com intrepid/main Packages           
Hit http://us.archive.ubuntu.com intrepid/restricted Packages     
Hit http://us.archive.ubuntu.com intrepid/main Sources            
Hit http://us.archive.ubuntu.com intrepid/restricted Sources      
Hit http://us.archive.ubuntu.com intrepid/universe Packages       
Hit http://us.archive.ubuntu.com intrepid/universe Sources        
Hit http://us.archive.ubuntu.com intrepid/multiverse Packages     
Hit http://us.archive.ubuntu.com intrepid/multiverse Sources      
Hit http://us.archive.ubuntu.com intrepid-updates/main Packages   
Hit http://us.archive.ubuntu.com intrepid-updates/restricted Packages
Hit http://us.archive.ubuntu.com intrepid-updates/main Sources
Hit http://us.archive.ubuntu.com intrepid-updates/restricted Sources
Hit http://us.archive.ubuntu.com intrepid-updates/universe Packages
Hit http://us.archive.ubuntu.com intrepid-updates/universe Sources
Hit http://us.archive.ubuntu.com intrepid-updates/multiverse Packages
Hit http://us.archive.ubuntu.com intrepid-updates/multiverse Sources
Ign http://us.archive.ubuntu.com edgy/universe Packages
Err http://us.archive.ubuntu.com edgy/universe Packages
  404 Not Found [IP: 91.189.88.40 80]
Hit http://wine.budgetdedicated.com edgy Release.gpg
Ign http://wine.budgetdedicated.com edgy/main Translation-en_US
Hit http://wine.budgetdedicated.com edgy Release
Ign http://wine.budgetdedicated.com edgy/main Packages
Hit http://wine.budgetdedicated.com edgy/main Packages
W: Failed to fetch
http://us.archive.ubuntu.com/ubuntu/dists/edgy/universe/binary-i386/Packages.gz
 404 Not Found [IP: 91.189.88.40 80]

E: Some index files failed to download, they have been ignored, or old ones
used instead.
mike@mike-desktop:~$ 

What version of the product are you using? On what operating system?

ubuntu
Please provide any additional information below.

Please email me if you find a fix.
I will be using wine for the windows version until then.

Mikeanig@gmail.com

Original issue reported on code.google.com by mikea...@gmail.com on 14 Jan 2009 at 1:58

GoogleCodeExporter commented 8 years ago
Hi,

Looks like you're using repositories from edgy and intrepid versions of ubuntu. 
Please double check your /etc/apt/sources.list file 

I suspect that those edgy packages need to be replaced with intrepid ones or 
removed.

Please comment if problem resolved.

Original comment by istoff@gmail.com on 14 Jan 2009 at 4:43

GoogleCodeExporter commented 8 years ago
Thanks i unchecked the edgy repositories and it worked. Thanks

Original comment by mikea...@gmail.com on 15 Jan 2009 at 1:34