Re: PDF build is broken

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PDF build is broken
Date: 2017-03-26 19:05:20
Message-ID: a822c6f1-f7bb-54e7-7d99-e298ea550bf1@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 3/25/17 07:27, Devrim Gündüz wrote:
> I can't build PDFs with latest snapshot tarball:

Fixed. But I also suggest that you try out the FOP based builds,
because the jadetex-based builds will probably go away soon.

>
> ====================================================================================
> $ make postgres-A4.pdf
> { \
> echo "<!ENTITY version \"10devel\">"; \
> echo "<!ENTITY majorversion \"10\">"; \
> } > version.sgml
> '/usr/bin/perl' ./mk_feature_tables.pl YES ../../../src/backend/catalog/sql_feature_packages.txt ../../../src/backend/catalog/sql_features.txt > features-supported.sgml
> '/usr/bin/perl' ./mk_feature_tables.pl NO ../../../src/backend/catalog/sql_feature_packages.txt ../../../src/backend/catalog/sql_features.txt > features-unsupported.sgml
> '/usr/bin/perl' ./generate-errcodes-table.pl ../../../src/backend/utils/errcodes.txt > errcodes-table.sgml
> openjade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -D . -c /usr/share/sgml/docbook/dsssl-stylesheets/catalog -d stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml
> LC_ALL=C '/usr/bin/perl' /usr/bin/collateindex.pl -f -g -i 'bookindex' -o bookindex.sgml HTML.index
> Processing HTML.index...
> 2762 entries loaded...
> collateindex.pl: duplicated index entry found: TRUNC
> 1 entries ignored...
> Done.
> openjade -D . -D . -c /usr/share/sgml/docbook/dsssl-stylesheets/catalog -d ./stylesheet.dsl -t tex -V tex-backend -i output-print -i include-index -V texpdf-output -V '%paper-type%'=A4 -o postgres-A4.tex-pdf postgres.sgml
> openjade:ref/alter_collation.sgml:96:10:E: [xref to REFSECT1 unsupported]
> pdfjadetex postgres-A4.tex-pdf
> This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdfjadetex)
> restricted \write18 enabled.
> entering extended mode
> ! I can't find file `postgres-A4.tex-pdf'.
> <*> postgres-A4.tex-pdf
>
> (Press Enter to retry, or Control-D to exit)
> Please type another input file name:
> ====================================================================================
>
> Can someone please take a look?
>
> Regards,
> --
> Devrim Gündüz
> EnterpriseDB: http://www.enterprisedb.com
> PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
> Twitter: @DevrimGunduz , @DevrimGunduzTR
>

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavan Deolasee 2017-03-26 19:22:25 Stale comments in vacuumlazy.c
Previous Message Andres Freund 2017-03-26 18:47:56 Re: Valgrind failures caused by multivariate stats patch