-
Notifications
You must be signed in to change notification settings - Fork 15
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
Compile: Add feature to continue where installation process left off after failure #33
Comments
I do not think it is (feasably) possible to continue installation at the exact install command of a file. We are simply running a spicy version of But it looks like Compile indeed lacks an option to skip the build process and go straight to the install install step. This should be a good thing to have. |
|
It seems |
If the program at the source directory has been successfully compiled before, then |
The
If I run
If I'd manually delete the tarball form /Data/Compile/Archives all I get is:
It does not appear to attempt an installation. |
Oh, my bad. The flag I wanted to mention is |
It would be nice to have the option to tell
Compile
to continue the installation a package after it has been built successfully. Too many times a package likeGlibc
has too manyfile exists
errors due to symlink conflicts from its previous installation. It like playing a game of Cat and Mouse where each time a silly failure like that occurs, I have to manually remove the symlink and rebuild again, hoping it will succeed the next time until it actually does. I have to rebuildGlibc
over 10 times now because of this.The text was updated successfully, but these errors were encountered: