From owner-freebsd-hubs@FreeBSD.ORG Sun Jan 2 03:58:10 2005 Return-Path: Delivered-To: freebsd-hubs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B733F16A4CF for ; Sun, 2 Jan 2005 03:58:09 +0000 (GMT) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [24.60.174.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AF0A43D31 for ; Sun, 2 Jan 2005 03:58:09 +0000 (GMT) (envelope-from tmclaugh@sdf.lonestar.org) Received: from compass.straycat.dhs.org (compass.straycat.dhs.org [192.168.1.32]) by straycat.dhs.org (8.13.0/8.13.0) with ESMTP id j023wHC7006805 for ; Sat, 1 Jan 2005 22:58:17 -0500 (EST) From: Tom McLaughlin To: freebsd-hubs@freebsd.org Content-Type: text/plain Date: Sat, 01 Jan 2005 22:58:42 -0500 Message-Id: <1104638322.1007.9.camel@compass.straycat.dhs.org> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: anoncvssh script fails to compile X-BeenThere: freebsd-hubs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Distributions Hubs: mail sup ftp List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 03:58:10 -0000 Not sure if this is the right list but I'm attempting to setup a local CVS mirror here for my machines. I'm using the following wrapper shell which I found in the hubs documentation but it is failing to compile: ftp://ftp.freebsd.org/pub/FreeBSD/development/FreeBSD-CVS/anoncvs.shar This is the error that I'm getting: [root@pangea:ttyp0 anoncvssh]# make Warning: Object directory not changed from original /usr/local/src/anoncvssh cc -O -pipe -g -c anoncvssh.c anoncvssh.c:108:1: pasting ""PATH="" and ""/usr/bin:/bin"" does not give a valid preprocessing token anoncvssh.c:109:1: pasting ""SHELL="" and ""/bin/sh"" does not give a valid preprocessing token anoncvssh.c:110:1: pasting ""CVSROOT="" and ""/cvs"" does not give a valid preprocessing token anoncvssh.c:215:1: pasting ""cvs -d "" and "LOCALROOT" does not give a valid preprocessing token anoncvssh.c:215:1: pasting "LOCALROOT" and "" server"" does not give a valid preprocessing token anoncvssh.c:220:1: pasting "HOSTNAME" and "":"" does not give a valid preprocessing token anoncvssh.c:220:1: pasting "":"" and "LOCALROOT" does not give a valid preprocessing token *** Error code 1 I tried this on my OpenBSD box (where I use the same script) and it does compile. I believe the problem is related to gcc 3 on FreeBSD 5.3. Can anyone here help me to get this program to compile? Thanks. Tom -- BSD# Project - Porting Mono to FreeBSD http://forge.novell.com/modules/xfmod/project/?bsd-sharp