From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: Elimar Riesebieter <riesebie@lxtec.de>
Cc: 916052@bugs.debian.org, alsa-devel@alsa-project.org
Subject: Re: Bug#916052: alsa-oss FTBFS with glibc 2.28
Date: Thu, 13 Dec 2018 07:32:57 +0900 [thread overview]
Message-ID: <20181212223257.GA6732@workstation> (raw)
In-Reply-To: <20181212133743.n2znyydhwch6e2io@toy.home.lxtec.de>
Hi,
On Wed, Dec 12, 2018 at 02:37:43PM +0100, Elimar Riesebieter wrote:
> Control: forwarded -1 alsa-devel@alsa-project.org
>
>
> Hi,
>
> could you please investigate? It seems as alsa-oss doesn't built
> with glibc 2.28.
>
> Thanks in advance
> Elimar
> --
> Learned men are the cisterns of knowledge,
> not the fountainheads ;-)
> Date: Sun, 09 Dec 2018 19:10:03 +0200
> From: Adrian Bunk <bunk@debian.org>
> To: Debian Bug Tracking System <submit@bugs.debian.org>
> Subject: Bug#916052: alsa-oss FTBFS with glibc 2.28
> X-Mailer: reportbug 7.5.0
>
> Source: alsa-oss
> Version: 1.1.6-1
> Severity: serious
> Tags: ftbfs
>
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/alsa-oss.html
>
> ...
> In file included from alsa-oss.c:736:
> stdioemu.c:40:10: fatal error: libio.h: No such file or directory
> #include <libio.h>
> ^~~~~~~~~
> compilation terminated.
> make[2]: *** [Makefile:517: alsa-oss.lo] Error 1
>
In glibc upstream, libio/libio.h had been deprecated for applications and
became internal header in its v2.28 release. We can see below message in
its release note[1].
```
* The nonstandard header files <libio.h> and <_G_config.h> are no longer
installed. Software that was using either header should be updated to
use standard <stdio.h> interfaces instead.
```
I posted PR to fix the FTBFS into github.com repository[1]. (In last month
we introduced github service to our workload for reviewing/merging tasks
just for userspace stuffs.)
In next release (v1.1.7), the fix will be merged and released.
[1] https://www.sourceware.org/ml/libc-alpha/2018-08/msg00003.html
[2] https://github.com/alsa-project/alsa-oss/pull/1
Thanks
Takashi Sakamoto
next prev parent reply other threads:[~2018-12-12 22:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-12 13:37 [bunk@debian.org] Bug#916052: alsa-oss FTBFS with glibc 2.28 Elimar Riesebieter
2018-12-12 22:32 ` Takashi Sakamoto [this message]
2018-12-13 10:43 ` Elimar Riesebieter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181212223257.GA6732@workstation \
--to=o-takashi@sakamocchi.jp \
--cc=916052@bugs.debian.org \
--cc=alsa-devel@alsa-project.org \
--cc=riesebie@lxtec.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.