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

Bug#246183: marked as done ([Fixed in 4.9] Legal program rejected, derived tagged type in child package doesn't see parent's element)



Your message dated Tue, 20 May 2014 06:40:47 +0000
with message-id <[🔎] E1WmdjD-0006GO-Ic@franck.debian.org>
and subject line Bug#746755: Removed package(s) from unstable
has caused the Debian Bug report #246183,
regarding [Fixed in 4.9] Legal program rejected, derived tagged type in child package doesn't see parent's element
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.)


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

package pak1 is
   type T1 is tagged private;
private
   type T1 is tagged record
      i1: integer;
   end record;
end pak1;

generic
   type T2 is new T1 with private;
package pak1.pak2 is
private
   x1 : T2;
   i2: integer := x1.i1;
end pak1.pak2;

with pak1.pak2;
package Test_39 is
   type T3 is new pak1.T1 with null record;
   package new_pak2 is new pak1.pak2(T3);
end Test_39;


test_39.ads:5:04: instantiation error at pak1-pak2.ads:7
test_39.ads:5:04: no selector "i1" for type "T3" defined at line 4
gnatmake: "test_39.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-11 GNU C Library: Shared libraries an
ii  libgnat-3.15p-1             3.15p-8      The GNU Ada 95 compiler runtime li

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 4.8.2-8+rm

Dear submitter,

as the package gnat-4.8 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/746755

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.
Ansgar Burchardt (the ftpmaster behind the curtain)

--- End Message ---

Reply to: