[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mutt-dev
Subject:    bug#92: marked as done (mutt-1.0.1i: configure does not detect bkgdset())
From:       bugmaster () guug ! de (GUUG bug Tracking System)
Date:       2001-05-29 14:03:18
[Download RAW message or body]

Your message dated Tue, 29 May 2001 09:59:12 -0400
with message-id <20010529095912.B431@xanadu.kublai.com>
and subject line this is fixed
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Herr der Kaefer
(administrator, GUUG bugs database)

--------------------------------------
Received: (at submit) by bugs.guug.de; 10 Apr 2000 16:09:26 +0000
From J.D.Coleman@newcastle.ac.uk  Mon Apr 10 18:09:25 2000
Received: from cheviot1.ncl.ac.uk (root@cheviot1.ncl.ac.uk [128.240.233.15])
	by sigtrap.guug.de (8.9.3/8.9.3/Debian/GNU) with ESMTP id SAA16468
	for <submit@bugs.guug.de>; Mon, 10 Apr 2000 18:09:25 +0200
Received: from aire.ncl.ac.uk (IDENT:root@aire.ncl.ac.uk [128.240.3.15])
	by cheviot1.ncl.ac.uk (8.9.3/8.9.3) with ESMTP id RAA23285;
	Mon, 10 Apr 2000 17:09:23 +0100 (BST)
Received: (from njdc@localhost)
	by aire.ncl.ac.uk (8.8.8/8.8.8) id RAA20894;
	Mon, 10 Apr 2000 17:09:22 +0100 (BST)
Date: Mon, 10 Apr 2000 17:09:22 +0100 (BST)
From: Julian Coleman <J.D.Coleman@newcastle.ac.uk>
Message-Id: <200004101609.RAA20894@aire.ncl.ac.uk>
Organization: Computing Service, University of Newcastle upon Tyne, UK
Subject: mutt-1.0.1i: configure does not detect bkgdset()
To: submit@bugs.guug.de
Cc: j.d.coleman@ncl.ac.uk

Package: mutt
Version: 1.0.1i
Severity: normal

-- Please type your report below this line

When configure is run, it fails to detect the presence of the bkgdset()
function.  This is because bkgdset(ch) is a macro for wbkgdset(stdscr,ch)
in the new NetBSD curses library.  Thus, a test for wbkgdset() would be
better :

--- configure.in.orig	Tue Jan 18 22:19:03 2000
+++ configure.in	Mon Apr 10 15:40:05 2000
@@ -188,7 +188,7 @@
 		fi])
 
 	AC_CHECK_FUNC(start_color, [AC_DEFINE(HAVE_COLOR)])
-	AC_CHECK_FUNCS(typeahead bkgdset curs_set meta use_default_colors)
+	AC_CHECK_FUNCS(typeahead wbkgdset curs_set meta use_default_colors)
 	AC_CHECK_FUNCS(resizeterm, [MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS resize.o"])
 	])
 
Thanks,

J

-- Mutt Version Information

Mutt 1.0.1i (2000-01-18)
Copyright (C) 1996-2000 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: NetBSD 1.4
Compile options:
-DOMAIN
-HOMESPOOL  -USE_SETGID  +USE_DOTLOCK  +USE_FCNTL  -USE_FLOCK
+USE_IMAP  +USE_POP  +HAVE_REGCOMP  -USE_GNU_REGEX  +HAVE_COLOR  
+HAVE_PGP2  -BUFFY_SIZE 
-EXACT_ADDRESS  +ENABLE_NLS
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
SHAREDIR="/usr/pkg/share/mutt"
SYSCONFDIR="/usr/pkg/etc"
ISPELL="/usr/pkg/bin/ispell"
_PGPPATH="/usr/pkg/bin/pgp"
_PGPV2PATH="/usr/pkg/bin/pgp"
To contact the developers, please mail to <mutt-dev@mutt.org>.


---------------------------------------
Received: (at 92-done) by bugs.guug.de; 29 May 2001 14:00:00 +0000
From brendan@kublai.com Tue May 29 15:59:59 2001
Received: from xanadu.kublai.com ([166.84.169.10])
	by trithemius.gnupg.org with esmtp (Exim 3.12 #1 (Debian))
	id 154k2R-00050J-00
	for <92-done@bugs.guug.de>; Tue, 29 May 2001 15:59:59 +0200
Received: by xanadu.kublai.com (Postfix, from userid 1000)
	id 6B5033D48; Tue, 29 May 2001 09:59:12 -0400 (EDT)
Date: Tue, 29 May 2001 09:59:12 -0400
From: Brendan Cully <brendan@kublai.com>
To: 92-done@bugs.guug.de
Subject: this is fixed
Message-ID: <20010529095912.B431@xanadu.kublai.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.18i
X-Operating-System: Linux 2.4.5 i686

This appears to have been fixed. configure properly detects bkgdset on
my NetBSD 1.5 box, which still defines it as a macro for wbkgdset.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic