Bill Holler wrote: > Mark Haywood wrote: > >> Bill Holler wrote: >> >> >>> Hi Mark, >>> >>> Do we need to upgrade our build machines for this 83->86 gate merge? >>> >>> >>> >> Well, if so I'm surprised. I just reviewed the heads-up/flag day >> notifications between 83 and 86 and didn't see anything like this. You >> are sure you picked up the right closed bin files and your >> opensolaris.sh is pointing to it correctly? Let me know if you want me >> to look at your workspace. >> >> > > I suspect an environment problem. The closed bin and tools are > being reinstalled now. If this does not fix it, I may ask you > to look at the ws. :-( > > Thank you! > Bill > > > >> Mark >> >> >>> My OpenSolaris build machine is running 83. >>> nightly builds of cpupm-gate fail with a lot of unresolved MSG_* symbols >>> (example MSG_DB_FINDDYNAMIC) in cmd/sgs/common/* >>> and unresolved "struct sockaddr_in6". >>> >>>
If it helps any, the MSG_DB* symbols should be coming from the usr/src/cmd/sgs/librtld_db/amd64/msg.c file. Which itself is built from common sgs *.msg files: /export/build/mh27603/cpupm-gate-merge-build/usr/src/cmd/sgs/tools/i386/sgsmsg -i /export/build/mh27603/cpupm-gate-merge-build/usr/src/cmd/sgs/messages/sgs.ide nt -h msg.h -d msg.c ../common/librtld_db.msg ../common/librtld_db.intel.msg Yeah, a bit convoluted. But you should verify that the msg.h file is being created. If not, why? >>> I should probably just upgrade my build server to 86? >>> >>> Thank you, >>> Bill >>> >>> >>> Mark Haywood wrote: >>> >>> >>> >>>> As the subject indicates, the cpupm-gate is now in sync with build 86. >>>> As a result, you will have to grab the corresponding closed binaries and >>>> use them when building the gate. The closed binaries can be found here: >>>> >>>> http://dlc.sun.com/osol/on/downloads/b86/ >>>> >>>> Any questions/issues, let me know. >>>> >>>> Thanks, >>>> Mark >>>> >>>> _______________________________________________ >>>> tesla-dev mailing list >>>> tesla-dev at opensolaris.org >>>> http://mail.opensolaris.org/mailman/listinfo/tesla-dev >>>> >>>> >>>> >>>> >>> _______________________________________________ >>> tesla-dev mailing list >>> tesla-dev at opensolaris.org >>> http://mail.opensolaris.org/mailman/listinfo/tesla-dev >>> >>> >>> >> _______________________________________________ >> tesla-dev mailing list >> tesla-dev at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/tesla-dev >> >> > > _______________________________________________ > tesla-dev mailing list > tesla-dev at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/tesla-dev >
