Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658004 - net-dialup/ppp-2.4.7-r6 : eap-tls.c:1210:7: error: SSL3_RT_HEADER undeclared (first use in this function)
Summary: net-dialup/ppp-2.4.7-r6 : eap-tls.c:1210:7: error: SSL3_RT_HEADER undeclared ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 764032 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-06-12 18:54 UTC by Toralf Förster
Modified: 2022-06-29 06:52 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.17 KB, text/plain)
2018-06-12 18:54 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,176.32 KB, text/plain)
2018-06-12 18:54 UTC, Toralf Förster
Details
environment (environment,124.91 KB, text/plain)
2018-06-12 18:54 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.69 KB, application/x-bzip)
2018-06-12 18:54 UTC, Toralf Förster
Details
net-dialup:ppp-2.4.7-r6:20180612-095829.log (net-dialup:ppp-2.4.7-r6:20180612-095829.log,23.07 KB, text/plain)
2018-06-12 18:54 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,32.14 KB, application/x-bzip)
2018-06-12 18:54 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-06-12 18:54:02 UTC
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -D_GNU_SOURCE -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -I/usr/kerberos/include -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   -c -o eap-tls.o eap-tls.c
eap-tls.c: In function ‘ssl_msg_callback’:
eap-tls.c:1210:7: error: ‘SSL3_RT_HEADER’ undeclared (first use in this function); did you mean ‘SSL3_RT_ALERT’?
  case SSL3_RT_HEADER:
       ^~~~~~~~~~~~~~
       SSL3_RT_ALERT

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib_libressl_20180608-234334

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *



emerge -qpv net-dialup/ppp
[ebuild     U ] net-dialup/ppp-2.4.7-r6 [2.4.7-r5] USE="eap-tls ipv6 libressl pam -activefilter -atm -dhcp -gtk -radius" 

!!! The following installed packages are masked:
- x11-proto/xf86bigfontproto-1.2.0-r2::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Matt Turner <mattst88@gentoo.org> (10 Jun 2018)
# Packages combined into x11-base/xorg-proto. All reverse deps transitioned.
# Removal in 30 days. Bug #656250

- x11-proto/glproto-1.4.17-r2::gentoo (masked by: package.mask)
- x11-proto/fixesproto-5.0-r2::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Comment 1 Toralf Förster gentoo-dev 2018-06-12 18:54:05 UTC
Created attachment 535740 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-06-12 18:54:08 UTC
Created attachment 535742 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-06-12 18:54:11 UTC
Created attachment 535744 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-06-12 18:54:14 UTC
Created attachment 535746 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-06-12 18:54:17 UTC
Created attachment 535748 [details]
net-dialup:ppp-2.4.7-r6:20180612-095829.log
Comment 6 Toralf Förster gentoo-dev 2018-06-12 18:54:20 UTC
Created attachment 535750 [details]
temp.tbz2
Comment 7 Ionen Wolkens gentoo-dev 2021-01-06 07:58:19 UTC
*** Bug 764032 has been marked as a duplicate of this bug. ***
Comment 8 TeF 2021-01-11 01:58:34 UTC
I met the same issue at "net-dialup/ppp-2.4.9-r1"


eap-tls.c: In function ‘ssl_msg_callback’:
eap-tls.c:1284:10: error: ‘SSL3_RT_HEADER’ undeclared (first use in this function); did you mean ‘SSL3_RT_ALERT’?
 1284 |     case SSL3_RT_HEADER:
      |          ^~~~~~~~~~~~~~
      |          SSL3_RT_ALERT
eap-tls.c:1284:10: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [<builtin>: eap-tls.o] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-dialup/ppp-2.4.9-r1/work/ppp-ppp-2.4.9/pppd'
make: *** [Makefile:15: all] Error 2
 * ERROR: net-dialup/ppp-2.4.9-r1::gentoo failed (compile phase):
 *   emake failed
Comment 9 TeF 2021-02-03 01:57:09 UTC
resolved this issue,caused by libressl.just only migrate libressl to openssl,issue will be resolved.