From owner-freebsd-ports-bugs Thu Feb 27 6:40: 7 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8A1837B401 for ; Thu, 27 Feb 2003 06:40:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF7EC43FDF for ; Thu, 27 Feb 2003 06:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1REe3NS009430 for ; Thu, 27 Feb 2003 06:40:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1REe3Kw009429; Thu, 27 Feb 2003 06:40:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B61D237B401 for ; Thu, 27 Feb 2003 06:32:05 -0800 (PST) Received: from osi.secret.org (osi.secret.org [216.213.189.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D1943FDD for ; Thu, 27 Feb 2003 06:32:03 -0800 (PST) (envelope-from lucid@osi.secret.org) Received: from osi.secret.org (localhost [127.0.0.1]) by osi.secret.org (8.12.6/8.12.6) with ESMTP id h1REYkN8020827; Thu, 27 Feb 2003 09:34:46 -0500 (EST) (envelope-from lucid@osi.secret.org) Received: (from lucid@localhost) by osi.secret.org (8.12.6/8.12.6/Submit) id h1REYjgT020826; Thu, 27 Feb 2003 09:34:45 -0500 (EST) Message-Id: <200302271434.h1REYjgT020826@osi.secret.org> Date: Thu, 27 Feb 2003 09:34:45 -0500 (EST) From: William Morris Reply-To: William Morris To: FreeBSD-gnats-submit@FreeBSD.org Cc: William Morris X-Send-Pr-Version: 3.113 Subject: ports/48746: fix for broken gdm2 port due to openpam Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48746 >Category: ports >Synopsis: fix for broken gdm2 port due to openpam >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 27 06:40:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: William Morris >Release: FreeBSD 5.0-RELEASE-p1 i386 >Organization: William Morris Consulting >Environment: System: FreeBSD williammorris.com 5.0-RELEASE-p1 FreeBSD 5.0-RELEASE-p1 #0: Sat Feb 22 23:14:42 EST 2003 me@williammorris.com:/usr/obj/usr/src/sys/J00KIE i386 >Description: Port fails to build due to missing misc_conv in openpam /bin/sh ../libtool --mode=link cc -O -pipe -mcpu=pentiumpro -g -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -o gdmaskpass gdmaskpass.o -lintl -lpam -L/usr/local/lib cc -O -pipe -mcpu=pentiumpro -g -Wall -Wpointer-arith -Wmissing-prototypes -Wmis sing-declarations -o gdmaskpass gdmaskpass.o -lintl -lpam -L/usr/local/lib gdmaskpass.o: In function `main': /usr/ports/x11/gdm2/work/gdm-2.4.1.3/utils/gdmaskpass.c:18: undefined reference to `misc_conv' gmake[2]: *** [gdmaskpass] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/gdm2/work/gdm-2.4.1.3/utils' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/gdm2/work/gdm-2.4.1.3' gmake: *** [all-recursive-am] Error 2 *** Error code 2 >How-To-Repeat: cd /usr/ports/x11/gdm2; make >Fix: --- utils/gdmaskpass.c.orig Mon Nov 5 23:46:28 2001 +++ utils/gdmaskpass.c Thu Feb 27 04:15:12 2003 @@ -7,9 +7,10 @@ #include #include #include +#include static struct pam_conv conv = { - misc_conv, + openpam_ttyconv, NULL }; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message