Your message dated Sun, 10 Mar 2024 18:55:01 +0000
with message-id <e1rjok5-00au5a...@fasolo.debian.org>
and subject line Bug#1065161: fixed in udptunnel 1.1-11
has caused the Debian Bug report #1065161,
regarding udptunnel: FTBFS: missing build-dep on libnsl-dev
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.)


-- 
1065161: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065161
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: udptunnel
Version: 1.1-10
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
User: debian-gl...@lists.debian.org
Usertags: libnsl-dev

Dear maintainer,

Starting with glibc 2.31, support for NIS (libnsl library) has been
moved to a separate libnsl2 package. In order to allow a smooth
transition, a libnsl-dev has been added to the libc6-dev package.

This dependency has been temporarily dropped in the 2.37-15.1 NMU, as
part of the 64-bit time_t transition. This causes udptunnel to FTBFS in
sid with:

| gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"udptunnel\" -DVERSION=\"1.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 
-DHAVE_FCNTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_SHORT=2 
-DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRTOL=1 -I.   -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -c -o host2ip.o host2ip.c
| host2ip.c:7:10: fatal error: rpcsvc/ypclnt.h: No such file or directory
|     7 | #include <rpcsvc/ypclnt.h>   /* YP */                                 
 
|       |          ^~~~~~~~~~~~~~~~~
| compilation terminated.
| make[1]: *** [Makefile:379: host2ip.o] Error 1
| make[1]: *** Waiting for unfinished jobs....
| udptunnel.c: In function ‘await_incoming_connections’:
| udptunnel.c:430:55: warning: pointer targets in passing argument 3 of 
‘accept’ differ in signedness [-Wpointer-sign]
|   430 |                     (struct sockaddr *) &client_addr, &addrlen)) < 0) 
{
|       |                                                       ^~~~~~~~
|       |                                                       |
|       |                                                       int *           
 
| In file included from udptunnel.c:14:
| /usr/include/x86_64-linux-gnu/sys/socket.h:307:42: note: expected ‘socklen_t 
* restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’
|   307 |                    socklen_t *__restrict __addr_len);
|       |                    ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
| udptunnel.c: In function ‘udp_to_tcp’:
| udptunnel.c:485:26: warning: pointer targets in passing argument 6 of 
‘recvfrom’ differ in signedness [-Wpointer-sign]
|   485 |                          &addrlen)) <= 0) {
|       |                          ^~~~~~~~
|       |                          |
|       |                          int *
| In file included from /usr/include/x86_64-linux-gnu/sys/socket.h:343:
| /usr/include/x86_64-linux-gnu/bits/socket2.h:62:56: note: expected ‘socklen_t 
* restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’
|    62 |           __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len)
|       |                                  ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
| udptunnel.c: In function ‘tcp_to_udp’:
| udptunnel.c:564:36: warning: pointer targets in passing argument 5 of 
‘getsockopt’ differ in signedness [-Wpointer-sign]
|   564 |                      (void *)&err, &len) < 0) {
|       |                                    ^~~~
|       |                                    |
|       |                                    int *
| /usr/include/x86_64-linux-gnu/sys/socket.h:257:46: note: expected ‘socklen_t 
* restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’
|   257 |                        socklen_t *__restrict __optlen) __THROW;
|       |                        ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| dh_auto_build: error: make -j3 returned exit code 2
| make: *** [debian/rules:6: binary] Error 25
| dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
2

This could be fixed by adding an explicit Build-Depends on libnsl-dev.
The glibc change will likely be reverted in the short term, but given
its a change we want to do for Trixie, this will only lower the severity
of the bug.

Regards
Aurelien

--- End Message ---
--- Begin Message ---
Source: udptunnel
Source-Version: 1.1-11
Done: Marcos Talau <ta...@debian.org>

We believe that the bug you reported is fixed in the latest version of
udptunnel, 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 1065...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marcos Talau <ta...@debian.org> (supplier of updated udptunnel 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: SHA512

Format: 1.8
Date: Sun, 10 Mar 2024 15:02:13 -0300
Source: udptunnel
Architecture: source
Version: 1.1-11
Distribution: unstable
Urgency: medium
Maintainer: Marcos Talau <ta...@debian.org>
Changed-By: Marcos Talau <ta...@debian.org>
Closes: 1065161
Changes:
 udptunnel (1.1-11) unstable; urgency=medium
 .
   * debian/control: Add libnsl-dev to Build-Depends to fix (temporary) FTBFS.
     Closes: #1065161.
Checksums-Sha1:
 3555bf51d40f776d993c042ed79eb4a5a43c87e7 1910 udptunnel_1.1-11.dsc
 f3473660d605f2342f4e6289fed7837c09465949 6952 udptunnel_1.1-11.debian.tar.xz
 62b4d40dccd591f02ccb40b9a3c563cf3e733c68 7037 udptunnel_1.1-11_source.buildinfo
Checksums-Sha256:
 9a820f7ee21bdd8eaaf6525ce3625fb38a93acc44610163606e1296bff277cf4 1910 
udptunnel_1.1-11.dsc
 8997f8a90f66a7640756af5990405707ea746d6cf0dd089a35e748cdf8d66dcc 6952 
udptunnel_1.1-11.debian.tar.xz
 5face270164588ff5c583663cfc0da6fdaf53e8793f7302788024c7e586ac438 7037 
udptunnel_1.1-11_source.buildinfo
Files:
 bfc3211036d87a0ef39185d0ead5c0d6 1910 net optional udptunnel_1.1-11.dsc
 3c6451c042af5cf1f83c5e13530e04ca 6952 net optional 
udptunnel_1.1-11.debian.tar.xz
 1bc28b613cacb5925fda4d27e68a4df0 7037 net optional 
udptunnel_1.1-11_source.buildinfo

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

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmXt/IwACgkQ9LqqgNso
ukwYqg//TuwZaRw1ce1fFJTvH7dVDjEs3DReaM1oT/1dLE0Ts9yPRu05ANfUHAvU
sxwZRLz282Tn2eujcwLnsDYmXOOski/vqPAvywJbsbpyDCggNZ0b8GhlLMXbcPPc
LubxH6HcUbbOTc/IBRvV7yf7l2uLLRowBsmrB2iQKwmTqgh7ipib9UhAcnkP3lwR
QfsFB20AhhVZBGFm2W0uDaulyPuEAe0jSlvrxmiu2dLHxzbpY0K7arCZJ3MwsA1U
6E4JdPbquvYGzSUieHM33tCgS81RfTryYrIvTwLntrUcyd9tTaCaJWNgK3QIDT3e
7Dru5JoNdV20UcAbhcpuntGUAL0yolfMwdKENGE7Py7TNetQY7Z6EM2X0glI00dP
bbOgFLtRr22D7cCkMYg+h7NKQEBU47ii71tDkMhUauvSZw1AJMFPtiQwS4Z3OwcN
HNJqKvnIyZQnVOM2vpKC9usbAmOu/nDnJ5xJ/1WQqh9uPqymboQ2kQ91WLLWOWMA
RpzW6tl8iv9mMESbs0LWSDqjHn9F3iQ7W1qH35xum3Vm9Iwq0pBELzROITOmqoE5
hUlInHTVbhkb+IfWFzWSUS1OyAtm14GexKKqUCUvCTGnJF7kcW2kX/FIhLkaE0o5
PgOOzmJ3haVTiX6vhaTFakc7cwduXJWk40k1+pTIZMlwwYLP1W0=
=1zu/
-----END PGP SIGNATURE-----

Attachment: pgpO3dvL7C0zn.pgp
Description: PGP signature


--- End Message ---

Reply via email to