Debian packaging of emscripten provides executables in $PATH.
Please try use those.
It's not me who is trying to use the executables from
/usr/share/emscripten, it's emscripten itself. Notably, emcmake requires
it in /usr/share/emscripten/cmake/Modules/Platform/Emscripten.cmake,
which is
Package: emscripten
Version: 2.0.12~dfsg-2
Opening a separate issue
fromhttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999803
There is a bug in debian's patch to emscripten, where it tries to run
'--max_old_space_size=8192' as an executable.
This bug was reported
inhttps://github.com/emsc
There is also a bug in debian's patch to tools/building.py :
https://github.com/emscripten-core/emscripten/issues/15545
On 16/11/2021 22:51, Debian Bug Tracking System wrote:
Thank you for the additional information you have supplied regarding
this Bug report.
This is an automatically generat
emscripten also depends on closure-compiler, which is not listed as a
dependency to the emscripten package
Package: emscripten
Version: 2.0.12~dfsg-2
It looks like the emscripten debian package contains a few errors. It does not
contain symlinks to the emscripten executables in the emscripten root
directory, which makes compilation with emcmake fail. The missing symlinks are:
sudo ln -s /usr/share
>> If python3-pip is supposed to work with pypy, I would expect `apt install
>> pypy3 python3-pip && pypy3 -m ensurepip --version` to return “pip 20.3.4-4”.
>> Instead, it returns the long error message you mentioned above that suggests
>> installing another package.
>
> Nope, I get:
> $ pypy
> Again, not sure what you're expecting there.
If python3-pip is supposed to work with pypy, I would expect `apt install pypy3
python3-pip && pypy3 -m ensurepip --version` to return “pip 20.3.4-4”. Instead,
it returns the long error message you mentioned above that suggests installing
another
>
>
>
> If you want to *use* pip, use "pypy3 -m pip", ensurepip is not a pip
> wrapper.
Of course ! But shouldn't ensurepip detect pip when it is installed,
instead of returning an AssertionError ?
ensurepip being broken means that `pypy3 -m venv venv` is broken too, which
is annoying.
> What should happen is that it prints the error message:
>
>> […]
>> Install the python3-pip package to use pip itself. […]
Should it encourage the user to install python3-pip ? I thought this package
was specific to cpython.
Installing it does not seem to make ensurepip work in pypy, at l
>
> I can't reproduce that, get-pip.py works for me, and leaves me with a
> functional pip.
Interesting ! What does the following script return for you ?
cat < Dockerfile
FROM debian:stable-slim
RUN apt-get update && apt-get -y install pypy3 wget
RUN wget https://bootstrap.pypa.io/get-pip.py &
Package: pypy3
Version: 7.3.5+dfsg-2
Running pypy3 -m ensurepip on Debian returns an AssertionError.
Here is a Dockerfile that reproduces the issue:
FROM debian:stable-slim
RUN apt-get update && apt-get -y install pypy3RUN pypy3 -m ensurepip
It throws the following error:
--
Package: dia2code
Hello,
I've recently started to use dia2code. Apparently, the code is very old and
is not maintained anymore.
I've found the program to segfaults on several cases, and have corrected
these.
I've also added the ability to import database diagrams (useful for the SQL
expo
12 matches
Mail list logo