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

modify makefile to fix error caused by installing graphviz #529

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

sanjanalreddy
Copy link
Collaborator

@sanjanalreddy sanjanalreddy commented Sep 17, 2024

The Makefile fails at the sudo apt-get install graphviz line with the following error

  404  Not Found [IP: 199.232.98.132 443]
Get:4 https://deb.debian.org/debian bullseye/main amd64 libcgraph6 amd64 2.42.2-5 [85.5 kB]
Get:5 https://deb.debian.org/debian bullseye/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4+b1 [158 kB]
Get:6 https://deb.debian.org/debian bullseye/main amd64 libpathplan4 amd64 2.42.2-5 [64.3 kB]
Get:7 https://deb.debian.org/debian bullseye/main amd64 libgvc6 amd64 2.42.2-5 [695 kB]
Get:8 https://deb.debian.org/debian bullseye/main amd64 libgvpr2 amd64 2.42.2-5 [212 kB]
Get:9 https://deb.debian.org/debian bullseye/main amd64 liblab-gamut1 amd64 2.42.2-5 [221 kB]
Get:10 https://deb.debian.org/debian bullseye/main amd64 graphviz amd64 2.42.2-5 [632 kB]
Get:11 https://deb.debian.org/debian bullseye/main amd64 libgts-bin amd64 0.7.6+darcs121130-4+b1 [50.3 kB]                                                                            
Fetched 2970 kB in 31s (95.3 kB/s)                        
E: Failed to fetch https://deb.debian.org/debian/pool/main/g/graphviz/libcdt5_2.42.2-5_amd64.deb  404  Not Found [IP: 199.232.98.132 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
make: *** [Makefile:38: install] Error 100

This error can be fixed by adding a sudo apt-get update line before the install line.

Copy link
Collaborator

@takumiohym takumiohym left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

@takumiohym takumiohym merged commit 26d42e4 into master Sep 17, 2024
5 checks passed
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