LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-12-2006, 05:57 PM   #1
gabsik
Member
 
Registered: Dec 2005
Location: This planet
Distribution: Debian,Xubuntu
Posts: 567

Rep: Reputation: 30
impossible to apt


Code:
root@mail:~# update
Hit http://mirror.noreply.org sarge/main Packages
Ign http://mirror.noreply.org sarge/main Release
Hit http://debian.fastweb.it stable/main Packages
Hit http://debian.fastweb.it stable/main Release
Hit http://debian.fastweb.it stable/main Sources
Hit http://debian.fastweb.it stable/main Release
Hit http://mirror.noreply.org sarge/main Sources
Ign http://mirror.noreply.org sarge/main Release
Hit http://security.debian.org stable/updates/main Packages
Hit http://security.debian.org stable/updates/main Release
Reading Package Lists... Done
This is my sources list after i have added official tor source !

Code:
root@mail:~# install tor
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  tor: Depends: libevent1 (>= 1.1a) but 1.0b-1.1 is to be installed
E: Broken packages
This is the error it gives me when i launch apt.
The same sources.list it is on the other machine where a tor server is ... strange !

Last edited by gabsik; 09-12-2006 at 06:00 PM.
 
Old 09-12-2006, 07:38 PM   #2
Freemor
Member
 
Registered: Aug 2005
Location: New Brunswick
Distribution: Trisquel
Posts: 70
Blog Entries: 8

Rep: Reputation: 15
looks like you might have an incorrect line in your sources.list

the correct url for the Tor distributions is:

http://mirror.noreply.org/pub/tor <dist> main

so in your case it should read:

http://mirror.noreply.org/pub/tor sarge main

once you have that fixed you can
sudo apt-get update
sudo apt-get install tor

hope this help
Freemor
 
Old 09-13-2006, 09:25 AM   #3
gabsik
Member
 
Registered: Dec 2005
Location: This planet
Distribution: Debian,Xubuntu
Posts: 567

Original Poster
Rep: Reputation: 30
Code:
deb     http://mirror.noreply.org/pub/tor sarge main
deb-src http://mirror.noreply.org/pub/tor sarge main
That's my /etc/apt/sources.list i can't see differences !
My post above doesn't show the /etc/apt/sources.list but its execution afther an apt-get update,do you notice that double hit ... ignored ?
Maybe that is the problem . I don't think it happens to you too,isn'it ?Or maybe if you read the error message afther the apt-get install tor it looks like if it was a problem of mixing stable and testing or unstable or syd sourceslists , when where i got the sources tor font from says it is a stable font ..... haaaaaaaaaaaaaaaaaa !!!!!

Last edited by gabsik; 09-13-2006 at 09:32 AM.
 
Old 09-13-2006, 09:42 AM   #4
Freemor
Member
 
Registered: Aug 2005
Location: New Brunswick
Distribution: Trisquel
Posts: 70
Blog Entries: 8

Rep: Reputation: 15
o.k. in that case.. did you add the necessary key to your apt keychain?

also if you are on a PPC, Aplha, or Mips machine you need to use a different repository.

instructions for adding the key and the location of the other repositories are here:

http://wiki.noreply.org/noreply/TheO...er/TorOnDebian

the instructions for the key being about half way down and the PPC, etc repositories are just below the key info.

Hope this helps
Freemor
 
Old 09-13-2006, 06:27 PM   #5
gabsik
Member
 
Registered: Dec 2005
Location: This planet
Distribution: Debian,Xubuntu
Posts: 567

Original Poster
Rep: Reputation: 30
Code:
root@mail:~# install tor
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  tor: Depends: libevent1 (>= 1.1a) but 1.0b-1.1 is to be installed
E: Broken packages
Well ... ! I'm giving up !What about the keys ?Do you really think it is the cause ?
 
Old 09-13-2006, 09:41 PM   #6
Freemor
Member
 
Registered: Aug 2005
Location: New Brunswick
Distribution: Trisquel
Posts: 70
Blog Entries: 8

Rep: Reputation: 15
it also looks like you have a dependancy problem going on:

Quote:
The following packages have unmet dependencies:
tor: Depends: libevent1 (>= 1.1a) but 1.0b-1.1 is to be installed
you'll need to check into what version ov libevent1 you have installed and will probably need to find a package for version 1.1a or above. Once that is in Tor will probably install (unless there are other dependancy problems).

If you continue to have problems the people on the or-talk mailing list are quite helpful and might be able to get you up and running.

Hope this helps,
Freemor
 
Old 09-14-2006, 08:48 PM   #7
gabsik
Member
 
Registered: Dec 2005
Location: This planet
Distribution: Debian,Xubuntu
Posts: 567

Original Poster
Rep: Reputation: 30
root@mail:~# apt-cache policy libevent1
libevent1:
Installed: (none)
Candidate: 1.0b-1.1
Version Table:
1.1a-1~sarge.1 0
500 http://mirror.noreply.org sarge/main Packages
500 http://mirror.noreply.org experimental-0.1.2.x-sarge/main Packages
1.0b-1.1 0
1000 http://debian.fastweb.it stable/main Packages
 
  


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
is openmosix impossible surban99 Debian 12 07-23-2006 07:17 PM
Impossible to connect? jdknshld Linux - Wireless Networking 1 06-25-2006 03:07 AM
Possible or Impossible to do in Linux? Kholnuu Linux - Networking 3 12-13-2004 12:12 AM
Why is it impossible? brent1a Linux - Software 37 06-27-2004 03:45 AM
This is impossible... max6110 Linux - Newbie 3 09-28-2003 09:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:59 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