-
Notifications
You must be signed in to change notification settings - Fork 38
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
Failed: phase compiling: apt-0.5.4-1061 failed #965
Comments
Build should be fixed by 9c2e748,
On my new 10.14.6 installation it's
I suspect one of the new package description fields is not compatible with apt-0.5.4, but can't tell from the above diagnostics what it is. As 0.5.4 is ancient I've made some wild experiments with updating for a new version, but with the oldest version that is still available at https://security.debian.org and does not pull in a bunch of new BDeps, unsurprisingly less than a quarter of the patches still work, and trying to get around the worst gnu_linux-isms I am currently stuck with |
when my PR is added there is an apt that is updated in my experimental I can move over. Might need to just use that one for now. |
This is still an issue on macOS 14 arm64 with Xcode 15 |
Use the apt from my exp it’s build for newer macos with dpkg 1.15+ |
How do I do that? |
I’ll see about moving it over. Though apt really isn’t useful anymore since we no longer have a bindist at the moment |
What happened to the bindist? |
just didn't have the time/resources since @bcully left. I want to restart them but I just don't have the time to set it up ATM. |
Although there's no bindist, doesn't |
maybe we should add a block to detect is apt is present and if not skip that block? I know I don't have regardless we just need to test my newer version specially on older fink/macOS and copy it over IMHO and this is solved. |
Yes, |
if you use --force-all you'll break it, otherwise it'll tell you depends and you go down the chain. I do it all the time, like daily, on fink and on true debian. That being sad the apt in my exp did work last I checked, so it should still and should solve these issues. It likely can just be brought up, it was there waiting for dpkg 1.15+ which is on the bd list. |
The text was updated successfully, but these errors were encountered: