X Tutup
The Wayback Machine - https://web.archive.org/web/20200906154520/https://github.com/MagicStack/uvloop/issues/340/
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

Build error, open CFI at the end of file; missing .cfi_endproc directive #340

Open
Nalorokk opened this issue Apr 27, 2020 · 0 comments
Open

Comments

@Nalorokk
Copy link

@Nalorokk Nalorokk commented Apr 27, 2020

  • uvloop version: 0.14.0

  • Python version: 3.8.2

  • Platform: aarch64

  • Can you reproduce the bug with PYTHONASYNCIODEBUG in env?: Not related

  • Does uvloop behave differently from vanilla asyncio? How?: Build error

    gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=armv8-a -O3 -pipe -fstack-protector-strong -fno-plt -fno-semantic-interposition -march=armv8-a -O3 -pipe -fstack-protector-strong -fno-plt -march=armv8-a -O3 -pipe -fstack-protector-strong -fno-plt -fPIC -I/usr/include/python3.8 -I/tmp/pip-install-psjdd3hx/uvloop/vendor/libuv/include -c uvloop/loop.c -o build/temp.linux-aarch64-3.8/uvloop/loop.o -O2
    {standard input}: Assembler messages:
    {standard input}:1017953: Warning: end of file not at end of a line; newline inserted
    {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
    gcc: fatal error: Killed signal terminated program cc1
    compilation terminated.
    error: command 'gcc' failed with exit status 1

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

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup