Changeset 8f4ae53f in trunk
- Timestamp:
- 2011-01-22T01:45:44Z (14 years ago)
- Branches:
- master
- Children:
- ae33731
- Parents:
- f84f2aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Makefile ¶
rf84f2aa r8f4ae53f 49 49 src/allmydata/_version.py: 50 50 $(MAKE) make-version 51 52 # c.f. ticket #455, there is a problem in the intersection of setuptools,53 # twisted's setup.py, and nevow's setup.py . A Tahoe build, to satisfy its54 # dependencies, may try to build both Twisted and Nevow. If both of these55 # occur during the same invocation of 'setup.py develop', then the Nevow56 # build will fail with an "ImportError: No module named components". Running57 # the build a second time will succeed. Until there is a new version of58 # setuptools which properly sandboxes sys.modules (or a new version of nevow59 # which doesn't import twisted during its build, or a new version of twisted60 # which doesn't import itself during its build), we just build tahoe twice61 # and ignore the errors from the first pass. Updated 16-Sep-2008: now we need62 # three invocations.63 51 64 52 build: src/allmydata/_version.py
Note: See TracChangeset
for help on using the changeset viewer.