[tahoe-dev] Windows 7 Build Fails

Paul Grunwald pgrunwald at comcast.net
Sat May 26 21:01:46 UTC 2012


Downgraded to 64-bit Python 2.6.6 and got this:


G:\>cd tahoe-lafs-tahoe-lafs-bfee999

G:\tahoe-lafs-tahoe-lafs-bfee999>python setup.py build
Not found: tahoe-deps
Not found: ../tahoe-deps

Installed
g:\tahoe-lafs-tahoe-lafs-bfee999\twisted-10.1.0-py2.6-win-amd64.egg
Searching for zope.interface<=3.6.2,>=3.6.5
Reading http://pypi.python.org/simple/zope.interface/
Best match: zope.interface 4.0.1
Downloading
http://pypi.python.org/packages/2.6/z/zope.interface/zope.interface-
4.0.1-py2.6-win-amd64.egg#md5=29354fda189b6af94d2c356ccc8862ab
Processing zope.interface-4.0.1-py2.6-win-amd64.egg
creating
g:\tahoe-lafs-tahoe-lafs-bfee999\zope.interface-4.0.1-py2.6-win-amd64.e
gg
Extracting zope.interface-4.0.1-py2.6-win-amd64.egg to
g:\tahoe-lafs-tahoe-lafs-
bfee999

Installed
g:\tahoe-lafs-tahoe-lafs-bfee999\zope.interface-4.0.1-py2.6-win-amd64.
egg
running update_version
no version-control data found, leaving _version.py alone
running develop
Not found: tahoe-deps
Not found: ../tahoe-deps
running egg_info
creating src\allmydata_tahoe.egg-info
writing requirements to src\allmydata_tahoe.egg-info\requires.txt
writing src\allmydata_tahoe.egg-info\PKG-INFO
writing top-level names to src\allmydata_tahoe.egg-info\top_level.txt
writing dependency_links to
src\allmydata_tahoe.egg-info\dependency_links.txt
writing entry points to src\allmydata_tahoe.egg-info\entry_points.txt
writing manifest file 'src\allmydata_tahoe.egg-info\SOURCES.txt'
package init file 'src\allmydata\web\static\__init__.py' not found (or not a
reg
ular file)
reading manifest file 'src\allmydata_tahoe.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*~' found anywhere in
distributi
on
writing manifest file 'src\allmydata_tahoe.egg-info\SOURCES.txt'
running build_ext
Creating g:\tahoe-lafs-tahoe-lafs-bfee999\support\lib\site-packages\site.py
Processing darcsver-1.7.2.egg
Copying darcsver-1.7.2.egg to
g:\tahoe-lafs-tahoe-lafs-bfee999\support\lib\site-
packages
Adding darcsver 1.7.2 to easy-install.pth file
Installing darcsver.pyscript script to support/Scripts
Installing darcsver script to support/Scripts

Installed
g:\tahoe-lafs-tahoe-lafs-bfee999\support\lib\site-packages\darcsver-1.
7.2.egg
Creating
g:\tahoe-lafs-tahoe-lafs-bfee999\support\lib\site-packages\allmydata-ta
hoe.egg-link (link to src)
Adding allmydata-tahoe 0.0.0 to easy-install.pth file
Installing tahoe.pyscript script to support/Scripts
Installing tahoe script to support/Scripts

Installed g:\tahoe-lafs-tahoe-lafs-bfee999\src
Processing dependencies for allmydata-tahoe==0.0.0
Searching for pycryptopp>=0.6.0
Reading https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/
Reading https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/
Best match: pycryptopp
0.6.0.1206569328141510525648634803928199668821045408958
Downloading
https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/pycry
ptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz
Processing
pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.ta
r.gz
Running
pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958\setup
.py -q bdist_egg --dist-dir
c:\users\paul\appdata\local\temp\easy_install-skeq8r
\pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958\egg-dist
-tmp
-2fqh0y

Setting up environment to run scripts for the current user...
Already done: associate the filetype .pyscript with Python.File for the
current
user.
Already done: add .pyscript to the user environment variable PATHEXT.
Already done: add .pyw to the user environment variable PATHEXT.
error: Setup script exited with error: Unable to find vcvarsall.bat

