[OpenIndiana-New-developers] Building XNV_155 question

Frank Middleton f.middleton at apogeect.com
Sat Apr 2 23:04:32 UTC 2011


The instructions at
http://wiki.openindiana.org/oi/Building+XNV_155+on+a+stock+OI+148+install
worked like a charm until make in pkg.

$ open-src/util/build-tools/find-build-errors
Scanning log/buildit-XW for error messages...

Build errors: 0
Runtime: 0:33

$ cd pkg; make
.....
## Generating dependencies for x11-documentation-xorg-docs.mog
Couldn't find /devel/XNV_155/xnv/proto/root_i386/usr/share/doc/X11/LICENSE.html
Couldn't find /devel/XNV_155/xnv/proto/root_i386/usr/share/doc/X11/LICENSE.sgml
Couldn't find /devel/XNV_155/xnv/proto/root_i386/usr/share/doc/X11/LICENSE.txt
Couldn't find /devel/XNV_155/xnv/proto/root_i386/usr/share/doc/X11/README.html
Couldn't find /devel/XNV_155/xnv/proto/root_i386/usr/share/doc/X11/README.sgml
Couldn't find /devel/XNV_155/xnv/proto/root_i386/usr/share/doc/X11/README.txt
Couldn't find /devel/XNV_155/xnv/proto/root_i386/usr/share/doc/X11/RELNOTES.html
Couldn't find /devel/XNV_155/xnv/proto/root_i386/usr/share/doc/X11/RELNOTES.sgml
Couldn't find /devel/XNV_155/xnv/proto/root_i386/usr/share/doc/X11/RELNOTES.txt
.....
Couldn't find /devel/XNV_155/xnv/proto/root_i386/usr/share/doc/X11/platforms/Solaris.sgml
Couldn't find /devel/XNV_155/xnv/proto/root_i386/usr/share/doc/X11/platforms/Solaris.txt
*** Error code 1
The following command caused the error:
if [[ ! -f build-i386/x11-documentation-xorg-docs.nodepend ]]; then \
	pkgdepend generate -m -D 'PLATFORM=i86hvm'  -D 'PLATFORM=i86pc'  -D 'PLATFORM=i86xpv'  -D 'ISALIST=amd64'  -D 'ISALIST=i386' build-i386/x11-documentation-xorg-docs.mog \
		/devel/XNV_155/xnv/pkg/../proto/root_i386 > build-i386/x11-documentation-xorg-docs.dep; \
else \
	/usr/bin/cp -f build-i386/x11-documentation-xorg-docs.mog build-i386/x11-documentation-xorg-docs.dep; \
fi
make: Fatal error: Command failed for target `build-i386/x11-documentation-xorg-docs.dep'

find .. -name 'RELNOTES.*'

../open-src/doc/xorg-docs/build-i386/xorg-docs-1.5/sgml/RELNOTES.html
../open-src/doc/xorg-docs/build-i386/xorg-docs-1.5/sgml/RELNOTES.sgml

Any suggestions much appreciated
-- Frank

Tried again withPKGDEBUG=""

## Publishing x11-documentation-xorg-docs to proto repository
pkgsend: No such file: '/devel/XNV_155/xnv/pkg/../proto/metadata_i386/x11-documentation-xorg-docs/usr/share/doc/X11/LICENSE.html'.
*** Error code 1
The following command caused the error:
if [ -s build-i386/x11-documentation-xorg-docs.res ]; then \
	print "## Publishing x11-documentation-xorg-docs to proto repository"; \
	pkgsend -s file:///devel/XNV_155/xnv/pkg/../proto/pkg_i386 publish -d /devel/XNV_155/xnv/pkg/../proto/root_i386 \
	    -d license_files -d /devel/XNV_155/xnv/pkg/../proto/metadata_i386/x11-documentation-xorg-docs \
	    --fmri-in-manifest --no-index --no-catalog \
	    build-i386/x11-documentation-xorg-docs.res > /dev/null; \
fi; \
/usr/bin/touch build-i386/x11-documentation-xorg-docs.pub
make: Fatal error: Command failed for target `build-i386/x11-documentation-xorg-docs.pub'

$ find .. -name  LICENSE.html
../open-src/doc/xorg-docs/build-i386/xorg-docs-1.5/sgml/LICENSE.html



More information about the New-developers mailing list