Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 28 Feb 2017 16:49:31 -0500
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: python-libconfig failing to build with musl

On Tue, Feb 28, 2017 at 10:12:33PM +0100, Thomas Petazzoni wrote:
> Hello,
> 
> The python-libconfig doesn't build with the musl C library, with some
> very weird error coming all the way from Boost Python:
> 
>   error: invalid use of incomplete type 'struct _IO_FILE'
> 
> See:
> 
>   http://autobuild.buildroot.net/results/f0f/f0f6cdc8c38c024772615d5e677b0f4ad63ef7ec/build-end.log
> 
> for the complete build log of python-libconfig.
> 
> If you want a way to easily reproduce, let me know, I can provide the
> 4/5 commands that can allow you to reproduce it with Buildroot.

It's intentional that FILE is an incomplete type. Do you know what
they're trying to do by trying to use it as if it were a complete
type? This is a bug that needs a patch, preferably one suitable for
upstream.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.