Skip to content

Build fails on Alpine when building in not a x86 architecture #2414

Closed
@rgdoliveira

Description

Long story short

When trying to build aiohttp version 2.3.1 in Alpine (ppc64le and s390x architectures) the build fails at Alpine stripping part because it tries to strip "_http_parser.cpython-36m-x86_64-linux-gnu.so" shared object that is shipped in source code and fail in any architecture different from x86.

I guess the "_http_parser.cpython-36m-x86_64-linux-gnu.so" should not be shipped in the source code

Steps to reproduce

  • Clone Alpine aports project
  • build py3-aiohttp project (community/py3-aiohttp) with command abuild -r

Your environment

Alpine Linux 3.6.2 (ppc64le or s390x)

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions