LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-31-2011, 03:25 AM   #1
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,111

Rep: Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288
TOR SlackBuild Script.


Using the SlackBuild script, appropriately edited to change the version number, as I've done in the past, I'm trying to build the latest TOR, version 0.2.2.32.

However, this time all appears to go well until close to the end when it returns,

Quote:
make[2]: Entering directory `/tmp/SBo/tor-0.2.2.32'
make[3]: Entering directory `/tmp/SBo/tor-0.2.2.32'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/SBo/tor-0.2.2.32'
make[2]: Leaving directory `/tmp/SBo/tor-0.2.2.32'
make[1]: Leaving directory `/tmp/SBo/tor-0.2.2.32'
cp: cannot stat `AUTHORS': No such file or directory
Any suggestions on how to change the script would be appreciated.
Thanks.

Last edited by cwizardone; 08-31-2011 at 03:38 AM.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 08-31-2011, 04:17 AM   #2
speccy
Member
 
Registered: Dec 2008
Location: Portsmouth, UK
Distribution: slackware
Posts: 39

Rep: Reputation: 32
Add

Code:
touch AUTHORS
to the slackbuild after the line

Code:
cd $PRGNAM-$VERSION
It's at line 89 in the slackbuild I have.
 
1 members found this post helpful.
Old 08-31-2011, 08:27 AM   #3
Ian John Locke II
Member
 
Registered: Mar 2008
Location: /dev/null
Distribution: Slackware, Android, Slackware64
Posts: 130

Rep: Reputation: 17
Quote:
Originally Posted by speccy View Post
Add

Code:
touch AUTHORS
to the slackbuild after the line

Code:
cd $PRGNAM-$VERSION
It's at line 89 in the slackbuild I have.
Yeah this is the best way to have a fix for this. Of course your installation won't have the people who worked on TOR, but that can probably be found on torproject.org
 
1 members found this post helpful.
Old 08-31-2011, 08:54 AM   #4
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Why not just remove the AUTHORS file from the line that copies docs?
 
2 members found this post helpful.
Old 08-31-2011, 10:04 AM   #5
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,899

Rep: Reputation: 5023Reputation: 5023Reputation: 5023Reputation: 5023Reputation: 5023Reputation: 5023Reputation: 5023Reputation: 5023Reputation: 5023Reputation: 5023Reputation: 5023
Doctor!.. It hurts when I do this
Doctor: Well, don't do it then!

 
Old 08-31-2011, 03:53 PM   #6
beder
Member
 
Registered: Apr 2011
Posts: 82

Rep: Reputation: 28
Quote:
Originally Posted by GazL View Post
Doctor!.. It hurts when I do this
Doctor: Well, don't do it then!

I went to the doctor because every time I touched my nose, I felt a lot of pain
After some tests, he discovered I had a broken finger
 
1 members found this post helpful.
Old 08-31-2011, 06:02 PM   #7
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,111

Original Poster
Rep: Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288
Quote:
Originally Posted by dive View Post
Why not just remove the AUTHORS file from the line that copies docs?
Thanks!
That did the trick.
 
Old 08-31-2011, 07:52 PM   #8
ramkatral
Member
 
Registered: Aug 2011
Location: Tryon, NC
Distribution: Slackware x64, Arch x64
Posts: 74

Rep: Reputation: 12
I like TOR... But man do I wish it wasn't so slow...
 
Old 09-01-2011, 04:27 AM   #9
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,111

Original Poster
Rep: Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288Reputation: 7288
Quote:
Originally Posted by ramkatral View Post
I like TOR... But man do I wish it wasn't so slow...
It is much faster than it use to be and there are times when there is almost no lag at all. The switch to Polipo (from Privoxy) made a big difference and using Vidalia allows you to quickly try a different Tor connection if your current one is too slow.
 
Old 09-01-2011, 04:36 AM   #10
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Originally Posted by ramkatral View Post
I like TOR... But man do I wish it wasn't so slow...
Perhaps you can contribute, and setup a relay and donate some bandwidth.

Kind regards
 
Old 09-01-2011, 05:49 PM   #11
ramkatral
Member
 
Registered: Aug 2011
Location: Tryon, NC
Distribution: Slackware x64, Arch x64
Posts: 74

Rep: Reputation: 12
Quote:
Originally Posted by repo View Post
Perhaps you can contribute, and setup a relay and donate some bandwidth.

Kind regards
I have
 
Old 10-29-2011, 12:27 PM   #12
NightSky
Member
 
Registered: Sep 2001
Location: Texas :(
Distribution: Slackware64- 5.15.2
Posts: 909

Rep: Reputation: 55
Setting up a relay makes it faster?
 
Old 10-31-2011, 05:18 AM   #13
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Originally Posted by NightSky View Post
Setting up a relay makes it faster?
From the website:

Quote:
The Tor network relies on volunteers to donate bandwidth. The more people who run relays, the faster the Tor network will be. If you have at least 20 kilobytes/s each way, please help out Tor by configuring your Tor to be a relay too.

Kind regards
 
1 members found this post helpful.
Old 11-01-2011, 08:37 AM   #14
Ian John Locke II
Member
 
Registered: Mar 2008
Location: /dev/null
Distribution: Slackware, Android, Slackware64
Posts: 130

Rep: Reputation: 17
Quote:
Originally Posted by NightSky View Post
Setting up a relay makes it faster?
Well running your own relay won't make it faster for you directly, but the more people who run relays, the faster the network as was posted above. (I just wanted to clarify the first part)
 
Old 12-14-2011, 10:10 PM   #15
NightSky
Member
 
Registered: Sep 2001
Location: Texas :(
Distribution: Slackware64- 5.15.2
Posts: 909

Rep: Reputation: 55
Haven't installed TOR yet. Torify script is reported to leak DNS, anyone have a fix here? Since tsocks is an optional dependency if i do not install it, do I have to change anything in the .slackbuild script?

Last edited by NightSky; 12-16-2011 at 04:16 PM.
 
  


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
TOR: traffic between my workstation TOR entry point really not encrypted..? john99 Incognito 3 11-11-2009 01:06 AM
TOR-there seems to be no tor.pkg- what now? me-$-on Slackware 5 06-06-2008 11:08 AM
Tor ronlau9 Linux - General 2 05-03-2008 06:56 PM
Help with Tor Please botman Linux - Software 3 08-18-2005 01:17 PM
Help with Tor? botman SUSE / openSUSE 3 08-12-2005 01:36 PM

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

All times are GMT -5. The time now is 06:58 AM.

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