Debian Bug report logs - #75783
[PATCH] ncurses 5.0 build with gcc 2.96 / problems on mips

version graph

Package: libncurses5; Maintainer for libncurses5 is Craig Small <[email protected]>; Source for libncurses5 is src:ncurses (PTS, buildd, popcon).

Reported by: Florian Lohoff <[email protected]>

Date: Sat, 28 Oct 2000 14:03:35 UTC

Severity: normal

Fixed in version ncurses/5.2.20010310-1

Done: Daniel Jacobowitz <[email protected]>

Bug is archived. No further changes may be made.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to [email protected]:
Bug#75783; Package ncurses5. (full text, mbox, link).


Acknowledgement sent to Florian Lohoff <[email protected]>:
New Bug report received and forwarded. (full text, mbox, link).


Message #5 received at [email protected] (full text, mbox, reply):

From: Florian Lohoff <[email protected]>
To: [email protected]
Subject: [PATCH] ncurses 5.0 build with gcc 2.96 / problems on mips
Date: Sat, 28 Oct 2000 15:32:23 +0200
Package: ncurses5
Version: 5.0-7

Hi,
i am having some simple problems with building ncurses5 for mips. I think
this is because on mips we are in the need of gcc 2.96. I am seeing c++
problems - This patch seems to fix it.


diff -Nur ncurses-5.0/c++/cursesf.h ncurses-5.0-flo/c++/cursesf.h
--- ncurses-5.0/c++/cursesf.h	Sun May 16 19:31:42 1999
+++ ncurses-5.0-flo/c++/cursesf.h	Fri Oct 27 15:58:51 2000
@@ -37,6 +37,7 @@
 #define _CURSESF_H
 
 #include <cursesp.h>
