Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130571 - rp-pppoe-3.7 broken on x86_64
Summary: rp-pppoe-3.7 broken on x86_64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-20 02:40 UTC by Yuri Karaban
Modified: 2006-04-21 00:20 UTC (History)
0 users

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


Attachments
This patch fixes the issue (rp-pppoe-3.7-x86_64.patch,296 bytes, patch)
2006-04-20 02:42 UTC, Yuri Karaban
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Karaban 2006-04-20 02:40:25 UTC
rp-pppoe-3.7 broken on x86_64 (md5.h defines incorrectly uint32 type)
Comment 1 Yuri Karaban 2006-04-20 02:42:05 UTC
Created attachment 85014 [details, diff]
This patch fixes the issue
Comment 2 Yuri Karaban 2006-04-20 02:58:47 UTC
I just thought better to use _LP64 instead of __x86_64, the patch will be more general and fix the issue on all 64-bit platforms.
Comment 3 Alin Năstac (RETIRED) gentoo-dev 2006-04-21 00:20:23 UTC
the upstream fixed this problem in version 3.8. Personally, I would have preferred u_int32_t, but they decided to let configure script figure out what integer type fits the 32-bit size.

fixed in cvs.