From owner-freebsd-ports Sat Jun 28 21:03:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA15515 for ports-outgoing; Sat, 28 Jun 1997 21:03:10 -0700 (PDT) Received: from pent.vnet.net (pent.vnet.net [166.82.194.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA15498; Sat, 28 Jun 1997 21:02:40 -0700 (PDT) Received: from pent (localhost [127.0.0.1]) by pent.vnet.net (8.8.5/8.8.5) with ESMTP id AAA29410; Sun, 29 Jun 1997 00:02:05 -0400 (EDT) Message-Id: <199706290402.AAA29410@pent.vnet.net> To: freebsd-ports@freebsd.org From: "Adam W. Hawks" Reply-to: awhawks@vnet.net cc: freebsd-current@freebsd.org Subject: xfmail problems in current Date: Sun, 29 Jun 1997 00:02:04 -0400 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk xfmail will not compile in current. it gives the following errors. bash# make >> Checksum OK for xfmail-1.0.tar.gz. ===> Extracting for xfmail-1.0 ===> xfmail-1.0 depends on shared library: Xpm\.4\. - found ===> xfmail-1.0 depends on shared library: xforms\.0\. - found ===> Patching for xfmail-1.0 ===> Applying FreeBSD patches for xfmail-1.0 ===> Configuring for xfmail-1.0 ===> Building for xfmail-1.0 Warning: Object directory not changed from original /usr/ports/mail/xfmail/work/xfmail/ui cc -Wall -O2 -I../compface -DFACES -I/usr/X11R6/include -I/usr/X11R6/include/X11 -DUSE_SOUND -DHS_MADVISE -I. -I../mail -I../pixmap -I../editor -c xfmail.c xfmail.c: In function `display_msg': xfmail.c:209: warning: passing arg 2 of `fl_show_question' makes integer from pointer without a cast xfmail.c:209: too many arguments to function `fl_show_question' xfmail.c:211: warning: passing arg 2 of `fl_show_question' makes integer from pointer without a cast xfmail.c:211: too many arguments to function `fl_show_question' xfmail.c: In function `preemptive_handler': xfmail.c:430: warning: implicit declaration of function `ringbell' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. bash# So I figured I would install the package. Below is the errors in current when I run the package. bash# xfmail XFMail 1.0 p0 - Xwindows e-mail client for FreeBSD (C) 1995,1996 Gennady B. Sorokopud Compiled at Tue Mar 25 05:42:43 PST 1997 by root@leia.cs.berkeley.edu X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 2 (X_ChangeWindowAttributes) Resource id in failed request: 0x0 Serial number of failed request: 816 Current serial number in output stream: 825 bash# I hope this gets fixed soon because it is my most used mail reader. Thanks Adam W. Hawks