From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 10 13:50:01 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B16737B401; Thu, 10 Apr 2003 13:50:01 -0700 (PDT) Received: from mail.redlinenetworks.com (mail.redlinenetworks.com [216.136.145.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFF6D43F3F; Thu, 10 Apr 2003 13:50:00 -0700 (PDT) (envelope-from sewall@ix.netcom.com) Received: from ix.netcom.com (melkor.redlinenetworks.com [192.168.0.8]) h3AKo0Q49711; Thu, 10 Apr 2003 13:50:00 -0700 (PDT) (envelope-from sewall@ix.netcom.com) Message-ID: <3E95D8F8.9050107@ix.netcom.com> Date: Thu, 10 Apr 2003 13:50:00 -0700 From: Scott Sewall User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@freebsd.org Subject: pkg_add of gdm2 has errors X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 20:50:01 -0000 I'm running a new install of 4.8-RELEASE on i386. Running "pkg_add -r gnome2", the following errors are reported: (I've defined the BATCH environment variable). Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.8-release/All/gdm2-2.4.1.3.tgz...Syntax error: end of file unexpected (expecting "then") pkg_add: command 'if [ ! -f /usr/X11R6/etc/gdm/Init/Default ] && cp /usr/X11R6/etc/gdm/Init/factory-Default /usr/X11R6/etc/gdm/Init/Default' failed Syntax error: end of file unexpected (expecting "then") pkg_add: command 'if [ ! -f /usr/X11R6/etc/gdm/PostSession/Default ] && cp /usr/X11R6/etc/gdm/PostSession/factory-Default /usr/X11R6/etc/gdm/PostSession/Default' failed Syntax error: end of file unexpected (expecting "then") pkg_add: command 'if [ ! -f /usr/X11R6/etc/gdm/PreSession/Default ] && cp /usr/X11R6/etc/gdm/PreSession/factory-Default /usr/X11R6/etc/gdm/PreSession/Default' failed Syntax error: end of file unexpected (expecting "then") pkg_add: command 'if [ ! -f /usr/X11R6/etc/gdm/Sessions/Gnome ] && cp /usr/X11R6/etc/gdm/Sessions/factory-Gnome /usr/X11R6/etc/gdm/Sessions/Gnome' failed Syntax error: end of file unexpected (expecting "then") pkg_add: command 'if [ ! -f /usr/X11R6/etc/gdm/Sessions/Xsession ] && cp /usr/X11R6/etc/gdm/Sessions/factory-Xsession /usr/X11R6/etc/gdm/Sessions/Xsession' failed Syntax error: end of file unexpected (expecting "then") pkg_add: command 'if [ ! -f /usr/X11R6/etc/gdm/XKeepsCrashing ] && cp /usr/X11R6/etc/gdm/factory-XKeepsCrashing /usr/X11R6/etc/gdm/XKeepsCrashing' failed Syntax error: end of file unexpected (expecting "then") pkg_add: command 'if [ ! -f /usr/X11R6/etc/gdm/gnomerc ] && cp /usr/X11R6/etc/gdm/factory-gnomerc /usr/X11R6/etc/gdm/gnomerc' failed Syntax error: end of file unexpected (expecting "then") pkg_add: command 'if [ ! -f /usr/X11R6/etc/gdm/gdm.conf ] && cp /usr/X11R6/etc/gdm/factory-gdm.conf /usr/X11R6/etc/gdm/gdm.conf' failed Syntax error: end of file unexpected (expecting "then") pkg_add: command 'if [ ! -f /usr/X11R6/etc/gdm/locale.alias ] && cp /usr/X11R6/etc/gdm/factory-locale.alias /usr/X11R6/etc/gdm/locale.alias' failed pkg_info reports the gdm2 package is installed. Are these messages something I should be concerned about? -- Scott