[ANNOUNCEMENT] [1.7] Updated: {ncurses/libncurses9/libncurses-devel/ncurses-demo}-5.7-15

View: New views
5 Messages — Rating Filter:   Alert me  

[ANNOUNCEMENT] [1.7] Updated: {ncurses/libncurses9/libncurses-devel/ncurses-demo}-5.7-15

by Charles Wilson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

ncurses is a package that provides character and terminal handling
libraries, including 'gui-like' panels and menus.  It is often used
instead of termcap.

This is a packaging bug fix, and an update to latest upstream.

[[ compiled using gcc-4.3.4-1 ]]

CHANGES since 5.7-14
========================
o Update to 20091024 patchset
o Rename ncurses9-config file to ncurses5-config
o Moved ncurses*-config file to -devel package
o Compiled using gcc-4.3.4-1

--
Charles Wilson
volunteer ncurses maintainer for cygwin

====================================================================

To update your installation, click on the "Install Cygwin now" link
on the http://cygwin.com/ web page.  This downloads setup.exe to
your system.  Then, run setup and answer all of the questions.

              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com@...

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Parent Message unknown Re: [ANNOUNCEMENT] [1.7] Updated: {ncurses/libncurses9/libncurses-devel/ncurses-demo}-5.7-15

by Eric Backus-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Charles Wilson <cygwin <at> cwilson.fastmail.fm> writes:

>
> ncurses is a package that provides character and terminal handling
> libraries, including 'gui-like' panels and menus.  It is often used
> instead of termcap.
>
> This is a packaging bug fix, and an update to latest upstream.
>
> [[ compiled using gcc-4.3.4-1 ]]
>
> CHANGES since 5.7-14
> ========================
> o Update to 20091024 patchset
> o Rename ncurses9-config file to ncurses5-config
> o Moved ncurses*-config file to -devel package
> o Compiled using gcc-4.3.4-1


I'm getting a segmentation fault when I try to use tput.  The program runs
successfully if you just ask it for a version number, or if asked for a non-
existent capability, but gets a seg fault when asked about a real capability.

$ tput sgr0
Segmentation fault (core dumped)                <---- this is wrong
$ tput -V
ncurses 5.7.20091024                            <---- OK, latest version
$ tput garbage
tput: unknown terminfo capability 'garbage'     <---- OK, this is correct
$ type tput
tput is hashed (/bin/tput)

The seg fault didn't happen with the previous version.  Is there anything else
I should try to debug this?  Would you like cygcheck output?

--
Eric Backus



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Re: [ANNOUNCEMENT] [1.7] Updated: {ncurses/libncurses9/libncurses-devel/ncurses-demo}-5.7-15

by Charles Wilson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Eric Backus wrote:

> I'm getting a segmentation fault when I try to use tput.  The program runs
> successfully if you just ask it for a version number, or if asked for a non-
> existent capability, but gets a seg fault when asked about a real capability.
>
> $ tput sgr0
> Segmentation fault (core dumped)                <---- this is wrong
> $ tput -V
> ncurses 5.7.20091024                            <---- OK, latest version
> $ tput garbage
> tput: unknown terminfo capability 'garbage'     <---- OK, this is correct
> $ type tput
> tput is hashed (/bin/tput)
>
> The seg fault didn't happen with the previous version.  Is there anything else
> I should try to debug this?  Would you like cygcheck output?

Short of compiling a debug version yourself and tracking down why it
crashes, no -- cygcheck probably won't help, because I can reproduce the
error here. It may be a while until I can fix this, tho; for now the
workaround is to revert to -14.

Thanks (sigh) for the report.

--
Chuck



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Re: [ANNOUNCEMENT] [1.7] Updated: {ncurses/libncurses9/libncurses-devel/ncurses-demo}-5.7-15

by Charles Wilson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Charles Wilson wrote:

> Eric Backus wrote:
>> I'm getting a segmentation fault when I try to use tput.  The program runs
>> successfully if you just ask it for a version number, or if asked for a non-
>> existent capability, but gets a seg fault when asked about a real capability.
>>
>> $ tput sgr0
>> Segmentation fault (core dumped)                <---- this is wrong
>> $ tput -V
>> ncurses 5.7.20091024                            <---- OK, latest version
>> $ tput garbage
>> tput: unknown terminfo capability 'garbage'     <---- OK, this is correct
>> $ type tput
>> tput is hashed (/bin/tput)
>>
>> The seg fault didn't happen with the previous version.

Should be fixed in ncurses-5.7-16.

--
Chuck

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Re: [ANNOUNCEMENT] [1.7] Updated: {ncurses/libncurses9/libncurses-devel/ncurses-demo}-5.7-15

by Eric Backus-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Charles Wilson <cygwin <at> cwilson.fastmail.fm> writes:
> Charles Wilson wrote:
> > Eric Backus wrote:
> >> $ tput sgr0
> >> Segmentation fault (core dumped)                <---- this is wrong
> >>
> >> The seg fault didn't happen with the previous version.
>
> Should be fixed in ncurses-5.7-16.

Yes, it is fixed.  Thank you!
--
Eric



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple