[GH-ISSUE #451] ncurses and lib32-ncurses version 6.1 causes build to fail #407

Closed
opened 2026-02-26 00:32:33 +03:00 by kerem · 1 comment
Owner

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.xz
wget https://archive.archlinux.org/packages/l/lib32-ncurses/lib32-ncurses-6.0-2-x86_64.pkg.tar.xz
sudo pacman -U ncurses-6.0-4-x86_64.pkg.tar.xz lib32-ncurses-6.0-2-x86_64.pkg.tar.xz
And re-install nbfc-git from AUR.

QUESTION to NBFC author: Any chance this could be fixed from your side?

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](https://aur.archlinux.org/packages/nbfc/) and [nbfc-git](https://aur.archlinux.org/packages/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](https://stackoverflow.com/questions/48643165/the-type-initializer-for-system-console-threw-exception-how-to-resolve-this). 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](https://aur.archlinux.org/packages/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.xz` `wget https://archive.archlinux.org/packages/l/lib32-ncurses/lib32-ncurses-6.0-2-x86_64.pkg.tar.xz` `sudo pacman -U ncurses-6.0-4-x86_64.pkg.tar.xz lib32-ncurses-6.0-2-x86_64.pkg.tar.xz` And re-install [nbfc-git](https://aur.archlinux.org/packages/nbfc-git/) from AUR. **QUESTION to NBFC author**: Any chance this could be fixed from your side?
kerem closed this issue 2026-02-26 00:32:33 +03:00
Author
Owner

@erkexzcx commented on GitHub (Jun 9, 2018):

Just successfully installed on my system. This issue can be closed.

<!-- gh-comment-id:395949420 --> @erkexzcx commented on GitHub (Jun 9, 2018): Just successfully installed on my system. This issue can be closed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#407
No description provided.