Date: Mon, 31 Mar 2008 21:33:35 -0700 From: perryh@pluto.rain.com To: kris@freebsd.org Cc: freebsd-questions@freebsd.org Subject: Re: pkg_add goofiness in 7.0 Message-ID: <47f1bb1f.mcW1l/uA7Lv93qDq%perryh@pluto.rain.com> In-Reply-To: <47F0AFDB.2@FreeBSD.org> References: <47ef4464.8hmxyx8owvB7UAFk%perryh@pluto.rain.com> <47EF83E2.2000400@FreeBSD.org> <47f012c0.vaeX6y/Ut1gA9Lko%perryh@pluto.rain.com> <47F0147C.8070108@FreeBSD.org> <47f02d8e.xtw4HoBZjJEYST6%2B%perryh@pluto.rain.com> <47F033EB.2010009@FreeBSD.org> <47f0406c.fqjBxIwYJw8D9/Po%perryh@pluto.rain.com> <47F0AFDB.2@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
... > > extract: execute '/usr/local/bin/xmlcatmgr -sc /usr/local/share/sgml/catalog.ports add linuxdoc/catalog' > > xmlcatmgr: unbalanced arguments for `add' action > > pkg_add: command '/usr/local/bin/xmlcatmgr -sc /usr/local/share/sgml/catalog.ports add linuxdoc/catalog' failed ... > That looks like a warning from xmlcatmgr which may or may not be > important, but the package apparently added itself completely (no > errors were reported by pkg_add). It may not make a lot of difference, but I am now wondering how to recognize an "error reported by pkg_add" since this: > > pkg_add: command '/usr/local/bin/xmlcatmgr -sc /usr/local/share/sgml/catalog.ports add linuxdoc/catalog' failed looks like one to me, but apparently it isn't. > You should look into the xmlcatmgr documentation, or talk to the > port maintainer, to find out what that warning means and if it > is important. I didn't find anything pertinent in the (minimal) installed documentation. Just taking the xmlcatmgr message at face value, it looks as if some addition that linuxdoc intended to make in some catalog did not get done. Anything following that step in the postinstall script may also not have gotten done. My gut suspicion is that there is something wrong with the linuxdoc postinstall script -- or perhaps linuxdoc has an unstated dependency which I don't happen to have installed -- rather than something wrong with xmlcatmgr. PR time, I guess :(
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47f1bb1f.mcW1l/uA7Lv93qDq%perryh>