Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 May 2012 15:15:46 -0500
From:      "Dean E. Weimer" <dweimer@dweimer.net>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: portmaster won't update libc.so.7
Message-ID:  <9736b7c17896f859c7a353b2c5d86829@www.dweimer.net>
In-Reply-To: <alpine.BSF.2.00.1205021358480.6993@wonkity.com>
References:  <20120502132747.GA8355@jorge.cc> <20385.16064.640326.717494@jerusalem.litteratus.org> <20120502125248.03e9d6bc@cox.net> <alpine.BSF.2.00.1205021358480.6993@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <roberthuff@rcn.com> 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/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9736b7c17896f859c7a353b2c5d86829>