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#56466 - [emscripten] package depends on python2 but uses python3

Attached to Project: Community Packages
Opened by Thomas Nixon (tomn) - Sunday, 26 November 2017, 16:42 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 26 November 2017, 17:41 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:

emscripten package does not depend on python 3, but includes files (e.g. emcc) with a python 3 #! line.

Additional info:
Version : 1.37.22-1

List of potentially problematic files:

$ pacman -Qql emscripten | xargs -d '\n' grep -d skip -l '^#!.*python$'
/usr/lib/emscripten-fastcomp/scan-view
/usr/lib/emscripten/em++
/usr/lib/emscripten/em++.py
/usr/lib/emscripten/emar
/usr/lib/emscripten/emcc
/usr/lib/emscripten/emcmake
/usr/lib/emscripten/emconfigure
/usr/lib/emscripten/emmake
/usr/lib/emscripten/emranlib
/usr/lib/emscripten/emrun.py
/usr/lib/emscripten/system/bin/sdl-config
/usr/lib/emscripten/system/bin/sdl2-config
/usr/lib/emscripten/third_party/CppHeaderParser/README.html
/usr/lib/emscripten/third_party/websockify/run

Steps to reproduce:

- install emscripten on a clean system (without python3)
- run 'emcc', with the result '/usr/bin/env: ‘python’: No such file or directory'
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Sunday, 26 November 2017, 17:41 GMT
Reason for closing:  Fixed

Loading...