-
Notifications
You must be signed in to change notification settings - Fork 109
Install script broken? #836
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@everythingfunctional You're right, it seems like
which is weird, because it looks like it's been installed on your docker image:
|
That's because the next lines are the important part:
It's not that |
#839 should solve this issue, where to test the install script? |
I've tried it out locally and it seems to work. |
My bad, Lines 66 to 73 in 4be07af
I should have not overlooked that |
I have just tried installing fpm on a Debian Sid 32bits, after a osboxes@osboxes:~/fpm$ ./install.sh
--2023-02-17 18:51:30-- https://api.github.com/repos/fortran-lang/fpm/releases/latest
Resolving api.github.com (api.github.com)... 140.82.121.6
Connecting to api.github.com (api.github.com)|140.82.121.6|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/json]
Saving to: ‘latest’
latest [ <=> ] 27.15K --.-KB/s in 0.05s
2023-02-17 18:51:31 (503 KB/s) - ‘latest’ saved [27806]
--2023-02-17 18:51:31-- https://github.com/fortran-lang/fpm/releases/download/v/fpm-.F90
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-02-17 18:51:31 ERROR 404: Not Found After a Note that |
Did you get the repo after #839 was merged? |
I think, I have |
Line 74 in 5efb9e0
this line is to blame, it should be
|
#842 has been merged and closed, so I would close this for now. |
Description
Did something recently change to break the install script? I just had a build failure on my dockerfpm project that seems to indicate the install script couldn't find the latest release.
Expected Behaviour
The install script should work within an Ubuntu based Docker image.
Version of fpm
latest
Platform and Architecture
Docker image based on ubuntu:rolling
Additional Information
A
git blame
seems to indicate the change from #818 may be the culprit.The text was updated successfully, but these errors were encountered: