Changeset 8f4ae53f in trunk


Ignore:
Timestamp:
2011-01-22T01:45:44Z (14 years ago)
Author:
david-sarah <david-sarah@…>
Branches:
master
Children:
ae33731
Parents:
f84f2aa
Message:

Makefile: remove a stale comment about a bug fixed in Tahoe v1.3.0. refs #455

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified Makefile

    rf84f2aa r8f4ae53f  
    4949src/allmydata/_version.py:
    5050        $(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 its
    54 # dependencies, may try to build both Twisted and Nevow. If both of these
    55 # occur during the same invocation of 'setup.py develop', then the Nevow
    56 # build will fail with an "ImportError: No module named components". Running
    57 # the build a second time will succeed. Until there is a new version of
    58 # setuptools which properly sandboxes sys.modules (or a new version of nevow
    59 # which doesn't import twisted during its build, or a new version of twisted
    60 # which doesn't import itself during its build), we just build tahoe twice
    61 # and ignore the errors from the first pass. Updated 16-Sep-2008: now we need
    62 # three invocations.
    6351
    6452build: src/allmydata/_version.py
Note: See TracChangeset for help on using the changeset viewer.