[Bug 1874824] Re: pgrep reports error "cannot allocate" when run without stack limit

2021-03-04 Thread Luke Yeager
FWIW, I was able to apply bb96fc4295 cleanly to the current 20.04 package (2:3.3.16-1ubuntu2) and it works for me. apt-get -y source procps && cd procps-* curl -fSsL -o debian/patches/sc_arg_max https://gitlab.com/procps-ng/procps/-/commit/bb96fc4295.patch echo sc_arg_max >>debian/patches/series

[Bug 1833720] Re: Bad symlink for libpmix.so

2019-07-12 Thread Luke Yeager
FWIW, I fixed the bionic package in my PPA: https://launchpad.net/~nvidia-deepops/+archive/ubuntu/slurm/+packages?field.status_filter= I also backported the disco package for bionic in that PPA, since the symlinks are fixed there. -- You received this bug notification because you are a member

[Bug 1639354] Re: pip doesn't recognize installation because of missing egg information

2017-06-12 Thread Luke Yeager
** Changed in: pymongo (Ubuntu) Status: Expired => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1639354 Title: pip doesn't recognize installation because of missing egg information To

[Bug 1639354] Re: pip doesn't recognize installation because of missing egg information

2017-04-10 Thread Luke Yeager
FROM ubuntu:xenial RUN apt-get update \ && apt-get install -y --no-install-recommends \ python-pymongo \ python-pip \ && rm -rf /var/lib/apt/lists/* RUN python -c 'import pymongo; print pymongo.__version__, pymongo.__file__' RUN pip list RUN pip install pymongo RUN python

[Bug 1639354] Re: pip doesn't recognize installation because of missing egg information

2017-04-10 Thread Luke Yeager
^ That was supposed to be an attachment. A dockerfile to repro. The pip list command shows only one Python package installed (pip (8.1.1)). The pip install command should do nothing, since pymongo is already installed. But instead, pip doesn't see the existing installation and re-installs the

[Bug 1609585] Re: python-pydot installs wrong version on xenial, yakkety, zesty

2017-01-09 Thread Luke Yeager
Sorry, I'm new to this bug system. This comment makes it seem like Sandro closed the debian bug as "Won't Fix": > since the patch is taken from upstream i wont change it as it will make it harder to merge when they release again. it's purely aesthetic so we can live with that, closing. ... but

[Bug 1639354] [NEW] pip doesn't recognize installation because of missing egg information

2016-11-04 Thread Luke Yeager
Public bug reported: Ubuntu 16.04 pymongo 3.2-1build1 When most packages (i.e. numpy, scipy, flask, etc.) are installed with deb packages, they are installed in such a way that pip can see them. This is done by installing "*.egg-info/" directories (find /usr/lib/python2.7/dist-packages -type d