|
Nmap Development
mailing list archives
Re: compile error on Ubuntu 9.10
From: Corey Chandler <lists () sequestered net>
Date: Mon, 02 Nov 2009 13:35:06 -0800
David Fifield wrote:
On Mon, Nov 02, 2009 at 01:54:44PM -0600, Matt Raspberry wrote:
I ran make distclean and then reran the configure script and make and it
failed as well. Here is the output from the rerun of make.
Hmm, I forgot, you probably have to run
svn revert -R libpcap
first. Try running "svn status" to see if there are any modified files
in the libpcap directory (they will be on lines that start with "M"). If
so, they are likely responsible for making the build fail. It should
work after reverting them.
David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/
Interesting, this fixed the initial compile on my Ubuntu box, but I'm
still getting:
Writing
/usr/local/lib/python2.6/site-packages/zenmap-5.05BETA1-py2.6.egg-info
Traceback (most recent call last):
File "setup.py", line 510, in <module>
setup(**setup_args)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/core.py",
line 152, in setup
dist.run_commands()
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py",
line 987, in run_commands
self.run_command(cmd)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py",
line 1007, in run_command
cmd_obj.run()
File "setup.py", line 131, in run
self.set_modules_path()
File "setup.py", line 254, in set_modules_path
ucontent.insert(uline, "sys.path.append(%s)\n" % repr(modules))
TypeError: an integer is required
make: *** [install-zenmap] Error 1
both on MacOS X and Ubuntu 9.10.
Any idea what package is needed?
-- Corey / KB1JWQ
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/
By Date
By Thread
Current thread:
- Re: compile error on Ubuntu 9.10, (continued)
|