Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592498 - net-misc/ntp fails to build with >=dev-libs/openssl-1.1.0
Summary: net-misc/ntp fails to build with >=dev-libs/openssl-1.1.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://bugs.ntp.org/show_bug.cgi?id=3095
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2016-08-30 22:27 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2017-01-04 13:41 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,62.82 KB, text/plain)
2016-08-30 22:27 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-08-30 22:27:55 UTC
Created attachment 444510 [details]
build.log

x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../lib/isc/include -I../lib/isc/pthreads/include -I../lib/isc/unix/include -I../sntp/libopts  -D_GNU_SOURCE -ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qu
al -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow    -Wno-strict-prototypes -march=native -mtune=native -O2 -pipe -c -o systime.o systime.c
systime.c: In function ‘step_systime’:
systime.c:486:5: warning: assuming signed overflow does not occur when simplifying conditional to constant [-Wstrict-overflow]
  if (tvdiff.tv_sec > 0) {
     ^
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../lib/isc/include -I../lib/isc/pthreads/include -I../lib/isc/unix/include -I../sntp/libopts  -D_GNU_SOURCE -ffunction-sections -fdata-sections -Wall -Wcast-align -Wcast-qu
al -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow    -Wno-strict-prototypes -march=native -mtune=native -O2 -pipe -c -o a_md5encrypt.o a_md5encrypt.c
a_md5encrypt.c: In function ‘MD5authencrypt’:
a_md5encrypt.c:29:13: error: storage size of ‘ctx’ isn’t known
  EVP_MD_CTX ctx;
             ^
a_md5encrypt.c:29:13: warning: unused variable ‘ctx’ [-Wunused-variable]
a_md5encrypt.c: In function ‘MD5authdecrypt’:
a_md5encrypt.c:70:13: error: storage size of ‘ctx’ isn’t known
  EVP_MD_CTX ctx;
             ^
a_md5encrypt.c:70:13: warning: unused variable ‘ctx’ [-Wunused-variable]
a_md5encrypt.c: In function ‘addr2refid’:
a_md5encrypt.c:109:13: error: storage size of ‘ctx’ isn’t known
  EVP_MD_CTX ctx;
             ^
a_md5encrypt.c:109:13: warning: unused variable ‘ctx’ [-Wunused-variable]
make[3]: *** [Makefile:880: a_md5encrypt.o] Error 1
make[3]: Leaving directory '/var/tmp/portage/net-misc/ntp-4.2.8_p8/work/ntp-4.2.8p8/libntp'
make[2]: *** [Makefile:1646: ../libntp/libntp.a] Error 2
make[2]: Leaving directory '/var/tmp/portage/net-misc/ntp-4.2.8_p8/work/ntp-4.2.8p8/sntp'
make[1]: *** [Makefile:667: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-misc/ntp-4.2.8_p8/work/ntp-4.2.8p8'
make: *** [Makefile:599: all] Error 2
Comment 1 Joe Kappus 2016-11-24 05:25:58 UTC
Should close this marked resolved. 4.2.8_p9 is now in portage with openssl 1.1.0 support. Release notes here: https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ChangeLog-stable