* Simon Marlow <[EMAIL PROTECTED]> [2002-07-22T14:46+0100]:
> 
> > http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/hslibs/posix
> > /doc/posix.sgml?rev=1.14&content-type=text/x-cvsweb-markup
> > 
> > it has
> > 
> >     See <XRef LinkEnd="sec-Concurrent-Haskell"> for details on how to
> >     communicate between threads.
> > 
> > but the HTML doesn't have a link here. Looking at
> 
> Fixed, thanks.

I noted this in my ghc build, and fixed it by using
"sec-Concurrent-Haskell" in both places though :)  sorry, haven't been
able to fold that back in the tree.

Related to that, there are two more places where the db2xxx tools choke:
------------------------------------------------------------------------
==fptools== /usr/bin/make all -wr;
 in /opt/src/build/debian/ghc5/ghc5-5.04/build-stage1/hslibs/doc
------------------------------------------------------------------------
db2html -d /opt/src/build/debian/ghc5/ghc5-5.04/build-stage1/docs/fptools-both.dsl   
hslibs.sgml
output is hslibs
Using catalogs: /etc/sgml/catalog
Using stylesheet: 
/opt/src/build/debian/ghc5/ghc5-5.04/build-stage1/docs/fptools-both.dsl
Working on: /opt/src/build/debian/ghc5/ghc5-5.04/build-stage1/hslibs/doc/hslibs.sgml
jade:/opt/src/build/debian/ghc5/ghc5-5.04/build-stage1/hslibs/doc/../posix/doc/posix.sgml:768:40:X:
 reference to non-existent ID "SEC-CONCURRENT-HASKELL"
jade:/opt/src/build/debian/ghc5/ghc5-5.04/build-stage1/hslibs/doc/../util/doc/Select.sgml:82:16:X:
 reference to non-existent ID "SEC-SCHEDULING"
jade:/opt/src/build/debian/ghc5/ghc5-5.04/build-stage1/hslibs/doc/../util/doc/Select.sgml:83:21:X:
 reference to non-existent ID "SEC-ASYNCHRONOUS-EXCEPTIONS"
jade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/dblink.dsl:203:1:E: XRef 
LinkEnd to missing ID 'SEC-CONCURRENT-HASKELL'
jade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/dblink.dsl:203:1:E: XRef 
LinkEnd to missing ID 'SEC-SCHEDULING'
jade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/dblink.dsl:203:1:E: XRef 
LinkEnd to missing ID 'SEC-ASYNCHRONOUS-EXCEPTIONS'
make[3]: *** [hslibs.html] Error 8
make[2]: *** [all] Error 1
make[2]: Leaving directory `/opt/src/build/debian/ghc5/ghc5-5.04/build-stage1/hslibs'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/opt/src/build/debian/ghc5/ghc5-5.04/build-stage1'
make: *** [stamps/stage1-stamp] Error 2


No immediate idea where to fix those (I tried one place without
effect), so I reverted to:

        db2html -e noidref ...                  # turns idref errors off

to make the build go through...  hint: a full build (required for
Debian, else the tools don't let you upload (easily...)) takes about
9 hours on my machine... :>


Cheers,
Michael
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to