-----Original Message-----
From: tahoe-dev-bounces at tahoe-lafs.org
[mailto:tahoe-dev-bounces at tahoe-lafs.org] On Behalf Of Paul Grunwald
Sent: Saturday, May 26, 2012 12:48 PM
To: 'Tahoe-LAFS development'
Subject: Re: [tahoe-dev] Windows 7 Build Fails

Same error:

G:\>cd tahoe-lafs-tahoe-lafs-bfee999

G:\tahoe-lafs-tahoe-lafs-bfee999>python setup.py build Not found: tahoe-deps
Not found: ../tahoe-deps

Setting up environment to run scripts for the current user...
Already done: associate the filetype .pyscript with Python.File for the
current user.
Already done: add .pyscript to the user environment variable PATHEXT.
Already done: add .pyw to the user environment variable PATHEXT.
Traceback (most recent call last):
  File "setup.py", line 475, in <module>
    **setup_args
  File "g:\python27\lib\distutils\core.py", line 112, in setup
    _setup_distribution = dist = klass(attrs)
  File
"G:\tahoe-lafs-tahoe-lafs-bfee999\setuptools-0.6c16dev3.egg\setuptools\di
st.py", line 260, in __init__
    self.fetch_build_eggs(attrs.pop('setup_requires'))
  File
"G:\tahoe-lafs-tahoe-lafs-bfee999\setuptools-0.6c16dev3.egg\setuptools\di
st.py", line 284, in fetch_build_eggs
    parse_requirements(requires), installer=self.fetch_build_egg
  File
"G:\tahoe-lafs-tahoe-lafs-bfee999\setuptools-0.6c16dev3.egg\pkg_resources
.py", line 573, in resolve
    dist = best[req.key] = env.best_match(req, self, installer)
  File
"G:\tahoe-lafs-tahoe-lafs-bfee999\setuptools-0.6c16dev3.egg\pkg_resources
.py", line 823, in best_match
    return self.obtain(req, installer) # try and download/install
  File
"G:\tahoe-lafs-tahoe-lafs-bfee999\setuptools-0.6c16dev3.egg\pkg_resources
.py", line 835, in obtain
    return installer(requirement)
  File
"G:\tahoe-lafs-tahoe-lafs-bfee999\setuptools-0.6c16dev3.egg\setuptools\di
st.py", line 327, in fetch_build_egg
    return cmd.easy_install(req)
  File
"G:\tahoe-lafs-tahoe-lafs-bfee999\setuptools-0.6c16dev3.egg\setuptools\co
mmand\easy_install.py", line 453, in easy_install
    return self.install_item(spec, dist.location, tmpdir, deps)
  File
"G:\tahoe-lafs-tahoe-lafs-bfee999\setuptools-0.6c16dev3.egg\setuptools\co
mmand\easy_install.py", line 483, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
  File
"G:\tahoe-lafs-tahoe-lafs-bfee999\setuptools-0.6c16dev3.egg\setuptools\co
mmand\easy_install.py", line 663, in install_eggs
    return self.build_and_install(setup_script, setup_base)
  File
"G:\tahoe-lafs-tahoe-lafs-bfee999\setuptools-0.6c16dev3.egg\setuptools\co
mmand\easy_install.py", line 938, in build_and_install
    self.run_setup(setup_script, setup_base, args)
  File
"G:\tahoe-lafs-tahoe-lafs-bfee999\setuptools-0.6c16dev3.egg\setuptools\co
mmand\easy_install.py", line 929, in run_setup
    raise DistutilsError("Setup script exited with %s" % (v.args[0],))
distutils.errors.DistutilsError: Setup script exited with error: Unable to
find vcvarsall.bat

-----Original Message-----
From: tahoe-dev-bounces at tahoe-lafs.org
[mailto:tahoe-dev-bounces at tahoe-lafs.org] On Behalf Of markus reichelt
Sent: Saturday, May 26, 2012 12:34 PM
To: tahoe-dev at tahoe-lafs.org
Subject: Re: [tahoe-dev] Windows 7 Build Fails

* Paul Grunwald <pgrunwald at comcast.net> wrote:

> G:\allmydata-tahoe-1.9.1>python setup.py build

Trying a git snapshot instead might pay off (1.9.2 is right next corner),
via https://github.com/tahoe-lafs/tahoe-lafs/zipball/master

HTH

--
left blank, right bald

_______________________________________________
tahoe-dev mailing list
tahoe-dev at tahoe-lafs.org
https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev



More information about the tahoe-dev mailing list