Jim,
OK - editing Makefile.i386 in /export/build/avs/src/sun_avs/uts/i386 fixed the 
build
problems:

#DEF_BUILDS     = $(DEF_BUILDS64)
#ALL_BUILDS     = $(ALL_BUILDS64)
DEF_BUILDS      = $(DEF_BUILDS32)
ALL_BUILDS      = $(ALL_BUILDS32)

Is this the correct change?

Although above is one area in which the build files are defective in handling a 32-bit only build, there are a couple of other changes needed elsewhere. I am looking into them now, and hope to have a set of updated packages soon.

Regards,

Jim Dunham

But now package building fails:

## Building pkgmap from package prototype file.
ERROR in prototype:
    no object for <usr/kernel/drv/i386/nsctl> found in root directory
    no object for <usr/kernel/drv/i386/sdbc> found in root directory
    no object for <usr/kernel/drv/i386/nskern> found in root directory
    no object for <usr/kernel/drv/i386/ncall> found in root directory
    no object for <usr/kernel/misc/i386/spuni> found in root directory
    no object for <usr/lib/mdb/kvm/i386/nsctl.so> found in root directory
    no object for <usr/lib/mdb/kvm/i386/sdbc.so> found in root directory
pkgmk: ERROR: unable to build pkgmap from prototype file
## Packaging was not successful.
*** Error code 1
dmake: Fatal error: Command failed for target `install'
Current working directory /export/build/avs/src/sun_avs/pkg/host
*** Error code 1
The following command caused the error:
cd host; pwd; /opt/SUNWspro/bin/dmake -m parallel -j 10 install
dmake: Fatal error: Command failed for target `host'

The objects are not in the directories referenced - take away the last "i386" in
the binary path and the package is created.

Any assistance appreciated.

Jim
This message posted from opensolaris.org
_______________________________________________
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

_______________________________________________
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

Reply via email to