Bug 65259 - Failure to build Ada DVI and PDF documentation
Summary: Failure to build Ada DVI and PDF documentation
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: ada (show other bugs)
Version: 5.0
: P3 normal
Target Milestone: 5.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-01 09:26 UTC by Andris Pavenis
Modified: 2015-03-01 16:30 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2015-03-01 00:00:00


Attachments
'make dvi' output ilustrating documentation build failure (9.46 KB, application/x-xz)
2015-03-01 09:26 UTC, Andris Pavenis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andris Pavenis 2015-03-01 09:26:20 UTC
Created attachment 34908 [details]
'make dvi' output ilustrating documentation build failure

Noticed that
 make pdf
and
 make dvi

fail for gcc version 5.0.0 20150301 (experimental) (GCC) configured with Ada compiler enabled

I did not have this problem with
gcc version 5.0.0 20150202 (experimental) (GCC)
Comment 1 Dominique d'Humieres 2015-03-01 09:41:10 UTC
I see 

/opt/gcc/work/gcc/ada/gnat_ugn.texi:19556: Could not find image file project-ma
nager-figure for pdf.
Comment 2 Arnaud Charlet 2015-03-01 10:16:53 UTC
Author: charlet
Date: Sun Mar  1 10:16:20 2015
New Revision: 221087

URL: https://gcc.gnu.org/viewcvs?rev=221087&root=gcc&view=rev
Log:
        PR ada/65259

	* doc/gnat_ugn/gnat_project_manager.rst,                           
	doc/gnat_ugn/platform_specific_information.rst: Remove reference to
	image, too troublesome with texi format.
	* gnat_ugn.texi: Regenerate.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/doc/gnat_ugn/gnat_project_manager.rst
    trunk/gcc/ada/doc/gnat_ugn/platform_specific_information.rst
    trunk/gcc/ada/gnat_ugn.texi
Comment 3 Arnaud Charlet 2015-03-01 10:23:04 UTC
Should now be fixed.
Comment 4 Andris Pavenis 2015-03-01 16:30:05 UTC
Now it is OK. Thanks.