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

Bug 743754

Summary: =dev-lang/spidermonkey-78.2.0: removal of llvm_pkg_setup in line 104 was forgotten
Product: Gentoo Linux Reporter: tt_1 <herrtimson>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description tt_1 2020-09-20 14:49:47 UTC
this was propably forgotten during the cleanup: 

https://github.com/gentoo/gentoo/blob/master/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild#L104


now it's all lonely and throws a fit! :-/

 * QA Notice: command not found:
 * 
 * 	/usr/portage/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild: line 104: llvm_pkg_setup: command not found
strip: aarch64-unknown-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   /usr/lib64/libmozjs-78.so.0.0.0
Comment 1 Thomas Deutschmann (RETIRED) gentoo-dev 2020-09-20 15:26:24 UTC
Always the last minute changes, I dropped eclass after testing :>
Comment 2 Larry the Git Cow gentoo-dev 2020-09-20 15:28:26 UTC
The bug has been closed via the following commit(s):

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

commit 800c7c79eabbf06dc8b5f78dfdadce8e209eaa3d
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-09-20 15:28:04 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-09-20 15:28:21 +0000

    dev-lang/spidermonkey: drop llvm_pkg_setup call
    
    Fixes e3ea671 ("dev-lang/spidermonkey: clang is not needed to build spidermonkey")
    Closes: https://bugs.gentoo.org/743754
    Package-Manager: Portage-3.0.7, Repoman-3.0.1
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild | 2 --
 1 file changed, 2 deletions(-)