hi folks, i'm running into a weird problem trying to create a package with 
pkgmk on snv_90 (x86).

i'm not sure if this is a bug or incompetence - i'm hoping the latter ;)

when running pkgmk i get "unable to open pkginfo file XXXX"  where XXXX 
includes some escape code characters - i have no idea where the escape codes 
are coming from & why it's trying to open that file.

it also makes a complaint about zones, but i suspect that's related to trying 
to open this unknown file

truss output (attached) shows that the attempt to open the weird pkginfo 
happens after it successfully opens the pkginfo i supply in the prototype file

commands are below, any help is appreciated - especially if i'm just being dumb

*  * *
# uname -a                                 
SunOS crucible 5.11 snv_90 i86pc i386 i86pc
# pkgmk -f $PWD/prototype  -d $PWD/output PWLperl
## Building pkgmap from package prototype file.
pkgmk: ERROR: unable to open pkginfo file </storage/src�r���6���C���>: No such 
file or directory
pkgmk: ERROR: Invalid combinations of zone parameters in pkginfo file
## Packaging was not successful.
# cat  $PWD/prototype                            
i /storage/src/PACKAGES/PWLperl/pkginfo
d none opt/pwl 0755 root root
d none opt/pwl/bin 0755 root root
# cat /storage/src/PACKAGES/PWLperl/pkginfo      
ARCH="i86pc"
CATEGORY="application"
NAME="Perl 5 x86"
PKG="PWLperl"
VERSION="5.10.0"
DESC="Perl 5 x86; 64 bit"
 
 
This message posted from opensolaris.org

Attachment: tr
Description: Binary data

_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to