FS#60916 - [emscripten] Missing emscripten-fastcomp build items

Attached to Project: Community Packages
Opened by Alan Lu (alanlu) - Tuesday, 27 November 2018, 00:00 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 18 June 2019, 01:30 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

This package does not include non-bin items from emscripten-fastcomp, which is the llvm fork driving the current version of emscripten.


Additional info:
* I've found this to be the case with emscripten 1.38.20-1 (it probably affects all versions using the llvm fork)


Steps to reproduce:

1. Install package.
2. Compile with /usr/lib/emscripten-fastcomp/clang -v tmp.c

tmp.c:

#include <stdlib.h>
int main() { return 0; }

I recommend:

* putting the entire build folder into emscripten-fastcomp
* alter ~/.emscripten to point LLVM to /usr/lib/emscripten-fastcomp/bin
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Tuesday, 18 June 2019, 01:30 GMT
Reason for closing:  Won't fix
Comment by Sven-Hendrik Haase (Svenstaro) - Tuesday, 18 June 2019, 01:30 GMT
I'm closing this as WONT FIX because upstream wants to go away from the fastcomp backend: https://github.com/emscripten-core/emscripten-fastcomp/issues/264#issuecomment-502767315

Loading...