Has there been any work getting racket to build with the upcoming
openssl 1.1.0? I received the attached bug report in debian;
It looks like the relevant part of the build log is
,----
| racket/racket3m -X "/<<PKGBUILDDIR>>/debian/tmp/usr/share/racket/collects" -G
"/<<PKGBUILDDIR>>/debian/tmp/etc/racket" --no-user-path -N "raco" -l- setup
--no-user -j 16 --no-docs --no-zo
| raco setup: bootstrapping from source...
| (loading non-.zo:
/<<PKGBUILDDIR>>/debian/tmp/usr/share/racket/collects/compiler/cm.rkt)
| SSL_library_init: implementation not found; no arguments provided
| context...:
| /<<PKGBUILDDIR>>/debian/tmp/usr/share/racket/collects/openssl/mzssl.rkt:
[running body]
| /<<PKGBUILDDIR>>/debian/tmp/usr/share/racket/collects/openssl/main.rkt:
[traversing imports]
| /<<PKGBUILDDIR>>/debian/tmp/usr/share/racket/collects/setup/main.rkt:
[running body]
| Makefile:177: recipe for target 'install-3m' failed
`----
--
You received this message because you are subscribed to the Google Groups
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/racket-dev/87wpl91581.fsf%40maritornes.cs.unb.ca.
For more options, visit https://groups.google.com/d/optout.
--- Begin Message ---
Source: racket
Version: 6.5-1
Severity: important
Control: block 827061 by -1
Hi,
OpenSSL 1.1.0 is about to released. During a rebuild of all packages using
OpenSSL this package fail to build. A log of that build can be found at:
https://breakpoint.cc/openssl-1.1-rebuild-2016-05-29/Attempted/racket_6.5-1_amd64-20160529-1529
On https://wiki.openssl.org/index.php/1.1_API_Changes you can see various of the
reasons why it might fail. There are also updated man pages at
https://www.openssl.org/docs/manmaster/ that should contain useful information.
There is a libssl-dev package available in experimental that contains a recent
snapshot, I suggest you try building against that to see if everything works.
If you have problems making things work, feel free to contact us.
Kurt
--- End Message ---