Re: [hatari-devel] Build fails |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Build fails
- From: ragnar <ragnar76@xxxxxxxxxxxxxx>
- Date: Wed, 16 Jan 2019 22:11:50 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=HWBnoIko6nNRd65QLTQOIGiq7CGKLLtO+7llTrqEHI0=; b=eHXHCOgNF8gwcqLLjkD6CuteTGLxZOOGPGJvfj1IDHcUMQ1EqcIogOn0dJxGJkX1I/ RPI+Ps1sNeCQ/008hiK+BIUwIodI/c3/BIPAPRhYwCP7ivhjUt8wI+zCvp5yLklz7MnE o1AWbflUVL00SJFHE4i7vNh8xICY43ghU6Z6CEYfezhIno5NzV8xCNT9o+Wub8Jnl1pk G0/fEfwU0ZC9AEwtODkQymiewyxpqpJBlqJge/h8/deUqZUWbhIifUNCupe74jOIXXFV ohvZhbMEBcxXRYM0ze6KOyGpawcLiueov+hApVu6b0Imby7hdsj5n3FO7c4wdVxArBb1 3jOQ==
Hi
Am 16.01.19 um 21:59 schrieb Christian Zietz:
> If including the C headers stdio.h and stdlib.h causes conflicting
> types, something is seriously wrong with your system's include files.
I don't know what could be broken. Just used apt install.
> Please find out the source of the files in /usr/include, particularly in
> /usr/include/x86_64-linux-gnu/sys/select.h and
> /usr/include/x86_64-linux-gnu/bits/types.h.
ragnar@albenhus ~ $ dpkg -S /usr/include/x86_64-linux-gnu/sys/types.h
libc6-dev:amd64: /usr/include/x86_64-linux-gnu/sys/types.h
ragnar@albenhus ~ $ dpkg -S /usr/include/x86_64-linux-gnu/sys/select.h
libc6-dev:amd64: /usr/include/x86_64-linux-gnu/sys/select.h
ragnar@albenhus ~ $ dpkg -S /usr/include/x86_64-linux-gnu/bits/types.h
libc6-dev:amd64: /usr/include/x86_64-linux-gnu/bits/types.h
So i guess libc6-dev (2.23-0ubuntu10) is somehow broken then.
> If you copied files there
> manually, or modified some symlinks, please reinstall the include files
> from a package from your Linux distribution. If these files come from a
> current package of your Linux distribution, then it's time for a bug
> report to the maintainer.
It's from the Distro. But before reporting i will update my Linux mint
to the latest version. Maybe this helps.
Greetings
Bernd