File: known-problems-152

package info (click to toggle)
gprbuild 2014dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,564 kB
  • ctags: 195
  • sloc: ada: 110,384; xml: 3,632; sh: 2,810; makefile: 363; ansic: 204; cpp: 89; fortran: 62; asm: 27
file content (49 lines) | stat: -rw-r--r-- 1,821 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
========================================
Known problems in GPRBUILD version 1.5.2
========================================

Copyright (C) 2011, AdaCore

The following is a listing of known problems in release 1.5.2. Except where
specifically noted, all these problems have been corrected in the development
tree of the 1.6 technology. This means they are corrected in any 1.6.0w
wavefront issued subsequent to the date specified (in ISO format YYYY-MM-DD) in
the status line. This can be used to determine if a given wavefront has the fix
identified in the entry.

KP-152-KA13-044 Crash when attempting to compile an header file

  Problem:    gprbuild crashes when asked to compile an header file,
              for example with: gprbuild -u -c prj.gpr toro.h

  Status:     This was fixed in 1.6.0 on 2011-10-14

  Workaround: Do not attempt to compile header files.

KP-152-KA04-012 Pragma Linker_Options not honored

  Problem:    gprbuild does not pass libraries specified with a pragma
              Linker_Options to the linker.

  Status:     This was fixed in 1.6.0 on 2011-10-06

  Workaround: Pass the corresponding libraries explicitly to the linker.

KP-152-K801-014 Crash for library projects with no sources

  Problem:    gprbuild and gprclean crash with a library project with no
              sources that is not externally built.

  Status:     This was fixed in 1.6.0 on 2011-08-02

  Workaround: Declare the library project as externally built.

KP-152-K711-032 Failure to build archive on Windows

  Problem:    On Windows, gprbuild may fail to build an archive if the
              length of the command line is greater than 8192.

  Status:     This was fixed in 1.6.0 on 2011-07-22

  Workaround: Reduce the length of the object path names to reduce the
              length of the command line.