[Pkgutil-users] having problems with bldcat from 1.6
Status: Beta
Brought to you by:
bonivart
|
From: Don J. <pkg...@cl...> - 2009-05-30 04:20:29
|
I found the problem, and it had nothing to do with bldcat. I'm sorry for the bogus report and the noise. Apologies to all. ======= Upgraded to 1.6 today, I am using the blastwave.org version I believe # /opt/csw/bin/pkgutil --v 1.6 # cat /opt/csw/bin/bldcat | head -20 #!/opt/csw/bin/perl -w # bldcat - build a CSW catalog from packages in a directory # Copyright (C) 2008-2009 Peter Bonivart # $Id: bldcat 40 2009-05-04 12:43:19Z bonivart $ If I don't manually create a subdirectory for the catalog, I got this: # /opt/csw/bin/bldcat catalog Could not write new catalog at catalog/catalog.new: Not a directory at /opt/csw/bin/bldcat line 44. Then I created ./catalog # mkdir catalog # /opt/csw/bin/bldcat catalog # ls -lt total 220 drwxr-xr-x 2 root root 4 May 29 18:11 catalog # cd catalog # ls -lAF total 2 -rw-r--r-- 1 root root 0 May 29 18:11 catalog -rw-r--r-- 1 root root 0 May 29 18:11 descriptions What am I doing wrong? |