Date: Fri, 14 Nov 2003 23:41:06 -0800 From: Kent Stewart <kstewart@owt.com> To: "Lee Harr" <missive@hotmail.com>, freebsd-ports@freebsd.org Subject: Re: x11/XFree86-4-clients upgrade fails Message-ID: <200311142341.06340.kstewart@owt.com> In-Reply-To: <BAY2-F51DgHbOEMBRWt00008d29@hotmail.com> References: <BAY2-F51DgHbOEMBRWt00008d29@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 14 November 2003 08:16 pm, Lee Harr wrote: > portupgrade -R 'x11/XFree86-4-clients' > > [...] > making all in programs/bdftopcf... > cc -O -pipe -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef > -I/usr/ports/x11/XFree86-4-clients/work/xc/include/fonts > -I/usr/ports/x11/XFree86-4-clients/work/xc/lib/font/include > -I/usr/ports/x11/XFree86-4-clients/work/xc/lib/font/bitmap > -I/usr/ports/x11/XFree86-4-clients/work/xc > -I/usr/ports/x11/XFree86-4-clients/work/xc/exports/include > -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c > bdftopcf.c > In file included from /usr/include/string.h:50, > from > /usr/ports/x11/XFree86-4-clients/work/xc/exports/include/X11/Xfuncs.h:49, > from > /usr/ports/x11/XFree86-4-clients/work/xc/lib/font/include/fontmisc.h:38, > from bdftopcf.c:34: > /usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not defined > /usr/include/sys/cdefs.h:279: warning: `_POSIX_C_SOURCE' is not defined > rm -f bdftopcf > cc -o bdftopcf -O -pipe -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef > -L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib bdftopcf.o -lXfont > -lfntstubs -L/usr/X11R6/lib -lz -lm -Wl,-rpath,/usr/X11R6/lib > /usr/libexec/elf/ld: cannot find -lXfont > *** Error code 1 > > > > Do I need to add in another port because of the recent X11 changes? > No, you need to re-add your -libraries. XFree86-servers deleted the Xfont and you have to add it back in with -libraries. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311142341.06340.kstewart>