Date: Mon, 31 Mar 2008 11:33:15 +0200 From: Kris Kennaway <kris@FreeBSD.org> To: perryh@pluto.rain.com Cc: freebsd-questions@freebsd.org Subject: Re: pkg_add goofiness in 7.0 Message-ID: <47F0AFDB.2@FreeBSD.org> In-Reply-To: <47f0406c.fqjBxIwYJw8D9/Po%perryh@pluto.rain.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
perryh@pluto.rain.com wrote: > I believe this is the same as the error message I saw originally > (when I had not specified -v, so it wasn't buried among a pile of > other stuff): > > xmlcatmgr: unbalanced arguments for `add' action > > # pkg_add -Kv linuxdoc* > Requested space: 36624 bytes, free space: 774946816 bytes in /var/tmp/instmp.CfA0bH > Package 'linuxdoc-1.1_1' depends on 'xmlcatmgr-2.2' with 'textproc/xmlcatmgr' origin. > - already installed. > Package 'linuxdoc-1.1_1' depends on 'iso8879-1986_2' with 'textproc/iso8879' origin. > - already installed. > extract: Package name is linuxdoc-1.1_1 > extract: CWD to /usr/local > extract: /usr/local/share/sgml/linuxdoc/README > extract: /usr/local/share/sgml/linuxdoc/catalog > 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 > extract: /usr/local/share/sgml/linuxdoc/freebsd-1.0.dtd > extract: /usr/local/share/sgml/linuxdoc/freebsd-1.1.dtd > extract: /usr/local/share/sgml/linuxdoc/linuxdoc.dec > extract: /usr/local/share/sgml/linuxdoc/original.dtd > extract: CWD to . > Running mtree for linuxdoc-1.1_1.. > mtree -U -f +MTREE_DIRS -d -e -p /usr/local >/dev/null > Attempting to record package into /var/db/pkg/linuxdoc-1.1_1.. > Trying to record dependency on package 'xmlcatmgr-2.2' with 'textproc/xmlcatmgr' origin. > Trying to record dependency on package 'iso8879-1986_2' with 'textproc/iso8879' origin. > Package linuxdoc-1.1_1 registered in /var/db/pkg/linuxdoc-1.1_1 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). 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. Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47F0AFDB.2>