bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU install error


From: Alfred M\. Szmidt
Subject: Re: GNU install error
Date: Wed, 17 Aug 2005 15:25:56 +0200

I already answered your question, it is rude to post the same question
to several mailing lists, when you have already recived an answer.  If
you do not find the answer good enough, have the decency to say so
instead of just repeating the same message.  The information you have
is vauge, you should ask your system administrator to take a look at
it, since we do not know what is going exactly.

>From ams Tue Aug 16 20:52:07 +0200 2005
From: "Alfred M. Szmidt" <address@hidden>
To: Matthew Rich <address@hidden>
CC: address@hidden
In-reply-to: <address@hidden> (message from
        Matthew Rich on Tue, 16 Aug 2005 11:12:25 -0700 (PDT))
Subject: Re: GNU install issue
Reply-to: address@hidden
References:  <address@hidden>

[...snip...]

   creating
   /home/mrich/nightlybuildtape/securetape/install/usr/include/neoscale/sys

   install: invalid user `-g'

[...snip...]

   Any Idea why this fails only when run as a cron job?

Given the vauge information it is impossible to give a exact response.
But it seems that you are passing the incorrect number of flags to
install.  Maybe your script uses a variable, and it is empty, i.e.

install -u $(FOO) -g $(BAR)

Where FOO is empty and BAR is either empty or defined to something
useful (hence why you get invalid user `-g').

   if this is not the correct list to post this question please
   redirect me to the correct list.

address@hidden might have been better (see the output from
`install --help').




reply via email to

[Prev in Thread] Current Thread [Next in Thread]