[Ns-bugs] [Bug 1402] New: download.py fails when run for the second time
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Wed Mar 28 19:45:32 PDT 2012
https://www.nsnam.org/bugzilla/show_bug.cgi?id=1402
Summary: download.py fails when run for the second time
Product: ns-3
Version: pre-release
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: general
AssignedTo: ns-bugs at isi.edu
ReportedBy: jabraham3 at mail.gatech.edu
Estimated Hours: 0.0
johnabra-mac:ws johnabraham$ hg clone http://code.nsnam.org/ns-3-allinone
destination directory: ns-3-allinone
requesting all changes
adding changesets
adding manifests
adding file changes
added 49 changesets with 69 changes to 7 files
updating to branch default
7 files updated, 0 files merged, 0 files removed, 0 files unresolved
johnabra-mac:ws johnabraham$ cd ns-3-allinone/
johnabra-mac:ns-3-allinone johnabraham$ ./download.py
#
# Get NS-3
#
Cloning ns-3 branch
=> hg clone http://code.nsnam.org/ns-3-dev ns-3-dev
requesting all changes
adding changesets
adding manifests
adding file changes
added 7805 changesets with 36385 changes to 6075 files
updating to branch default
2112 files updated, 0 files merged, 0 files removed, 0 files unresolved
#
# Get PyBindGen
#
Required pybindgen version: 0.15.0.797
Trying to fetch pybindgen; this will fail if no network connection is
available. Hit Ctrl-C to skip.
=> bzr checkout -rrevno:797 https://launchpad.net/pybindgen pybindgen
*** Did not fetch pybindgen; python bindings will not be available.
#
# Get NSC
#
Architecture (darwin) does not support NSC... skipping
*** Did not fetch NSC; NSC will not be available.
johnabra-mac:ns-3-allinone johnabraham$ ./download.py
#
# Get NS-3
#
Updating ns-3 branch
=> hg --cwd ns-3-dev pull -u
pulling from http://code.nsnam.org/ns-3-dev
searching for changes
no changes found
Traceback (most recent call last):
File "./download.py", line 249, in <module>
sys.exit(main())
File "./download.py", line 204, in main
ns3_dir = get_ns3(options.ns3_branch)
File "./download.py", line 29, in get_ns3
run_command(['hg', '--cwd', ns3_dir, 'pull', '-u'])
File "/Users/johnabraham/ws/ns-3-allinone/util.py", line 24, in run_command
raise CommandError("Command %r exited with code %i" % (argv, retval))
util.CommandError: Command ['hg', '--cwd', 'ns-3-dev', 'pull', '-u'] exited
with code 1
johnabra-mac:ns-3-allinone johnabraham$
--
Configure bugmail: https://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Ns-bugs
mailing list