Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 650608

Summary: [PATCH] sys-devel/make[guile] compile against dev-scheme/guile-2.2
Product: Gentoo Linux Reporter: Benda Xu <heroxbd>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: http://savannah.gnu.org/bugs/?50648
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: make-4.2.1_guile-2.2.patch

Description Benda Xu gentoo-dev 2018-03-16 06:03:48 UTC
Created attachment 524092 [details, diff]
make-4.2.1_guile-2.2.patch

This patch lets make detect guile-2.2.
Comment 1 Larry the Git Cow gentoo-dev 2018-03-16 08:47:22 UTC
The bug has been closed via the following commit(s):

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

commit 5afc3c3f86bba087cd1542759f21a0d5814bebd6
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-03-16 08:47:10 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-03-16 08:47:10 +0000

    sys-devel/make: Revbump to support guile-2.2 wih USE="guile"
    
    Thanks-to: Benda Xu <heroxbd@gentoo.org>
    Closes: https://bugs.gentoo.org/650608
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-devel/make/files/make-4.2.1-guile-2.2.patch | 320 ++++++++++++++++++++++++
 sys-devel/make/make-4.2.1-r3.ebuild             |  58 +++++
 2 files changed, 378 insertions(+)
Comment 2 Benda Xu gentoo-dev 2018-03-16 21:37:32 UTC
Thanks Lars!