Your message dated Mon, 22 Aug 2005 09:32:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#324085: fixed in ctsim 4.4.0-1
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; 20 Aug 2005 04:47:17 +0000
>From [EMAIL PROTECTED] Fri Aug 19 21:47:17 2005
Return-path: <[EMAIL PROTECTED]>
Received: from blars.org (renig.nat.blars.org) [64.81.35.59] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E6LGG-0002H2-00; Fri, 19 Aug 2005 21:47:16 -0700
Received: from quaff (quaff.nat.blars.org [172.16.2.7])
        by renig.nat.blars.org (8.13.4/8.13.4/Debian-3) with ESMTP id 
j7K4lClV011697
        (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
        Fri, 19 Aug 2005 21:47:13 -0700
Received: from quaff.nat.blars.org (quaff [127.0.0.1])
        by quaff (8.13.4/8.13.4/Debian-3) with ESMTP id j7K4ilBe006849;
        Fri, 19 Aug 2005 21:44:47 -0700
Received: (from [EMAIL PROTECTED])
        by quaff.nat.blars.org (8.13.4/8.13.4/Submit) id j7K4ilBF006847;
        Fri, 19 Aug 2005 21:44:47 -0700
Date: Fri, 19 Aug 2005 21:44:46 -0700
From: Blars Blarson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ctsim: ftbfs [sparc] variable 'SGPDriver driver' has initializer but 
incomplete type
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.15
User-Agent: Mutt/1.5.10i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: ctsim
Version: 4.3.3-2
Severity: serious
Justification: fails to build from source

ctsim failed to build on a sparc buildd, duplicated on my sparc pbuilder:

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -I/usr/local/include  
-DDATADIR="\"/build/buildd/ctsim-4.3.3/debian/ctsim-help/usr/share/ctsim\""  -g 
-O2 -O2 -DNDEBUG -fomit-frame-pointer -Wall -I/usr/include/ctn -I../include 
-I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ 
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -MT views.o -MD -MP -MF ".deps/views.Tpo" 
\
  -c -o views.o `test -f 'views.cpp' || echo './'`views.cpp; \
then mv -f ".deps/views.Tpo" ".deps/views.Po"; \
else rm -f ".deps/views.Tpo"; exit 1; \
fi
views.cpp: In member function 'virtual void PhantomFileView::OnDraw(wxDC*)':
views.cpp:2432: error: variable 'SGPDriver driver' has initializer but 
incomplete type
views.cpp:2433: error: variable 'SGP sgp' has initializer but incomplete type
views.cpp:2435: error: 'C_RED' was not declared in this scope
views.cpp:2436: error: 'const class Phantom' has no member named 'show'
views.cpp: In destructor 'virtual PlotFileView::~PlotFileView()':
views.cpp:3290: warning: possible problem detected in invocation of delete 
operator:
views.cpp:3290: warning: invalid use of undefined type 'struct EZPlot'
dlgezplot.h:38: warning: forward declaration of 'struct EZPlot'
views.cpp:3290: note: neither the destructor nor the class-specific operator 
delete will be called, even if they are declared when the class is defined.
views.cpp: In member function 'virtual void PlotFileView::OnDraw(wxDC*)':
views.cpp:3500: error: variable 'SGPDriver driver' has initializer but 
incomplete type
views.cpp:3501: error: variable 'SGP sgp' has initializer but incomplete type
views.cpp:3503: error: invalid use of undefined type 'struct EZPlot'
dlgezplot.h:38: error: forward declaration of 'struct EZPlot'
views.cpp: In member function 'virtual void PlotFileView::OnUpdate(wxView*, 
wxObject*)':
views.cpp:3518: warning: possible problem detected in invocation of delete 
operator:
views.cpp:3518: warning: invalid use of undefined type 'struct EZPlot'
dlgezplot.h:38: warning: forward declaration of 'struct EZPlot'
views.cpp:3518: note: neither the destructor nor the class-specific operator 
delete will be called, even if they are declared when the class is defined.
views.cpp:3519: error: invalid use of undefined type 'struct EZPlot'
dlgezplot.h:38: error: forward declaration of 'struct EZPlot'
views.cpp:3522: error: invalid use of undefined type 'struct EZPlot'
dlgezplot.h:38: error: forward declaration of 'struct EZPlot'
views.cpp:3527: error: invalid use of undefined type 'struct EZPlot'
dlgezplot.h:38: error: forward declaration of 'struct EZPlot'
views.cpp:3533: error: invalid use of undefined type 'struct EZPlot'
dlgezplot.h:38: error: forward declaration of 'struct EZPlot'
views.cpp:3536: error: invalid use of undefined type 'struct EZPlot'
dlgezplot.h:38: error: forward declaration of 'struct EZPlot'
views.cpp:3537: error: invalid use of undefined type 'struct EZPlot'
dlgezplot.h:38: error: forward declaration of 'struct EZPlot'
views.cpp:3546: error: invalid use of undefined type 'struct EZPlot'
dlgezplot.h:38: error: forward declaration of 'struct EZPlot'
views.cpp:3551: error: invalid use of undefined type 'struct EZPlot'
dlgezplot.h:38: error: forward declaration of 'struct EZPlot'
make[3]: *** [views.o] Error 1
make[3]: Leaving directory `/build/buildd/ctsim-4.3.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd/ctsim-4.3.3'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/ctsim-4.3.3'

---------------------------------------
Received: (at 324085-close) by bugs.debian.org; 22 Aug 2005 16:39:39 +0000
>From [EMAIL PROTECTED] Mon Aug 22 09:39:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E7FDQ-0006aF-00; Mon, 22 Aug 2005 09:32:04 -0700
From: [EMAIL PROTECTED] (Kevin M. Rosenberg)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#324085: fixed in ctsim 4.4.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 22 Aug 2005 09:32:04 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: ctsim
Source-Version: 4.4.0-1

We believe that the bug you reported is fixed in the latest version of
ctsim, which is due to be installed in the Debian FTP archive:

ctsim-athlon_4.4.0-1_i386.deb
  to pool/main/c/ctsim/ctsim-athlon_4.4.0-1_i386.deb
ctsim-doc_4.4.0-1_all.deb
  to pool/main/c/ctsim/ctsim-doc_4.4.0-1_all.deb
ctsim-help_4.4.0-1_all.deb
  to pool/main/c/ctsim/ctsim-help_4.4.0-1_all.deb
ctsim-pentium4_4.4.0-1_i386.deb
  to pool/main/c/ctsim/ctsim-pentium4_4.4.0-1_i386.deb
ctsim_4.4.0-1.diff.gz
  to pool/main/c/ctsim/ctsim_4.4.0-1.diff.gz
ctsim_4.4.0-1.dsc
  to pool/main/c/ctsim/ctsim_4.4.0-1.dsc
ctsim_4.4.0-1_i386.deb
  to pool/main/c/ctsim/ctsim_4.4.0-1_i386.deb
ctsim_4.4.0.orig.tar.gz
  to pool/main/c/ctsim/ctsim_4.4.0.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kevin M. Rosenberg <[EMAIL PROTECTED]> (supplier of updated ctsim package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 22 Aug 2005 08:28:41 -0600
Source: ctsim
Binary: ctsim-athlon ctsim-doc ctsim-help ctsim-pentium4 ctsim
Architecture: source all i386
Version: 4.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg <[EMAIL PROTECTED]>
Changed-By: Kevin M. Rosenberg <[EMAIL PROTECTED]>
Description: 
 ctsim      - Computed tomography simulator
 ctsim-athlon - Computed tomograpy simulator (Athlon optimized)
 ctsim-doc  - Documentation for ctsim package
 ctsim-help - Online help file for CTSim
 ctsim-pentium4 - Computed tomograpy simulator (Pentium 4 optimized)
Closes: 324085
Changes: 
 ctsim (4.4.0-1) unstable; urgency=low
 .
   * configure.ac: Change support libraries as needed for X.org (closes:324085);
   rework apparent AC_PATH_XTRA X.org difference have check $with_x rather than
   $no_x.
Files: 
 6b30d243122fbd35e9a2330385089004 807 science extra ctsim_4.4.0-1.dsc
 44576108c5de69434d118d62e4e94f16 2289562 science extra ctsim_4.4.0.orig.tar.gz
 1cfd671f92ef0127eaff8dc8fd513a23 17772 science extra ctsim_4.4.0-1.diff.gz
 fb34dc9d44a2c98ac349ddcfa5466cbd 135820 science extra 
ctsim-help_4.4.0-1_all.deb
 d71dbdb23e2e7228f9804ddddb137f9a 354872 doc extra ctsim-doc_4.4.0-1_all.deb
 346cfeb6c29ec5ee518aeb8d0e7d90cd 755010 science extra ctsim_4.4.0-1_i386.deb
 d6178003530d161daef08ceb5358799c 691390 science extra 
ctsim-pentium4_4.4.0-1_i386.deb
 eff2f14c29a4f8a3d5bf80af8e90fed1 702922 science extra 
ctsim-athlon_4.4.0-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDCf0JES7N8sSjgj4RAtguAJ9RXL4vrzMk/hNOB1+7UO3KBty5+ACeMUA7
i2nuHHwLhjqV4Vp0Sbwc0oM=
=0r/9
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to