bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Runtine error with minicom command after upgrading to "ncurses-6.3"


From: Thomas Dickey
Subject: Re: Runtine error with minicom command after upgrading to "ncurses-6.3"
Date: Thu, 4 Aug 2022 16:03:03 -0400
User-agent: Mutt/1.10.1 (2018-07-13)

On Thu, Aug 04, 2022 at 02:37:51PM +0000, Jonathan Weidenfeld wrote:
> Hello,
> 
> I encounter a runtime error with minicom command after upgrading ncurses SW 
> package from 5.3 to 6.3:
> 
> [cid:image001.png@01D8A828.E9E64490]
> 
> Ncurses package was compiled OK.
> Do you maybe have a proposal as to how can I fix the issue?

perhaps by recompiling or upgrading minicom

Packagers may choose to link minicom against ncurses built for ABI 5,
but most have moved on to ABI 6 (since August 2015).  Some provide
an ncurses5-compatibility package - that's the preferred solution if
you find changing minicom unfeasible.

In a quick check of the code, minicom appears to use only the termcap
interface (of ncurses), making it not care much about the difference
between ABI 5 and 6.  The termcap interface doesn't use any data
structures, just function-calls.  You (probably) could use the
ncurses 6.3 shared library with _that_, but would be severely disappointed
by any terminfo- or curses-applications which accidently linked to the
wrong ABI.
 
> Thanks,
> Jonathan Weidenfeld
> NPI Testing Engineer
> 
> ADVA Optical Networking SE
> Hatnufa 3, PO Box 146
> Yokneam Illit, 2069207, Israel
> T: +972 4 9936 243
> M: +972 52 65 761 11
> jweidenfeld@advaoptical.com<mailto:jweidenfeld@advaoptical.com>
> www.advaoptical.com<http://www.advaoptical.com/>
> ADVA Optical Networking SE is a European stock corporation ("Societas 
> Europaea") with registered offices at Maerzenquelle 1-3, D-98617 Meiningen, 
> Germany * CEO: Brian L. Protiva, Chief Officers: Dr. Christoph Glingener, 
> Ulrich Dopfer, Scott St. John * Chairman of the Supervisory Board: Nikos 
> Theodosopoulos* AG Jena HRB 508155 * VAT No. DE 175 446 349
> 
> 
> Please see our privacy statement at 
> https://www.adva.com/en/about-us/legal/privacy-statement for details of how 
> ADVA processes personal information.



-- 
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]