Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process goes into background when calling patchelf #69

Open
ender-wieczorek opened this issue Oct 22, 2021 · 1 comment
Open

Process goes into background when calling patchelf #69

ender-wieczorek opened this issue Oct 22, 2021 · 1 comment

Comments

@ender-wieczorek
Copy link

Repro:

(base) root@9b558633fd50:~# conda press miniconda/pkgs/pymol-*.tar.bz2
/root/miniconda/lib/python3.8/site-packages/conda/_vendor/auxlib/_vendor/five.py:49: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  from imp import reload                  # noqa
Converting miniconda/pkgs/pymol-2.5.1-py38hffc77be_0.tar.bz2 to wheel
xonsh: For full traceback set: $XONSH_SHOW_TRACEBACK = True
NO_COLOR is deprecated and should be replaced with RESET.
striping symbols from /tmp/pymol-2.5.1-py38hffc77be_0992k2nui/lib/python3.8/site-packages/chempy/champ/_champ.cpython-38-x86_64-linux-gnu.so
striping symbols from /tmp/pymol-2.5.1-py38hffc77be_0992k2nui/lib/python3.8/site-packages/pymol/_cmd.cpython-38-x86_64-linux-gnu.so
rewriting RPATH for lib/python3.8/site-packages/chempy/champ/_champ.cpython-38-x86_64-linux-gnu.so

[1]+  Stopped                 ( __add_sys_prefix_to_path; "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" )
(base) root@9b558633fd50:~# fg
( __add_sys_prefix_to_path; "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" )
  new RPATH is $ORIGIN/../../lib:$ORIGIN/../../../..

[1]+  Stopped                 ( __add_sys_prefix_to_path; "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" )
(base) root@9b558633fd50:~# fg
( __add_sys_prefix_to_path; "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" )
rewriting RPATH for lib/python3.8/site-packages/pymol/_cmd.cpython-38-x86_64-linux-gnu.so

[1]+  Stopped                 ( __add_sys_prefix_to_path; "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" )
(base) root@9b558633fd50:~# fg
( __add_sys_prefix_to_path; "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" )
  new RPATH is $ORIGIN/../lib:$ORIGIN/../../..

[1]+  Stopped                 ( __add_sys_prefix_to_path; "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" )
(base) root@9b558633fd50:~# fg
( __add_sys_prefix_to_path; "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" )
Writing scripts
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 3/3 [00:00<00:00, 4460.44it/s]
Writing includes
Nothing to write!
Writing files
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████| 900/900 [00:01<00:00, 616.15it/s]
Writing pymol to top_level.txt
Writing metadata from artifact
Writing wheel metadata
Writing record
(base) root@9b558633fd50:~#

Looks like this happens when calling patchelf here and here.

@YaroslavKormushyn
Copy link

@ender-wieczorek have you managed to find a workaround to this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants