From owner-freebsd-questions@FreeBSD.ORG Mon Jul 14 17:14:33 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A827137B401 for ; Mon, 14 Jul 2003 17:14:33 -0700 (PDT) Received: from webserver.get-linux.org (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E96EE43F3F for ; Mon, 14 Jul 2003 17:14:32 -0700 (PDT) (envelope-from root@webserver.get-linux.org) Received: (qmail 14723 invoked by uid 1000); 15 Jul 2003 00:14:52 -0000 Date: Mon, 14 Jul 2003 17:14:52 -0700 From: oremanj@get-linux.org To: Brad Message-ID: <20030715001452.GA14682@webserver> References: <007a01c34a63$9dbbe3a0$c366b38e@kthx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <007a01c34a63$9dbbe3a0$c366b38e@kthx> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Weird ./configure errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 00:14:34 -0000 On Mon, Jul 14, 2003 at 04:56:58PM -0700, Brad wrote: > I'm having a rather odd issue thought I would try this list. It's not a > critical issue but should probably be fixed up. It's when some of my users > do a ./configure on the same eggdrop tarball, they get these errors: > > checking for TclpFinalizeThreadData in -ltcl84... no > configure: creating ./config.status > config.status: creating Makefile > mv: Makefile: set owner/group (was: 1021/0): Operation not permitted > config.status: creating doc/Makefile > mv: doc/Makefile: set owner/group (was: 1021/0): Operation not permitted > config.status: creating scripts/Makefile > mv: scripts/Makefile: set owner/group (was: 1021/0): Operation not permitted > config.status: creating src/Makefile > mv: src/Makefile: set owner/group (was: 1021/0): Operation not permitted > config.status: creating src/md5/Makefile > mv: src/md5/Makefile: set owner/group (was: 1021/0): Operation not permitted > config.status: creating src/compat/Makefile > mv: src/compat/Makefile: set owner/group (was: 1021/0): Operation not permitted > config.status: creating src/mod/Makefile > mv: src/mod/Makefile: set owner/group (was: 1021/0): Operation not permitted > config.status: creating config.h > mv: config.h: set owner/group (was: 1021/0): Operation not permitted > config.status: executing default-1 commands > creating lush.h > config.status: executing default-2 commands > > Configure is done. I get this too. > > > > Now, I have tried compiling on the pre-made groups by fbsd such as wheel and > staff and they compile with no problems. I have created groups for the package > that each user purchased, silver, gold, platinum etc. and it would appear as > though users in these groups are the only one's getting these errors. Again, > while this does not seem to be causing any "noticeable" errors, it's probably > not a good thing that mv is failing to set ownership. It also does not appear > to be a permissions thing as I did testing such as chmod -R 777 on the home > dir and still nothing. > > Any ideas? Yes, ignore it. The error comes from the fact that users are not allowed to chmod in FreeBSD. Therefore root will not get this. Linux fails silently (same problem, no error). The error causes no harm. (If it was fatal, configure would say so). Compile away :-) -- Josh > > Thanks > > -Brad. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"