distr1 / distri

a Linux distribution to research fast package management
https://distr1.org
Other
536 stars 26 forks source link

update cmake package #41

Closed pseyfert closed 4 years ago

pseyfert commented 5 years ago

The last item is the most WIP of these as I don't fully understand what's happening there. As you see in the change, I didn't manage by setting the CURSES_LIBRARY to the location in /usr/lib but used the /ro location instead. Strangely, the /usr/lib version makes it fine through most of the build (detection by the configuration steps) but very late make fails claiming it didn't have a rule to build /usr/lib/libncurses.so. Running distri build -debug and inspecting the distri-buildchroot directory tree, I noticed that /usr/lib doesn't exist in the chroot. Indicating the /ro location for libncurses.so fixes that, though I dislike that I hardcode the architecture and version in that way.

pseyfert commented 4 years ago

fixed the lib path to what we just discussed irl. aside from what's discussed in #38 this is not WIP anymore from my side.

stapelberg commented 4 years ago

Bumped the version number(s) using distri bump cmake in https://github.com/distr1/distri/commit/5a4702a483366502bf46e3d9a3cb5688e36bf6f8