public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* doc build tool 'fop' seems to be missing
@ 2013-12-19 18:47 Mark Geisert
  2013-12-19 19:22 ` Christopher Faylor
  2013-12-19 20:33 ` Warren Young
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Geisert @ 2013-12-19 18:47 UTC (permalink / raw)
  To: cygwin

I'm figuring out the definitive list of packages needed to build 32-bit
Cygwin DLL and docs.  The DLL now builds OK.  The docs build fails:

/oss/build make | tee make.out
[...]
Writing cygwin-functions.html for chapter(cygwin-functions)
Writing cygwin-api.html for book(cygwin-api)
xmlto --skip-validation --with-dblatex html -o faq -m
/oss/src/winsup/doc/cygwin.xsl /oss/src/winsup/doc/faq.xml
Writing faq.html for article(faq)
sed -i 's;</a><a name="id[0-9]*"></a>;</a>;g' faq/faq.html
/oss/src/winsup/doc/bodysnatcher.pl faq/faq.html
xsltproc --xinclude /oss/src/winsup/doc/fo.xsl
/oss/src/winsup/doc/cygwin-ug-net.xml | fop -q -fo -
cygwin-ug-net/cygwin-ug-net.pdf
/bin/sh: fop: command not found
Making portrait pages on USletter paper (8.5inx11in)
make[3]: [cygwin-ug-net/cygwin-ug-net.pdf] Error 127 (ignored)
Makefile:61: recipe for target 'cygwin-ug-net/cygwin-ug-net.pdf' failed
xsltproc --xinclude /oss/src/winsup/doc/fo.xsl cygwin-api.xml | fop -q -fo -
cygwin-api/cygwin-api.pdf
/bin/sh: fop: command not found

Package Search yields no hits for "/fop$" or "/fop.exe$".  The
winsup/doc/README doesn't mention fop.  I've installed all packages listed
in that README.  The winsup/doc/ChangeLog mentions fop as now part of the
build process, along with xsltproc, in an update dated 2013-07-20.  But I
can't find fop.  Any leads appreciated.
Thanks,

..mark

--
I'm actually more of a Dapper Dan man.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: doc build tool 'fop' seems to be missing
  2013-12-19 18:47 doc build tool 'fop' seems to be missing Mark Geisert
@ 2013-12-19 19:22 ` Christopher Faylor
  2013-12-19 20:33 ` Warren Young
  1 sibling, 0 replies; 5+ messages in thread
From: Christopher Faylor @ 2013-12-19 19:22 UTC (permalink / raw)
  To: cygwin

On Thu, Dec 19, 2013 at 06:47:24PM +0000, Mark Geisert wrote:
>I'm figuring out the definitive list of packages needed to build 32-bit
>Cygwin DLL and docs.  The DLL now builds OK.  The docs build fails:
>
>/oss/build make | tee make.out
>[...]
>Writing cygwin-functions.html for chapter(cygwin-functions)
>Writing cygwin-api.html for book(cygwin-api)
>xmlto --skip-validation --with-dblatex html -o faq -m
>/oss/src/winsup/doc/cygwin.xsl /oss/src/winsup/doc/faq.xml
>Writing faq.html for article(faq)
>sed -i 's;</a><a name="id[0-9]*"></a>;</a>;g' faq/faq.html
>/oss/src/winsup/doc/bodysnatcher.pl faq/faq.html
>xsltproc --xinclude /oss/src/winsup/doc/fo.xsl
>/oss/src/winsup/doc/cygwin-ug-net.xml | fop -q -fo -
>cygwin-ug-net/cygwin-ug-net.pdf
>/bin/sh: fop: command not found
>Making portrait pages on USletter paper (8.5inx11in)
>make[3]: [cygwin-ug-net/cygwin-ug-net.pdf] Error 127 (ignored)
>Makefile:61: recipe for target 'cygwin-ug-net/cygwin-ug-net.pdf' failed
>xsltproc --xinclude /oss/src/winsup/doc/fo.xsl cygwin-api.xml | fop -q -fo -
>cygwin-api/cygwin-api.pdf
>/bin/sh: fop: command not found
>
>Package Search yields no hits for "/fop$" or "/fop.exe$".  The
>winsup/doc/README doesn't mention fop.  I've installed all packages listed
>in that README.  The winsup/doc/ChangeLog mentions fop as now part of the
>build process, along with xsltproc, in an update dated 2013-07-20.  But I
>can't find fop.  Any leads appreciated.

You should be getting an "error ignored" when doing a "make".  So, you
could just ignore the issue.

Or:

http://cygwin.com/ml/cygwin/2013-11/threads.html#00106

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: doc build tool 'fop' seems to be missing
  2013-12-19 18:47 doc build tool 'fop' seems to be missing Mark Geisert
  2013-12-19 19:22 ` Christopher Faylor
@ 2013-12-19 20:33 ` Warren Young
  2013-12-20  0:55   ` Yaakov (Cygwin/X)
  1 sibling, 1 reply; 5+ messages in thread
From: Warren Young @ 2013-12-19 20:33 UTC (permalink / raw)
  To: Cygwin-L

On 12/19/2013 11:47, Mark Geisert wrote:
>
> Package Search yields no hits for "/fop$" or "/fop.exe$".

It used to be that you had to get fop from Cygwin Ports.  Now it's no 
longer in Ports, and I don't know why.  I thought Yaakov was going to 
move it to the main Cygwin package repo, due to this core dependency. 
Maybe that's in the middle of happening right now?

Apache FOP is based on Java, so it might not be too tough to get its 
Unix binary package running under Cygwin's gcj:

     https://xmlgraphics.apache.org/fop/1.1/

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: doc build tool 'fop' seems to be missing
  2013-12-19 20:33 ` Warren Young
@ 2013-12-20  0:55   ` Yaakov (Cygwin/X)
  2013-12-20  9:47     ` Corinna Vinschen
  0 siblings, 1 reply; 5+ messages in thread
From: Yaakov (Cygwin/X) @ 2013-12-20  0:55 UTC (permalink / raw)
  To: cygwin

On 2013-12-19 14:33, Warren Young wrote:
> It used to be that you had to get fop from Cygwin Ports.

It's still there.


Yaakov



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: doc build tool 'fop' seems to be missing
  2013-12-20  0:55   ` Yaakov (Cygwin/X)
@ 2013-12-20  9:47     ` Corinna Vinschen
  0 siblings, 0 replies; 5+ messages in thread
From: Corinna Vinschen @ 2013-12-20  9:47 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

Hi Yaakov,

On Dec 19 18:55, Yaakov (Cygwin/X) wrote:
> On 2013-12-19 14:33, Warren Young wrote:
> >It used to be that you had to get fop from Cygwin Ports.
> 
> It's still there.

any plans to move it to the cygwin distro?


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-20  9:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-19 18:47 doc build tool 'fop' seems to be missing Mark Geisert
2013-12-19 19:22 ` Christopher Faylor
2013-12-19 20:33 ` Warren Young
2013-12-20  0:55   ` Yaakov (Cygwin/X)
2013-12-20  9:47     ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).