Commit graph

12 commits

Author SHA1 Message Date
Hraban Luyat a3cb302b8a refactor: don’t expose sbcl 2.1.9 to all-packages
Only give access to it when explicitly requested by CLPM. This prevents
polluting all-packages namespace with a deprecated package.
2023-04-11 13:55:29 -04:00
Hraban Luyat 80673bd411 clpm: do fixup, just don’t strip
Less invasive change to the default build process, with the same result.
2023-04-10 15:09:34 -04:00
Hraban Luyat 7493ac348a sbcl: remove old versions, leave 2.1.9 for CLPM 2023-04-10 15:09:34 -04:00
Kasper Gałkowski 218b8ac2a9 clpm: fix build
It wasn't building because of a too new version of SBCL
2023-03-28 14:04:30 +02:00
Kasper Gałkowski e758d73e01 clpm: fix eval 2023-03-11 15:22:20 +01:00
Alyssa Ross fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Petter S. Storvik ec05118429
clpm: 0.3.6 -> 0.4.1 (#143163)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-31 23:43:03 +01:00
Stéphan Kochen 42bb7e9e4c
clpm: fix darwin build (#123029) 2021-05-16 18:57:29 -04:00
storvik cf25944d02 clpm: use sbcl 2.0.9 when building
Use SBCL < 2.1.0 when building as SB-VM::MAKE-EA was removed.
2021-04-11 09:21:35 +02:00
Petter S. Storvik 26256141d1
clpm: 0.3.5 -> 0.3.6 (#112901) 2021-02-17 14:28:31 +01:00
Ben Siraphob c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Petter S. Storvik c7d8d75e8e
clpm: init at 0.3.5 (#108849) 2021-01-11 23:08:42 +01:00