Your message dated Sat, 15 Dec 2001 01:24:17 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#120068: gpc-2.95: Gpc dies when attempting to compile a 
program dependent on units.
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 18 Nov 2001 10:17:30 +0000
>From [EMAIL PROTECTED] Sun Nov 18 04:17:30 2001
Return-path: <[EMAIL PROTECTED]>
Received: from mail.netconnect.net.au [203.87.82.4] 
        by master.debian.org with smtp (Exim 3.12 1 (Debian))
        id 165P0v-0003tZ-00; Sun, 18 Nov 2001 04:17:25 -0600
Received: (qmail 31069 invoked by uid 105); 18 Nov 2001 10:17:14 -0000
Received: from [EMAIL PROTECTED] by mail.netconnect.net.au with 
qmail-scanner-0.94 (uvscan: v4.1.40/v4157. . Clean. Processed in 0.845402 
secs); 18/11/2001 21:17:13
Received: from ppp-72.ben.vic.chariot.net.au (HELO ewey.localnet.net.au) 
(203.87.83.72)
  by 0 with SMTP; 18 Nov 2001 10:17:13 -0000
Received: from ewey.localnet.net.au ([EMAIL PROTECTED] [127.0.0.1])
        by ewey.localnet.net.au (8.12.1/8.12.1/Debian -2) with ESMTP id 
fAIAHBcl000766;
        Sun, 18 Nov 2001 21:17:11 +1100
Received: (from [EMAIL PROTECTED])
        by ewey.localnet.net.au (8.12.1/8.12.1/Debian -2) id fAIAHA7n000764;
        Sun, 18 Nov 2001 21:17:10 +1100
Date: Sun, 18 Nov 2001 21:17:04 +1100
From: Sean Dwyer <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: gpc-2.95: Gpc dies when attempting to compile a program dependent on 
units.
Message-ID: <[EMAIL PROTECTED]>
Reply-To: Sean Dwyer <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S"
Content-Disposition: inline
User-Agent: Mutt/1.3.23i
X-Reportbug-Version: 1.35
X-Operating-System: Linux 2.4.13 i686
Delivered-To: [EMAIL PROTECTED]


--AhhlLboLdkugWU4S
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: gpc-2.95
Version: 1:2.95.4-0.011006
Severity: important



-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux ewey 2.4.13 #1 Sat Oct 27 22:02:08 EST 2001 i686
Locale: LANG=3DC, LC_CTYPE=3DC

Versions of packages gpc-2.95 depends on:
ii  gcc-2.95               1:2.95.4-0.011006 The GNU C compiler.
ii  gpc                    2:2.95.4-8        The GNU Pascal compiler.
ii  libc6                  2.2.4-5           GNU C Library: Shared librarie=
s an

Attempting to compile a simple program depending on units fails with:

Here is a test program to illustrate:
$ gpc hello.pas
gpc: Internal compiler error: program gpc1 got fatal signal 11.

{ hello.pas }
program hello;

uses GPC, CRT;

begin
        clrscr;
        TextBackground(Black);
        TextColor(Yellow);
        writeln('hello world!');
end;
=09
The units themselves (in /usr/lib/gcc-lib/i386-linux/2.95.4/units/) have not
apparently been compiled either.

Also, attempts to compile similar programs in /usr/share/doc/gpc-2.95/examp=
les
also fail with the same result, particularly crtdemo.pas.

--=20
Sean Dwyer <[EMAIL PROTECTED]>
Web: http://www.geocities.com/ewe2_au/

--AhhlLboLdkugWU4S
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE794qfxG8AtYR1JlYRAqBLAJ9E2jBo8Z/0Ws0fX6swHPFiu6Bu6wCggD4l
v/2xvO3xgXhPfCEdAmXoDxI=
=nP1e
-----END PGP SIGNATURE-----

--AhhlLboLdkugWU4S--

---------------------------------------
Received: (at 120068-done) by bugs.debian.org; 15 Dec 2001 00:28:59 +0000
>From [EMAIL PROTECTED] Fri Dec 14 18:28:59 2001
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 16F2hG-0005cc-00; Fri, 14 Dec 2001 18:28:58 -0600
Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1])
        by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id BAA12746;
        Sat, 15 Dec 2001 01:24:18 +0100 (MET)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.10.2+Sun/8.9.3) id fBF0OHe26510;
        Sat, 15 Dec 2001 01:24:17 +0100 (MET)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 15 Dec 2001 01:24:17 +0100
To: Sean Dwyer <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#120068: gpc-2.95: Gpc dies when attempting to compile a 
program dependent on units.
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid
Delivered-To: [EMAIL PROTECTED]

Sean Dwyer writes:
> Attempting to compile a simple program depending on units fails with:

you are missing the --automake option


Reply via email to