Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 760063 - dev-scheme/racket-7.9 version bump.
Summary: dev-scheme/racket-7.9 version bump.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Scheme Project
URL: https://blog.racket-lang.org/2020/11/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-15 09:59 UTC by Stephen Bosch
Modified: 2021-03-20 11:55 UTC (History)
2 users (show)

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


Attachments
dev-scheme/racket-8.0 ebuild (racket-8.0.ebuild,2.64 KB, text/plain)
2021-03-20 10:10 UTC, Mariusz Ceier
Details
dev-scheme/racket-8.0 ebuild (0001-dev-scheme-racket-add-8.0.patch,3.40 KB, patch)
2021-03-20 11:04 UTC, Mariusz Ceier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Bosch 2020-12-15 09:59:55 UTC
Racket 7.9 was released on 2 November 2020.

Reproducible: Always
Comment 1 Mariusz Ceier 2021-03-20 10:10:17 UTC
Created attachment 692553 [details]
dev-scheme/racket-8.0 ebuild

Attaching racket 8.0 ebuild - I made it based on racket-7.3.ebuild. 
I added use-flag for chez scheme backend (by default it builds bc backend).
It compiles and runs fine on non-hardened system and also can be used for racket-7.9. 
I didn't test it on hardened profile, but bc backend should build fine, not sure about chez backend.

There's one warning, I don't know how to fix:

 * The ebuild is installing to one or more unexpected paths:
 * 
 *   /usr/share/doc/racket
 * 
 * Please fix the ebuild to use correct FHS/Gentoo policy paths
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-03-20 10:11:24 UTC
(In reply to Mariusz Ceier from comment #1)
> Created attachment 692553 [details]
> dev-scheme/racket-8.0 ebuild
> 
> Attaching racket 8.0 ebuild - I made it based on racket-7.3.ebuild. 
> I added use-flag for chez scheme backend (by default it builds bc backend).
> It compiles and runs fine on non-hardened system and also can be used for
> racket-7.9. 
> I didn't test it on hardened profile, but bc backend should build fine, not
> sure about chez backend.
> 
> There's one warning, I don't know how to fix:
> 
>  * The ebuild is installing to one or more unexpected paths:
>  * 
>  *   /usr/share/doc/racket
>  * 
>  * Please fix the ebuild to use correct FHS/Gentoo policy paths

Usually, the fix is to modify wherever docdir is to use ${PF}.

Could you include the GCO sign off and ideally this in git format-patch format or a GitHub PR?
Comment 3 Mariusz Ceier 2021-03-20 11:04:35 UTC
Created attachment 692556 [details, diff]
dev-scheme/racket-8.0 ebuild

Fixed issue with docdir and attached patch with sign off.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-03-20 11:07:58 UTC
(In reply to Mariusz Ceier from comment #3)
> Created attachment 692556 [details, diff] [details, diff]
> dev-scheme/racket-8.0 ebuild
> 
> Fixed issue with docdir and attached patch with sign off.

Nice. Thanks!
Comment 5 Larry the Git Cow gentoo-dev 2021-03-20 11:55:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba68c05e5f3dd7c1e2fad80f75a5c214eb755ac4

commit ba68c05e5f3dd7c1e2fad80f75a5c214eb755ac4
Author:     Mariusz Ceier <mceier+gentoo@gmail.com>
AuthorDate: 2021-03-20 10:59:59 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-20 11:55:13 +0000

    dev-scheme/racket: add 8.0
    
    Closes: https://bugs.gentoo.org/760063
    Signed-off-by: Mariusz Ceier <mceier+gentoo@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-scheme/racket/racket-8.0.ebuild | 100 ++++++++++++++++++++++++++++++++++++
 1 file changed, 100 insertions(+)