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

[Pkg-octave-devel] Bug#749154: marked as done (octave-miscellaneous: FTBFS with clang instead of gcc)



Your message dated Mon, 09 Jun 2014 15:36:56 +0000
with message-id <E1Wu1d2-0007Vc-T6@franck.debian.org>
and subject line Bug#749154: fixed in octave-miscellaneous 1.2.1-1
has caused the Debian Bug report #749154,
regarding octave-miscellaneous: FTBFS with clang instead of gcc
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.)


-- 
749154: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749154
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: octave-miscellaneous
Severity: minor
Tags: patch
User: pkg-llvm-team@lists.alioth.debian.org
Usertags: clang-ftbfs

Hello,

Using the rebuild infrastructure, your package fails to build with clang 
(instead of gcc).
See build logs here: http://clang.debian.net/logs/2014-01-14/octave-miscellaneous_1.2.0-2_unstable_clang.log

Thanks,
Alexander




-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- octave-miscellaneous-1.2.0/src/partarray.cc	2012-03-24 15:53:23.000000000 -0400
+++ octave-miscellaneous-1.2.0-my/src/partarray.cc	2014-05-24 11:00:40.687982970 -0400
@@ -39,7 +39,8 @@
   Array<int> nidx (dim_vector (maxdims, 1));
   // Octave-3.2.4 reports "missing symbol" with Array<Array< > >,
   // though 3.3.54+ does not
-  Array<octave_idx_type> bidc [maxdims], eidc [maxdims];
+  Array<octave_idx_type> *bidc = reinterpret_cast<Array<octave_idx_type> *>(alloca(sizeof(Array<octave_idx_type>) * maxdims));
+  Array<octave_idx_type> *eidc = reinterpret_cast<Array<octave_idx_type> *>(alloca(sizeof(Array<octave_idx_type>) * maxdims));
   //
   Array<octave_idx_type> step (dim_vector (maxdims, 1));
   step(0) = 1;

--- End Message ---
--- Begin Message ---
Source: octave-miscellaneous
Source-Version: 1.2.1-1

We believe that the bug you reported is fixed in the latest version of
octave-miscellaneous, which is due to be installed in the Debian FTP archive.

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 749154@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Weber <tweber@debian.org> (supplier of updated octave-miscellaneous 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 09 Jun 2014 15:43:35 +0200
Source: octave-miscellaneous
Binary: octave-miscellaneous
Architecture: source amd64
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Changed-By: Thomas Weber <tweber@debian.org>
Description:
 octave-miscellaneous - miscellaneous tools for Octave
Closes: 749154
Changes:
 octave-miscellaneous (1.2.1-1) unstable; urgency=medium
 .
   [ Thomas Weber ]
   * Imported Upstream version 1.2.1
     - partarray.cc was removed upstream, making it no longer a problem for
       clang (closes: #749154)
   * Drop unused lintian override: hardening-no-fortify-functions
   * debian/control: Use canonical URLs in Vcs-* fields
 .
   [ Rafael Laboissiere ]
   * Bump to Standards-Version 3.9.5, no changes needed
Checksums-Sha1:
 8c08674e43de371032485562d9740b5885de72e9 2121 octave-miscellaneous_1.2.1-1.dsc
 01a55890d4f62f2700c0bf4051493c454fc5c042 107068 octave-miscellaneous_1.2.1.orig.tar.gz
 c2636bf5d494d54ec6d7573794d069bb1adb4a5b 4984 octave-miscellaneous_1.2.1-1.debian.tar.xz
 f37493fe35702d841dec0bae489f0da0c517f40e 78782 octave-miscellaneous_1.2.1-1_amd64.deb
Checksums-Sha256:
 c9b9e7caa65a0dee802f701774bf8f768f4daefc76ada529b33d420f6653d1ea 2121 octave-miscellaneous_1.2.1-1.dsc
 1f678792b77fb7619b2e3b769bea19eb9d7285fe24720384693c462da7d9100a 107068 octave-miscellaneous_1.2.1.orig.tar.gz
 322cab93b514e285b278ec670c9a8b4bb30c847a6a0b29d01c906c6b918bb052 4984 octave-miscellaneous_1.2.1-1.debian.tar.xz
 07bf9e8aca3af6bf7563aa8cd914e88406c7b1eb36b9e3fe87b6eac8ea8391bf 78782 octave-miscellaneous_1.2.1-1_amd64.deb
Files:
 92c6196e0506ad3d26de2b43d3ac667d 78782 math optional octave-miscellaneous_1.2.1-1_amd64.deb
 f4eed6ebf7dda60e8ff7a3cebaa1029b 2121 math optional octave-miscellaneous_1.2.1-1.dsc
 d205946284d56a03b06fea1cdf302efb 107068 math optional octave-miscellaneous_1.2.1.orig.tar.gz
 d27655e9dcfe156ebe31e7f59a251b7d 4984 math optional octave-miscellaneous_1.2.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJTlcdPAAoJEMf/k4scGj5JU/MP/RFIt7deS05vjP3L6nqFDQ2E
fYy4UFnEKqRzOV9F1u80DfcU8oSJbMnI29qjXQ3klMUG8YvAvGsOytd3N7auE7x3
dG3wr3TVG4kZKPLC7PWSOclGNiZDkqB89HruOVVlqKs9Nh/plSmsADBWxpK7ihei
1U/EWDoIwpdUosSq86e47xa/2QiEOZdSNKpY+XJY5CEDPy14ADhrgdGXAPtruQjo
mS7udI5XdinlEqZ7NrhtQ/mRPIOf1b4Lt2hiFDsPAUel4I/53l3fxt91ZWVNnrIo
OnVDqjSf3x2bAdFNoC/A00KiFOUnLCQWbbswc4SUrUjUgpAbit4yroJpCOxZZCqK
aQAvbD5UP9qfKQHS31RGsMy1mOmTDoMHQnU065axGJmuCMZo1TLTtVSpAShS6ba5
o8vGGmdDpIMH3o65OnpMIFKaHJD5dgCjsLOiJLZMDToUgNo45pCehjE3BULhFMSZ
yi1nU1aMpKbLnaz6j+03PWwzkKqo/zXYiNTYanZVsaih/c1YF+bzWSS2eh4rNYb1
8d8PROfaE8vQOEume7MITA04c62+WTVC5udZ1OHzEAJqNp1jpTxj2TDhHnllRZZm
CAg+sOqZvZ+kAvE+Y8TH1nH3HoyigxWM7E7e99R+mQVGS0v29qW5/yLeu8/RQlc0
OGPzhJE2FekoRT+QE+w+
=RyIQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: