Processed: Re: Bug#993075: libnsl-dev: rpcsvc/nis.h includes no longer available rpc/rpc.h

2021-08-27 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 sendmail
Bug #993075 [libnsl-dev] libnsl-dev: rpcsvc/nis.h includes no longer available 
rpc/rpc.h
Bug reassigned from package 'libnsl-dev' to 'sendmail'.
No longer marked as found in versions libnsl/1.3.0-2.
Ignoring request to alter fixed versions of bug #993075 to the same values 
previously set
> retitle -1 sendmail: FTBFS due to RPC removal from glibc
Bug #993075 [sendmail] libnsl-dev: rpcsvc/nis.h includes no longer available 
rpc/rpc.h
Changed Bug title to 'sendmail: FTBFS due to RPC removal from glibc' from 
'libnsl-dev: rpcsvc/nis.h includes no longer available rpc/rpc.h'.

-- 
993075: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993075
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#993075: libnsl-dev: rpcsvc/nis.h includes no longer available rpc/rpc.h

2021-08-27 Thread Aurelien Jarno
control: reassign -1 sendmail
control: retitle -1 sendmail: FTBFS due to RPC removal from glibc

Hi,

On 2021-08-27 10:16, Andreas Beckmann wrote:
> Package: libnsl-dev
> Version: 1.3.0-2
> Severity: serious
> Tags: sid bookworm
> Control: affects -1 + src:sendmail
> 
> rpcsvc/nis.h wants to include rpc/rpc.h, but that header is no longer
> provided by libc6-dev in sid:
> 
> $ echo '#include ' | gcc -x c -c -
> In file included from :1:
> /usr/include/rpcsvc/nis.h:35:10: fatal error: rpc/rpc.h: No such file or 
> directory
>35 | #include 
>   |  ^~~
> compilation terminated.

This header is now provided by libtirpc-dev, and libnsl-dev already
declares that:
$ pkg-config --cflags libnsl
-I/usr/include/tirpc

sendmail should be updated to get the correct cflags. I'll try to work
on a patch.

Regards,
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net



Processed: libnsl-dev: rpcsvc/nis.h includes no longer available rpc/rpc.h

2021-08-27 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:sendmail
Bug #993075 [libnsl-dev] libnsl-dev: rpcsvc/nis.h includes no longer available 
rpc/rpc.h
Added indication that 993075 affects src:sendmail

-- 
993075: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993075
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#993075: libnsl-dev: rpcsvc/nis.h includes no longer available rpc/rpc.h

2021-08-27 Thread Andreas Beckmann
Package: libnsl-dev
Version: 1.3.0-2
Severity: serious
Tags: sid bookworm
Control: affects -1 + src:sendmail

rpcsvc/nis.h wants to include rpc/rpc.h, but that header is no longer
provided by libc6-dev in sid:

$ echo '#include ' | gcc -x c -c -
In file included from :1:
/usr/include/rpcsvc/nis.h:35:10: fatal error: rpc/rpc.h: No such file or 
directory
   35 | #include 
  |  ^~~
compilation terminated.


Andreas