From owner-freebsd-stable Mon Jul 15 22:16: 7 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4384F37B420 for ; Mon, 15 Jul 2002 22:16:01 -0700 (PDT) Received: from smurf.jnielsen.net (12-254-136-47.client.attbi.com [12.254.136.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 950DC43E6A for ; Mon, 15 Jul 2002 22:16:00 -0700 (PDT) (envelope-from stable@jnielsen.net) Received: from max (max.local [192.168.0.9]) by smurf.jnielsen.net (8.12.3/8.12.3) with SMTP id g6G5Fmhw000723; Mon, 15 Jul 2002 23:15:49 -0600 (MDT) (envelope-from stable@jnielsen.net) Message-ID: <002901c22c87$d91e8ba0$0900a8c0@max> From: "John Nielsen" To: Cc: "Garance A Drosihn" References: <001d01c22c3f$ff753b70$0900a8c0@max> <002501c22c5a$fa360c00$0900a8c0@max> Subject: Re: XFree86-4-FontServer won't build under 4.6-p2 Date: Mon, 15 Jul 2002 23:15:48 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Status: No, hits=0.2 required=5.0 tests=WEIRD_PORT,AWL version=2.31 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Nielsen wrote: > Garance A Drosihn wrote: >> At 2:41 PM -0600 7/15/02, John Nielsen wrote: >>> I'm seeing this on two different machines, both running 4.6-RELEASE-p2 >>> (fresh install of 4.6 followed by an installworld over NFS). >>> I'm not sure if the problem is with the port or the p2 release >>> (it seems like I successfully built X recently on a different >>> machine). Has anyone else seen this? Any ideas what to do >>> about it? Wraphelp.c is being fetched properly, and other parts >>> of XFree86-4 built fine. Any input would be appreciated. :) >>> >>> Here's the tail end of the build output: >> [...skipping...] >> >>> Unwrap.c: In function `XdmcpUnwrap': >>> Unwrap.c:70: warning: implicit declaration of function `_XdmcpAuthSetup' >>> Unwrap.c:79: warning: implicit declaration of function `_XdmcpAuthDoIt' >>> make: don't know how to make Wraphelp.c. Stop >>> *** Error code 2 >>> >>> Stop in /usr/ports/x11-servers/XFree86-4-FontServer/work/xc/lib. >> >> You say that "Wraphelp.c is being fetched properly". Fetched by who? >> Where did you put it? > > Fetched by the port mechanism, when I did a "make install" in > /usr/ports/x11/XFree86-4. It got put in /usr/ports/distfiles/xc, after I > renamed the existing xc directory. > >> I suspect this is a temp oversight in the latest XFree86-4 ports. >> I ran into this last night, and in my case I just did the quick-fix >> workaround of copying Wraphelp.c (which I had downloaded) into the >> proper directory under >> /usr/ports/x11-servers/XFree86-4-FontServer/work/xc >> >> there is some README or INSTALL file there which said where it >> had to go. I then cd'ed into that >> /usr/ports/x11-servers/XFree86-4-FontServer/work/xc >> directory and did the "make". I then cd'ed into >> /usr/ports/x11-servers/XFree86-4-FontServer >> and did the 'make install && make clean' > > I will try that. :) I just got the build to work (following your advice), and I submitted a PR on the issue (ports/40637). For reference, here's what I did: cd /usr/ports/x11-servers/XFree86-4-FontServer make extract cp /usr/ports/distfiles/xc/Wraphelp.c work/xc/lib/Xdmcp make ...etc. JN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message