determine what versions of our dependencies we need #247
Labels
No labels
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
RFD
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
ux
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#247
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The buildsystem (neither autoconf nor Meson who inherited autoconf's version checks) does not check for a particular version of most dependencies. When migrating the buildsystem to Meson, we didn't added version numbers to anything that didn't already have them. The following dependencies should be checked to determine what version we actually need:
Noted in https://gerrit.lix.systems/c/lix/+/853/comments/6d0209f1_5f689968, where we removed version checks for curl <= 7.47.
cl/1418
added a >= 8.2.6 version check for boehmgc. That's not really sufficient since really what Lix needs is "8.2.6 + coroutine patch", but there isn't a good way to version-check that at the moment :-)This issue was mentioned on Gerrit on the following CLs: