Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675288 - net-dialup/ppp-2.4.7-r6: pppcrypt.o: In function `DesSetkey': pppcrypt.c:(.text+0x128): undefined reference to `setkey'
Summary: net-dialup/ppp-2.4.7-r6: pppcrypt.o: In function `DesSetkey': pppcrypt.c:(.te...
Status: RESOLVED DUPLICATE of bug 664750
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-12 21:39 UTC by ernsteiswuerfel
Modified: 2019-01-12 21:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (ppp-2.4.7-r6:20190112-212641.log,30.61 KB, text/plain)
2019-01-12 21:39 UTC, ernsteiswuerfel
Details
emerge --info (file_675288.txt,6.54 KB, text/plain)
2019-01-12 21:40 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2019-01-12 21:39:51 UTC
Created attachment 560790 [details]
build.log

Got this after an upgrade to glibc-2.28-r5 and emerge -e @world. Probably related to bug #674126.

[...]
powerpc64-unknown-linux-gnu-gcc -O2 -mcpu=power9 -mtune=power9 -pipe -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DHAVE_LOGWTMP=1 -DUSE_CRYPT=1 -DUSE_PAM -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DCBCP_SUPPORT -DMAXOCTETS -Wl,-O1 -Wl,--as-needed -Wl,-E -o pppd main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.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 mplscp.o md4.o chap_ms.o sha1.o pppcrypt.o multilink.o tdb.o spinlock.o ipv6cp.o eui64.o cbcp.o  -lcrypt -lutil -lpam -ldl -ldl
pppcrypt.o: In function `DesSetkey':
pppcrypt.c:(.text+0x128): undefined reference to `setkey'
pppcrypt.o: In function `DesEncrypt':
pppcrypt.c:(.text+0x220): undefined reference to `encrypt'
pppcrypt.o: In function `DesDecrypt':
pppcrypt.c:(.text+0x380): undefined reference to `encrypt'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:217: pppd] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-dialup/ppp-2.4.7-r6/work/ppp-2.4.7/pppd'
make: *** [Makefile:15: all] Error 2
 * ERROR: net-dialup/ppp-2.4.7-r6::gentoo failed (compile phase):
 *   emake failed
Comment 1 ernsteiswuerfel archtester 2019-01-12 21:40:24 UTC
Created attachment 560792 [details]
emerge --info
Comment 2 ernsteiswuerfel archtester 2019-01-12 21:58:42 UTC
Just got pointed to bug #664750 where this already has been fixed for -r7.

*** This bug has been marked as a duplicate of bug 664750 ***