Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #10289

Closed
Open
Opened Dec 04, 2013 by David Fifield@dcf

"make install" doesn't install flashproxy-common modules

Makefile.client has make install but it doesn't install the modules.

~/flashproxy$ sudo make install
make: *** No rule to make target `install'.  Stop.

~/flashproxy$ sudo make -f Makefile.client install
mkdir -p /usr/local/bin
install flashproxy-client flashproxy-reg-appspot flashproxy-reg-email flashproxy-reg-http flashproxy-reg-url /usr/local/bin
mkdir -p /usr/local/share/doc/flashproxy-client
install -m 644 README LICENSE ChangeLog torrc /usr/local/share/doc/flashproxy-client
mkdir -p /usr/local/share/man/man1
install -m 644 doc/flashproxy-client.1 doc/flashproxy-reg-appspot.1 doc/flashproxy-reg-email.1 doc/flashproxy-reg-http.1 doc/flashproxy-reg-url.1 /usr/local/share/man/man1

~/flashproxy$ flashproxy-client 
Traceback (most recent call last):
  File "/usr/local/bin/flashproxy-client", line 22, in <module>
    from flashproxy.util import parse_addr_spec, format_addr
ImportError: No module named flashproxy.util
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#10289