[Buildbot-commits] [SPAM] Re: [Buildbot] #905: Cannot install Buildbot 0.8.0 on Windows 7
Buildbot
buildbot-devel at lists.sourceforge.net
Thu Jun 24 20:33:10 UTC 2010
#905: Cannot install Buildbot 0.8.0 on Windows 7
------------------------+---------------------------------------------------
Reporter: rstackhouse | Owner:
Type: undecided | Status: new
Priority: major | Milestone: undecided
Version: 0.8.0 | Keywords: windows
------------------------+---------------------------------------------------
Old description:
> I tried installing Buildbot through easy_install (Python 2.6) and got the
> following message:
>
> C:\>easy_install buildbot
> Searching for buildbot
> Reading http://pypi.python.org/simple/buildbot/
> Reading http://buildbot.net/
> Reading
> https://sourceforge.net/project/showfiles.php?group_id=73177&package_id=
> 73212&release_id=665379
> Reading http://buildbot.sourceforge.net/
> Best match: buildbot 0.8.0
> Downloading
> http://pypi.python.org/packages/source/b/buildbot/buildbot-0.8.0.zip
> #md5=be3cdbbf2de256547c7daadf8d899d3d
> Processing buildbot-0.8.0.zip
> Running buildbot-0.8.0\setup.py -q bdist_egg --dist-dir
> c:\users\robert~2\appdata\local\temp\easy_install-lsccan\buildbot-0.8.0
> \egg-dist-tmp-v9ygu6
> zip_safe flag not set; analyzing archive contents...
> buildbot.clients.debug: module references __file__
> buildbot.scripts.runner: module references __file__
> No eggs found in c:\users\robert~2\appdata\local\temp\easy_install-
> lsccan\buildbot-0.8.0\egg-dist-tmp-v9ygu6 (setup script problem?)
>
> Then, I tried installing from zip using "python setup.py install" and got
> the following message:
>
> C:\buildbot-0.8.0>python setup.py install
> running install
> running bdist_egg
> running egg_info
> writing requirements to buildbot.egg-info\requires.txt
> writing buildbot.egg-info\PKG-INFO
> writing top-level names to buildbot.egg-info\top_level.txt
> writing dependency_links to buildbot.egg-info\dependency_links.txt
> reading manifest file 'buildbot.egg-info\SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'README'
> warning: no files found matching 'NEWS'
> warning: no files found matching 'CREDITS'
> warning: no files found matching 'COPYING'
> warning: no files found matching 'UPGRADING'
> warning: no files found matching 'docs\images\Makefile'
> warning: no files found matching 'docs\epyrun'
> warning: no files found matching 'docs\gen-reference'
> warning: no files found matching 'docs\Makefile'
> writing manifest file 'buildbot.egg-info\SOURCES.txt'
> installing library code to build\bdist.win32\egg
> running install_lib
> running build_py
> installing package data to build\bdist.win32\egg
> running install_data
> installing scripts to build\bdist.win32\egg\EGG-INFO\scripts
> running install_scripts
> running build_scripts
> error: file 'C:\buildbot-0.8.0\bin\buildbot' does not exist
New description:
I tried installing Buildbot through easy_install (Python 2.6) and got the
following message:
{{{
C:\>easy_install buildbot
Searching for buildbot
Reading http://pypi.python.org/simple/buildbot/
Reading http://buildbot.net/
Reading
https://sourceforge.net/project/showfiles.php?group_id=73177&package_id=
73212&release_id=665379
Reading http://buildbot.sourceforge.net/
Best match: buildbot 0.8.0
Downloading
http://pypi.python.org/packages/source/b/buildbot/buildbot-0.8.0.zip
#md5=be3cdbbf2de256547c7daadf8d899d3d
Processing buildbot-0.8.0.zip
Running buildbot-0.8.0\setup.py -q bdist_egg --dist-dir
c:\users\robert~2\appdata\local\temp\easy_install-lsccan\buildbot-0.8.0
\egg-dist-tmp-v9ygu6
zip_safe flag not set; analyzing archive contents...
buildbot.clients.debug: module references __file__
buildbot.scripts.runner: module references __file__
No eggs found in c:\users\robert~2\appdata\local\temp\easy_install-
lsccan\buildbot-0.8.0\egg-dist-tmp-v9ygu6 (setup script problem?)
}}}
Then, I tried installing from zip using "python setup.py install" and got
the following message:
{{{
C:\buildbot-0.8.0>python setup.py install
running install
running bdist_egg
running egg_info
writing requirements to buildbot.egg-info\requires.txt
writing buildbot.egg-info\PKG-INFO
writing top-level names to buildbot.egg-info\top_level.txt
writing dependency_links to buildbot.egg-info\dependency_links.txt
reading manifest file 'buildbot.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README'
warning: no files found matching 'NEWS'
warning: no files found matching 'CREDITS'
warning: no files found matching 'COPYING'
warning: no files found matching 'UPGRADING'
warning: no files found matching 'docs\images\Makefile'
warning: no files found matching 'docs\epyrun'
warning: no files found matching 'docs\gen-reference'
warning: no files found matching 'docs\Makefile'
writing manifest file 'buildbot.egg-info\SOURCES.txt'
installing library code to build\bdist.win32\egg
running install_lib
running build_py
installing package data to build\bdist.win32\egg
running install_data
installing scripts to build\bdist.win32\egg\EGG-INFO\scripts
running install_scripts
running build_scripts
error: file 'C:\buildbot-0.8.0\bin\buildbot' does not exist
}}}
--
Comment(by dustin):
edit formatting
--
Ticket URL: <http://buildbot.net/trac/ticket/905#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list