Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 518300 Details for
Bug 646850
dev-util/gtk-doc fails to generate pdfs, thus whole builds may fail
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix exit status, pass on verbosity to dblatex
gtk-doc-1.25-mkpdf.patch (text/plain), 726 bytes, created by
David Haller
on 2018-02-07 01:22:19 UTC
(
hide
)
Description:
fix exit status, pass on verbosity to dblatex
Filename:
MIME Type:
Creator:
David Haller
Created:
2018-02-07 01:22:19 UTC
Size:
726 bytes
patch
obsolete
>diff -purN a/gtkdoc-mkpdf.in b/gtkdoc-mkpdf.in >--- a/gtkdoc-mkpdf.in 2015-10-18 11:39:02.000000000 +0200 >+++ b/gtkdoc-mkpdf.in 2018-02-07 02:13:12.545514039 +0100 >@@ -19,7 +19,7 @@ EOF > > cleanexit() { > rm -f $module.fo >- exit 1 >+ exit $1 > } > > # parse options, ignore unknown options for future extensions >@@ -105,7 +105,7 @@ if $is_xml; then > fi; > @DBLATEX@ 2>&1 >/dev/null $dblatex_options | grep -v 'programlisting or screen' > else >- { @DBLATEX@ 2>&1 >&3 $dblatex_options | grep -v 'programlisting or screen' >&2; } 3>&1 >+ { @DBLATEX@ 2>&1 >&3 --verbose $dblatex_options | grep -v 'programlisting or screen' >&2; } 3>&1 > fi > else > if test -n "@FOP@"; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 646850
: 518300