With the checkin last night of:
Author: [EMAIL PROTECTED]
Repository: /hg/pkg/gate
Latest revision: 74cc924a59bec4e89d14b4e6b447750294daea2c
Total changesets: 1
Log message:
2912 dead symlink in SUNWxcu4 package
3532 Factor CUPS libraries out to SUNWcups-libs
3537 Remove unneeded packages from slim_cluster
3544 OpenSolaris should include libXaw.so.5 for binary compatibility
3633 resync repository to snv_99
3642 SUNWdistro-const needs to be added to the repo
3649 root deserves a bit of an environment
3655 Apache 2.2.3 package EOF should be handled as a rename
3667 Add SUNWsdcard to slim_install
and with a completely fresh pull of the pkg sources this morning,
I've not able to build the slim_import for build 98. I.e:
#! /bin/ksh
export ROOT=/export/home/richb/pkg/bugs/395/gate/proto/root_i386
export PYTHONPATH=${ROOT}/usr/lib/python2.4/vendor-packages
export REPO=http://localhost:2395/
export WOS_PKGS=/export/home/pkg-solaris/WOS_Packages/x/98/Solaris_11/Product/
(cd src/util/distro-import ; \
make -e clobber ; \
make -e 98/slim_import
) > errs.import 2>&1 &
Here's the end of my errs.import file:
...
cat 98/fs-usr > proto/lib/svc/method/fs-usr
cat 98/sshd > proto/lib/svc/method/sshd
cat 98/svc-coreadm > proto/lib/svc/method/svc-coreadm
cat 98/svc-dlmgmtd > proto/lib/svc/method/svc-dlmgmtd
cat 98/.bashrc > proto/root/.bashrc
cat: 98/.bashrc: cannot open [No such file or directory]
*** Error code 1
make: Fatal error: Command failed for target `proto/root/.bashrc'
Current working directory
/export/home/richb/pkg/bugs/395/gate/src/util/distro-import
I noticed that you introduced the following two lines to
.../gate/src/util/distro-import/Makefile:
80 + root/.bashrc
\
81 + root/.profile
and those files under .../gate/src/util/distro-import/99
If I copy those two files under ../gate/src/util/distro-import/98
then everything seems to work fine.
Sorry I didn't catch this last night.
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss