On Tue, 17 Feb 2009, Peer Sommerlund wrote: > I just attempted to run the nightly build script. > > Inno aborts the setup.py script with the following error: > > Error on line 53 in > E:\src\mercurial\thg\thg-installer\thginstall\contrib\win32\mercurial.iss: > No files found matching > "E:\src\mercurial\thg\thg-installer\thginstall\dist\share\*" > Compile aborted. > Traceback (most recent call last): > File "setup.py", line 72, in <module> > cmd, shell=True, cwd='thginstall') > File "c:\Python25\lib\subprocess.py", line 461, in check_call > raise CalledProcessError(retcode, cmd) > subprocess.CalledProcessError: Command 'python setup.py py2exe -b3 && > "%ProgramFiles%\Inno Setup 5\iscc.exe" contrib\win32\mercurial.iss' returned > non-zero exit status 2 > > >hg tip > changeset: 63:77442108bee7 > tag: tip > user: Steve Borho <[email protected]> > date: Mon Feb 16 21:09:08 2009 -0600 > summary: add trailing slash to crew URL
The problem actually started here :) changeset: 60:861e429e3e3b user: Steve Borho <[email protected]> date: Mon Feb 16 19:42:45 2009 -0600 summary: unbundle file from C:\GTK, make packager supply these To prevent version mismatches, you now have to copy your own GTK files into dist\. The README.txt has more details. -- Steve ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
