View Single Post
  #1   (View Single Post)  
Old 11th June 2014
thefronny thefronny is offline
Port Guard
 
Join Date: Oct 2008
Posts: 37
Default How to stop build failures

Quote:
pod2man --official --release="OpenBSD 5.5" --center=OpenSSL --section=3 --name=SMIME_WRITE_PKCS7 /usr/src/lib/libssl/man/../src/doc/crypto/SMIME_write_PKCS7.pod > SMIME_write_PKCS7.3
pod2man --official --release="OpenBSD 5.5" --center=OpenSSL --section=3 --name=SSL_CIPHER_GET_NAME /usr/src/lib/libssl/man/../src/doc/ssl/SSL_CIPHER_get_name.pod > SSL_CIPHER_get_name.3
pod2man --official --release="OpenBSD 5.5" --center=OpenSSL --section=3 --name=SSL_COMP_ADD_COMPRESSION_METHOD /usr/src/lib/libssl/man/../src/doc/ssl/SSL_COMP_add_compression_method.pod > SSL_COMP_add_compression_method.3
/usr/src/lib/libssl/man/../src/doc/ssl/SSL_COMP_add_compression_method.pod around line 60: Expected text after =item, not a number
POD document had syntax errors at /usr/bin/pod2man line 71.
*** Error 255 in lib/libssl/man (Makefile:1125 'SSL_COMP_add_compression_method.3')
*** Error 1 in lib/libssl (<bsd.subdir.mk>:48 'all')
*** Error 1 in lib (<bsd.subdir.mk>:48 'all')
*** Error 1 in /usr/src (Makefile:86 'build')
#
I'm seeing this in a 5.5-stable 'make build'. Everything from CVS sync up to this point works fine, and the kernel already built and installed works great. This was Release but I wanted to catch the recent SSL fixes, but this is a no-X firewall so maybe I don't even need -stable and can go back to Release.

And thanks a lot for any hints,
tf
Reply With Quote