Received: with LISTAR (v1.0.0; list gopher); Wed, 09 Jan 2002 19:17:50 -0500 (EST) Return-Path: Delivered-To: gopher@complete.org Received: from duron.zsau.bpa.nu (CPE-144-136-42-173.vic.bigpond.net.au [144.136.42.173]) by pi.glockenspiel.complete.org (Postfix) with ESMTP id 97CD83B953 for ; Wed, 9 Jan 2002 19:17:48 -0500 (EST) Received: from localhost (anstouh@localhost) by duron.zsau.bpa.nu (8.11.4/8.11.4) with ESMTP id g0A0HWC00730 for ; Thu, 10 Jan 2002 11:17:41 +1100 X-Authentication-Warning: duron.zsau.bpa.nu: anstouh owned process doing -bs Date: Thu, 10 Jan 2002 11:17:32 +1100 (EST) From: X-X-Sender: To: Subject: [gopher] Re: Problems compiling with FreeBSD, installing in Slackware In-Reply-To: <87zo3nlgad.fsf@complete.org> Message-ID: MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-archive-position: 273 X-listar-version: Listar v1.0.0 Sender: gopher-bounce@complete.org Errors-to: gopher-bounce@complete.org X-original-sender: anstouh@yahoo.com.au Precedence: bulk Reply-to: gopher@complete.org List-help: List-unsubscribe: List-software: Listar version 1.0.0 X-List-ID: Gopher List-subscribe: List-owner: List-post: List-archive: X-list: gopher On 9 Jan 2002, John Goerzen wrote: > > writes: > > > Hi. I downloaded gopher-3.0 from the gopher site, and I've tried to > > install it on my FreeBSD 4.4 box. Unfortunately, while compiling, it > > gives me a lot of warnings of the form > > My first question: are you using "gmake" or "make"? My experience on > NetBSD is that "make" will not work, but "gmake" will. Okay, I was using `make'. Using `gmake' made it install. > > Also, because that failed, I tried installing it on my Slackware 8.0 Linux > > box. It compiles fine, but won't make install; I think it creates the file > > /etc/gopherd and then wants a directory of the same name. > > A typescript of that part as well would be helpful. It happened when I gmake installed on FreeBSD as well. Tristan root@zsau:/home/anstouh/gmake-3.0.0# gmake install (cd object; gmake install); gmake[1]: Entering directory `/usr/home/anstouh/gopher-3.0.0/object' gmake[1]: Leaving directory `/usr/home/anstouh/gopher-3.0.0/object' (cd gopher; gmake install); gmake[1]: Entering directory `/usr/home/anstouh/gopher-3.0.0/gopher' mv /usr/local/bin/gopher /usr/local/bin/gopher.old mv: rename /usr/local/bin/gopher to /usr/local/bin/gopher.old: No such file or directory gmake[1]: [install] Error 1 (ignored) mkdir /usr/local/bin mkdir: /usr/local/bin: File exists gmake[1]: [install] Error 1 (ignored) mkdir /etc/gopher /usr/bin/install -c gopher /usr/local/bin /usr/bin/install -c gopher.rc /etc/gopher /usr/bin/install -c gopherremote.rc /etc/gopher /usr/bin/install -c gopher.hlp /etc/gopher gmake[1]: Leaving directory `/usr/home/anstouh/gopher-3.0.0/gopher' (cd gopherd; gmake install); gmake[1]: Entering directory `/usr/home/anstouh/gopher-3.0.0/gopherd' gcc -o gopherd error.o globals.o gopherd.o daemon.o special.o dedot.o openers.o index.o Waisindex.o serverutil.o ftp.o waisgopher.o ext.o site.o gopherdconf.o kernutils.o mindexd.o authenticate.o command.o pid.o AUTH.o GGroup.o ../object/libgopher.a -lcrypt -lcompat -lm gopherd.o: In function `HandleHTTPpost': /usr/home/anstouh/gopher-3.0.0/gopherd/./gopherd.c(.text+0xf69): warning: tempnam() possibly used unsafely; consider using mkstemp() mv /usr/local/sbin/gopherd /usr/local/sbin/gopherd.old mv: rename /usr/local/sbin/gopherd to /usr/local/sbin/gopherd.old: No such file or directory gmake[1]: [install] Error 1 (ignored) mv /etc/gopherd/gopherd.conf /etc/gopherd/gopherd.conf.old mv: rename /etc/gopherd/gopherd.conf to /etc/gopherd/gopherd.conf.old: No such file or directory gmake[1]: [install] Error 1 (ignored) /usr/bin/install -c gopherd /usr/local/sbin /usr/bin/install -c gopherd.conf /etc/gopherd if [ ! -f /etc/gopherd/gopherdlocal.conf ]; then \ /usr/bin/install -c gopherdlocal.conf /etc/gopherd/gopherdlocal.conf; \ fi install: /etc/gopherd/gopherdlocal.conf: Not a directory gmake[1]: *** [install] Error 71 gmake[1]: Leaving directory `/usr/home/anstouh/gopher-3.0.0/gopherd' gmake: *** [install] Error 2