/bin/rebaselst: cannot create /var/cache/rebase/rebase_lst: Permission denied

Houder houder@xs4all.nl
Fri Apr 8 12:38:00 GMT 2016


On 2016-04-08 14:06, Achim Gratz wrote:
> Houder <houder <at> xs4all.nl> writes:
>> No ... it did not.
> 
> You realize that this makes absolutely no sense?

No. (cannot help that today)

> 
>> However, this modification did.
> 
> Which does exactly the same thing in a more roundabout way.  Or should 
> anyway.

To verify, I removed my modification again ...

--- a/drv/e/Setup/test/bin/rebaselst.orig
+++ b/drv/e/Setup/test/bin/rebaselst
@@ -93,9 +93,14 @@ check_file () {
      echo "removing $1"
      rm -f $1
    fi
+#  if [ "$2" = "no" -a  -e $1 ] ; then
+#    echo "chmod 644 $1"
+#    chmod 644 "$1"
+#  fi
    if [ ! -e "$1" ] ; then
      echo "creating empty $1"
      touch -t 7001010000  "$1"
+    chmod 644 "$1"
    fi
  }

Again /bin/rebaselst fails ... See attached file.

Regards,
Henri
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Achim_setup.log.full
URL: <http://cygwin.com/pipermail/cygwin/attachments/20160408/0618609b/attachment.ksh>
-------------- next part --------------
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


More information about the Cygwin mailing list