There seems to be a problem downloading uploaded files. In the attached file you can see the files i uploaded. md5sums are:
Code:
b75643ba82dd4d88525a5bc7fdc5d984 ctp2-src-branches-linux-r516-aa.tar.bz2
ca7e9abab5e766318980ec5b0e188891 ctp2-src-branches-linux-r516-ab.tar.bz2
7d3a02d950c4096def405429e070ede4 infloop.diff
When i download them, i get at least one byte appended to each file. So you can try using just the first 9216244 bytes of each file:
Code:
dd if=47230_ctp2-src-branches-linux-r516-aa.tar.bz2 bs=9216244 count=1 > ctp2-r516.tar.bz2 ; dd if=47230_ctp2-src-branches-linux-r516-ab.tar.bz2 bs=9216244 count=1 >> ctp2-r516.tar.bz2
md5sum ctp2-r516.tar.bz2
Last command should result in:
Code:
e419e24776a2c63e69b7a29af243d237 ctp2-r516.tar.bz2
Then, run:
Code:
tar -xvpjf ctp2-r516.tar.bz2
You will also need to apply the patch to -r517:
Code:
cd ctp2-src-branches-linux-r516
dd if=../47230_infloop.diff bs=468 count=1|patch -p0
Bookmarks