public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/65259] New: Failure to build Ada DVI and PDF documentation
@ 2015-03-01  9:26 andris.pavenis at iki dot fi
  2015-03-01  9:41 ` [Bug ada/65259] " dominiq at lps dot ens.fr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: andris.pavenis at iki dot fi @ 2015-03-01  9:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65259

            Bug ID: 65259
           Summary: Failure to build Ada DVI and PDF documentation
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: andris.pavenis at iki dot fi

Created attachment 34908
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34908&action=edit
'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)


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

* [Bug ada/65259] Failure to build Ada DVI and PDF documentation
  2015-03-01  9:26 [Bug ada/65259] New: Failure to build Ada DVI and PDF documentation andris.pavenis at iki dot fi
@ 2015-03-01  9:41 ` dominiq at lps dot ens.fr
  2015-03-01 10:16 ` charlet at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-03-01  9:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65259

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-03-01
                 CC|                            |charlet at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
I see 

/opt/gcc/work/gcc/ada/gnat_ugn.texi:19556: Could not find image file project-ma
nager-figure for pdf.


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

* [Bug ada/65259] Failure to build Ada DVI and PDF documentation
  2015-03-01  9:26 [Bug ada/65259] New: Failure to build Ada DVI and PDF documentation andris.pavenis at iki dot fi
  2015-03-01  9:41 ` [Bug ada/65259] " dominiq at lps dot ens.fr
@ 2015-03-01 10:16 ` charlet at gcc dot gnu.org
  2015-03-01 10:23 ` charlet at gcc dot gnu.org
  2015-03-01 16:30 ` andris.pavenis at iki dot fi
  3 siblings, 0 replies; 5+ messages in thread
From: charlet at gcc dot gnu.org @ 2015-03-01 10:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65259

--- Comment #2 from Arnaud Charlet <charlet at gcc dot gnu.org> ---
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


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

* [Bug ada/65259] Failure to build Ada DVI and PDF documentation
  2015-03-01  9:26 [Bug ada/65259] New: Failure to build Ada DVI and PDF documentation andris.pavenis at iki dot fi
  2015-03-01  9:41 ` [Bug ada/65259] " dominiq at lps dot ens.fr
  2015-03-01 10:16 ` charlet at gcc dot gnu.org
@ 2015-03-01 10:23 ` charlet at gcc dot gnu.org
  2015-03-01 16:30 ` andris.pavenis at iki dot fi
  3 siblings, 0 replies; 5+ messages in thread
From: charlet at gcc dot gnu.org @ 2015-03-01 10:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65259

Arnaud Charlet <charlet at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |5.0

--- Comment #3 from Arnaud Charlet <charlet at gcc dot gnu.org> ---
Should now be fixed.


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

* [Bug ada/65259] Failure to build Ada DVI and PDF documentation
  2015-03-01  9:26 [Bug ada/65259] New: Failure to build Ada DVI and PDF documentation andris.pavenis at iki dot fi
                   ` (2 preceding siblings ...)
  2015-03-01 10:23 ` charlet at gcc dot gnu.org
@ 2015-03-01 16:30 ` andris.pavenis at iki dot fi
  3 siblings, 0 replies; 5+ messages in thread
From: andris.pavenis at iki dot fi @ 2015-03-01 16:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65259

--- Comment #4 from Andris Pavenis <andris.pavenis at iki dot fi> ---
Now it is OK. Thanks.


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

end of thread, other threads:[~2015-03-01 16:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-01  9:26 [Bug ada/65259] New: Failure to build Ada DVI and PDF documentation andris.pavenis at iki dot fi
2015-03-01  9:41 ` [Bug ada/65259] " dominiq at lps dot ens.fr
2015-03-01 10:16 ` charlet at gcc dot gnu.org
2015-03-01 10:23 ` charlet at gcc dot gnu.org
2015-03-01 16:30 ` andris.pavenis at iki dot fi

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).