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 <roberth...@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-unsubscr...@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/
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"