Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#65729 - [emscripten] emcc --cflags fails because /usr/lib/emscripten/tests/ doesn't exist

Attached to Project: Community Packages
Opened by Jendrik (corvus_192) - Saturday, 07 March 2020, 09:01 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Wednesday, 11 March 2020, 19:31 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:

Running `emcc --cflags` fails with

```
shared:WARNING: LLVM version appears incorrect (seeing "10.0", expected "11.0")
shared:WARNING: LLVM version appears incorrect (seeing "10.0", expected "11.0")
shared:INFO: (Emscripten: Running sanity checks)
shared:ERROR: /usr/lib/emscripten/tests/hello_world.c: No such file or directory ("/usr/lib/emscripten/tests/hello_world.c" was expected to be an input file, based on the commandline arguments provided)

shared:ERROR: error getting cflags
```

The warnings about the LLVM version are unrelated.


Additional info:
* emscripten version 1.39.8-1

Steps to reproduce:
Install emscripten 1.39.8-1
run `emcc --cflags`
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Wednesday, 11 March 2020, 19:31 GMT
Reason for closing:  Fixed

Loading...