All of lore.kernel.org
 help / color / mirror / Atom feed
* [bunk@debian.org] Bug#916052: alsa-oss FTBFS with glibc 2.28
@ 2018-12-12 13:37 Elimar Riesebieter
  2018-12-12 22:32 ` Takashi Sakamoto
  0 siblings, 1 reply; 3+ messages in thread
From: Elimar Riesebieter @ 2018-12-12 13:37 UTC (permalink / raw)
  To: alsa-devel; +Cc: 916052

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

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 ;-)

[-- Attachment #2: Type: message/rfc822, Size: 6697 bytes --]

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
Date: Sun, 09 Dec 2018 19:10:03 +0200
Message-ID: <154437540334.14061.14376834129436759254.reportbug@localhost>

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


[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug#916052: alsa-oss FTBFS with glibc 2.28
  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
  2018-12-13 10:43   ` Elimar Riesebieter
  0 siblings, 1 reply; 3+ messages in thread
From: Takashi Sakamoto @ 2018-12-12 22:32 UTC (permalink / raw)
  To: Elimar Riesebieter; +Cc: 916052, alsa-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug#916052: alsa-oss FTBFS with glibc 2.28
  2018-12-12 22:32 ` Takashi Sakamoto
@ 2018-12-13 10:43   ` Elimar Riesebieter
  0 siblings, 0 replies; 3+ messages in thread
From: Elimar Riesebieter @ 2018-12-13 10:43 UTC (permalink / raw)
  To: alsa-devel; +Cc: 916052

* Takashi Sakamoto <o-takashi@sakamocchi.jp> [2018-12-13 07:32 +0900]:

[...]

> > 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

Many thanks for cooperation!

Elimar
-- 
  "Talking much about oneself can also
   be a means to conceal oneself."
         -Friedrich Nietzsche

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-13 10:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2018-12-13 10:43   ` Elimar Riesebieter

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.