Hehouhua / idapython

Automatically exported from code.google.com/p/idapython
Other
0 stars 0 forks source link

build.py tries to copy the deleted file patches/ida53.patch #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build idapython.

What is the expected output? What do you see instead?
EXPECTED RESULTS:
Successful build.

ACTUAL RESULTS: 
IOError: [Errno 2] No such file or directory: 'patches/ida53.patch'

What version of the product are you using? On what operating system?
IDA 5.4, idapython 1.1.90 (svn #170), python 2.5.1.1, Windows Vista SP1.

Additional information:
The file /trunk/patches/ida53.patch was deleted in revision #170 since the 
"5.4 SDK does not need any special patches" (see: 
http://code.google.com/p/idapython/source/detail?r=170).

However the file "patches/ida53.patch" wasn’t removed from the list of 
files for the source distribution at line 119, failing the copy operation.

To fix, remove the no longer necessary  line.

l8er 
Itai Shaham

Original issue reported on code.google.com by ita...@gmail.com on 20 Apr 2009 at 10:14

Attachments:

GoogleCodeExporter commented 8 years ago
I had fixed the problem already but forgot to commit it to SVN. ;)

Thanks for the patch!

Original comment by gergely.erdelyi on 21 Apr 2009 at 3:53