I can''t build the latest onnv on nptbld.sfbay. Some header files are missing. They are in /usr/include on windtunnel, not on nptbld. Anyone hit this before on a different build server? nd99603 at windtunnel[4] ~ > find /usr/include -name net-snmp-config.h /usr/include/net-snmp/net-snmp-config.h nd99603 at nptbld[24] src/lib > find /usr/include -name net-snmp-config.h nd99603 at nptbld[25] src/lib > uname -a SunOS nptbld 5.11 xbmerge-11-11-08 sun4u sparc SUNW,Sun-Fire-V890 My build is failing as follows... + /ws/onnv-tools/SUNWspro/SS12/bin/cc -xO3 -m32 -Wc,-Qassembler- ounrefsym=0 -xregs=no%appl -K pic -xspace -W0,-Lt -Xa -xildoff - errtags=yes -errwarn=%all -erroff=E_EMPTY_TRANSLATION_UNIT - erroff=E_STATEMENT_NOT_REACHED -xc99=%none -Wd,-xsafe=unboundsym -W2,- xwrap_int -W0,-xglobalstatic -v -K PIC -g -Wc,-Qiselect-T1 -xc99=%none -W0,-noglobal -xdebugformat=stabs -DTEXT_DOMAIN="SUNW_OST_OSLIB" - D_TS_ERRNO -I/disk1/nd99603/onnv/proto/root_sparc/usr/include -I../ common -I. -DDEBUG -DPIC -D_REENTRANT -c -o pics/debug_subr.o ../ common/debug_subr.c "../common/debug_subr.c", line 29: cannot find include file: <net-snmp/ net-snmp-config.h> "../common/debug_subr.c", line 30: cannot find include file: <net-snmp/ net-snmp-includes.h> "../common/debug_subr.c", line 31: cannot find include file: <net-snmp/ agent/net-snmp-agent-includes.h> "../common/debug_subr.c", line 37: warning: implicitly declaring function to return int: snmp_vlog() (E_IMPLICIT_DECL_FUNC_RETURN_INT) "../common/debug_subr.c", line 37: undefined symbol: LOG_ERR "../common/debug_subr.c", line 39: warning: implicitly declaring function to return int: abort() (E_IMPLICIT_DECL_FUNC_RETURN_INT) "../common/debug_subr.c", line 40: warning: implicitly declaring function to return int: exit() (E_IMPLICIT_DECL_FUNC_RETURN_INT) cc: acomp failed for ../common/debug_subr.c Nicolas. -- Nicolas Droux - Solaris Kernel Networking - Sun Microsystems, Inc. nicolas.droux at sun.com - http://blogs.sun.com/droux
Anders Persson
2008-Dec-05 23:08 UTC
[crossbow-discuss] can''t build latest onnv on nptbld
The net-snmp lib and header files were recently moved from /usr/sfw to /usr. Running /ws/onnv-gate/public/bin/update_sma should take care of it. Anders Nicolas Droux wrote:> I can''t build the latest onnv on nptbld.sfbay. Some header files are > missing. They are in /usr/include on windtunnel, not on nptbld. Anyone > hit this before on a different build server? > > nd99603 at windtunnel[4] ~ > find /usr/include -name net-snmp-config.h > /usr/include/net-snmp/net-snmp-config.h > > nd99603 at nptbld[24] src/lib > find /usr/include -name net-snmp-config.h > nd99603 at nptbld[25] src/lib > uname -a > SunOS nptbld 5.11 xbmerge-11-11-08 sun4u sparc SUNW,Sun-Fire-V890 > > My build is failing as follows... > > + /ws/onnv-tools/SUNWspro/SS12/bin/cc -xO3 -m32 -Wc,-Qassembler- > ounrefsym=0 -xregs=no%appl -K pic -xspace -W0,-Lt -Xa -xildoff - > errtags=yes -errwarn=%all -erroff=E_EMPTY_TRANSLATION_UNIT - > erroff=E_STATEMENT_NOT_REACHED -xc99=%none -Wd,-xsafe=unboundsym -W2,- > xwrap_int -W0,-xglobalstatic -v -K PIC -g -Wc,-Qiselect-T1 -xc99=%none > -W0,-noglobal -xdebugformat=stabs -DTEXT_DOMAIN="SUNW_OST_OSLIB" - > D_TS_ERRNO -I/disk1/nd99603/onnv/proto/root_sparc/usr/include -I../ > common -I. -DDEBUG -DPIC -D_REENTRANT -c -o pics/debug_subr.o ../ > common/debug_subr.c > "../common/debug_subr.c", line 29: cannot find include file: <net-snmp/ > net-snmp-config.h> > "../common/debug_subr.c", line 30: cannot find include file: <net-snmp/ > net-snmp-includes.h> > "../common/debug_subr.c", line 31: cannot find include file: <net-snmp/ > agent/net-snmp-agent-includes.h> > "../common/debug_subr.c", line 37: warning: implicitly declaring > function to return int: snmp_vlog() (E_IMPLICIT_DECL_FUNC_RETURN_INT) > "../common/debug_subr.c", line 37: undefined symbol: LOG_ERR > "../common/debug_subr.c", line 39: warning: implicitly declaring > function to return int: abort() (E_IMPLICIT_DECL_FUNC_RETURN_INT) > "../common/debug_subr.c", line 40: warning: implicitly declaring > function to return int: exit() (E_IMPLICIT_DECL_FUNC_RETURN_INT) > cc: acomp failed for ../common/debug_subr.c > > Nicolas. > >
On Dec 5, 2008, at 4:08 PM, Anders Persson wrote:> The net-snmp lib and header files were recently moved from /usr/sfw > to /usr. Running /ws/onnv-gate/public/bin/update_sma should take > care of it.Thanks Anders for the info. We need to bfu that build server with the merged Crossbow + Volo bits also, so we''ll take care of it all at once. Nicolas.> > > Anders > > > Nicolas Droux wrote: >> I can''t build the latest onnv on nptbld.sfbay. Some header files >> are missing. They are in /usr/include on windtunnel, not on >> nptbld. Anyone hit this before on a different build server? >> >> nd99603 at windtunnel[4] ~ > find /usr/include -name net-snmp-config.h >> /usr/include/net-snmp/net-snmp-config.h >> >> nd99603 at nptbld[24] src/lib > find /usr/include -name net-snmp- >> config.h >> nd99603 at nptbld[25] src/lib > uname -a >> SunOS nptbld 5.11 xbmerge-11-11-08 sun4u sparc SUNW,Sun-Fire-V890 >> >> My build is failing as follows... >> >> + /ws/onnv-tools/SUNWspro/SS12/bin/cc -xO3 -m32 -Wc,-Qassembler- >> ounrefsym=0 -xregs=no%appl -K pic -xspace -W0,-Lt -Xa -xildoff - >> errtags=yes -errwarn=%all -erroff=E_EMPTY_TRANSLATION_UNIT - >> erroff=E_STATEMENT_NOT_REACHED -xc99=%none -Wd,-xsafe=unboundsym - >> W2,- xwrap_int -W0,-xglobalstatic -v -K PIC -g -Wc,-Qiselect-T1 - >> xc99=%none -W0,-noglobal -xdebugformat=stabs - >> DTEXT_DOMAIN="SUNW_OST_OSLIB" - D_TS_ERRNO -I/disk1/nd99603/onnv/ >> proto/root_sparc/usr/include -I../ common -I. -DDEBUG -DPIC - >> D_REENTRANT -c -o pics/debug_subr.o ../ common/debug_subr.c >> "../common/debug_subr.c", line 29: cannot find include file: <net- >> snmp/ net-snmp-config.h> >> "../common/debug_subr.c", line 30: cannot find include file: <net- >> snmp/ net-snmp-includes.h> >> "../common/debug_subr.c", line 31: cannot find include file: <net- >> snmp/ agent/net-snmp-agent-includes.h> >> "../common/debug_subr.c", line 37: warning: implicitly declaring >> function to return int: snmp_vlog() (E_IMPLICIT_DECL_FUNC_RETURN_INT) >> "../common/debug_subr.c", line 37: undefined symbol: LOG_ERR >> "../common/debug_subr.c", line 39: warning: implicitly declaring >> function to return int: abort() (E_IMPLICIT_DECL_FUNC_RETURN_INT) >> "../common/debug_subr.c", line 40: warning: implicitly declaring >> function to return int: exit() (E_IMPLICIT_DECL_FUNC_RETURN_INT) >> cc: acomp failed for ../common/debug_subr.c >> >> Nicolas. >> >> >-- Nicolas Droux - Solaris Kernel Networking - Sun Microsystems, Inc. nicolas.droux at sun.com - http://blogs.sun.com/droux
Thirumalai Srinivasan
2008-Dec-05 23:34 UTC
[crossbow-discuss] can''t build latest onnv on nptbld
I hit this too. I did an update-nonON and pulled the latest SUNWonbld package on the x86 machine I was building and everything worked after that. Thirumalai Nicolas Droux wrote:> I can''t build the latest onnv on nptbld.sfbay. Some header files are > missing. They are in /usr/include on windtunnel, not on nptbld. Anyone > hit this before on a different build server? > > nd99603 at windtunnel[4] ~ > find /usr/include -name net-snmp-config.h > /usr/include/net-snmp/net-snmp-config.h > > nd99603 at nptbld[24] src/lib > find /usr/include -name net-snmp-config.h > nd99603 at nptbld[25] src/lib > uname -a > SunOS nptbld 5.11 xbmerge-11-11-08 sun4u sparc SUNW,Sun-Fire-V890 > > My build is failing as follows... > > + /ws/onnv-tools/SUNWspro/SS12/bin/cc -xO3 -m32 -Wc,-Qassembler- > ounrefsym=0 -xregs=no%appl -K pic -xspace -W0,-Lt -Xa -xildoff - > errtags=yes -errwarn=%all -erroff=E_EMPTY_TRANSLATION_UNIT - > erroff=E_STATEMENT_NOT_REACHED -xc99=%none -Wd,-xsafe=unboundsym -W2,- > xwrap_int -W0,-xglobalstatic -v -K PIC -g -Wc,-Qiselect-T1 -xc99=%none > -W0,-noglobal -xdebugformat=stabs -DTEXT_DOMAIN="SUNW_OST_OSLIB" - > D_TS_ERRNO -I/disk1/nd99603/onnv/proto/root_sparc/usr/include -I../ > common -I. -DDEBUG -DPIC -D_REENTRANT -c -o pics/debug_subr.o ../ > common/debug_subr.c > "../common/debug_subr.c", line 29: cannot find include file: <net-snmp/ > net-snmp-config.h> > "../common/debug_subr.c", line 30: cannot find include file: <net-snmp/ > net-snmp-includes.h> > "../common/debug_subr.c", line 31: cannot find include file: <net-snmp/ > agent/net-snmp-agent-includes.h> > "../common/debug_subr.c", line 37: warning: implicitly declaring > function to return int: snmp_vlog() (E_IMPLICIT_DECL_FUNC_RETURN_INT) > "../common/debug_subr.c", line 37: undefined symbol: LOG_ERR > "../common/debug_subr.c", line 39: warning: implicitly declaring > function to return int: abort() (E_IMPLICIT_DECL_FUNC_RETURN_INT) > "../common/debug_subr.c", line 40: warning: implicitly declaring > function to return int: exit() (E_IMPLICIT_DECL_FUNC_RETURN_INT) > cc: acomp failed for ../common/debug_subr.c > > Nicolas. > >
Peter Memishian
2008-Dec-05 23:45 UTC
[crossbow-discuss] can''t build latest onnv on nptbld
> I hit this too. I did an update-nonON and pulled the latest SUNWonbld> package on the x86 machine I was building and everything worked after that. FWIW, this issue is covered in a flag day from a couple days ago: http://onnv.sfbay/links/flagdays/pages/2008120401.html -- meem
OK, nptbld.sfbay is now happily running Crossbow + Volo merged bits from this morning, and building away after updating the non-ON packages. # uname -a SunOS nptbld 5.11 volo-xbow-putback2008-12-05 sun4u sparc SUNW,Sun- Fire-V890 Thanks, Nicolas. On Dec 5, 2008, at 4:34 PM, Thirumalai Srinivasan wrote:> > I hit this too. I did an update-nonON and pulled the latest > SUNWonbld package on the x86 machine I was building and everything > worked after that. > > Thirumalai > > Nicolas Droux wrote: >> I can''t build the latest onnv on nptbld.sfbay. Some header files >> are missing. They are in /usr/include on windtunnel, not on >> nptbld. Anyone hit this before on a different build server? >> >> nd99603 at windtunnel[4] ~ > find /usr/include -name net-snmp-config.h >> /usr/include/net-snmp/net-snmp-config.h >> >> nd99603 at nptbld[24] src/lib > find /usr/include -name net-snmp- >> config.h >> nd99603 at nptbld[25] src/lib > uname -a >> SunOS nptbld 5.11 xbmerge-11-11-08 sun4u sparc SUNW,Sun-Fire-V890 >> >> My build is failing as follows... >> >> + /ws/onnv-tools/SUNWspro/SS12/bin/cc -xO3 -m32 -Wc,-Qassembler- >> ounrefsym=0 -xregs=no%appl -K pic -xspace -W0,-Lt -Xa -xildoff - >> errtags=yes -errwarn=%all -erroff=E_EMPTY_TRANSLATION_UNIT - >> erroff=E_STATEMENT_NOT_REACHED -xc99=%none -Wd,-xsafe=unboundsym - >> W2,- xwrap_int -W0,-xglobalstatic -v -K PIC -g -Wc,-Qiselect-T1 - >> xc99=%none -W0,-noglobal -xdebugformat=stabs - >> DTEXT_DOMAIN="SUNW_OST_OSLIB" - D_TS_ERRNO -I/disk1/nd99603/onnv/ >> proto/root_sparc/usr/include -I../ common -I. -DDEBUG -DPIC - >> D_REENTRANT -c -o pics/debug_subr.o ../ common/debug_subr.c >> "../common/debug_subr.c", line 29: cannot find include file: <net- >> snmp/ net-snmp-config.h> >> "../common/debug_subr.c", line 30: cannot find include file: <net- >> snmp/ net-snmp-includes.h> >> "../common/debug_subr.c", line 31: cannot find include file: <net- >> snmp/ agent/net-snmp-agent-includes.h> >> "../common/debug_subr.c", line 37: warning: implicitly declaring >> function to return int: snmp_vlog() (E_IMPLICIT_DECL_FUNC_RETURN_INT) >> "../common/debug_subr.c", line 37: undefined symbol: LOG_ERR >> "../common/debug_subr.c", line 39: warning: implicitly declaring >> function to return int: abort() (E_IMPLICIT_DECL_FUNC_RETURN_INT) >> "../common/debug_subr.c", line 40: warning: implicitly declaring >> function to return int: exit() (E_IMPLICIT_DECL_FUNC_RETURN_INT) >> cc: acomp failed for ../common/debug_subr.c >> >> Nicolas. >> >> >-- Nicolas Droux - Solaris Kernel Networking - Sun Microsystems, Inc. nicolas.droux at sun.com - http://blogs.sun.com/droux
On Dec 5, 2008, at 4:45 PM, Peter Memishian wrote:> >> I hit this too. I did an update-nonON and pulled the latest SUNWonbld >> package on the x86 machine I was building and everything worked >> after that. > > FWIW, this issue is covered in a flag day from a couple days ago: > > http://onnv.sfbay/links/flagdays/pages/2008120401.htmlYep, this came in during our final stretch before integration, and we were building final bits for "push" on a different server which had the updated packages. Nicolas. -- Nicolas Droux - Solaris Kernel Networking - Sun Microsystems, Inc. nicolas.droux at sun.com - http://blogs.sun.com/droux