Ticket #126 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

scapy installation fails to complete

Reported by: antoine Assigned to: pbi
Priority: major Milestone: mainstream
Component: Scapy Version: 2.0.0.x
Keywords: Cc:

Description

during ./setup.py install:

...
running install_scripts
copying build/scripts-2.5/scapy -> /usr/local/bin
copying build/scripts-2.5/UTscapy -> /usr/local/bin
changing mode of /usr/local/bin/scapy to 755
changing mode of /usr/local/bin/UTscapy to 755
running install_data
error: can't copy 'doc/scapy.1.gz': doesn't exist or not a regular file

install_data fails so the egginfo is not installed after that.

Fix:

remove this line:

data_files = [('share/man/man1', doc/scapy.1.gz?)],

or add the man page to the archive.

Attachments

Change History

08/20/08 16:31:00 changed by antoine

I just noticed the man page has been added last week. I guess scapy-latest.zip just has to be regenerated to include it.

08/20/08 17:18:20 changed by pbi

  • status changed from new to closed.
  • resolution set to fixed.

ALready fixed in [76780863691f]


Add/Change #126 (scapy installation fails to complete)




Change Properties
Action