From owner-freebsd-ports Sat Oct 2 15:30: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E9331521F for ; Sat, 2 Oct 1999 15:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA39946; Sat, 2 Oct 1999 15:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 2 Oct 1999 15:30:02 -0700 (PDT) Message-Id: <199910022230.PAA39946@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Rasmus Kaj Subject: Re: ports/13903: Update port: graphics/xfractint Reply-To: Rasmus Kaj Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13903; it has been noted by GNATS. From: Rasmus Kaj To: freebsd-gnats-submit@freebsd.org, tkato@prontomail.ne.jp Cc: Rasmus Kaj Subject: Re: ports/13903: Update port: graphics/xfractint Date: Sun, 03 Oct 1999 00:24:29 +0200 Yes, the old MASTER_SITE don't respond and the one submitted here works. The addition of a WWW: URL in the DESCR is also nice. Don't know about the other changes in the Makefile, though, they seem to be no real change. However, the port fails to compile for me, because it tries to link with curses when it needs ncurses (at least it links if I tell it to use ncurses instead). Compilation gives lots of warnings for using and rather than and but no other warninds. When I try to run the program (after linking it with -g and -lncurses), it segfaults with the following stack trace: #0 0x0 in ?? () #1 0x281971c6 in tputs () from /usr/lib/libtermcap.so.2 #2 0x28221e90 in putp () from /usr/lib/libmytinfo.so.2 #3 0x2818fadd in doupdate () from /usr/lib/libncurses.so.3 #4 0x2818d7c6 in doupdate () from /usr/lib/libncurses.so.3 #5 0x2818d620 in doupdate () from /usr/lib/libncurses.so.3 #6 0x2818cdfe in wrefresh () from /usr/lib/libncurses.so.3 #7 0x80b86f6 in setvideomode () #8 0x80b868a in setvideotext () #9 0x807054d in main () #10 0x804a79d in _start () 0x0 in a stack trace? Did it try to call a null pointer? -- Rasmus Kaj ---------------- rasmus@kaj.a.se - http://www.e.kth.se/~kaj/ \ There's too much blood in my caffeine system \------------------------------------------------- http://Raditex.se/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message