public inbox for gentoo-lisp@lists.gentoo.org
 help / color / mirror / Atom feed
From: David Owen <dsowen@fugue88.ws>
To: gentoo-lisp@lists.gentoo.org
Subject: [gentoo-lisp] sbcl-1.0.23 threads, and other USE flags
Date: Mon, 15 Dec 2008 14:43:33 -0700	[thread overview]
Message-ID: <4946CF85.9070701@fugue88.ws> (raw)

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

I recently installed sbcl-1.0.23 (not -r1) from the repo, and lost 
thread support despite the USE flag being set.

It seems that an ebuild function, src_configure, was introduced to 
handle configuring the build for the flags, but it's not being called as 
far as I can tell.

I inserted a call to src_configure at the very top of src_compile (see 
attached patch), and everything seems to work again (including the 
version string being "1.0.23-gentoo" instead of just "1.0.23").

Thanks,
David

P.S.  Thanks for keeping an EAPI<2 ebuild around!

[-- Attachment #2: sbcl-use-flags.patch --]
[-- Type: text/plain, Size: 372 bytes --]

diff --git a/dev-lisp/sbcl/sbcl-1.0.23.ebuild b/dev-lisp/sbcl/sbcl-1.0.23.ebuild
index eaee8c5..b045309 100644
--- a/dev-lisp/sbcl/sbcl-1.0.23.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.23.ebuild
@@ -121,6 +122,8 @@ src_configure() {
 }
 
 src_compile() {
+	src_configure
+
 	local bindir="${WORKDIR}"/sbcl-binary
 
 	filter-ldflags -Wl,--as-needed --as-needed # see Bug #132992

             reply	other threads:[~2008-12-15 21:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-15 21:43 David Owen [this message]
2008-12-16  1:40 ` [gentoo-lisp] sbcl-1.0.23 threads, and other USE flags Stelian Ionescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4946CF85.9070701@fugue88.ws \
    --to=dsowen@fugue88.ws \
    --cc=gentoo-lisp@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox