Your message dated Mon, 19 Jun 2017 02:53:34 +0000
with message-id <[email protected]>
and subject line Bug#810589: fixed in libbsd 0.8.4-1
has caused the Debian Bug report #810589,
regarding use of sys/cdefs and musl libc
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 [email protected]
immediately.)


-- 
810589: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810589
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libbsd-dev
Version: 0.8.1-1
Severity: normal

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

Hi!

I was trying to compile a program using libbsd with musl-gcc/musl-ldd
and got the following error:

In file included from /usr/include/bsd/string.h:36:0,
                 from ../../../src/compat/strlcpy.c:21:
/usr/include/bsd/sys/cdefs.h:28:28: fatal error: sys/cdefs.h: No such file or 
directory

The musl FAQ says:

 Congratulations, you have found a bug! The bug is in the application
 that uses this internal glibc header. This header is *not* intended
 to be used by any program. File a bug report.

http://wiki.musl-libc.org/wiki/FAQ#Q:_I.27m_trying_to_compile_something_against_musl_and_I_get_error_messages_about_sys.2Fcdefs.h

So, filing a bug report, but I suppose this is not as simple as
that. :)

- -- System Information:
Debian Release: stretch/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (101, 
'experimental-debug'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libbsd-dev depends on:
ii  libbsd0  0.8.1-1

libbsd-dev recommends no packages.

libbsd-dev suggests no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWkg6mAAoJEJWkL+g1NSX5AX0QAIMi1wpr0dFuaNmmwC45oxZp
Jf/X1pjPrW0oRl+cu9nxKO4L1QFwM8bgOTW5abdd9CzFymTKpCphw+VMA5ZvPo1q
RUTcqLtsskAQ3EPGC68gg8ad3pZ+eSTJOZ8AL3LmaG/8BLFOMewDJzUthXKISUlV
1koyB+KcRcSkVvUAbzb61t9tVbNh+tkMSIqct9AuW9hKeWs2pYUv633L912XU9GK
+soHLvECFTdm+WodQzNp8MLPxsOEaIlQnpJPdkR8zIR4Z8P85JC3g9D+0IkltLrA
fjVwJmKsSSoGJaKWcaQlK40RA9gxlkpcxPcqkwRuqTdN+XOGo9ugyuJS5SbOw/cz
4FxHxMrFKRFNq1b64WUVTzRVaAUW1KrjgKhLhCNyoWkSMzLo6c69bZXetEYdD3QT
Bf/fwW+fslcYE71n19j2Muurn6g9ChiK7qOasnRiImYFdIGkJOaEGZY8HyZ1wJ+k
hb4I0P3ksoOmhndf3hm/wvFsVE/0NMaSmWLbMyoiUZoCTr8HBlEl35BwwqPgR9pR
Dph6JF1pvIAWqAEWRuGOmhmF9sQJZiIi7fQ3FOWVO2cRx1ifw01tofpVgTaYqKfv
VuH9NVcKp/pHO0qf5b2S+qMtub30d1W1Y0rBWE2rDJAIDkes3HOlpDDg5jIgp+kS
+oiU9pcsO69Iu7VIAZCP
=mEOJ
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: libbsd
Source-Version: 0.8.4-1

We believe that the bug you reported is fixed in the latest version of
libbsd, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guillem Jover <[email protected]> (supplier of updated libbsd 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 19 Jun 2017 04:30:28 +0200
Source: libbsd
Binary: libbsd-dev libbsd0 libbsd0-udeb
Architecture: source
Version: 0.8.4-1
Distribution: unstable
Urgency: medium
Maintainer: Guillem Jover <[email protected]>
Changed-By: Guillem Jover <[email protected]>
Description:
 libbsd-dev - utility functions from BSD systems - development files
 libbsd0    - utility functions from BSD systems - shared library
 libbsd0-udeb - utility functions from BSD systems - shared library (udeb)
Closes: 810589 818246 847560
Changes:
 libbsd (0.8.4-1) unstable; urgency=medium
 .
   * New upstream release.
     - Add support for TileGX. Closes: #847560
     - Add support for RISC-V.
     - Gracefully handle lack of system <sys/cdefs.h>. Closes: #810589
     - Do not provide funopen() on musl.
     - Do not use legacy BSD u_* types.
     - Move all man pages to section 3bsd.
     - Add missing man page aliases.
     - Add missing man pages for byteorder(3), errc(3) and fpurge(3).
     - Add new libbsd(7) library overview man page.
     - Improve test suite.
     - Remove a.out support from nlist(). Closes: #818246
     - Fix broken mmap() usage in nlist() by switching to pread().
     - Add <sys/time.h> for some of its macros.
   * Switch to debhelper compatibility level 10.
   * Now using Standards-Version 4.0.0 (no changes needed).
Checksums-Sha1:
 bd554f161c1877934521297b16dd186703ef7edf 2218 libbsd_0.8.4-1.dsc
 90b69af402d3f5d28813965645b5230e30352696 368396 libbsd_0.8.4.orig.tar.xz
 66099bfc0b2b152823971da66a3f5f8f146a7247 833 libbsd_0.8.4.orig.tar.xz.asc
 e18b8d6d6eb33e036a2a87f9514d25bbfbece3ae 15444 libbsd_0.8.4-1.debian.tar.xz
 e225d78d9ed48a93c04afb1b222cf060ddc46c27 6112 libbsd_0.8.4-1_amd64.buildinfo
Checksums-Sha256:
 6c45ff75c7b7e2490338d90ccb5c0eb130d48fb1cfc6a4e36174baee2f0c797f 2218 
libbsd_0.8.4-1.dsc
 217af1642915703151ea6df077311633dd6ad7bfa3c7e07dd9329a93f642cab3 368396 
libbsd_0.8.4.orig.tar.xz
 73ec782c23a7af5c981a359b7f3dba707b3fc89ca12cb159eedb2c1be853f8e9 833 
libbsd_0.8.4.orig.tar.xz.asc
 b6cb88be86df0d88542ca3231e8eabc7f2d0e9c4c4d7cbfa7a41438de8ccf542 15444 
libbsd_0.8.4-1.debian.tar.xz
 526a5207e534947c5baaf572364881662009660ec05752a50bacc105860350ae 6112 
libbsd_0.8.4-1_amd64.buildinfo
Files:
 577a4f6dac76836c1cfa78bdeb39aa33 2218 libs optional libbsd_0.8.4-1.dsc
 e9bc427d6a22ac250532702a4dc3c95f 368396 libs optional libbsd_0.8.4.orig.tar.xz
 b0e07f7e6fb7c9a7faf1b3d2a7e60e3b 833 libs optional libbsd_0.8.4.orig.tar.xz.asc
 219d678a04b5cac9368cda01659aed66 15444 libs optional 
libbsd_0.8.4-1.debian.tar.xz
 7e7c9c1b35e2d778b16fdc99fbd8aea5 6112 libs optional 
libbsd_0.8.4-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEETz509DYFDBD1aWV0uXK/PqSuV6MFAllHOPUACgkQuXK/PqSu
V6P6mA//aVlgdszJIi9VmlNOVDO8JrxMXK9w9Gl9BXsVY/E8o3ji0y9qss5O5AVa
4vjqjMuQDg7/EeBxyW5JFw2yTPJs/XFni8GilgWsvaP1k1o6DFjfuhQSo+DC+kHn
Xu5TwvIv+kACfkC1wGdLwAwsCyq2c04Jv1+28AqmprQ/P2G39lXaAvKD2fi7qAih
VtQs7AlUtmCpKoD7Nbq6E44Y9w90+JfYfqqBILgn2vU06jeYORvSegnuMllQylrs
hS2rTZI0U2rbS6HskZ//YKjtMPEU5Bj5q0dUhaanPbd7qirnSqdTaFWkwEqmnexW
2H8s/Vf9bKq4u3KH2Q6M0KyqVB7F0onI6GSMPL26Fs0KIJ5nwKU6r28VAHNyDetI
UohMMqJEniOoCBsQszrdK8G8utCW7QdydhpqY8t4C38jymufDWCveXg7YMsfyGyk
rsTSaygCOqXtRaxrFsaGypNqwDI4R/v9noIuC3ctC392y7GMlf+fCQHMroy3F0Ub
VjLvoHbPYDSMafXwsxG3yb3khIzD6/kf18WBAKVtQcc/ybB5HDgWj34zaWL1IuBs
q9UcDFcagETe9XVcBkIdGukx/b2ESd7fyhpU7HqTiKdYk7leqlp3UKfkltwJ4bHZ
jzK9z1R4dMZpWKJ9n0VmK8NtIqAt3B0szc5tBoi4t0cntZfa0Lw=
=poCi
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to