[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#248167: marked as done ([Fixed in 4.8] Legal program rejected, expect derived type in instantiation)



Your message dated Thu, 20 Aug 2015 12:09:36 +0000
with message-id <[🔎] E1ZSOf2-0005fk-SF@franck.debian.org>
and subject line Bug#796148: Removed package(s) from unstable
has caused the Debian Bug report #248167,
regarding [Fixed in 4.8] Legal program rejected, expect derived type in instantiation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
248167: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=248167
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gnat
Version: 3.15p-9
Severity: normal

generic
package pak1 is
   type T1 is tagged null record;
end pak1;

generic
   type T2 is new T1 with private;
package pak1.pak2 is
end pak1.pak2;

with pak1.pak2;
package Test_83 is
   package new_pak1 is new pak1;
   package new_pak2 is new new_pak1.pak2 (new_pak1.T1);
end Test_83;


The compiler says:

test_83.ads:5:51: expect type derived from "T1" in instantiation
test_83.ads:5:51: instantiation abandoned
gnatmake: "test_83.ads" compilation error



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8

Versions of packages gnat depends on:
ii  libc6                       2.3.2.ds1-12 GNU C Library: Shared libraries an
ii  libgnat-3.15p-1             3.15p-9      The GNU Ada 95 compiler runtime li

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 4.6.4-4+rm

Dear submitter,

as the package gnat-4.6 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/796148

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: