From owner-freebsd-questions@FreeBSD.ORG Mon Jul 14 16:57:01 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 D320837B401 for ; Mon, 14 Jul 2003 16:57:01 -0700 (PDT) Received: from www20.networkshosting.com (www20.networkshosting.com [66.96.128.119]) by mx1.FreeBSD.org (Postfix) with SMTP id E164643F85 for ; Mon, 14 Jul 2003 16:57:00 -0700 (PDT) (envelope-from brad@perfectcircle.ca) Received: (qmail 15156 invoked from network); 14 Jul 2003 23:56:39 -0000 Received: from unknown (HELO kthx) (142.179.102.195) by www20.fatcow.com with SMTP; 14 Jul 2003 23:56:39 -0000 Message-ID: <007a01c34a63$9dbbe3a0$c366b38e@kthx> From: "Brad" To: Date: Mon, 14 Jul 2003 16:56:58 -0700 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: 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: Mon, 14 Jul 2003 23:57:02 -0000 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. 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? Thanks -Brad.