Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70478 - missing digets in digest and make option for alpha cxx and aboot ebuilds
Summary: missing digets in digest and make option for alpha cxx and aboot ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: Alpha Linux
: High normal (vote)
Assignee: Tavis Ormandy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-08 10:25 UTC by Sean Davidson
Modified: 2004-11-17 16:37 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Davidson 2004-11-08 10:25:28 UTC
The digest for dev-lang/cxx/files/digest-cxx-6.5.9.31-r1 has
MD5 915146572fe6711827f486af40544877 cxx-6.5.9.31-1.alpha.rpm.crypt 968355
and should be
MD5 915146572fe6711827f486af40544877 cxx-6.5.9.31-1.alpha.rpm.crypt 9683556

The digest for sys-boot/aboot/files/digest-aboot-0.9-r1 has
MD5 eabf1163a4bf25c861b30226678c5490 aboot-0.9bpre.tar.bz2 11373
and should be
MD5 eabf1163a4bf25c861b30226678c5490 aboot-0.9bpre.tar.bz2 113731

The ebuild for sys-boot/aboot/aboot-0.9-r1.ebuild does not compile
correctly on 2.6 kernels and needs the extra make option KSRC to
point to the non kernel area but the application area

src_compile() {
        emake KSRC=/usr/include/linux || die
}


Reproducible: Always
Steps to Reproduce:
1. emerge dev-lang/cxx (on any alpha system)
2. emerge sys-boot/aboot (on system with 2.6 kernel)
3.
Comment 1 Bryan Østergaard (RETIRED) gentoo-dev 2004-11-17 16:37:53 UTC
Digests fixed, thanks for reporting this issue.