> > On Fri, 2011-01-28 at 22:56 +0000, Joe Crepeau wrote: > >> xmlcatalog -v --noout --add "system" \ > > ? "http://glade.gnome.org/glade-2.0.dtd" \ > > ? /usr/share/xml/libglade/glade-2.0.dtd \ > > ? /etc/xml/catalog > > add command failed > > Catalogs cleanup > > > > Do you have an /etc/xml/catalog file yet? If not, run: > > xmlcatalog --noout --create /etc/xml/catalog
$ xmlcatalog --noout --create /etc/xml/catalog The above command apparently worked, although, the length of "catalog" is zero (not sure if that is what it's supposed to be). $ cd /etc/xml $ ls -l total 0 -rw-r----- 1 jcrepeau Domain Users 0 Jan 30 12:05 catalog > > then try the libglade2.0 postinstall again. The fix is already in Ports > git[1] and will > be in the next libxml2 release. I then run the libglade2.0 postinstall and get this $ /etc/postinstall/libglade2.0.sh add command failed Nothing I have done seems to work. If I were to start from scratch with libglade, what would the steps be?