Comment 25 for bug 6771

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <20040121233045.G16244@8304.ch>
Date: Wed, 21 Jan 2004 23:30:45 +0100
From: Olivier Mueller <omueller@8304.ch>
To: Marco d'Itri <email address hidden>
Subject: Re: Bug#228855: Bus Error on mutt startup with imap (sparc64)

On Wed, Jan 21, 2004 at 02:24:05PM +0100, Marco d'Itri wrote:
> dpkg-source -x *.dsc
> cd mutt-*
> fakeroot ./debian/rules binary
>

PS: the end of the config.log:

int main() {
initscr()
; return 0; }
configure:2908: checking for initscr in -ljcurses
configure:2927: cc -o conftest -g -O2 conftest.c -ljcurses -L/lib 1>&5
/usr/bin/ld: cannot find -ljcurses
collect2: ld returned 1 exit status
configure: failed program was:
#line 2916 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply. */
char initscr();

int main() {
initscr()
; return 0; }
configure:2908: checking for initscr in -lunknown
configure:2927: cc -o conftest -g -O2 conftest.c -lunknown -L/lib 1>&5
/usr/bin/ld: cannot find -lunknown
collect2: ld returned 1 exit status
configure: failed program was:
#line 2916 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply. */
char initscr();

int main() {
initscr()
; return 0; }

O.