-
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
libncurses5-shlibs corrupted building fink on 10.15 catalina using bootstrap or tool fails #1213
Comments
There is no more binary distribution, so all packages are built from source. It looks like your .deb was built, but broken somehow. Were there any messages about building the package further up? If not, it might be an older build, possibly compiled under older macOS and Xcode. Can you try to |
so i should set up the working directory environment to the /temporary build folder, and try running those commands manually |
Not need trying to do anything manually at this point, just check if |
Following up on @dhomeier 's instructions, in terminal, run these 2 commands from terminal.app:
If you get an error about dpkg-deb not present, try replacing |
Unpacking libncurses5 (from .../libncurses5_5.9-20110507-1_darwin-x86_64.deb) ...
Selecting previously deselected package ncurses.
Unpacking ncurses (from .../ncurses_5.9-20110507-1_darwin-x86_64.deb) ...
Selecting previously deselected package libncurses5-shlibs.
Unpacking libncurses5-shlibs (from .../libncurses5-shlibs_5.9-20110507-1_darwin-x86_64.deb) ...
/opt/sw2/bootstrap/bin/dpkg: error processing /opt/sw2/fink/dists/stable/main/binary-darwin-x86_64/base/libncurses5-shlibs_5.9-20110507-1_darwin-x86_64.deb (--install):
corrupted filesystem tarfile - corrupted package archive: Undefined error: 0
/opt/sw2/bootstrap/bin/dpkg-deb: subprocess paste killed by signal (Broken pipe: 13)
i do believe its compiling everything from source and not using binaries....
im using xcode 12 and latest fink and latest macos catalina
theres no log that im aware of...
The text was updated successfully, but these errors were encountered: