Re: [Pkgutil-users] what am I doing wrong?
Status: Beta
Brought to you by:
bonivart
|
From: Peter B. <bon...@op...> - 2010-10-06 08:22:20
|
On Wed, Oct 6, 2010 at 9:03 AM, Don Jackson <pkg...@cl...> wrote: > > Hello, > I use pkgutil to add packages during Jumpstart installs, and afterwards. > I have successfully used a local package store to retrieve some packages (in > front of blastwave.org). > I track the latest version of pkgutil, and edit the conf file to point to > blastwave… > So today, I wanted to create a new package directory for two new packages I > am trying to install. > Here is the contents of the directory. I of course used bldcat to create > the catalog. > > # pwd > /naspool/solaris/packages-local/i386/5.10 > # ls -lt > total 3774 > -rw-r--r-- 1 root root 378 Oct 5 20:48 catalog > -rw-r--r-- 1 root root 92 Oct 5 20:48 descriptions > -rw-r--r-- 1 dcj other 1705240 Oct 5 16:41 > AmandaEnterpriseBackupClient-3.1.2-i386-pc-solaris2.10.pkg.gz > -rw-r--r-- 1 dcj other 93122 Oct 5 16:41 > AmandaEnterpriseClientExtensions-3.1.2-i386-pc-solaris2.10.pkg.gz Those filenames look weird to me. Can you post the pkginfo files for those packages please? You need to follow these guidelines: http://www.opencsw.org/extend-it/contribute-packages/build-standards/#versioning > And here are the resulting contents of catalog and descriptions > > # cat catalog > Amanda 3.1.2 AmandaEnterpriseBackupClient > AmandaEnterpriseBackupClient-3.1.2-i386-pc-solaris2.10.pkg.gz > 2efff7d45d53d11752b8810a892f2f6d 1705240 CSWgtar|CSWperl none > AmandaEnterpriseBackupServer > Amanda 3.1.2 AmandaEnterpriseClientExt > AmandaEnterpriseClientExtensions-3.1.2-i386-pc-solaris2.10.pkg.gz > 7a1ce6cc3cd5b3c20b55d7bb4545c8bf 93122 AmandaEnterpriseBackupClient none > none > # cat descriptions > Amanda Enterprise Backup Client from Zmanda > Amanda Enterprise Client Extensions from Zmanda Here's the Amanda lines from the OpenCSW catalog and description files to compare with: amanda 3.1.1,REV=2010.07.20 CSWamanda amanda-3.1.1,REV=2010.07.20-SunOS5.8-i386-CSW.pkg.gz c7c8c0361519aadb36bf97dd8a0bdeba 9423413 CSWmtx|CSWgnuplot|CSWgtar|CSWstar|CSWreadline|CSWcommon|CSWcurlrt|CSWggettextrt|CSWglib2|CSWlibidn|CSWlibnet|CSWoldaprt|CSWosslrt|CSWsasl|CSWzlib|CSWsambaclient|CSWperl|CSWgawk|CSWcswclassutils|CSWgzip|CSWlibcares none none amanda - The Advanced Maryland Automatic Network Disk Archiver Maybe it would be easiest to just install it from OpenCSW? :-) -- /peter |