Thanks Jurgen (sorry, on a text terminal w/o UTF-8 at the moment, forgive my dropping the umlaut) ;-)
This was my mistake, sorry... my test build machine had des/desdata.h pulled from /usr/include, so it didn't trip over this. Thanks for the patch, I will have this fixed for build 23 (and tested more properly). cheers, steve On Thu, Sep 15, 2005 at 08:34:07AM -0700, J?rgen Keil wrote: > Yes, on x86 I get the same error. > > The important error message from nightly.log (not included in the mail) is: > > + /usr/sfw/bin/gcc -fident -finline -fno-inline-functions -fno-builtin > -fno-asm -nodefaultlibs -D__sun -fno-strict-aliasing -fno-unit-at-a-time > -fno-optimize-sibling-calls -O2 -m64 -mtune=opteron -Ui386 -U__i386 -fpic > -Wall -Wno-unknown-pragmas -Wno-missing-braces -Wno-sign-compare > -Wno-parentheses -Wno-uninitialized -Wno-implicit-function-declaration > -Wno-unused -Wno-trigraphs -Wno-char-subscripts -Wno-switch -Werror > -std=gnu89 -gdwarf-2 -std=gnu89 -DTEXT_DOMAIN="SUNW_OST_OSLIB" -D_TS_ERRNO > -I/home/tiger2/src/opensolaris/proto/root_i386/usr/include -D_REENTRANT > -I../inc -I../../common/inc -I../../libgen/inc -DPIC -D_REENTRANT -c -o > pics/des_soft.o ../common/des_soft.c > ../common/des_soft.c:56:25: des/desdata.h: No such file or directory > > > This change fixes the build problem: > > --- usr/src/uts/common/des/Makefile.orig 2005-09-10 01:44:42.000000000 > +0200 > +++ usr/src/uts/common/des/Makefile 2005-09-15 17:21:54.357205000 +0200 > @@ -29,7 +29,7 @@ > # include global definitions > include ../../../Makefile.master > > -HDRS= des.h softdes.h > +HDRS= des.h softdes.h desdata.h > > ROOTDIRS= $(ROOT)/usr/include/des > This message posted from opensolaris.org > _______________________________________________ > opensolaris-code mailing list > [email protected] > https://opensolaris.org:444/mailman/listinfo/opensolaris-code -- stephen lau // [EMAIL PROTECTED] | 650.786.0845 | http://whacked.net opensolaris // solaris kernel development _______________________________________________ opensolaris-code mailing list [email protected] https://opensolaris.org:444/mailman/listinfo/opensolaris-code
