Failed to install, missing dependencies ubuntu 22.04

hi, i followed all the steps but am getting an error here. any advice

seems to be a dependency issue

dev@act-ada-stk-01:~/git/cardano-node$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble

cabal build all
Resolving dependencies…
Error: cabal: Could not resolve dependencies:
[__0] trying: cardano-node-10.1.4 (user goal)
[__1] next goal: text (dependency of cardano-node)
[__1] rejecting: text-1.2.4.1/installed-1.2.4.1 (conflict: cardano-node =>
text>=2.0)
[__1] trying: text-2.1.1
[__2] trying: ouroboros-consensus-cardano-0.20.0.0 (dependency of
cardano-node)
[__3] next goal: cardano-ledger-alonzo (dependency of cardano-node)
[__3] rejecting: cardano-ledger-alonzo-1.12.0.0 (conflict:
ouroboros-consensus-cardano => cardano-ledger-alonzo^>=1.11)
[__3] trying: cardano-ledger-alonzo-1.11.0.0
[__4] next goal: base (dependency of cardano-node)
[__4] rejecting: base-4.14.3.0/installed-4.14.3.0 (conflict: text => base<0 &&

=4.10 && <5)
[__4] skipping: base-4.20.0.1, base-4.20.0.0, base-4.19.1.0, base-4.19.0.0,
base-4.18.2.1, base-4.18.2.0, base-4.18.1.0, base-4.18.0.0, base-4.17.2.1,
base-4.17.2.0, base-4.17.1.0, base-4.17.0.0, base-4.16.4.0, base-4.16.3.0,
base-4.16.2.0, base-4.16.1.0, base-4.16.0.0, base-4.15.1.0, base-4.15.0.0,
base-4.14.3.0, base-4.14.2.0, base-4.14.1.0, base-4.14.0.0, base-4.13.0.0,
base-4.12.0.0, base-4.11.1.0, base-4.11.0.0, base-4.10.1.0, base-4.10.0.0,
base-4.9.1.0, base-4.9.0.0, base-4.8.2.0, base-4.8.1.0, base-4.8.0.0,
base-4.7.0.2, base-4.7.0.1, base-4.7.0.0, base-4.6.0.1, base-4.6.0.0,
base-4.5.1.0, base-4.5.0.0, base-4.4.1.0, base-4.4.0.0, base-4.3.1.0,
base-4.3.0.0, base-4.2.0.2, base-4.2.0.1, base-4.2.0.0, base-4.1.0.0,
base-4.0.0.0, base-3.0.3.2, base-3.0.3.1 (has the same characteristics that
caused the previous version to fail: excluded by constraint ‘<0 && >=4.10 &&
<5’ from ‘text’)
[__4] fail (backjumping, conflict set: base, cardano-node, text)
After searching the rest of the dependency tree exhaustively, these were the
goals I’ve had most trouble fulfilling: cardano-node, aeson, text,
ouroboros-consensus-cardano, cardano-ledger-alonzo, base, integer-conversion
Try running with --minimize-conflict-set to improve the error message.

any help apprecaited.

1 Like

What guide have been you been following?

1 Like

I reproduced the same error using the official doc: Cardano Node Installation process (Environment Setup) | Cardano Developer Portal

Do a cabal update prior to buidling, see if that helps.

I finally fixed it! For me, the problem was that I hadn’t installed blst.

I think this instruction is missing from the documentation and is only available in the repository: cardano-node-wiki/docs/getting-started/install.md at main · input-output-hk/cardano-node-wiki · GitHub

@neil.c, try doing that and let us know here if it works!

1 Like

ah, yes, good point! blst!