8000 Error Relocating...symbol not found · Issue #383 · actions/setup-python · GitHub
[go: up one dir, main page]

Skip to content
Error Relocating...symbol not found #383
Closed
@shellscape

Description

@shellscape

Description:

Using ubuntu-latest with the following config:

      - name: Setup Python
        uses: actions/setup-python@v3
        with:
          python-version: '3.x'

In a separate step, I'm running a sanity check:

      - name: Sanity Check
        run: |
          echo git `git version`;
          echo branch `git branch --show-current`;
          echo node `node -v`;
          echo pnpm `pnpm -v`
          echo python `python --version`

Action version: v3
Specify the action version

Run actions/setup-python@v3
  with:
    python-version: 3.x
    token: ***
/usr/bin/docker exec  5ebe4 b6fa9dcde1886c2178b0171516e8629bbd2a121bebb90e9f148423 sh -c "cat /etc/*release | grep ^ID"
Successfully setup CPython (3.10.4)

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:

Repro steps:
See above

Expected behavior:
Python version output

Actual behavior:

Sanity check output:

git git version 2.34.1
branch
node v16.14.2
pnpm 6.32.3
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: __fprintf_chk: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: __printf_chk: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: __memcpy_chk: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: __vsnprintf_chk: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: preadv64v2: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: __vfprintf_chk: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: sem_clockwait: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: fcntl64: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: __strcpy_chk: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: __open64_2: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: __sprintf_chk: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: __realpath_chk: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: pwritev64v2: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: __memmove_chk: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: __sched_cpualloc: symbol not found
Error relocating /__t/Python/3.10.4/x64/lib/libpython3.10.so.1.0: __sched_cpufree: symbol not found
python

Metadata

Metadata

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0