On Mon, 2007-08-20 at 17:45 +0200, G??rard Henry wrote: > Laszlo (Laca) Peter wrote: > > dtrace doesn't have a -h option[1]. If you can live without dtrace > > probes in Python, you can comment out the %patch7 line in > > SUNWPython.spec. > > > yes, it works > > Another question > ... > INFO: SUNWperl-xml-parser PASSED > INFO: Installing SUNWperl-xml-parser > ERROR: failed to install package: > The following files are already installed on the system and are being > used by another package: > /usr/share/man/man3/XML::Parser.3 > /usr/share/man/man3/XML::Parser::Expat.3 > /usr/share/man/man3/XML::Parser::Style::Debug.3 > /usr/share/man/man3/XML::Parser::Style::Objects.3 > /usr/share/man/man3/XML::Parser::Style::Stream.3 > /usr/share/man/man3/XML::Parser::Style::Subs.3 > /usr/share/man/man3/XML::Parser::Style::Tree.3 > Copyright 2007 Sun Microsystems, Inc. All rights reserved. > Use is subject to license terms. > > Installation of <SUNWperl-xml-parser> was suspended (administration). > No changes were made to the system. > WARNING: SUNWgnome-common-devel won't be built as it requires > SUNWperl-xml-parser > ... > > Is it normal, this kind of message? This appears many times
You probably have SUNWperl-xml-parser-share installed. We retired all SUNW*-share packages in Nevada, so when you do something like pkgtool uninstall-pkgs SUNW*.spec, that won't uninstall the -share packages because they are not defined in the spec files. You can find a list of all JDS related s10 packages using pkginfo -c JDS3 Laca
