[Mono-dev] Compiling monodoc from source

John Anderson sontek at gmail.com
Mon Feb 19 06:18:49 EST 2007


I'm trying to compile monodoc from source and i'm getting this error:


sontek at inspidell:~/code/oss/mono/monodoc$ ./autogen.sh --prefix=/usr/local/
/usr/share/aclocal/oaf.m4:4: warning: underquoted definition of AM_PATH_OAF
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/libglade.m4:7: warning: underquoted definition of
AM_PATH_LIBGLADE
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of
AM_PATH_LIBART
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of
AM_PATH_GLIB
/usr/share/aclocal/gconf-1.m4:4: warning: underquoted definition of
AM_PATH_GCONF
/usr/share/aclocal/gconf-1.m4:71: warning: underquoted definition of
AM_GCONF_SOURCE
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gacutil... /usr/local/bin/gacutil
checking for mono... /usr/local/bin/mono
checking for mcs... /usr/local/bin/mcs
checking for ../mcs... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating engine/Makefile
config.status: creating class/Makefile
config.status: creating extras/Makefile
config.status: creating tools/Makefile
config.status: creating man/Makefile
config.status: creating monodoc.pc
config.status: creating monodoc
config.status: creating engine/AssemblyInfo.cs
config.status: creating scripts/Makefile
config.status: creating scripts/mod
config.status: creating scripts/monodocer
config.status: creating scripts/monodocs2slashdoc
config.status: creating scripts/monodocs2html
config.status: creating scripts/mdassembler
config.status: creating scripts/mdnormalizer
config.status: creating scripts/mdvalidater
config.status: creating scripts/mdcs2ecma
sontek at inspidell:~/code/oss/mono/monodoc$ make
Making all in engine
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc/engine'
/usr/local/bin/mcs /debug /nowarn:169,164,162,168,219
-out:monodoc.dll-target:library /resource:./mono-
ecma.xsl,mono-ecma.xsl
/resource:./ecmaspec-html.xsl,ecmaspec-html.xsl/resource:./ecmaspec-
html-css.xsl,ecmaspec-html-css.xsl
/resource:./base.css,base.css/resource:./ecmaspec.css,
ecmaspec.css /resource:./mono-ecma-css.xsl,mono-ecma-css.xsl/resource:./mono-
ecma.css,mono-ecma.css /resource:./home.html,home.html ./colorizer.cs ./man-
provider.cs ./monohb-provider.cs ./xhtml-provider.cs ./ecma-provider.cs./simple-
provider.cs ./html-helper.cs ./provider.cs ./index.cs
./error-provider.cs./ecmaspec-
provider.cs ./editing.cs ./settings.cs ./commentservice.cs
./XmlNodeWriter.cs ./SearchableIndex.cs ./SearchableDocument.cs
./wiki2ecma.cs ./ecma2wiki.cs AssemblyInfo.cs        @lucene_sources -r:
ICSharpCode.SharpZipLib.dll -r:System.Web -r:System.Web.Services -r:
Commons.Xml.Relaxng /codepage:utf8
./ecmaspec-provider.cs(157,25): warning CS0618:
`System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader)' is obsolete: `You
should pass evidence.'
./ecmaspec-provider.cs(164,17): warning CS0618:
`System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,
System.Xml.Xsl.XsltArgumentList, System.IO.TextWriter)' is obsolete: `You
should pass XmlResolver to Transform() method'
Compilation succeeded - 2 warning(s)
/usr/local/bin/mcs -debug /out:assembler.exe ./assembler.cs  -r:
ICSharpCode.SharpZipLib.dll -r:./monodoc.dll
/usr/local/bin/mcs ./mod.cs -r:./monodoc.dll -out:mod.exe
if sed 's,@''monodoc_refdir@,/usr/local//lib/monodoc,'
./monodoc.dll.config.in > monodoc.dll.configt; then mv monodoc.dll.configt
monodoc.dll.config; else rm -f monodoc.dll.configt ; exit 1; fi
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc/engine'
Making all in class
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc/class'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc/class'
Making all in extras
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc/extras'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc/extras'
Making all in tools
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc/tools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc/tools'
Making all in scripts
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc/scripts'
Making all in man
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc/man'
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc'
sontek at inspidell:~/code/oss/mono/monodoc$ sudo make install
Making install in engine
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc/engine'
make[2]: Entering directory `/home/sontek/code/oss/mono/monodoc/engine'
make[2]: Nothing to be done for `install-exec-am'.
/usr/local/bin/gacutil /i monodoc.dll /f /package monodoc /gacdir
/usr/local//lib /root /usr/local//lib
Package exported to: /usr/local//lib/mono/monodoc/monodoc.dll ->
../gac/monodoc/1.0.0.0__0738eb9f132ed756/monodoc.dll
monodoc installed into the gac (/usr/local//lib/mono/gac)
test -z "/usr/local//lib/monodoc" || mkdir -p -- "/usr/local//lib/monodoc"
 /usr/bin/install -c -m 644 'assembler.exe'
'/usr/local//lib/monodoc/assembler.exe'
 /usr/bin/install -c -m 644 'normalize.exe'
'/usr/local//lib/monodoc/normalize.exe'
 /usr/bin/install -c -m 644 'monodoc.xml'
'/usr/local//lib/monodoc/monodoc.xml'
 /usr/bin/install -c -m 644 'mod.exe' '/usr/local//lib/monodoc/mod.exe'
 /usr/bin/install -c -m 644 'validate.exe'
'/usr/local//lib/monodoc/validate.exe'
 /usr/bin/install -c -m 644 'cs2ecma.exe'
'/usr/local//lib/monodoc/cs2ecma.exe'
make[2]: Leaving directory `/home/sontek/code/oss/mono/monodoc/engine'
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc/engine'
Making install in class
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc/class'
make[2]: Entering directory `/home/sontek/code/oss/mono/monodoc/class'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local//lib/monodoc/sources" || mkdir -p --
"/usr/local//lib/monodoc/sources"
 /usr/bin/install -c -m 644 'cs-errors.tree'
'/usr/local//lib/monodoc/sources/cs-errors.tree'
 /usr/bin/install -c -m 644 'cs-errors.zip'
'/usr/local//lib/monodoc/sources/cs-errors.zip'
 /usr/bin/install -c -m 644 'cs-errors.source'
'/usr/local//lib/monodoc/sources/cs-errors.source'
test -z "/usr/local//lib/monodoc/sources" || mkdir -p --
"/usr/local//lib/monodoc/sources"
 /usr/bin/install -c -m 644 'ecma334.tree'
'/usr/local//lib/monodoc/sources/ecma334.tree'
 /usr/bin/install -c -m 644 'ecma334.zip'
'/usr/local//lib/monodoc/sources/ecma334.zip'
 /usr/bin/install -c -m 644 'ecma334.source'
'/usr/local//lib/monodoc/sources/ecma334.source'
 /usr/bin/install -c -m 644 'netdocs.tree'
'/usr/local//lib/monodoc/sources/netdocs.tree'
 /usr/bin/install -c -m 644 'netdocs.zip'
'/usr/local//lib/monodoc/sources/netdocs.zip'
 /usr/bin/install -c -m 644 'netdocs.source'
'/usr/local//lib/monodoc/sources/netdocs.source'
 /usr/bin/install -c -m 644 'nunit-docs.tree'
'/usr/local//lib/monodoc/sources/nunit-docs.tree'
 /usr/bin/install -c -m 644 'nunit-docs.zip'
'/usr/local//lib/monodoc/sources/nunit-docs.zip'
 /usr/bin/install -c -m 644 'nunit-docs.source'
'/usr/local//lib/monodoc/sources/nunit-docs.source'
 /usr/bin/install -c -m 644 'Mono.tree'
'/usr/local//lib/monodoc/sources/Mono.tree'
 /usr/bin/install -c -m 644 'Mono.zip'
'/usr/local//lib/monodoc/sources/Mono.zip'
 /usr/bin/install -c -m 644 'Mono.source'
'/usr/local//lib/monodoc/sources/Mono.source'
 /usr/bin/install -c -m 644 'Novell.source'
'/usr/local//lib/monodoc/sources/Novell.source'
 /usr/bin/install -c -m 644 'Novell.zip'
'/usr/local//lib/monodoc/sources/Novell.zip'
 /usr/bin/install -c -m 644 'Novell.tree'
'/usr/local//lib/monodoc/sources/Novell.tree'
make[2]: Leaving directory `/home/sontek/code/oss/mono/monodoc/class'
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc/class'
Making install in extras
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc/extras'
/usr/bin/install -c -m 644 ./*zip ./*tree ./*source
/usr/local//lib/monodoc/sources
/usr/bin/install: cannot stat `./*zip': No such file or directory
/usr/bin/install: cannot stat `./*tree': No such file or directory
/usr/bin/install: cannot stat `./*source': No such file or directory
make[1]: [install] Error 1 (ignored)
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc/extras'
Making install in tools
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc/tools'
make[2]: Entering directory `/home/sontek/code/oss/mono/monodoc/tools'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local//lib/monodoc" || mkdir -p -- "/usr/local//lib/monodoc"
 /usr/bin/install -c -m 644 'monodocer.exe'
'/usr/local//lib/monodoc/monodocer.exe'
 /usr/bin/install -c -m 644 'monodocer1.exe'
'/usr/local//lib/monodoc/monodocer1.exe'
 /usr/bin/install -c -m 644 'monodocs2html.exe'
'/usr/local//lib/monodoc/monodocs2html.exe'
 /usr/bin/install -c -m 644 'monodocs2slashdoc.exe'
'/usr/local//lib/monodoc/monodocs2slashdoc.exe'
make[2]: Leaving directory `/home/sontek/code/oss/mono/monodoc/tools'
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc/tools'
Making install in scripts
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc/scripts'
make[2]: Entering directory `/home/sontek/code/oss/mono/monodoc/scripts'
test -z "/usr/local//bin" || mkdir -p -- "/usr/local//bin"
 /usr/bin/install -c 'mdassembler' '/usr/local//bin/mdassembler'
 /usr/bin/install -c 'mdcs2ecma' '/usr/local//bin/mdcs2ecma'
 /usr/bin/install -c 'mdnormalizer' '/usr/local//bin/mdnormalizer'
 /usr/bin/install -c 'mdvalidater' '/usr/local//bin/mdvalidater'
 /usr/bin/install -c 'mod' '/usr/local//bin/mod'
 /usr/bin/install -c 'monodocer' '/usr/local//bin/monodocer'
 /usr/bin/install -c 'monodocs2html' '/usr/local//bin/monodocs2html'
 /usr/bin/install -c 'monodocs2slashdoc' '/usr/local//bin/monodocs2slashdoc'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/sontek/code/oss/mono/monodoc/scripts'
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc/scripts'
Making install in man
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc/man'
make[2]: Entering directory `/home/sontek/code/oss/mono/monodoc/man'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local//share/man/man1" || mkdir -p --
"/usr/local//share/man/man1"
 /usr/bin/install -c -m 644 './mdassembler.1'
'/usr/local//share/man/man1/mdassembler.1'
 /usr/bin/install -c -m 644 './mdcs2ecma.1'
'/usr/local//share/man/man1/mdcs2ecma.1'
 /usr/bin/install -c -m 644 './mdnormalizer.1'
'/usr/local//share/man/man1/mdnormalizer.1'
 /usr/bin/install -c -m 644 './mdvalidator.1'
'/usr/local//share/man/man1/mdvalidator.1'
 /usr/bin/install -c -m 644 './monodocer.1'
'/usr/local//share/man/man1/monodocer.1'
 /usr/bin/install -c -m 644 './monodocs2html.1'
'/usr/local//share/man/man1/monodocs2html.1'
make[2]: Leaving directory `/home/sontek/code/oss/mono/monodoc/man'
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc/man'
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc'
make[2]: Entering directory `/home/sontek/code/oss/mono/monodoc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local//lib/pkgconfig" || mkdir -p --
"/usr/local//lib/pkgconfig"
 /usr/bin/install -c -m 644 'monodoc.pc'
'/usr/local//lib/pkgconfig/monodoc.pc'
make[2]: Leaving directory `/home/sontek/code/oss/mono/monodoc'
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc'
sontek at inspidell:~/code/oss/mono/monodoc$ make check
Making check in engine
make[1]: Entering directory `/home/sontek/code/oss/mono/monodoc/engine'
mono validate.exe ecma ../tools/DocTest/en.expected | diff -
validate.check.monodocer
mono validate.exe ecma ../tools/DocTest/en.expected.importslashdoc | \
                diff --brief - validate.check.monodocer.importslashdoc
Files - and validate.check.monodocer.importslashdoc differ
make[1]: *** [check-validate] Error 1
make[1]: Leaving directory `/home/sontek/code/oss/mono/monodoc/engine'
make: *** [check-recursive] Error 1
sontek at inspidell:~/code/oss/mono/monodoc$
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070219/baf96343/attachment.html 


More information about the Mono-devel-list mailing list