<div dir="ltr"><div>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.</div><div><br></div><div>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.<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>docker run --rm -e PLAT=manylinux2014_x86_64 -v `pwd`:/io <a href="http://quay.io/pypa/manylinux2014_x86_64">quay.io/pypa/manylinux2014_x86_64</a> /io/build_wheels.sh</div></blockquote></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 18, 2020 at 9:45 AM Nathaniel Smith <<a href="mailto:njs@pobox.com">njs@pobox.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, Feb 18, 2020 at 6:08 AM Daniel Alley <<a href="mailto:dalley@redhat.com" target="_blank">dalley@redhat.com</a>> wrote:<br>
> I suppose it's worth mentioning that libmodulemd2 is a gobject-based library, do you think that might present problems?<br>
<br>
No. Somehow you're not using the compiler or libc that come inside the<br>
docker image. Individual libraries can't cause these kinds of issues.<br>
So either you're somehow not using the docker image, or you're somehow<br>
replacing the entire OS inside the docker image, or ... I can't think<br>
of any other possibilities :-).<br>
<br>
-n<br>
<br>
-- <br>
Nathaniel J. Smith -- <a href="https://vorpus.org" rel="noreferrer" target="_blank">https://vorpus.org</a><br>
<br>
</blockquote></div>