Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/
Date: Wed, 31 Jan 2018 22:04:39
Message-Id: 1517436268.c7451ecabf5861ed88b6cb23223c411c858350ac.nimiux@gentoo
1 commit: c7451ecabf5861ed88b6cb23223c411c858350ac
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 31 22:04:02 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 31 22:04:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7451eca
7
8 dev-lisp/sbcl: Bumps version to 1.4.4
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-lisp/sbcl/Manifest | 2 +
13 dev-lisp/sbcl/sbcl-1.4.4.ebuild | 246 ++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 248 insertions(+)
15
16 diff --git a/dev-lisp/sbcl/Manifest b/dev-lisp/sbcl/Manifest
17 index c6ea81a0586..50e4fb3992e 100644
18 --- a/dev-lisp/sbcl/Manifest
19 +++ b/dev-lisp/sbcl/Manifest
20 @@ -43,3 +43,5 @@ DIST sbcl-1.4.2-source.tar.bz2 5946122 BLAKE2B 9cf0737a3e1dce32701a4cf2935e8170c
21 DIST sbcl-1.4.2-x86-64-linux-binary.tar.bz2 10624427 BLAKE2B ebf1589011c049f0dcd04439330237abf4dc231703e6ba5fd899e528a52e24c1565637119211b4b51b28d4bfd036941cb11e8599c0c3f5e5ff2f6d014485566d SHA512 b3f7c9dd225b78b59eec5646255fac78ea432b4f057f933961e65693e13f70b371f2964fbc98bbbc38d163db1fef4a41d45af16147f11571c31a832838b67894
22 DIST sbcl-1.4.3-source.tar.bz2 5953041 BLAKE2B d8fe63ed0f6c0cfc6d4746bb434efa6ccb9ac45d5c71885f9411395cbca4b179716c89d154d65c0da9b564a29d60bd2713564c030bb7dd90e7dc6b28f707175d SHA512 e730f4f095e2c3b52836df0beae08219a2e3883b4e20ba7303f24d8e51aec7c6d278ad6f9d57fac36b5aebec3fefb118d07bfd4ca48a44a3324345f2993fca62
23 DIST sbcl-1.4.3-x86-linux-binary.tar.bz2 10227185 BLAKE2B 6d77c4f4177cbdb72fb9bab0da5bd91e0aa8deafffd238818a2551332f0ab246715d9489b5c1156f3481aa7fb79d161a988404620fc09fe86ff927543a1ee678 SHA512 41cd63d61dd7c46370341dce39a362287a23b528bfebe8e5571614aeefdea03d318207d25562e995db9ccedb6c1f50ea4d66627721f0fd9486e99440126e6a38
24 +DIST sbcl-1.4.4-source.tar.bz2 5981874 BLAKE2B eb97f89daed6906993dca745b038bef4acdbdd4a107a92a339c664e96af7277632f92d3cf6950a0869bb13594c432a40a8822f743d06f40edb042df35c5ec61a SHA512 e22dea1eb6408ae706d32d7b153c1deb666ddbfff09fea865e5a7e208ccc21420abed04d5ee14e50c0f748e849a0daed6d2e1e719bd60e3f9eb0830c78cf9292
25 +DIST sbcl-1.4.4-x86-64-linux-binary.tar.bz2 10637079 BLAKE2B d5138b589b048dc22d92469f3c4c726a2e28ec42580bf58cbf92e9599485ad84c9770255949edf3ba781d3047b165f01cb9e0cb1c511781cc30cf982b43a8706 SHA512 86eb855235393304b21be302cfdf17b6ae366a3d77216029ebaeaf3f9f4edcc887eef522eedec8bfd737f0799314008bf3fbbf245150d16a9cbd3bcfffe165db
26
27 diff --git a/dev-lisp/sbcl/sbcl-1.4.4.ebuild b/dev-lisp/sbcl/sbcl-1.4.4.ebuild
28 new file mode 100644
29 index 00000000000..f5215d91552
30 --- /dev/null
31 +++ b/dev-lisp/sbcl/sbcl-1.4.4.ebuild
32 @@ -0,0 +1,246 @@
33 +# Copyright 1999-2018 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +inherit multilib eutils flag-o-matic pax-utils
39 +
40 +#same order as http://www.sbcl.org/platform-table.html
41 +BV_X86=1.4.3
42 +BV_AMD64=1.4.4
43 +BV_PPC=1.2.7
44 +BV_SPARC=1.0.28
45 +BV_ALPHA=1.0.28
46 +BV_ARM=1.3.12
47 +BV_ARM64=1.4.2
48 +BV_X86_MACOS=1.1.6
49 +BV_X64_MACOS=1.2.11
50 +BV_PPC_MACOS=1.0.47
51 +BV_X86_SOLARIS=1.2.7
52 +BV_X64_SOLARIS=1.2.7
53 +BV_SPARC_SOLARIS=1.0.23
54 +
55 +DESCRIPTION="Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common Lisp"
56 +HOMEPAGE="http://sbcl.sourceforge.net/"
57 +SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
58 + x86? ( mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 )
59 + amd64? ( mirror://sourceforge/sbcl/${PN}-${BV_AMD64}-x86-64-linux-binary.tar.bz2 )
60 + ppc? ( mirror://sourceforge/sbcl/${PN}-${BV_PPC}-powerpc-linux-binary.tar.bz2 )
61 + sparc? ( mirror://sourceforge/sbcl/${PN}-${BV_SPARC}-sparc-linux-binary.tar.bz2 )
62 + alpha? ( mirror://sourceforge/sbcl/${PN}-${BV_ALPHA}-alpha-linux-binary.tar.bz2 )
63 + arm? ( mirror://sourceforge/sbcl/${PN}-${BV_ARM}-armhf-linux-binary.tar.bz2 )
64 + arm64? ( mirror://sourceforge/sbcl/${PN}-${BV_ARM64}-arm64-linux-binary.tar.bz2 )
65 + x86-macos? ( mirror://sourceforge/sbcl/${PN}-${BV_X86_MACOS}-x86-darwin-binary.tar.bz2 )
66 + x64-macos? ( mirror://sourceforge/sbcl/${PN}-${BV_X64_MACOS}-x86-64-darwin-binary.tar.bz2 )
67 + ppc-macos? ( mirror://sourceforge/sbcl/${PN}-${BV_PPC_MACOS}-powerpc-darwin-binary.tar.bz2 )
68 + x86-solaris? ( mirror://sourceforge/sbcl/${PN}-${BV_X86_SOLARIS}-x86-solaris-binary.tar.bz2 )
69 + x64-solaris? ( mirror://sourceforge/sbcl/${PN}-${BV_X64_SOLARIS}-x86-64-solaris-binary.tar.bz2 )
70 + sparc-solaris? ( mirror://sourceforge/sbcl/${PN}-${BV_SPARC_SOLARIS}-sparc-solaris-binary.tar.bz2 )"
71 +
72 +LICENSE="MIT"
73 +SLOT="0/${PV}"
74 +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
75 +IUSE="debug doc source +threads +unicode pax_kernel zlib"
76 +
77 +CDEPEND=">=dev-lisp/asdf-3.1:="
78 +DEPEND="${CDEPEND}
79 + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
80 + pax_kernel? ( sys-apps/elfix )"
81 +RDEPEND="${CDEPEND}
82 + !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
83 +
84 +# Disable warnings about executable stacks, as this won't be fixed soon by upstream
85 +QA_EXECSTACK="usr/bin/sbcl"
86 +
87 +CONFIG="${S}/customize-target-features.lisp"
88 +ENVD="${T}/50sbcl"
89 +
90 +# Prevent ASDF from using the system libraries
91 +CL_SOURCE_REGISTRY="(:source-registry :ignore-inherited-configuration)"
92 +ASDF_OUTPUT_TRANSLATIONS="(:output-translations :ignore-inherited-configuration)"
93 +
94 +usep() {
95 + use ${1} && echo "true" || echo "false"
96 +}
97 +
98 +sbcl_feature() {
99 + echo "$( [[ ${1} == "true" ]] && echo "(enable ${2})" || echo "(disable ${2})")" >> "${CONFIG}"
100 +}
101 +
102 +sbcl_apply_features() {
103 + sed 's/^X//' > "${CONFIG}" <<-'EOF'
104 + (lambda (list)
105 + X (flet ((enable (x) (pushnew x list))
106 + X (disable (x) (setf list (remove x list))))
107 + EOF
108 + if use x86 || use amd64; then
109 + sbcl_feature "$(usep threads)" ":sb-thread"
110 + fi
111 + sbcl_feature "true" ":sb-ldb"
112 + sbcl_feature "false" ":sb-test"
113 + sbcl_feature "$(usep unicode)" ":sb-unicode"
114 + sbcl_feature "$(usep zlib)" ":sb-core-compression"
115 + sbcl_feature "$(usep debug)" ":sb-xref-for-internals"
116 + sed 's/^X//' >> "${CONFIG}" <<-'EOF'
117 + X )
118 + X list)
119 + EOF
120 + cat "${CONFIG}"
121 +}
122 +
123 +src_unpack() {
124 + unpack ${A}
125 + mv sbcl-*-* sbcl-binary || die
126 + cd "${S}"
127 +}
128 +
129 +src_prepare() {
130 + # bug #468482
131 + eapply "${FILESDIR}"/concurrency-test-1.3.15.patch
132 + # bugs #486552, #527666, #517004
133 + eapply "${FILESDIR}"/${PN}-1.4.0-bsd-sockets-test.patch
134 + # bugs #560276, #561018
135 + eapply "${FILESDIR}"/sb-posix-test-1.2.15.patch
136 +
137 + eapply "${FILESDIR}"/${PN}-1.2.11-solaris.patch
138 + eapply "${FILESDIR}"/${PN}-1.4.0-verbose-build.patch
139 +
140 + eapply_user
141 +
142 + # Make sure the *FLAGS variables are sane.
143 + # sbcl needs symbols in resulting binaries, so building with the -s linker flag will fail.
144 + strip-unsupported-flags
145 + filter-flags -fomit-frame-pointer -Wl,-s
146 + filter-ldflags -s
147 +
148 + # original bugs #526194, #620532
149 + # this broke no-pie default builds, c.f. bug #632670
150 + # Pass CFLAGS down by appending our value, to let users override
151 + # the default values.
152 + # Keep passing LDFLAGS down via the LINKFLAGS variable.
153 + sed -e "s@\(CFLAGS += -g .*\)\$@\1 ${CFLAGS}@" \
154 + -e "s@LINKFLAGS += -g\$@LINKFLAGS += ${LDFLAGS}@" \
155 + -i src/runtime/GNUmakefile || die
156 +
157 + sed -e "s@SBCL_PREFIX=\"/usr/local\"@SBCL_PREFIX=\"${EPREFIX}/usr\"@" \
158 + -i make-config.sh || die
159 +
160 + # Use installed ASDF version
161 + cp "${EPREFIX}"/usr/share/common-lisp/source/asdf/build/asdf.lisp contrib/asdf/ || die
162 + # Avoid installation of ASDF info page. See bug #605752
163 + sed '/INFOFILES/s/asdf.info//' -i doc/manual/Makefile || die
164 +
165 + use source && sed 's%"$(BUILD_ROOT)%$(MODULE).lisp "$(BUILD_ROOT)%' -i contrib/vanilla-module.mk
166 +
167 + # Some shells(such as dash) don't have "time" as builtin
168 + # and we don't want to DEPEND on sys-process/time
169 + sed "s,^time ,," -i make.sh || die
170 + sed "s,/lib,/$(get_libdir),g" -i install.sh || die
171 + # #define SBCL_HOME ...
172 + sed "s,/usr/local/lib,${EPREFIX}/usr/$(get_libdir),g" -i src/runtime/runtime.c || die
173 + # change location of /etc/sbclrc ...
174 + sed "s,/etc/sbclrc,${EPREFIX}/etc/sbclrc,g" -i src/code/toplevel.lisp || die
175 +
176 + find . -type f -name .cvsignore -delete
177 +}
178 +
179 +src_configure() {
180 + # customizing SBCL version as per
181 + # http://sbcl.cvs.sourceforge.net/sbcl/sbcl/doc/PACKAGING-SBCL.txt?view=markup
182 + echo -e ";;; Auto-generated by Gentoo\n\"gentoo-${PR}\"" > branch-version.lisp-expr
183 +
184 + # applying customizations
185 + sbcl_apply_features
186 +}
187 +
188 +src_compile() {
189 + local bindir="${WORKDIR}"/sbcl-binary
190 +
191 + if use pax_kernel ; then
192 + # To disable PaX on hardened systems
193 + pax-mark -mr "${bindir}"/src/runtime/sbcl
194 +
195 + # Hack to disable PaX on second GENESIS stage
196 + sed -i -e '/^[ \t]*echo \/\/doing warm init - compilation phase$/a\ paxmark.sh -mr \.\/src\/runtime\/sbcl' \
197 + "${S}"/make-target-2.sh || die "Cannot disable PaX on second GENESIS runtime"
198 + fi
199 +
200 + # clear the environment to get rid of non-ASCII strings, see bug #174702
201 + # set HOME for paludis
202 + env - HOME="${T}" PATH="${PATH}" \
203 + CC="$(tc-getCC)" AS="$(tc-getAS)" LD="$(tc-getLD)" \
204 + CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" ASFLAGS="${ASFLAGS}" LDFLAGS="${LDFLAGS}" \
205 + GNUMAKE=make ./make.sh \
206 + "sh ${bindir}/run-sbcl.sh --no-sysinit --no-userinit --disable-debugger" \
207 + || die "make failed"
208 +
209 + # need to set HOME because libpango(used by graphviz) complains about it
210 + if use doc; then
211 + env - HOME="${T}" PATH="${PATH}" \
212 + CL_SOURCE_REGISTRY="(:source-registry :ignore-inherited-configuration)" \
213 + ASDF_OUTPUT_TRANSLATIONS="(:output-translations :ignore-inherited-configuration)" \
214 + make -C doc/manual info html || die "Cannot build manual"
215 + env - HOME="${T}" PATH="${PATH}" \
216 + CL_SOURCE_REGISTRY="(:source-registry :ignore-inherited-configuration)" \
217 + ASDF_OUTPUT_TRANSLATIONS="(:output-translations :ignore-inherited-configuration)" \
218 + make -C doc/internals info html || die "Cannot build internal docs"
219 + fi
220 +}
221 +
222 +src_test() {
223 + ewarn "Unfortunately, it is known that some tests fail eg."
224 + ewarn "run-program.impure.lisp. This is an issue of the upstream's"
225 + ewarn "development and not of Gentoo's side. Please, before filing"
226 + ewarn "any bug(s) search for older submissions. Thank you."
227 + time ( cd tests && sh run-tests.sh )
228 +}
229 +
230 +src_install() {
231 + # install system-wide initfile
232 + dodir /etc/
233 + sed 's/^X//' > "${ED}"/etc/sbclrc <<-EOF
234 + ;;; The following is required if you want source location functions to
235 + ;;; work in SLIME, for example.
236 + X
237 + (setf (logical-pathname-translations "SYS")
238 + X '(("SYS:SRC;**;*.*.*" #p"${EPREFIX}/usr/$(get_libdir)/sbcl/src/**/*.*")
239 + X ("SYS:CONTRIB;**;*.*.*" #p"${EPREFIX}/usr/$(get_libdir)/sbcl/**/*.*")))
240 + X
241 + ;;; Setup ASDF2
242 + (load "${EPREFIX}/etc/common-lisp/gentoo-init.lisp")
243 + EOF
244 +
245 + # Install documentation
246 + unset SBCL_HOME
247 + INSTALL_ROOT="${ED}/usr" LIB_DIR="${EPREFIX}/usr/$(get_libdir)" DOC_DIR="${ED}/usr/share/doc/${PF}" \
248 + sh install.sh || die "install.sh failed"
249 +
250 + # bug #517008
251 + pax-mark -mr "${D}"/usr/bin/sbcl
252 +
253 + # rm empty directories lest paludis complain about this
254 + find "${ED}" -empty -type d -exec rmdir -v {} +
255 +
256 + if use doc; then
257 + dodoc -r doc/internals/sbcl-internals
258 +
259 + doinfo doc/manual/*.info*
260 + doinfo doc/internals/sbcl-internals.info
261 +
262 + docinto internals-notes
263 + dodoc doc/internals-notes/*
264 + else
265 + rm -Rv "${ED}/usr/share/doc/${PF}" || die
266 + fi
267 +
268 + # install the SBCL source
269 + if use source; then
270 + ./clean.sh
271 + cp -av src "${ED}/usr/$(get_libdir)/sbcl/" || die
272 + fi
273 +
274 + # necessary for running newly-saved images
275 + echo "SBCL_HOME=${EPREFIX}/usr/$(get_libdir)/${PN}" > "${ENVD}"
276 + echo "SBCL_SOURCE_ROOT=${EPREFIX}/usr/$(get_libdir)/${PN}/src" >> "${ENVD}"
277 + doenvd "${ENVD}"
278 +}