Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16039 - Syntax Errors in ebuild drscheme-202.ebuild (wrong variable names etc.)
Summary: Syntax Errors in ebuild drscheme-202.ebuild (wrong variable names etc.)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-19 17:25 UTC by Matthias Schwarzott
Modified: 2003-07-17 11:01 UTC (History)
1 user (show)

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


Attachments
patch to correct ebuild (drscheme-syntax.patch,588 bytes, patch)
2003-02-19 17:28 UTC, Matthias Schwarzott
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Schwarzott gentoo-dev 2003-02-19 17:25:51 UTC
I use the masked drscheme-ebuild. But drscheme is not located in the path. 
attached is a patch to correct the ebuild 
dev-lisp/drscheme/drscheme-202.ebuild 
 
After looking through the ebuild I saw that there is code to create symlinks in 
/usr/bin. The loop used create these symlinks uses the variable x but the 
dosym-command gets variable file. The for-loops are also written without 
semicolons which are necessairy (or at least the man-page of bash says that) 
 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Matthias Schwarzott gentoo-dev 2003-02-19 17:28:58 UTC
Created attachment 8504 [details, diff]
patch to correct ebuild
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2003-05-03 09:01:23 UTC
I'll see if I can't get this fixed the coming week. Sorry for the insane delay.
Comment 3 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2003-06-28 06:08:07 UTC
I've started looking into this. The 204 release is the most recent, so I'm starting there. It doesn't properly compile, for some reason; reported bug upstream.
Comment 4 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2003-07-17 11:01:01 UTC
Think I figured this one out. 204 is now available for testing.