mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #451] ncurses and lib32-ncurses version 6.1 causes build to fail #407
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#407
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @erkexzcx on GitHub (Feb 27, 2018).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/451
So I just had a break from Linux and lived with Windows 10. Now I just returned and wanted to see if I can update my maintained nbfc and nbfc-git packages for Arch Linux. I faced one issue - build fails. To be more exact, this is what fails:
cert-sync "/etc/ssl/certs/ca-certificates.crt"So I googled the error messages and came to this Stack Overflow Thread. The OP stated, that the issue was resolved after downgrading ncurses package from 6.1 to 6.0, so I did it too and nbfc-git successfully installed.
Sharing commands for other Arch Linux/Manjaro users for downgrade guide to latest ncurses 6.0.* version:
wget https://archive.archlinux.org/packages/n/ncurses/ncurses-6.0-4-x86_64.pkg.tar.xzwget https://archive.archlinux.org/packages/l/lib32-ncurses/lib32-ncurses-6.0-2-x86_64.pkg.tar.xzsudo pacman -U ncurses-6.0-4-x86_64.pkg.tar.xz lib32-ncurses-6.0-2-x86_64.pkg.tar.xzAnd re-install nbfc-git from AUR.
QUESTION to NBFC author: Any chance this could be fixed from your side?
@erkexzcx commented on GitHub (Jun 9, 2018):
Just successfully installed on my system. This issue can be closed.