-
Notifications
You must be signed in to change notification settings - Fork 62
Pie attempts to install missing build tools without sudo #597
Copy link
Copy link
Labels
bugSomething isn't workingSomething isn't workingbug-confirmedMaintainers could reproduce the issue and will investigateMaintainers could reproduce the issue and will investigatemaintainer investigatingThis ticket is being investigated by maintainers. Please check with us before contributing PRs etc!This ticket is being investigated by maintainers. Please check with us before contributing PRs etc!
Milestone
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingbug-confirmedMaintainers could reproduce the issue and will investigateMaintainers could reproduce the issue and will investigatemaintainer investigatingThis ticket is being investigated by maintainers. Please check with us before contributing PRs etc!This ticket is being investigated by maintainers. Please check with us before contributing PRs etc!
Type
Fields
Give feedbackNo fields configured for Bug.
What are you trying to do?
Trying to install a package.
What platform, and PIE version are you using?
Amazon Linux 2023
Steps to reproduce the issue
pie install -v phpredis/phpredisWhat do you expect to happen?
Packages are installed with sudo.
What is actually happening
Complete logs/output
See above.
Anything else?
After encountering the ProcessFailedException, Pie didn't stop to give me a chance to correct (or even see) the error. It continued with the build, and in this case, it happened to work just fine without those two packages. It eventually did use sudo to install the compiled extension itself.