chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Mapping the idiosyncrasies of building the OpenSSL e


From: felix . winkelmann
Subject: Re: [Chicken-users] Mapping the idiosyncrasies of building the OpenSSL egg on many operating systems
Date: Mon, 15 Jul 2019 18:07:36 +0200

> I investigated how to get openssl working on all the major BSD-derived
> operating systems. Here are the results:
> <https://misc.lassi.io/2019/chicken-openssl/chicken-openssl-pkg-config..text>

Thanks for this very useful information! We should put this somewhere for
later reference.

> Only the OpenBSD-packaged version of chicken-install (4.13.0) shows
> compiler warnings. It's also the only chicken-install I have that
> advertises in its help screen that it has a "-debug" flag (which I
> enabled for the build). Is there an equivalent flag to show compiler
> stuff in the never versions? The -verbose flag doesn't seem to do it.

No, there is no -debug option in 5.x, -verbose is all there is, but the
build + install scripts are available and may be of use for analyzing
the exact build steps.

>
> Adding some flag(s) to chicken-install to easily get (mostly)
> reproducible builds would be a big help for testing like this. Currently
> I do "chicken-install; chicken-uninstall; chicken-install". The first
> install to ensure that all dependencies are installed; then uninstall to
> remove the package itself but keep all its dependencies installed; then
> the third install to get the build output from installing the package
> but not its dependencies. In 5.x versions, would
>
>      chicken-install -no-install -no-install-dependencies -purge openssl
>
> do the trick?

Yes, if all dependencies are already available and installed. "-purge" is a
separate operation and can not be combined with the step of installing
an egg. "-no-install" will leave the build results in the cache, so you have
to peel what you need out of that location.


felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]