[Grok-dev] grokproject error
Sebastian Ware
sebastian at urbantalk.se
Tue Oct 14 09:31:47 EDT 2008
I am getting a strange error. Everything seems to be created (bin/
buildout works as expected), but grokproject exits with an error:
sebastian-wares-dator:groksandbox jhsware$ bin/grokproject --svn-
repository=file:///Users/jhsware/svn_code_repository --user=seb --eggs-
dir=/Users/jhsware/groksandbox/eggs SprintReport
Committed revision 320.
Checked out revision 320.
Downloading info about versions...
Downloading zc.buildout...
Invoking zc.buildout...
Develop: '/Users/jhsware/groksandbox/SprintReport/.'
Installing eggbasket.
Traceback (most recent call last):
File "/Users/jhsware/groksandbox/bin/grokproject", line 7, in ?
sys.exit(
File "/Users/jhsware/groksandbox/lib/python2.4/site-packages/
grokproject-0.9-py2.4.egg/grokproject/main.py", line 49, in main
exit_code = runner.run(option_args + ['-t', 'grok', project]
File "/Users/jhsware/groksandbox/lib/python2.4/site-packages/
PasteScript-1.6.1.1-py2.4.egg/paste/script/command.py", line 213, in run
result = self.command()
File "/Users/jhsware/groksandbox/lib/python2.4/site-packages/
PasteScript-1.6.1.1-py2.4.egg/paste/script/create_distro.py", line
156, in command
self.add_svn_repository(vars, output_dir)
File "/Users/jhsware/groksandbox/lib/python2.4/site-packages/
PasteScript-1.6.1.1-py2.4.egg/paste/script/create_distro.py", line
209, in add_svn_repository
egg_info_dir = pluginlib.egg_info_dir(output_dir, vars['project'])
File "/Users/jhsware/groksandbox/lib/python2.4/site-packages/
PasteScript-1.6.1.1-py2.4.egg/paste/script/pluginlib.py", line 127, in
egg_info_dir
for dir_extension in ['.'] + os.listdir(base_dir):
OSError: [Errno 2] No such file or directory: './SprintReport'
sebastian-wares-dator:groksandbox jhsware$ ls ./SprintReport/
bin bootstrap.py buildout.cfg develop-eggs parts setup.py src
versions.cfg
Mvh Sebastian
11 okt 2008 kl. 04.41 skrev Reed O'Brien:
> On Oct 10, 2008, at 6:02 PM, Martijn Faassen wrote:
>
>> Hey,
>>
>>> Setup script exited with error: Setup script exited with error:
>>> Setup
>>> script exited with error: Setup script exited with error: Setup
>>> script
>>> exited with error: Setup script exited with error: Setup script
>>> exited
>>> with error: Setup script exited with error: Setup script exited with
>>> error: Setup script exited with error:
>>
>> No idea what the cause is, but I just read this:
>>
>> http://blog.vrplumber.com/index.php?/archives/2204-Where-did-that-dependency-come-from.html
>>
>> Which sounds like the same error. A clue, perhaps?
>
> We were seeing this at the plone conference in a buildout; at least
> three of us. It would stall while making a develop-egg then fail
> with the recursive error and : File name too long
>
> Someone suspected archetypes.schemaextender, I was suspicious of
> buildout.eggtractor injecting the egg names (in a loop) into
> buildout the eggs it found to develop.
>
> Removing the <name-of-egg>.egg-info from the develop egg(s) seemed
> to fix it. Then something else failed, possibly unrelated. Then I
> didn't have another chance to look at it.
>
> At least two of the three people I am sure had the same error (and
> partial fix) were on OSX 10.5.x
>
> That is all the details I have....
>
> ~ro_______________________________________________
> Grok-dev mailing list
> Grok-dev at zope.org
> http://mail.zope.org/mailman/listinfo/grok-dev
More information about the Grok-dev
mailing list