Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19120 - rpc-0.97-r1 ebuild (bug fix)
Summary: rpc-0.97-r1 ebuild (bug fix)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-10 22:20 UTC by Bernardo S. A. Silva
Modified: 2003-10-15 06:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
app-misc/rpc-0.97-r1 (rpc-0.97-r1.ebuild,1.01 KB, application/octet-stream)
2003-04-10 22:21 UTC, Bernardo S. A. Silva
Details
app-misc/rpc/files/rpc-0.97-factorial-fix.diff (rpc-0.97-factorial-fix.diff,1.75 KB, application/octet-stream)
2003-04-10 22:21 UTC, Bernardo S. A. Silva
Details
rpc-0.97-factorial-fix.diff - NOT CORRUPTED (rpc-0.97-factorial-fix.diff,1.34 KB, patch)
2003-05-07 23:49 UTC, Bernardo S. A. Silva
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bernardo S. A. Silva 2003-04-10 22:20:26 UTC
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
Comment 1 Bernardo S. A. Silva 2003-04-10 22:21:19 UTC
Created attachment 10492 [details]
app-misc/rpc-0.97-r1
Comment 2 Bernardo S. A. Silva 2003-04-10 22:21:56 UTC
Created attachment 10493 [details]
app-misc/rpc/files/rpc-0.97-factorial-fix.diff
Comment 3 George Shapovalov (RETIRED) gentoo-dev 2003-05-07 14:37:24 UTC
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
Comment 4 Bernardo S. A. Silva 2003-05-07 23:48:11 UTC
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
Comment 5 Bernardo S. A. Silva 2003-05-07 23:49:13 UTC
Created attachment 11670 [details, diff]
rpc-0.97-factorial-fix.diff - NOT CORRUPTED
Comment 6 George Shapovalov (RETIRED) gentoo-dev 2003-05-08 00:49:32 UTC
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
Comment 7 Markus Nigbur (RETIRED) gentoo-dev 2003-10-15 06:09:02 UTC
works.
Comment 8 Markus Nigbur (RETIRED) gentoo-dev 2003-10-15 06:11:33 UTC
*** Bug 27677 has been marked as a duplicate of this bug. ***