Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update instruction on installing the node from source #34

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

ArturWieczorek
Copy link
Contributor

Update instruction to include information about possible issue (and solutions) with pkg-config that user may face during installation.

More here: IntersectMBO/cardano-node#5561

Comment on lines 53 to 54
conflict: pkg-config package libsodium-any, not found in the pkg-config
database
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
conflict: pkg-config package libsodium-any, not found in the pkg-config
database
conflict: pkg-config package libsodium-any, not found in the pkg-config database

Comment on lines 62 to 70
```
yum update -y && \
yum install git diffutils gcc gcc-c++ tmux gmp-devel make tar xz wget zlib-devel libtool autoconf -y && \
mkdir -p /root/src/ && cd /root/src && \
curl -O https://distfiles.ariadne.space/pkgconf/pkgconf-2.0.3.tar.xz && \
tar -xvf pkgconf-2.0.3.tar.xz && \
cd pkgconf-2.0.3 && \
./configure && make && make install && \
```
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks slightly better when indented

Suggested change
```
yum update -y && \
yum install git diffutils gcc gcc-c++ tmux gmp-devel make tar xz wget zlib-devel libtool autoconf -y && \
mkdir -p /root/src/ && cd /root/src && \
curl -O https://distfiles.ariadne.space/pkgconf/pkgconf-2.0.3.tar.xz && \
tar -xvf pkgconf-2.0.3.tar.xz && \
cd pkgconf-2.0.3 && \
./configure && make && make install && \
```
```
yum update -y && \
yum install git diffutils gcc gcc-c++ tmux gmp-devel make tar xz wget zlib-devel libtool autoconf -y && \
mkdir -p /root/src/ && cd /root/src && \
curl -O https://distfiles.ariadne.space/pkgconf/pkgconf-2.0.3.tar.xz && \
tar -xvf pkgconf-2.0.3.tar.xz && \
cd pkgconf-2.0.3 && \
./configure && make && make install && \
```


The possible solutions to this problem are:

- to upgrade `pkgconf` to version 2:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- to upgrade `pkgconf` to version 2:
- to upgrade `pkgconf` to version 2 by building it from source:

Copy link
Collaborator

@carbolymer carbolymer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few cosmetic remarks. Thanks!

@ArturWieczorek ArturWieczorek force-pushed the artur/update-install-instruction branch from c9ac5ec to 749f03b Compare December 11, 2023 14:55
@ArturWieczorek ArturWieczorek merged commit ec80b8e into main Dec 11, 2023
1 check failed
@ArturWieczorek ArturWieczorek deleted the artur/update-install-instruction branch December 11, 2023 14:59
@ArturWieczorek
Copy link
Contributor Author

Thanks, remarks/suggestions applied and PR merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants