#46 closed defect (fixed)

http://allmydata.org/trac/tahoe/browser/README flawed

Reported by: arch_o_median Owned by: arch_o_median
Priority: minor Milestone:
Component: packaging Version:
Keywords: Cc:
Launchpad Bug:

Description

In the "INSTALLING" section "The Python Way" subsection users of stow are advised as follows:

150 	  you use GNU stow, add the options "--prefix=." and
151 	  "--root=/usr/local/stow/${PACKAGE}" to the "setup.py install" command.

However when I run this command I receive the following output:

0 arc@coelacanth /usr/local/stow/tahoe> sudo ./setup.py --prefix=. --root=/usr/local/stow/${PACKAGE} install
/usr/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: option --prefix not recognized

Change History (3)

comment:1 Changed at 2007-05-20T15:19:31Z by zooko

  • Status changed from new to assigned

That's weird -- how can setup.py not recognize the "--prefix" option?

comment:2 Changed at 2007-05-21T20:45:39Z by zooko

  • Owner changed from zooko to arch_o_median
  • Status changed from assigned to new

Dear arch_o_median:

Can you think of a better way to write this part of the source:README than this? 3d1adf6d30c822f5 If not, please mark this ticket as "resolve: fixed".

comment:3 Changed at 2007-05-23T23:02:00Z by arch_o_median

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.