On Thu, 07 Jun 2007 17:24:11 PDT "W. Wayne Liauh" <wp at HawaiiLinux.us> wrote:
I'm terrribly sorr for this confusion. It's my mistake. I should have entered "\" at the end of the lines. Will remember this ;-) > svn co > https://svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk > spec-files-extra > > i.e., it should have been: > > svn co > https://svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk > spec-files-extra You see: quoting your line changed it back to the 'confusing' one. So, the UNIX way of putting \ at the end should solve it. > $ . /opt/jdsbld/bin/env.sh > I then add the following line to /etc/usr_attr : > hlislex5::::profiles=Software Installation > (hlislex5 is my username) > cd spec-files-extra > pkgtool build-only --download SFEmplayer-plugin.spec > Finally I su'ed to root and execute the following command: > pkgadd -d . SFEmplayer-plugin You didn't have to su to root, since you have the right to install software ;-) You could have done "pkgtool install-pkgs SFEmplayer-plugin" to install both packages. Remove them with "pkgtool uninstall-pkgs SFEmplayer-plugin" (as root) or as software user like: #pfexec pkgtool uninstall-pkgs SFEmplayer-plugin.spec (mind the pfexec) > One question, for some reason I was only able to do "pkgtool > build-only" but not "pkgtool build". What might have done wrong? I can't see any mistakes. You should have been able to do a 'build' Maybe you forgot the '--download' option? -- Dick Hoogendijk -- PGP/GnuPG key: F86289CE ++ http://nagual.nl/ + Solaris 11 02/07 ++
