From owner-freebsd-ports Fri Nov 10 9: 6:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from lament.support.pavilion.net (lament.support.pavilion.net [212.74.1.242]) by hub.freebsd.org (Postfix) with ESMTP id 7602837B479; Fri, 10 Nov 2000 09:06:12 -0800 (PST) Received: by lament.support.pavilion.net (Postfix, from userid 1001) id BAD2033; Fri, 10 Nov 2000 17:06:10 +0000 (GMT) Date: Fri, 10 Nov 2000 17:06:10 +0000 From: Ben To: Maxim Sobolev Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/22739: sawfish refuses to build from ports. Message-ID: <20001110170610.A88473@pavilion.net> References: <200011101659.IAA62489@freefall.freebsd.org> <3A0C29B9.74057C64@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <3A0C29B9.74057C64@FreeBSD.org>; from sobomax@FreeBSD.org on Fri, Nov 10, 2000 at 07:00:41PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Nov 10, 2000 at 07:00:41PM +0200, Maxim Sobolev wrote: > sobomax@FreeBSD.org wrote: > > > Please try to reinstall both and install rep-gtk-gnome-0.14_1 > > Read "deinstall" instead of "reinstall". i have tried this a few times, i currently have: lament:~$ pkg_info | grep rep librep-0.13.2 An Emacs Lisp like runtime library rep-gtk-gnome-0.14_1 GTK+ binding for rep Lisp interpreter installed only and a lament:~# cd /usr/ports/x11-wm/sawfish/ && make ===> Configuring for sawfish-gnome-0.33 loading cache ./config.cache checking host system type... i386--freebsd4.1.1 checking for gcc... cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether ln -s works... yes checking whether gmake sets ${MAKE}... yes checking whether cc needs -traditional... no checking for xdr_void in -lnsl... no checking for bind in -lsocket... no checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for fcntl.h... yes checking for sys/time.h... yes checking for sys/utsname.h... yes checking for unistd.h... yes checking for memory.h... yes checking for X11/SM/SMlib.h... yes checking for X11/extensions/Xdbe.h... yes checking for XineramaQueryScreens in -lXinerama... yes checking for X11/extensions/Xinerama.h... yes checking for rep - version >= 0.13... version 0.13.1 checking for GNU msgfmt... /usr/local/bin/msgfmt checking for correct rep-gtk version... no configure: error: You need rep-gtk version 0.14+ ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:632: checking host system type configure:667: checking for gcc configure:780: checking whether the C compiler (cc -O -pipe ) works configure:796: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:822: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:827: checking whether we are using GNU C configure:836: cc -E conftest.c configure:855: checking whether cc accepts -g configure:887: checking how to run the C preprocessor configure:908: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:978: checking for a BSD compatible install configure:1031: checking whether ln -s works configure:1052: checking whether gmake sets ${MAKE} configure:1080: checking whether cc needs -traditional configure:1105: termio.h: No such file or directory configure:1131: checking for xdr_void in -lnsl configure:1150: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -lnsl -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot find -lnsl configure: failed program was: #line 1139 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char xdr_void(); int main() { xdr_void() ; return 0; } configure:1178: checking for bind in -lsocket configure:1197: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -lsocket -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot find -lsocket configure: failed program was: #line 1186 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char bind(); int main() { bind() ; return 0; } configure:1230: checking for X configure:1544: checking for dnet_ntoa in -ldnet configure:1563: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -ldnet -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot find -ldnet configure: failed program was: #line 1552 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:1585: checking for dnet_ntoa in -ldnet_stub configure:1604: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -ldnet_stub -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot find -ldnet_stub configure: failed program was: #line 1593 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:1633: checking for gethostbyname configure:1661: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:1731: checking for connect configure:1759: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:1823: checking for remove configure:1851: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:1915: checking for shmat configure:1943: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2016: checking for IceConnectionNumber in -lICE configure:2035: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lICE -L/usr/local/lib 1>&5 configure:2060: checking for ANSI C header files configure:2073: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2140: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib 1>&5 configure:2164: checking whether time.h and sys/time.h may both be included configure:2178: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:2199: checking for sys/wait.h that is POSIX.1 compatible configure:2220: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:2244: checking for fcntl.h configure:2254: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2244: checking for sys/time.h configure:2254: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2244: checking for sys/utsname.h configure:2254: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2244: checking for unistd.h configure:2254: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2244: checking for memory.h configure:2254: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2244: checking for X11/SM/SMlib.h configure:2254: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2244: checking for X11/extensions/Xdbe.h configure:2254: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2284: checking for XineramaQueryScreens in -lXinerama configure:2303: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -lXinerama -L/usr/X11R6/lib -lX11 -lXext -L/usr/local/lib 1>&5 configure:2323: checking for X11/extensions/Xinerama.h configure:2333: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2379: checking for rep - version >= 0.13 configure:2411: checking for GNU msgfmt configure:2433: checking for correct rep-gtk version (end of "config.log") *** Error code 1 Stop in /usr/ports/x11-wm/sawfish. *** Error code 1 Stop in /usr/ports/x11-wm/sawfish. *** Error code 1 Stop in /usr/ports/x11-wm/sawfish. *** Error code 1 Stop in /usr/ports/x11-wm/sawfish. or exactly the same, i cvsup'd a while ago aswell (aswell as a few make distclean's) -- Ben Hughes, Pavilion Internet (0845 333 5000) "Quidquid latine dictum sit, altum viditur." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message