Re: mergemaster b0rked?

2003-08-19 Thread John Hay
  for i in answer  isdntel.sh  record
tell tell-record unknown_incoming ; do
  install -o  -g  -m 700 $i  /var/tmp/temproot/etc/isdn ;  done ;  for i in
  holidays.Disdnd.rates.Aisdnd.rates.D   isdnd.rates.F
   isdnd.rates.L   isdnd.rates.UK.BT   isdnd.rc.sample
 isdntel.alias.sample ; do  install -o  -g  -m 600 $i
  /var/tmp/temproot/etc/isdn ;  done
  install: -g: Invalid argument
  *** Error code 67
 
  Stop in /usr/src/etc/isdn.
  *** Error code 1
 
  Stop in /usr/src/etc.
 
*** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
the temproot environment
 
  #
 
 I'm seeing this too. I've cvsup'ed and rebuilt world (making sure that
 mergemaster was rebuilt) and it still occurs.

Make sure to get a more clever src/etc/isdn/Makefile. I think 1.11 should
do.

PS. It broke my nightly release build too. I'm now trying again with the
latest Makefile.

John
-- 
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mergemaster b0rked?

2003-08-19 Thread Andre Guibert de Bruet

On Tue, 19 Aug 2003, John Hay wrote:

   Stop in /usr/src/etc.
  
 *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
 the temproot environment
  
   #
 
  I'm seeing this too. I've cvsup'ed and rebuilt world (making sure that
  mergemaster was rebuilt) and it still occurs.

 Make sure to get a more clever src/etc/isdn/Makefile. I think 1.11 should
 do.

 PS. It broke my nightly release build too. I'm now trying again with the
 latest Makefile.

O'Brien's version 1.11 of src/etc/isdn/Makefile fixes the problem. Thanks!

Regards,

 Andre Guibert de Bruet | Enterprise Software Consultant 
 Silicon Landmark, LLC. | http://siliconlandmark.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


mergemaster b0rked?

2003-08-18 Thread Wilko Bulte
for i in answer  isdntel.sh  record
  tell tell-record unknown_incoming ; do
install -o  -g  -m 700 $i  /var/tmp/temproot/etc/isdn ;  done ;  for i in
holidays.Disdnd.rates.Aisdnd.rates.D   isdnd.rates.F
 isdnd.rates.L   isdnd.rates.UK.BT   isdnd.rc.sample
   isdntel.alias.sample ; do  install -o  -g  -m 600 $i
/var/tmp/temproot/etc/isdn ;  done
install: -g: Invalid argument
*** Error code 67

Stop in /usr/src/etc/isdn.
*** Error code 1

Stop in /usr/src/etc.

  *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
  the temproot environment

#

??

This is on Alpha btw.

-- 
|   / o / /_  _ [EMAIL PROTECTED]
|/|/ / / /(  (_)  Bulte 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mergemaster b0rked?

2003-08-18 Thread Andre Guibert de Bruet

On Mon, 18 Aug 2003, Wilko Bulte wrote:

 for i in answer  isdntel.sh  record
   tell tell-record unknown_incoming ; do
 install -o  -g  -m 700 $i  /var/tmp/temproot/etc/isdn ;  done ;  for i in
 holidays.Disdnd.rates.Aisdnd.rates.D   isdnd.rates.F
  isdnd.rates.L   isdnd.rates.UK.BT   isdnd.rc.sample
isdntel.alias.sample ; do  install -o  -g  -m 600 $i
 /var/tmp/temproot/etc/isdn ;  done
 install: -g: Invalid argument
 *** Error code 67

 Stop in /usr/src/etc/isdn.
 *** Error code 1

 Stop in /usr/src/etc.

   *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
   the temproot environment

 #

I'm seeing this too. I've cvsup'ed and rebuilt world (making sure that
mergemaster was rebuilt) and it still occurs.

 Andre Guibert de Bruet | Enterprise Software Consultant 
 Silicon Landmark, LLC. | http://siliconlandmark.com/


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mergemaster b0rked?

2003-08-18 Thread Craig Rodrigues
On Mon, Aug 18, 2003 at 07:05:54PM +0200, Wilko Bulte wrote:
 for i in answer  isdntel.sh  record
   tell tell-record unknown_incoming ; do
 install -o  -g  -m 700 $i  /var/tmp/temproot/etc/isdn ;  done ;  for i in
  ^^  

Why doesn't the -g flag have a GID as an argument? 

 install: -g: Invalid argument
 *** Error code 67

-- 
Craig Rodrigues
http://crodrigues.org
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mergemaster b0rked?

2003-08-18 Thread Wilko Bulte
On Mon, Aug 18, 2003 at 04:19:22PM -0400, Craig Rodrigues wrote:
 On Mon, Aug 18, 2003 at 07:05:54PM +0200, Wilko Bulte wrote:
  for i in answer  isdntel.sh  record
tell tell-record unknown_incoming ; do
  install -o  -g  -m 700 $i  /var/tmp/temproot/etc/isdn ;  done ;  for i in
   ^^  
 
 Why doesn't the -g flag have a GID as an argument? 

Because it seems that BINGRP and BINOWNER are undefined.

  install: -g: Invalid argument
  *** Error code 67
 
 -- 
 Craig Rodrigues
 http://crodrigues.org
 [EMAIL PROTECTED]
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to [EMAIL PROTECTED]
---end of quoted text---

-- 
|   / o / /_  _ [EMAIL PROTECTED]
|/|/ / / /(  (_)  Bulte 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]