I'm not sure how that can be happening then. I'm using this exact setup to build packages for 2 other libraries and both of those packages work great -- this is the only one causing issues. It has the most dependencies out of the three.
Here's the command I'm using from the host, and you can see from the build script that I'm not installing any new compiler. docker run --rm -e PLAT=manylinux2014_x86_64 -v `pwd`:/io > quay.io/pypa/manylinux2014_x86_64 /io/build_wheels.sh > On Tue, Feb 18, 2020 at 9:45 AM Nathaniel Smith <[email protected]> wrote: > On Tue, Feb 18, 2020 at 6:08 AM Daniel Alley <[email protected]> wrote: > > I suppose it's worth mentioning that libmodulemd2 is a gobject-based > library, do you think that might present problems? > > No. Somehow you're not using the compiler or libc that come inside the > docker image. Individual libraries can't cause these kinds of issues. > So either you're somehow not using the docker image, or you're somehow > replacing the entire OS inside the docker image, or ... I can't think > of any other possibilities :-). > > -n > > -- > Nathaniel J. Smith -- https://vorpus.org > >
_______________________________________________ Wheel-builders mailing list [email protected] https://mail.python.org/mailman/listinfo/wheel-builders
