Source: ppp
Version: 2.4.7-2+4
Severity: serious
Tags: ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ppp.html

...
pppcrypt.c: In function 'DesSetkey':
pppcrypt.c:122:2: warning: implicit declaration of function 'setkey'; did you 
mean 'DesSetkey'? [-Wimplicit-function-declaration]
  setkey((const char *)crypt_key);
  ^~~~~~
  DesSetkey
pppcrypt.c: In function 'DesEncrypt':
pppcrypt.c:137:2: warning: implicit declaration of function 'encrypt'; did you 
mean 'crypt'? [-Wimplicit-function-declaration]
  encrypt((char *)des_input, 0);
  ^~~~~~~
...
cc -Wl,-z,relro -Wl,-z,now -Wl,-E -o pppd main.o magic.o fsm.o lcp.o ipcp.o 
upap.o chap-new.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-linux.o 
ipxcp.o tty.o eap.o chap-md5.o session.o chap_ms.o eap-tls.o pppcrypt.o 
multilink.o tdb.o spinlock.o ipv6cp.o eui64.o cbcp.o -lcrypto -lssl -lcrypt 
-lutil -lpam -ldl -ldl -lpcap \
        -Wl,-soname,pppd.so.2.4.7
/usr/bin/ld: pppcrypt.o: in function `DesSetkey':
./pppd/pppcrypt.c:122: undefined reference to `setkey'
/usr/bin/ld: pppcrypt.o: in function `DesEncrypt':
./pppd/pppcrypt.c:137: undefined reference to `encrypt'
/usr/bin/ld: pppcrypt.o: in function `DesDecrypt':
./pppd/pppcrypt.c:153: undefined reference to `encrypt'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:227: pppd] Error 1

Reply via email to