Page 2 of 2

Re: ERROR: CRC failed

Posted: February 24th, 2008, 2:51 pm
by shypike
Only when it's 100% compatible with par2cmdline and it's called "par2".

There's a patch available somewhere, it's a know problem.
I'll try to find it.

Re: ERROR: CRC failed

Posted: February 26th, 2008, 7:42 pm
by FutureCow
Did you finds anything yet

Re: ERROR: CRC failed

Posted: February 27th, 2008, 2:44 pm
by shypike
The only thing I could find is (already mentioned in this thread):
http://bugs.gentoo.org/show_bug.cgi?id=137092

You should be able to patch the par2cmdline sources with this and then recompile.

Re: ERROR: CRC failed

Posted: February 27th, 2008, 6:43 pm
by FutureCow
but i don't run Gentoo om my linux machine, i don't know what to do with the patch

Re: ERROR: CRC failed

Posted: February 28th, 2008, 5:49 pm
by FutureCow
It's working now! i patched the par2cmdline with the file on the site. I didn't know how to do that, but someone helped me with it for anyone else having this problem here is what to do:

1. Get the original par2cmdline-0.4 (http://mesh.dl.sourceforge.net/sourcefo ... 0.4.tar.gz)
2. Untar the file (tar -xzf par2cmdline-0.4.tar.gz) for example in /home/foo/ so you have the dir /home/foo/par2cmdline-0.4
3. Go to this site: http://bugs.gentoo.org/attachment.cgi?id=91276 and save al the text to a file: patch.diff
4. Put this patch.diff in the folder: /home/foo/
5. Go to the par2cmdline-0.4 folder: /home/foo/par2cmdline-0.4
6. patch the files with this commando:  "patch -p1 < /home/foo/patch.diff" (without the qoutes)
7. Now compile the file and install
./configure
make
make install
8. PAR2 is working perfectly!

Re: ERROR: CRC failed

Posted: February 29th, 2008, 3:38 am
by shypike
Great, thanks for the info.

I'll add a page to the Wiki with this information.