Package Details: emscripten-git 2:2.0.15.r31.g249815cf7-2

Git Clone URL: https://aur.archlinux.org/emscripten-git.git (read-only, click to copy)
Package Base: emscripten-git
Description: LLVM-to-JavaScript compiler
Upstream URL: http://emscripten.org
Licenses: custom
Conflicts: binaryen, emscripten
Provides: emscripten
Submitter: None
Maintainer: kjkent
Last Packager: haawda
Votes: 28
Popularity: 0.000000
First Submitted: 2012-10-01 17:47 (UTC)
Last Updated: 2021-03-13 19:40 (UTC)

Dependencies (13)

Required by (9)

Sources (5)

Pinned Comments

kjkent commented on 2024-06-29 13:04 (UTC)

I found this PKGBUILD orphaned, without any commits in the last few years. I've just adopted it and will get to updating it ASAP, though it might be sometime in the next week.

Latest Comments

1 2 3 4 5 6 7 Next › Last »

micwoj92 commented on 2024-10-20 00:46 (UTC)

@kjkent any incentive to push any changes?

kjkent commented on 2024-06-29 13:04 (UTC)

I found this PKGBUILD orphaned, without any commits in the last few years. I've just adopted it and will get to updating it ASAP, though it might be sometime in the next week.

luigifcruz commented on 2021-05-01 06:15 (UTC)

Is there a particular reason why this PKGBUILD builds LLVM with a single core? If there is none, changing line 68 (almost nice) to ninja would speedup greatly the installation time.

shizcow commented on 2020-07-17 03:23 (UTC)

Build failing for me as well. Specifically, https://git.archlinux.org/svntogit/community.git/plain/trunk/arch-template.patch?h=packages/emscripten returns 404.

joshu commented on 2020-06-11 14:02 (UTC) (edited on 2020-06-11 14:02 (UTC) by joshu)

Build is failing, arch-template.patch was removed in this commit. It looks like it was merged into "emscripten-config".

haawda commented on 2019-08-24 09:58 (UTC)

I now see what you mean, and it is fixed.

haawda commented on 2019-08-24 09:45 (UTC)

efernandes, can you tell me what you mean? There is no checksum for the fastcomp-lang git repo (how could there be?).

efernandes commented on 2019-08-23 11:15 (UTC)

Hi! Checksum fail while checking fastcomp-clang.

midgard commented on 2017-08-13 14:25 (UTC)

Hi, in PKGBUILD you should quote variables that may contain spaces, in particular ${srcdir} and ${pkgdir} on lines 30, 37, 39, 48-49, 53, 61, 74-76, 78-81 and 91-94. Otherwise the build fails when there are directories that contain spaces. See https://wiki.archlinux.org/index.php/Arch_packaging_standards. Have a nice day.

haawda commented on 2016-12-27 21:00 (UTC)

Thanks for the hint, done.