+#include <string.h>
 
 extern "C" {
 #  include <form.h>
diff -Nur ncurses-5.0/c++/cursesm.h ncurses-5.0-flo/c++/cursesm.h
--- ncurses-5.0/c++/cursesm.h	Sun May 16 19:30:27 1999
+++ ncurses-5.0-flo/c++/cursesm.h	Fri Oct 27 16:02:27 2000
@@ -137,10 +137,10 @@
 // function pointer for items.
 class NCursesMenuCallbackItem : public NCursesMenuItem {
 private:
-  const ITEMCALLBACK* p_fct;
+  ITEMCALLBACK* p_fct;
 
 public:
-  NCursesMenuCallbackItem(const ITEMCALLBACK* fct = NULL,
+  NCursesMenuCallbackItem(ITEMCALLBACK* fct = NULL,
 			  const char* p_name      = NULL,
 			  const char* p_descript  = NULL )
     : NCursesMenuItem (p_name, p_descript),
diff -Nur ncurses-5.0/c++/cursesp.cc ncurses-5.0-flo/c++/cursesp.cc
--- ncurses-5.0/c++/cursesp.cc	Sun May 16 19:30:51 1999
+++ ncurses-5.0-flo/c++/cursesp.cc	Fri Oct 27 16:03:48 2000
@@ -33,6 +33,7 @@
 
 #include "cursesp.h"
 #include "internal.h"
+#include "string.h"
 
 MODULE_ID("$Id: cursesp.cc,v 1.14 1999/05/16 17:30:51 juergen Exp $")
 
diff -Nur ncurses-5.0/c++/cursslk.cc ncurses-5.0-flo/c++/cursslk.cc
--- ncurses-5.0/c++/cursslk.cc	Sun May 16 19:31:01 1999
+++ ncurses-5.0-flo/c++/cursslk.cc	Fri Oct 27 16:04:33 2000
@@ -34,6 +34,7 @@
 #include "cursslk.h"
 #include "cursesapp.h"
 #include "internal.h"
+#include <string.h>
 
 MODULE_ID("$Id: cursslk.cc,v 1.5 1999/05/16 17:31:01 juergen Exp $")




Opinions ?

Flo
-- 
Florian Lohoff                  [email protected]             +49-5201-669912
     Why is it called "common sense" when nobody seems to have any?




Bug reassigned from package `ncurses5' to `libncurses5'. Request was from "H. Nanosecond" <[email protected]> to [email protected]. (full text, mbox, link).


Information forwarded to [email protected], Joel Klecker <[email protected]>:
Bug#75783; Package libncurses5. (full text, mbox, link).


Acknowledgement sent to [email protected]:
Extra info received and forwarded to list. Copy sent to Joel Klecker <[email protected]>. (full text, mbox, link).


Message #12 received at [email protected] (full text, mbox, reply):

From: Thomas Dickey <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Subject: Re: Processed: reassign to libncurses5
Date: Sun, 29 Oct 2000 17:45:20 -0500
On Sun, Oct 29, 2000 at 02:48:57PM -0600, Debian Bug Tracking System wrote:
> Processing commands for [email protected]:
> 
> > reassign 75783 libncurses5
> Bug#75783: [PATCH] ncurses 5.0 build with gcc 2.96 / problems on mips
> Bug reassigned from package `ncurses5' to `libncurses5'.

the changes recommended in that report have been applied since ncurses 5.0
(probably they were fixed right after 5.0).

The current version of ncurses is 5.2 (20001021)
There's an faq at
	http://dickey.his.com/ncurses/ncurses.faq.html

-- 
Thomas E. Dickey <[email protected]>
http://dickey.his.com
ftp://dickey.his.com





Reply sent to Daniel Jacobowitz <[email protected]>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Florian Lohoff <[email protected]>:
Bug acknowledged by developer. (full text, mbox, link).


Message #17 received at [email protected] (full text, mbox, reply):

From: Daniel Jacobowitz <[email protected]>
To: [email protected]
Subject: Bug#75783: fixed in ncurses 5.2.20010310-1
Date: Thu, 15 Mar 2001 15:04:48 -0500
We believe that the bug you reported is fixed in the latest version of
ncurses, which has been installed in the Debian FTP archive:

ncurses_5.2.20010310-1.dsc
  to pool/main/n/ncurses/ncurses_5.2.20010310-1.dsc
ncurses-base_5.2.20010310-1_all.deb
  to pool/main/n/ncurses/ncurses-base_5.2.20010310-1_all.deb
ncurses_5.2.20010310-1.diff.gz
  to pool/main/n/ncurses/ncurses_5.2.20010310-1.diff.gz
ncurses_5.2.20010310.orig.tar.gz
  to pool/main/n/ncurses/ncurses_5.2.20010310.orig.tar.gz
ncurses-bin_5.2.20010310-1_powerpc.deb
  to pool/main/n/ncurses/ncurses-bin_5.2.20010310-1_powerpc.deb
libncurses5_5.2.20010310-1_powerpc.deb
  to pool/main/n/ncurses/libncurses5_5.2.20010310-1_powerpc.deb
libncurses5-dbg_5.2.20010310-1_powerpc.deb
  to pool/main/n/ncurses/libncurses5-dbg_5.2.20010310-1_powerpc.deb
libncurses5-dev_5.2.20010310-1_powerpc.deb
  to pool/main/n/ncurses/libncurses5-dev_5.2.20010310-1_powerpc.deb
ncurses-term_5.2.20010310-1_all.deb
  to pool/main/n/ncurses/ncurses-term_5.2.20010310-1_all.deb
A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Jacobowitz <[email protected]> (supplier of updated ncurses package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 14 Mar 2001 17:22:37 -0500
Source: ncurses
Binary: libncurses5 libncurses5-dev ncurses-base ncurses-bin libncurses5-dbg ncurses-term
Architecture: source powerpc all
Version: 5.2.20010310-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Jacobowitz <[email protected]>
Changed-By: Daniel Jacobowitz <[email protected]>
Description: 
 libncurses5 - Shared libraries for terminal handling
 libncurses5-dbg - Debugging/profiling libraries for ncurses
 libncurses5-dev - Developer's libraries and docs for ncurses
 ncurses-base - Descriptions of common terminal types
 ncurses-bin - Terminal-related programs and man pages
 ncurses-term - Additional terminal type definitions
Closes: 75783 83336 88966 89222 89643
Changes: 
 ncurses (5.2.20010310-1) unstable; urgency=low
 .
   * New upstream snapshot.
     - Fixes compatibility with newer GCC snapshots and with
       libstdc++ v3 (Closes: #75783, #83336).
   * Update priorities to match overrides:
     - dbg: optional -> extra
     - dev: standard -> optional
   * Fix dangling /usr/lib/libcurses.so symlink (Closes: #88966).
   * Tighten version requirement in shlibs file (Closes: #89643).
   * Remove superflous %| from xterm-xfree86 terminfo
     in debian/xterm.ti (Closes: #89222).
Files: 
 7c02bf68aadd0826df6ec101f7f7beea 706 libs standard ncurses_5.2.20010310-1.dsc
 6f6b7f978b0d34e24273cf8ab3637fbd 1806396 libs standard ncurses_5.2.20010310.orig.tar.gz
 4300bf7ddeb3fb929463f3b938c2dc8f 27356 libs standard ncurses_5.2.20010310-1.diff.gz
 e4449b0b1e9fe329efe75270480a5355 252610 base required libncurses5_5.2.20010310-1_powerpc.deb
 dbf063d3311da5b0fa57924a3d8ccab1 1105512 devel optional libncurses5-dev_5.2.20010310-1_powerpc.deb
 3da6af913504facf37c8a93bd14c24e4 1320752 devel extra libncurses5-dbg_5.2.20010310-1_powerpc.deb
 ab0c9f4ba2fbb256818aefe6b11cedbc 295334 base required ncurses-bin_5.2.20010310-1_powerpc.deb
 a1f690a2e67b88259776ebc8f9fb9e91 100990 base required ncurses-base_5.2.20010310-1_all.deb
 937166b3b6f19a904b775400cdf2652a 378498 admin standard ncurses-term_5.2.20010310-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6r/y3bgOPXuCjg3cRAt4dAJ9T3cmZ+lew9tbt/fHNm3+yBoFXTACbB4sF
/7eyqox/uBEiSHmwcT6kbPk=
=ddiZ
-----END PGP SIGNATURE-----



Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Thu Nov 14 18:59:01 2024; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.