Your message dated Mon, 28 Aug 2017 13:34:55 +0000
with message-id <e1dmkbr-000boi...@fasolo.debian.org>
and subject line Bug#872406: fixed in baresip 0.5.4-1.1
has caused the Debian Bug report #872406,
regarding baresip FTBFS: error: storage size of 'timeout' isn't known
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
872406: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872406
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: baresip
Version: 0.5.4-1
Severity: serious

https://buildd.debian.org/status/fetch.php?pkg=baresip&arch=amd64&ver=0.5.4-1%2Bb2&stamp=1502875243&raw=0

...
gcc -DRELEASE -Wall -Wmissing-declarations -Wmissing-prototypes 
-Wstrict-prototypes -Wbad-function-cast -Wsign-compare -Wnested-externs 
-Wshadow -Waggregate-return -Wcast-align -g -O3   -Wuninitialized 
-Wno-strict-aliasing -fPIC -DLINUX -DOS=\"linux\" -std=c99 -pedantic 
-DARCH=\"x86_64\" -DUSE_OPENSSL -DUSE_TLS -DUSE_OPENSSL_DTLS -DUSE_DTLS 
-DUSE_OPENSSL_SRTP -DUSE_DTLS_SRTP -DUSE_ZLIB -DHAVE_PTHREAD -DHAVE_GETIFADDRS 
-DHAVE_STRERROR_R -DHAVE_GETOPT -DHAVE_INTTYPES_H -DHAVE_NET_ROUTE_H 
-DHAVE_SYS_SYSCTL_H -DHAVE_STDBOOL_H -DHAVE_INET6 -DHAVE_RESOLV -DHAVE_SYSLOG 
-DHAVE_FORK -DHAVE_INET_NTOP -DHAVE_PWD_H -DHAVE_POLL   -DHAVE_INET_PTON 
-DHAVE_SELECT -DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_SYS_TIME_H 
-DHAVE_EPOLL -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_STRINGS_H -DHAVE_GAI_STRERROR 
-DVERSION=\"0.5.4\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -I. -Iinclude -I/usr/include/re -I/usr/inclu
 de -I/include -I/usr/local/include/rem -I/usr/include/rem -DUSE_VIDEO=1 
-DMODULE_CONF -DPREFIX=\"/usr\" -DUSE_AVCODEC -DUSE_AVFORMAT -D_REENTRANT 
-isystem/usr/include/directfb \
        -c modules/directfb/directfb.c -o 
build-x86_64/modules/directfb/directfb.o -MD -MF 
build-x86_64/modules/directfb/directfb.d -MT 
build-x86_64/modules/directfb/directfb.o
In file included from /usr/include/directfb/direct/os/types.h:63:0,
                 from /usr/include/directfb/direct/os/waitqueue.h:36,
                 from /usr/include/directfb/direct/thread.h:38,
                 from /usr/include/directfb/direct/debug.h:43,
                 from /usr/include/directfb/direct/interface.h:36,
                 from /usr/include/directfb/directfb.h:49,
                 from modules/directfb/directfb.c:10:
/usr/include/directfb/direct/os/linux/glibc/waitqueue.h: In function 
'direct_waitqueue_wait_timeout':
/usr/include/directfb/direct/os/linux/glibc/waitqueue.h:76:22: error: storage 
size of 'timeout' isn't known
      struct timespec timeout;
                      ^~~~~~~
mk/mod.mk:42: recipe for target 'build-x86_64/modules/directfb/directfb.o' 
failed
make[1]: *** [build-x86_64/modules/directfb/directfb.o] Error 1



/usr/include/directfb/direct/os/linux/glibc/waitqueue.h
needs the definition of struct timespec visible.

The strict mode -std=c99 set by /usr/share/re/re.mk
makes this definition not available by default.

Possible solutions:
- in re.mk, remove -std=c99 or make it -std=gnu99, or
- in re.mk, add -D_GNU_SOURCE (it already does that for kfreebsd), or
- in baresip, append one of -std=gnu99/-std=gnu11/-D_GNU_SOURCE

--- End Message ---
--- Begin Message ---
Source: baresip
Source-Version: 0.5.4-1.1

We believe that the bug you reported is fixed in the latest version of
baresip, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 872...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated baresip package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 26 Aug 2017 11:41:57 +0200
Source: baresip
Binary: baresip baresip-core baresip-gtk baresip-ffmpeg baresip-gstreamer 
baresip-x11
Architecture: source
Version: 0.5.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Description:
 baresip    - portable and modular SIP user-agent - metapackage
 baresip-core - portable and modular SIP user-agent - core parts
 baresip-ffmpeg - portable and modular SIP user-agent - FFmpeg codecs and 
formats
 baresip-gstreamer - portable and modular SIP user-agent - GStreamer pipelines
 baresip-gtk - portable and modular SIP user-agent - GTK+ front-end
 baresip-x11 - portable and modular SIP user-agent - X11 features
Closes: 872406
Changes:
 baresip (0.5.4-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Steve Langasek ]
   * Build with -D_GNU_SOURCE to fix FTBFS with GCC 7. (Closes: #872406)
Checksums-Sha1:
 00ea684e0342dd79825e868e25c4fafd2babd467 3029 baresip_0.5.4-1.1.dsc
 e9cd4bea5753d56b80b3c840aa10501eb6517ad6 10516 baresip_0.5.4-1.1.debian.tar.xz
Checksums-Sha256:
 92d368b8c646a5d53a83cf600353031cd25dd3f41c3c35dbad63da678e23125f 3029 
baresip_0.5.4-1.1.dsc
 11d431a2e1f29587903f5838079a2930efd15542ecc89fa50453b101fd75bcff 10516 
baresip_0.5.4-1.1.debian.tar.xz
Files:
 db54e9de64539cb91360ef7a9f57fd27 3029 comm optional baresip_0.5.4-1.1.dsc
 d600780b44854b6ba319802026b25f9b 10516 comm optional 
baresip_0.5.4-1.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAlmhcvsACgkQafL8UW6n
GZNBIQ/+K8R30wRc8cazLVhBfGBiMGxOv2in6OCyX8OwdeeU++SkKGrpsOXIGcWX
QUTwfGYtXZ82P3wdJs+uqa7SGxTFxFRtZS3vq0sBn8I2BrHo/fN18oGGnUuiaMbL
o2fSUAtvOvRJoPAJbAXXsq6udYGuPOerWUACHbiRunSnDwmpYzCZKxFN2Rkhx/sN
WjWCiwXtvIkrSVSYcyLaLqgSfa4f9W72yTmgfEu67qlKjg14s3Y88t367y39t9IB
JEilOcqxkmFI3s3OOr8xuQ2Av7iNus6x49LMYOgWuGCKkiBG0Wpe0hixbCO7Qa9w
UO4tTnxyPM8qOZ2MfL3kRwg2D9Yqxb7kceSvAyrF+QF+wuSYpLdlaQCVq0tHN35z
UDBSHcZwD9/1h57NAk3kog0QXDWG5WoVoaWxbOG2OcI6rvCwlX7X0PEa3wPt50of
gwWec6L5m7UM7l0lUGzpY9VzlLEIyeMy7saaVZunLj0b9Re7SD9CcIxrASHuUiUP
vIr1b6e0zMnQmE6ZTf2uTB5T/8PO2stgFA8Yc2yAaOy0skJXsVnrF394VAu3DLQu
Sfs5S/1DmCCRu3R45joOppcxNIvAOt9RFF5CxUMHaO9ChZcdgPd1WWk7AK1fjtJl
f8sLkkKssN1D6JCBd964RJDxiSA87HTfRPTl6AVtzMV/HLhSZSA=
=ntxQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to