Hi... I use RPC a lot, and I notice a little bug on factorial function. So, I contact the RPC developer and he send me a little patch to fix it. Then, I think it is crucial to have the new version on portage... Thanx a lot, Bernardo S. A. Silva Reproducible: Always Steps to Reproduce: 1. use rpc 2. clean stacks 3. try to make an factorial Actual Results: Error Expected Results: Factorial
Created attachment 10492 [details] app-misc/rpc-0.97-r1
Created attachment 10493 [details] app-misc/rpc/files/rpc-0.97-factorial-fix.diff
Hi Bernardo. Thanks for submittiong the fix! And sorry for taking too long to get to it. I have processed and submitted the update. Please test. George
Hi George, I have tested an you have commited just one mistake. Another mistake was commited by me. 1- You have putted an .bz2 diff file to the patch on the ebuild: patch -p1 < ${FILESDIR}/rpc-0.97-factorial-fix.diff.bz2 It just doesn't work. So, please change it for: patch -p1 < ${FILESDIR}/rpc-0.97-factorial-fix.diff 2- I have posted an corrupt diff file. I am posting the good version. Sorry. Thanx a lot, Bernardo S. A. Silva
Created attachment 11670 [details, diff] rpc-0.97-factorial-fix.diff - NOT CORRUPTED
Hi Bernardo. >1- You have putted an .bz2 diff file to the patch on the ebuild: > patch -p1 < ${FILESDIR}/rpc-0.97-factorial-fix.diff.bz2 > It just doesn't work. So, please change it for: > patch -p1 < ${FILESDIR}/rpc-0.97-factorial-fix.diff Oops, patch did not get changed to epatch :(, sorry. Fixed. > 2- I have posted an corrupt diff file. I am posting the good version. Sorry. Well, the one you posted applied Ok. From the differences looks like this junk was just ignored by patch (as not making any sense :)). Both issues are fixed, please test. George
works.
*** Bug 27677 has been marked as a duplicate of this bug. ***