Your message dated Sun, 13 Jan 2008 23:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#432378: fixed in octaviz 0.4.6+cvs20080113-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)

--- Begin Message ---
Package: octaviz
version: 0.4.5-5
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070708
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[3]: Entering directory `/build/user/octaviz-0.4.5/build'
[  0%] Compile VTK vtkAbstractArray.cc => vtkAbstractArray.oct
/build/user/octaviz-0.4.5/build/Common/vtkAbstractArray.cc: In function 
'octave_value_list FvtkAbstractArray(const octave_value_list&, int)':
/build/user/octaviz-0.4.5/build/Common/vtkAbstractArray.cc:174: warning: 
'temp0' may be used uninitialized in this function
/build/user/octaviz-0.4.5/build/Common/vtkAbstractArray.cc:251: warning: 
'temp0' may be used uninitialized in this function
/build/user/octaviz-0.4.5/build/Common/vtkAbstractArray.cc:269: warning: 
'temp0' may be used uninitialized in this function
/build/user/octaviz-0.4.5/build/Common/vtkAbstractArray.cc:270: warning: 
'temp1' may be used uninitialized in this function
/build/user/octaviz-0.4.5/build/Common/vtkAbstractArray.cc:333: warning: 
'temp0' may be used uninitialized in this function
/build/user/octaviz-0.4.5/build/Common/vtkAbstractArray.cc:334: warning: 
'temp1' may be used uninitialized in this function
/build/user/octaviz-0.4.5/build/Common/vtkAbstractArray.cc:487: warning: 
'temp0' may be used uninitialized in this function
g++: -rpath=/usr/lib/octaviz: linker input file unused because linking not done
/usr/bin/ld: cannot find -lgfortranbegin
collect2: ld returned 1 exit status
make[3]: *** [Common/vtkAbstractArray.oct] Error 1
make[3]: Leaving directory `/build/user/octaviz-0.4.5/build'
make[2]: *** [Common/CMakeFiles/vtkAbstractArray.oct.stamp.dir/all] Error 2
make[2]: Leaving directory `/build/user/octaviz-0.4.5/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/octaviz-0.4.5/build'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/07/08/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: octaviz
Source-Version: 0.4.6+cvs20080113-1

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

octaviz_0.4.6+cvs20080113-1.diff.gz
  to pool/main/o/octaviz/octaviz_0.4.6+cvs20080113-1.diff.gz
octaviz_0.4.6+cvs20080113-1.dsc
  to pool/main/o/octaviz/octaviz_0.4.6+cvs20080113-1.dsc
octaviz_0.4.6+cvs20080113-1_amd64.deb
  to pool/main/o/octaviz/octaviz_0.4.6+cvs20080113-1_amd64.deb
octaviz_0.4.6+cvs20080113.orig.tar.gz
  to pool/main/o/octaviz/octaviz_0.4.6+cvs20080113.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.
Thomas Weber <[EMAIL PROTECTED]> (supplier of updated octaviz 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: Sun, 13 Jan 2008 15:49:02 +0000
Source: octaviz
Binary: octaviz
Architecture: source amd64
Version: 0.4.6+cvs20080113-1
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <[EMAIL PROTECTED]>
Changed-By: Thomas Weber <[EMAIL PROTECTED]>
Description: 
 octaviz    - 3D visualization system for Octave
Closes: 401608 432378
Changes: 
 octaviz (0.4.6+cvs20080113-1) unstable; urgency=low
 .
   [ Thomas Weber]
   * Use upstream CVS snapshot
   * This version is meant to work with Octave 3.0 (closes: #401608).
   * Removed (all) patches:
       - 40-revamped-build-system.patch
       - 70-add-widgets-kit.patch
       - 60-liboctaviz-version-independent.patch
       - 60-vtkdata-path.patch
     The patches have either been integrated upstream (widgets, vtkdata) or are
     obsoleted by the new build system (revamped, liboctaviz)
   * New patch:
     enable-rpath: Uncomment the actual rpath lines. They have been commented
     to temporarily fix the build on MacOS.
   * debian/rules: adapted to revamped build system
   * debian/control: Build-depend on octave3.0-headers and add myself to
     uploaders
 .
   [ Cyril Brulebois ]
   * debian/control:
     - Updated versioned B-D on octave2.1-headers (from 2.1.72-9 to 1:2.1.73-1)
       to ensure the switch from gfortran to g77 occured, because gfortran
       points now to gfortran-4.2, which leads to FTBFS:
       ``/usr/bin/ld: cannot find -lgfortranbegin'' (Closes: #432378).
     - Added myself to the Uploaders field.
 .
   [ Rafael Laboissiere ]
   * debian/control:
     + Added Homepage field
     + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-*
     + Dropped the Homepage pseudo-header from the extended description
     + Bumped Standards-Version to 3.7.3
Files: 
 1cb759cb38a50e12a7458b9f30afe101 1000 math optional 
octaviz_0.4.6+cvs20080113-1.dsc
 2e6ecba23b8fa6ed3aced2cfa1b0bf6d 160795 math optional 
octaviz_0.4.6+cvs20080113.orig.tar.gz
 4854293dc46c3a253aaf8af967b79c59 7706 math optional 
octaviz_0.4.6+cvs20080113-1.diff.gz
 f12434ae4441d93bb82cdedaec999d38 16246078 math optional 
octaviz_0.4.6+cvs20080113-1_amd64.deb

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

iD8DBQFHip7qk3oga0pdcv4RAuBwAJ9tfaBEkCnEewRWhj0g4HWVn8l8DgCeK5An
RW+kekA7Jc1Q2xkU/JSzBOo=
=nBzb
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to