|
Description
|
I upgraded a SPARC build system to snv_100a and tried to build a
recent snapshot of the Companion workspace. The build failed in
lib/xaw3d as follows:
> /builds/kupfer/ccd/usr/src/lib/xaw3d
> gzip -dc Xaw3d-1.5.tar.gz | tar xpf -
> mv xc Xaw3d-1.5
> (cd Xaw3d-1.5/lib/Xaw3d; \
> xmkmf; \
> # patch -i ../../../Makefile.patch Makefile; \
> mkdir -p ../../include/X11/Xaw3d; \
> cp *.h ../../include/X11/Xaw3d; \
> env \
> PATH=/builds/kupfer/ccd/usr/src/tools/proto/opt/onbld/bin:/builds/kupfer/ccd/usr/src/tools/proto/opt/onbld/bin/sparc:/opt/onbld/bin:/opt/onbld/bin/sparc:/usr/ccs/bin:/opt/SUNWspro/bin:/opt/teamware/bin:/usr/bin:/usr/sbin:/usr/ucb:/usr/openwin/bin:/usr/sfw/bin:/opt/sfw/bin:.:/opt/sfw/bin \
> CC=/builds/kupfer/ccd/usr/src/tools/gcc \
> MAKE=/usr/sfw/bin/gmake \
> PICFLAGS="-fPIC" \
> STD_CPP_DEFINES="" \
> STD_DEFINES="" \
> CCOPTIONS="-I../../include" \
> LD_OPTIONS="-L/builds/kupfer/ccd/proto/root_sparc/opt/sfw/lib -R/opt/sfw/lib" \
> /usr/sfw/bin/gmake)
> imake -DUseInstalled -I/usr/X11/lib/X11/config
> "/usr/X11/lib/X11/config/site.def", line 44: Can't find include file host.def
> "/usr/X11/lib/X11/config/site.def", line 46: Can't find include file xorgsite.def
> "/usr/X11/lib/X11/config/svr4.cf", line 268: Can't find include file xorg.cf
> "/usr/X11/lib/X11/config/site.def", line 146: Can't find include file host.def
> "/usr/X11/lib/X11/config/Imake.tmpl", line 2144: Can't find include file X11.rules
> "/usr/X11/lib/X11/config/Imake.tmpl", line 2157: Can't find include file X11.tmpl
> imake: Exit code 2.
Alan Coopersmith said
imake & its config files were replaced with the current X.Org
versions in build 97, and from that output, it looks like some
files missed getting packaged. Please file a bug under
solaris/xserver/programs.
|