From owner-freebsd-ports Fri Feb 9 0:55:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from daffy.uwnet.nl (ns.isd-holland.nl [195.7.130.35]) by hub.freebsd.org (Postfix) with ESMTP id 98F5337B503 for ; Fri, 9 Feb 2001 00:55:21 -0800 (PST) Received: from dyn.dailup.c227129077.isd.to (dyn.dailup.c227129077.isd.to [213.227.129.77]) by daffy.uwnet.nl (8.11.1/8.11.0) with ESMTP id f198tJT31296 for ; Fri, 9 Feb 2001 09:55:19 +0100 Received: (qmail 4920 invoked by uid 1000); 9 Feb 2001 09:55:59 -0000 From: "Andre Goeree" Date: Fri, 9 Feb 2001 09:55:59 +0000 To: freebsd-ports@freebsd.org Subject: Re: installation of xaos failed Message-ID: <20010209095558.A4903@mandark.attica.home> Reply-To: abgoeree@uwnet.nl References: <20010209004757.A15791@mandark.attica.home> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010209004757.A15791@mandark.attica.home>; from abgoeree@uwnet.nl on Fri, Feb 09, 2001 at 12:47:57AM +0000 X-Sender: abgoeree@uwnet.nl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Feb 09, 2001 at 12:47:57AM +0000, Andre Goeree wrote: > Hello, > > While installing graphics/xaos the following error > occurred: > > /usr/bin/install -c -o root -g wheel -m 444 doc/xaos.6 /usr/local/man/man6 > chmod +s /usr/local/bin/xaos; chown root /usr/local/bin/xaos; chgrp root /usr/local/bin/xaos > chgrp: root: illegal group name > *** Error code 1 > Oops, forgot to attach the diff;) -- Andre --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="configure.diff" --- work/XaoS-3.0/configure Wed Mar 4 21:49:12 1998 +++ /tmp/configure Fri Feb 9 09:46:42 2001 @@ -5522,7 +5522,7 @@ #define SVGA_DRIVER 1 EOF - STICKY='chmod +s $(bindir)/xaos; chown root $(bindir)/xaos; chgrp root $(bindir)/xaos' + STICKY='chmod +s $(bindir)/xaos; chown root $(bindir)/xaos; chgrp wheel $(bindir)/xaos' DRIVERDIRS="$DRIVERDIRS ui/ui-drv/svga" DRIVERLIBS="$DRIVERLIBS lib/libuisvga.a" if test "x$ac_cv_func_pthread_sighandler" = xyes; then --- work/XaoS-3.0/configure.in Wed Mar 4 21:49:12 1998 +++ /tmp/configure.in Fri Feb 9 09:46:08 2001 @@ -647,7 +647,7 @@ if test "x$ac_cv_lib_vga_vga_hasmode$ac_cv_lib_vgagl_gl_write" = xyesyes; then drivers=yes AC_DEFINE(SVGA_DRIVER) - STICKY='chmod +s $(bindir)/xaos; chown root $(bindir)/xaos; chgrp root $(bindir)/xaos' + STICKY='chmod +s $(bindir)/xaos; chown root $(bindir)/xaos; chgrp wheel $(bindir)/xaos' DRIVERDIRS="$DRIVERDIRS ui/ui-drv/svga" DRIVERLIBS="$DRIVERLIBS lib/libuisvga.a" if test "x$ac_cv_func_pthread_sighandler" = xyes; then --tKW2IUtsqtDRztdT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message