Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25247 - possible bug in drscheme-204.ebuild
Summary: possible bug in drscheme-204.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-25 04:51 UTC by Bartosch Pixa (RETIRED)
Modified: 2003-11-03 10:48 UTC (History)
0 users

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 Bartosch Pixa (RETIRED) gentoo-dev 2003-07-25 04:51:52 UTC
bug reported to me by mail, here it is:
---

From: 	Tijs Van Buggenhout <tvbuggen@vub.ac.be>

Hello,

I tried to merge drscheme-204.ebuild, which worked. When I started the 
program, the version appeared to be 202. I checked the md5 sums and indeed, 
drscheme-204.ebuild uses the wrong sources.

Here's the right md5sum

4547ed5185266e4090de38ae9edb40e9 plt.src.x.tar.gz 6858613

I noticed a small error in your ebuild file to. At the end, some symlinks are 
to be maid from /usr/share/drscheme/bin to /usr/bin. Well they are not laid, 
because the parameter for the for loop (x) is not used in the body, instead 
${file} is used :

diff drscheme-204.ebuild /usr/portage/dev-lisp/drscheme/drscheme-204.ebuild
59c59
<               dosym /usr/share/drscheme/bin/${file} /usr/bin/${file}
---
>               dosym /usr/share/drscheme/bin/${x} /usr/bin/${x}

/usr/portage/dev-lisp/drscheme/drscheme-204.ebuild contains my version...

greetz
Tijs Van Buggenhout

Reproducible: Always
Steps to Reproduce:
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2003-11-03 10:48:47 UTC
Killed the old versions of drscheme and marked 205 as stable, as that's the
first one where the upstream maintainers versioned their tarballs.