Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2001 09:55:59 +0000
From:      "Andre Goeree" <abgoeree@uwnet.nl>
To:        freebsd-ports@freebsd.org
Subject:   Re: installation of xaos failed
Message-ID:  <20010209095558.A4903@mandark.attica.home>
In-Reply-To: <20010209004757.A15791@mandark.attica.home>; from abgoeree@uwnet.nl on Fri, Feb 09, 2001 at 12:47:57AM %2B0000
References:  <20010209004757.A15791@mandark.attica.home>

next in thread | previous in thread | raw e-mail | index | archive | help

--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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010209095558.A4903>