Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 898419 Details for
Bug 936796
dev-lang/moarvm-2024.05 fails with "Can't compile simple gcc probe", compiles with amano-kenji ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
amano-kenji moarvm-2024.07-r1.ebuild
file_936796.txt (text/plain), 1.55 KB, created by
mimosinnet
on 2024-07-27 22:24:44 UTC
(
hide
)
Description:
amano-kenji moarvm-2024.07-r1.ebuild
Filename:
MIME Type:
Creator:
mimosinnet
Created:
2024-07-27 22:24:44 UTC
Size:
1.55 KB
patch
obsolete
>EAPI=8 > >inherit toolchain-funcs > >MY_PN="MoarVM" > >DESCRIPTION="A 6model-based VM for NQP and Raku" >HOMEPAGE="http://moarvm.org > https://github.com/MoarVM/MoarVM" >SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz" > >S="${WORKDIR}/${MY_PN}-${PV}" >LICENSE="Artistic-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="asan debug +jit optimize static-libs ubsan" ># Tests are conducted in dev-lang/nqp ebuild >RESTRICT="test" > >RDEPEND=" > dev-libs/libatomic_ops > >=dev-libs/libuv-1.26:= > dev-libs/libffi:= >" >DEPEND="${RDEPEND}" >BDEPEND=" > dev-lang/perl >" > >DOCS="CREDITS README.markdown docs/*" > >src_configure() { > local prefix="${EPREFIX}/usr" > local libdir="${EPREFIX}/usr/$(get_libdir)" > case "$(tc-get-compiler-type)" in > gcc) > local compiler=gcc;; > clang) > local compiler=clang;; > *) > die "tc-get-compiler-type should return either gcc or clang." > esac > local myconfigargs=( > "--prefix" "${prefix}" > "--has-libuv" > "--has-libatomic_ops" > "--has-libffi" > "--libdir" "${libdir}" > "--compiler" "${compiler}" > "$(usex jit "" "--no-jit")" > "$(usex asan --asan)" > "$(usex debug --debug --no-debug)" > "$(usex optimize --optimize= --no-optimize)" > "$(usex static-libs --static)" > "$(usex ubsan --ubsan)" > ) > > perl Configure.pl "${myconfigargs[@]}" moarshared || die >} > >src_compile() { > emake NOISY=1 || die "emake failed"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 936796
:
898417
|
898418
| 898419