From owner-freebsd-ports@FreeBSD.ORG Mon May 12 04:16:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F99937B401 for ; Mon, 12 May 2003 04:16:28 -0700 (PDT) Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD8A43FB1 for ; Mon, 12 May 2003 04:16:26 -0700 (PDT) (envelope-from mcrogerm@stjohn.ac.th) Received: from tulip.stjohn.ac.th ([203.151.134.104]) by stjohn.stjohn.ac.th (8.9.3+Sun/8.9.3) with ESMTP id SAA18926 for ; Mon, 12 May 2003 18:14:52 +0700 (ICT) Message-Id: <5.2.0.9.0.20030512180251.009ef040@127.0.0.1> X-Sender: stjohn.stjohn.ac.th:mcrogerm@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 12 May 2003 18:16:18 +0700 To: freebsd-ports@freebsd.org From: Roger Merritt Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Problem upgrading XFree86-libraries X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 11:16:28 -0000 I've been trying to upgrade XFree86-libraries from the ports. I've re-cvsupped several times, and I'm still getting the same error message. My session goes like: >---> Upgrading 'XFree86-libraries-4.3.0_1' to 'XFree86-libraries-4.3.0_3' >(x11/XFree86-4-libraries) >---> Building '/usr/ports/x11/XFree86-4-libraries' >ln -s /usr/home/ports/x11/XFree86-4-libraries/work/xc/lib/Xau/AuFileName.c >AuFileName.c >rm -f AuRead.c >ln -s /usr/home/ports/x11/XFree86-4-libraries/work/xc/lib/Xau/AuRead.c >AuRead.c >rm -f ks_tables.h makekeys makekeys.o >LD_LIBRARY_PATH=/usr/home/ports/x11/XFree86-4-libraries/work/xc/exports/lib >cc -o makekeys -O -pipe -march=pentium -ansi -Dasm=__asm >GccWarningOptions -I/usr/home/ports/x11/XFree86-4-libraries/work/xc >-I/usr/home/ports/x11/XFree86-4-libraries/work/xc/exports/include >-DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT >-D_THREAD_SAFE -DXUSE_MTSAFE_API >-DXNO_MTSAFE_PWDAPI -DMALLOC_0_RETURNS_NULL -DHAS_SNPRINTF >-DLIBX11 -DPOSTLOCALELIBDIR=\"lib\" util/makekeys.c >-L/usr/X11R6/lib -pthread -Wl,-rpath,/usr/X11R6/lib >cc: GccWarningOptions: No such file or directory >*** Error code 1 (ignored) >./makekeys < >/usr/home/ports/x11/XFree86-4-libraries/work/xc/exports/include/X11/keysymdef.h > > ks_tables_h >./makekeys: not found >*** Error code 127 > >Stop in /usr/home/ports/x11/XFree86-4-libraries/work/xc/lib/X11. >*** Error code 1 Can someone suggest what I should do to correct this? I confess I'm baffled -- as I read the output, 'make' has issued a 'rm' command, and then the next line looks like what should be arguments to the compiler command, but the command is not given correctly? It looks to me as if it's defining the environment variable LD_LIBRARY_PATH, and then there should be either a semicolon or a newline before the call to 'cc'. Can that be? I'm not a programmer, so I'm not familiar with esoteric output from 'make' and can get pretty confused trying to follow the chain of events in a complicated makefile with a lot of symbolic labels and macros. -- Roger