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

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

gyscos commented on 2016-12-27 10:56 (UTC)

You could copy the stable emscripten.sh: https://git.archlinux.org/svntogit/community.git/tree/trunk/emscripten.sh?h=packages/emscripten

gyscos commented on 2016-12-27 09:43 (UTC)

Looks like `/etc/profile.d/emscripten.sh` sets $EMSCRIPTEN_FASTCOMP to `/opt/emscripten-fastcomp` instead of `/usr/lib/emscripten-fastcomp`, leading to "No such file" errors.

haawda commented on 2015-08-23 18:43 (UTC)

Well I definitely had such problems, but right now it works fine, so I removed the option for the time being.

jplatte commented on 2015-08-23 18:29 (UTC)

Well I never had any problems building this before parallel builds were inactivated. What are the reasons you did this?

haawda commented on 2015-08-23 16:39 (UTC)

I had reasons to turn off parallel builds with options=('!makeflags').

jplatte commented on 2015-08-23 13:59 (UTC)

The option MAKEFLAGS from makepkg.conf is ignored, this package takes forever to build on multicore processors because it only compiles one file at a time.

svenstaro commented on 2015-06-03 19:52 (UTC)

Doesn't this need clang as makedeps?

garyamort commented on 2015-02-25 22:26 (UTC)

Problem was in my makepkg config. I edited /etc/makepkg.conf and removed -fvar-tracking-assigments from #DEBUG_CFLAGS="-g -fvar-tracking-assignments" #DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"

garyamort commented on 2015-02-25 22:16 (UTC)

I'm getting "clang: error: unknown argument: '-fvar-tracking-assignments'"

haawda commented on 2015-01-25 23:33 (UTC)

I think, not upstream but me was the culprit. I borrowd some ideas from the stable PKGBUILD which hopefully fix this.