View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000450 | Pgpool-II | Bug | public | 2018-12-20 07:43 | 2019-01-30 10:03 |
| Reporter | xenophenes | Assigned To | pengbo | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Product Version | 4.0.1 | ||||
| Summary | 0000450: PDF generation appears to be broken | ||||
| Description | Hello, I would like to be able to make use of the inherent functionality of the Makefile to generate a PDF of the documentation for each release. There is no documentation seemingly on building documentation (HTML, PDF, or otherwise), so perhaps there's a simpler solution for this than I realize. When I enter `make pdf`, the output comes out to: $ make pdf Making pdf in src make[1]: Entering directory `~/pgpool/build/pgpool_II_4_0_1/doc/src' Making pdf in sgml make[2]: Entering directory `~/pgpool_II_4_0_1/doc/src/sgml' make[2]: Nothing to be done for `pdf'. make[2]: Leaving directory `~/pgpool_II_4_0_1/doc/src/sgml' make[2]: Entering directory `~/pgpool_II_4_0_1/doc/src' make[2]: Nothing to be done for `pdf-am'. make[2]: Leaving directory `~/pgpool_II_4_0_1/doc/src' make[1]: Leaving directory `~/pgpool_II_4_0_1/doc/src' make[1]: Entering directory `~/pgpool_II_4_0_1/doc' make[1]: Nothing to be done for `pdf-am'. make[1]: Leaving directory `~/pgpool_II_4_0_1/doc' It does seem to state it is making a PDF, but no PDF files or folders are generated as a result of running the command. The same output is produced for `make install-pdf`. Is there some software that is missing that is causing this to happen? Is this a bug in the Makefile? What workaround can I use to make this work as expected? Thanks very much for any help you are able to provide. | ||||
| Steps To Reproduce | ./configure make pdf | ||||
| Tags | No tags attached. | ||||
|
|
I tried " make pgpool-A4.pdf" and got: openjade -c /usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d stylesheet.dsl -t tex -V tex-backend -i output-print -i include-index -V texpdf-output -V '%paper-type%'=A4 -o pgpool-A4.tex-pdf pgpool.sgml openjade:stylesheet.dsl:670:9:E: flow object not accepted by port; only display flow objects accepted Makefile:548: recipe for target 'pgpool-A4.tex-pdf' failed make: *** [pgpool-A4.tex-pdf] Segmentation fault (core dumped) make: *** Deleting file 'pgpool-A4.tex-pdf' This is Ubuntu 18.04 LTS. Unfortunately there's no one in developers who is familiar with PDF generation. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-12-20 07:43 | xenophenes | New Issue | |
| 2019-01-10 14:57 | t-ishii | Note Added: 0002318 | |
| 2019-01-30 10:03 | pengbo | Assigned To | => pengbo |
| 2019-01-30 10:03 | pengbo | Status | new => assigned |