Hello,
There are instructions for gentoo please, ?
Thanks in advance,
Michel
Code: Select all
0100100100100000011000010110110100100000
0100111001100001010011100010000100100000
0100100100100000011000010110110100100000
0110000100100000011011010110000101101110
00100001Thanks, but the problem is when you follow instructions from cardano site I don't have the packages name for gentoo. On Ubuntu, CentOs they have their own name.Zucca wrote:Looks like cardano is some sort of platform for ada cryptocurrency, right?
If node in this context means wallet then, instructions for building it are here.

Cabal seems to be yet another programming language-specific build tool / package manager (yuck!). In this case for Haskell, a Lisp dialect. For an out-of-Portage build, doesn't emerge dev-haskell/cabal give you the needed tools? It seems to pull GHC as a dependency as well.mich wrote:Thanks, but the problem is when you follow instructions from cardano site I don't have the packages name for gentoo. On Ubuntu, CentOs they have their own name.Zucca wrote:Looks like cardano is some sort of platform for cryptocurrency, right?
If node in this context means wallet then, instructions for building it are here.
The installation instructions' first step is running cabal update, and contain this warning:mich wrote:But anyway, I arrived yesterday night till cabal build all and i have this error:
cabal build all
Resolving dependencies...
Error: cabal: Could not resolve dependencies:
Have you done that?Don't skip this, otherwise there may be warnings from Cabal about index states, or some packages will fail to build.
Ionen wrote:As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though
Hello, thanks for answer. In fact I did all. In fact when you install cabal from gentoo you don't find cabal command and looking in packages cabal is in testting. So I installed it with ghcup tool and I have the cabal command.GDH-gentoo wrote:Cabal seems to be yet another programming language-specific build tool / package manager (yuck!). In this case for Haskell, a Lisp dialect. For an out-of-Portage build, doesn't emerge dev-haskell/cabal give you the needed tools? It seems to pull GHC as a dependency as well.mich wrote:Thanks, but the problem is when you follow instructions from cardano site I don't have the packages name for gentoo. On Ubuntu, CentOs they have their own name.Zucca wrote:Looks like cardano is some sort of platform for cryptocurrency, right?
If node in this context means wallet then, instructions for building it are here.
The installation instructions' first step is running cabal update, and contain this warning:mich wrote:But anyway, I arrived yesterday night till cabal build all and i have this error:
cabal build all
Resolving dependencies...
Error: cabal: Could not resolve dependencies:Have you done that?Don't skip this, otherwise there may be warnings from Cabal about index states, or some packages will fail to build.
Doesn't work !mich wrote:Hello, thanks for answer. In fact I did all. In fact when you install cabal from gentoo you don't find cabal command and looking in packages cabal is in testting. So I installed it with ghcup tool and I have the cabal command.GDH-gentoo wrote:Cabal seems to be yet another programming language-specific build tool / package manager (yuck!). In this case for Haskell, a Lisp dialect. For an out-of-Portage build, doesn't emerge dev-haskell/cabal give you the needed tools? It seems to pull GHC as a dependency as well.mich wrote: Thanks, but the problem is when you follow instructions from cardano site I don't have the packages name for gentoo. On Ubuntu, CentOs they have their own name.
The installation instructions' first step is running cabal update, and contain this warning:mich wrote:But anyway, I arrived yesterday night till cabal build all and i have this error:
cabal build all
Resolving dependencies...
Error: cabal: Could not resolve dependencies:Have you done that?Don't skip this, otherwise there may be warnings from Cabal about index states, or some packages will fail to build.
I'll try with an older version to see.
Do you have any logs or command output to show us?mich wrote:Doesn't work !mich wrote:I'll try with an older version to see.
Code: Select all
0100100100100000011000010110110100100000
0100111001100001010011100010000100100000
0100100100100000011000010110110100100000
0110000100100000011011010110000101101110
00100001
Ionen wrote:As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though