From owner-freebsd-questions@FreeBSD.ORG Wed May 2 20:15:53 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DF1D106564A for ; Wed, 2 May 2012 20:15:53 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id AD8F18FC0C for ; Wed, 2 May 2012 20:15:52 +0000 (UTC) Received: from www.dweimer.net (localhost [127.0.0.1]) by webmail.dweimer.net (8.14.5/8.14.5) with ESMTP id q42KFk0m062695 for ; Wed, 2 May 2012 15:15:46 -0500 (CDT) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 02 May 2012 15:15:46 -0500 From: "Dean E. Weimer" To: Mail-Reply-To: In-Reply-To: References: <20120502132747.GA8355@jorge.cc> <20385.16064.640326.717494@jerusalem.litteratus.org> <20120502125248.03e9d6bc@cox.net> Message-ID: <9736b7c17896f859c7a353b2c5d86829@www.dweimer.net> X-Sender: dweimer@dweimer.net User-Agent: RoundCube Webmail/0.6 Subject: Re: portmaster won't update libc.so.7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dweimer@dweimer.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2012 20:15:53 -0000 On 02.05.2012 14:59, Warren Block wrote: > On Wed, 2 May 2012, Conrad J. Sabatier wrote: > >> On Wed, 2 May 2012 10:03:44 -0400 >> Robert Huff wrote: >> >>> >>> Jorge Luis =?iso-8859-1?Q?Gonz=E1lez?= writes: >>> >>>> When I run: >>>> >>>> portmaster -a --no-confirm >>>> >>>> I get the error >>>> >>>> Installing updates: chflags...///lib/libc.so.7: Operation not >>>> permitted >>>> Changing chflags (presumably schg, but I tried the others) >>>> doesn't >>>> appear to make any difference. >>>> >>>> I'm not running any servers in jails. >>>> >>>> Any ideas? >>> >>> No, but a question: what is any port doing playing games with >>> part of the base system? >>> (And which port is it?) >> >> My first question as well. This is highly irregular. > > Some of the misc/compat ports install an old libc.so, but not in > place of the real one. > _______________________________________________ > 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" libc.so.7 is still current in 9.0, so none of the misc/compat ports should contain it, A quick search shows just that. #cd /usr/ports/misc #grep -H "libc.so" compat*/* compat4x/pkg-plist.freebsd5:%%LIBDIR%%/compat/libc.so.4 compat5x/Makefile:# NOTE: libc.so.5 is built with _PATH_LOCALE defined to compat5x/pkg-plist:@unexec chflags noschg %D/lib/compat/libc.so.5 compat5x/pkg-plist:lib/compat/libc.so.5 compat5x/pkg-plist:%%AMD64%%lib32/compat/libc.so.5 compat6x/pkg-plist.alpha:lib/compat/libc.so.6 compat6x/pkg-plist.amd64:lib/compat/libc.so.6 compat6x/pkg-plist.amd64:lib32/compat/libc.so.6 compat6x/pkg-plist.i386:lib/compat/libc.so.6 compat6x/pkg-plist.sparc64:lib/compat/libc.so.6 -- Thanks, Dean E. Weimer http://www.dweimer.net/