Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Cardano node installation(CLOSED)

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
8 posts • Page 1 of 1
Author
Message
mich
Tux's lil' helper
Tux's lil' helper
Posts: 147
Joined: Sat Sep 29, 2007 12:57 pm

Cardano node installation(CLOSED)

  • Quote

Post by mich » Mon Jan 22, 2024 7:44 am

Hello,

There are instructions for gentoo please, ?
Thanks in advance,
Michel
Last edited by mich on Mon Jan 22, 2024 7:15 pm, edited 1 time in total.
Top
Zucca
Administrator
Administrator
User avatar
Posts: 4703
Joined: Thu Jun 14, 2007 10:31 pm
Location: Rasi, Finland
Contact:
Contact Zucca
Website

  • Quote

Post by Zucca » Mon Jan 22, 2024 8:11 am

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.
..: Zucca :..

Code: Select all

0100100100100000011000010110110100100000
0100111001100001010011100010000100100000
0100100100100000011000010110110100100000
0110000100100000011011010110000101101110
00100001
Top
mich
Tux's lil' helper
Tux's lil' helper
Posts: 147
Joined: Sat Sep 29, 2007 12:57 pm

  • Quote

Post by mich » Mon Jan 22, 2024 8:27 am

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.
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.
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:
[__0] trying: cardano-git-rev-0.1.3.0 (user goal)
[__1] trying: base-4.19.0.0/installed-c1f2 (dependency of cardano-git-rev)
[__2] next goal: cardano-node (user goal)
[__2] rejecting: cardano-node-8.7.3 (constraint from user target requires
==8.7.2)
[__2] trying: cardano-node-8.7.2
[__3] next goal: strict-sop-core (dependency of cardano-node)
[__3] rejecting: strict-sop-core-0.1.0.0 (conflict:
base==4.19.0.0/installed-c1f2, strict-sop-core => base>=4.14 && <4.19)
[__3] fail (backjumping, conflict set: base, cardano-node, strict-sop-core)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: base, cardano-node, strict-sop-core,
cardano-git-rev
Try running with --minimize-conflict-set to improve the error message.
Top
GDH-gentoo
Advocate
Advocate
User avatar
Posts: 2115
Joined: Sat Jul 20, 2019 7:02 pm
Location: South America

  • Quote

Post by GDH-gentoo » Mon Jan 22, 2024 12:20 pm

mich wrote:
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.
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.
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: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:
The installation instructions' first step is running cabal update, and contain this warning:
Don't skip this, otherwise there may be warnings from Cabal about index states, or some packages will fail to build.
Have you done that?
Ionen wrote:As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though :)
Top
mich
Tux's lil' helper
Tux's lil' helper
Posts: 147
Joined: Sat Sep 29, 2007 12:57 pm

  • Quote

Post by mich » Mon Jan 22, 2024 12:54 pm

GDH-gentoo wrote:
mich wrote:
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.
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.
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: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:
The installation instructions' first step is running cabal update, and contain this warning:
Don't skip this, otherwise there may be warnings from Cabal about index states, or some packages will fail to build.
Have you done that?
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.
I'll try with an older version to see.
Top
mich
Tux's lil' helper
Tux's lil' helper
Posts: 147
Joined: Sat Sep 29, 2007 12:57 pm

  • Quote

Post by mich » Mon Jan 22, 2024 3:49 pm

mich wrote:
GDH-gentoo wrote:
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.
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: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:
The installation instructions' first step is running cabal update, and contain this warning:
Don't skip this, otherwise there may be warnings from Cabal about index states, or some packages will fail to build.
Have you done that?
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.
I'll try with an older version to see.
Doesn't work !
Top
Zucca
Administrator
Administrator
User avatar
Posts: 4703
Joined: Thu Jun 14, 2007 10:31 pm
Location: Rasi, Finland
Contact:
Contact Zucca
Website

  • Quote

Post by Zucca » Mon Jan 22, 2024 8:09 pm

mich wrote:
mich wrote:I'll try with an older version to see.
Doesn't work !
Do you have any logs or command output to show us?
..: Zucca :..

Code: Select all

0100100100100000011000010110110100100000
0100111001100001010011100010000100100000
0100100100100000011000010110110100100000
0110000100100000011011010110000101101110
00100001
Top
GDH-gentoo
Advocate
Advocate
User avatar
Posts: 2115
Joined: Sat Jul 20, 2019 7:02 pm
Location: South America

  • Quote

Post by GDH-gentoo » Mon Jan 22, 2024 8:38 pm

Rereading the OP, as far as I can tell, Cabal finds conflicting dependencies. There is a reference to a "cardano-git-rev-0.1.3.0" that installs a "base-4.19.0.0/installed-c1f2" as a dependency, and a reference to a "strict-sop-core-0.1.0.0" that needs "base" but <4.19. And Cabal can't satisfy both conditions.

I don't know (and don't want to know :P; package management belongs in distributions, not programming languages) the details about how Cabal works, but that seems a problem with the upstream Haskell packages, not Gentoo.
Ionen wrote:As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though :)
Top
Post Reply

8 posts • Page 1 of 1

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic