Your message dated Sat, 25 Oct 2014 19:04:41 +0000
with message-id <e1xi6dl-0007g7...@franck.debian.org>
and subject line Bug#763248: fixed in valabind 0.8.0-2.1
has caused the Debian Bug report #763248,
regarding valabind: FTBFS: swigwriter.vala:88.34-88.45: error: Argument 1: 
Cannot convert from `Vala.Expression?' to `int'
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 ow...@bugs.debian.org
immediately.)


-- 
763248: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763248
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: valabind
Version: 0.8.0-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140926 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/«PKGBUILDDIR»'
> make[1]: git: Command not found
> make[1]: git: Command not found
> Generating config.vala
> mkdir -p build
> Generating config.vala -> build/config.vapi
> Generating main.vala -> build/main.vapi
> Generating valabindwriter.vala -> build/valabindwriter.vapi
> Generating nodeffiwriter.vala -> build/nodeffiwriter.vapi
> Generating utils.vala -> build/utils.vapi
> Generating girwriter.vala -> build/girwriter.vapi
> Generating swigwriter.vala -> build/swigwriter.vapi
> Generating cxxwriter.vala -> build/cxxwriter.vapi
> Generating ctypeswriter.vala -> build/ctypeswriter.vapi
> Generating dlangwriter.vala -> build/dlangwriter.vapi
> Compiling config.vala main.vala valabindwriter.vala nodeffiwriter.vala 
> utils.vala girwriter.vala swigwriter.vala cxxwriter.vala ctypeswriter.vala 
> dlangwriter.vala -> valabind
> valac -g --cc="cc" -X -D_FORTIFY_SOURCE=2 -X -g -X -O2 -X 
> -fstack-protector-strong -X -Wformat -X -Werror=format-security -X 
> -Wl,-z,relro -o valabind --pkg posix --pkg libvala-0.26 --save-temps  
> config.vala main.vala valabindwriter.vala nodeffiwriter.vala utils.vala 
> girwriter.vala swigwriter.vala cxxwriter.vala ctypeswriter.vala 
> dlangwriter.vala 
> swigwriter.vala:88.34-88.45: error: Argument 1: Cannot convert from 
> `Vala.Expression?' to `int'
>                       return element+"[%d]".printf (array.length); // FIXME 
> will this work?
>                                                     ^^^^^^^^^^^^
> swigwriter.vala:262.52-262.63: error: Argument 1: Cannot convert from 
> `Vala.Expression?' to `int'
>                       field = element + " " + f.name + "[%d]".printf 
> (array.length); // FIXME will this work?
>                                                                       
> ^^^^^^^^^^^^
> nodeffiwriter.vala:70.46-70.57: error: Argument 1: Cannot convert from 
> `Vala.Expression?' to `int'
>                       return "_.array("+element+", %d)".printf (array.length);
>                                                                 ^^^^^^^^^^^^
> ctypeswriter.vala:209.41-209.52: error: Argument 1: Cannot convert from 
> `Vala.Expression?' to `int'
>                       return "'"+element+"', * %d".printf (array.length); // 
> FIXME will this work?
>                                                            ^^^^^^^^^^^^
> ctypeswriter.vala:411.53-411.64: error: Argument 3: Cannot convert from 
> `Vala.Expression?' to `int'
>                       field = "'%s', %s * %d".printf (f.name, element, 
> array.length);
>                                                                        
> ^^^^^^^^^^^^
> dlangwriter.vala:184.10-184.26: error: Assignment: Cannot convert from 
> `Vala.Expression?' to `int'
>                                       int sz = array.length;
>                                           ^^^^^^^^^^^^^^^^^
> dlangwriter.vala:185.51-185.52: error: The name `sz' does not exist in the 
> context of `DlangWriter.walk_field'
>                                       defs += "  %s %s[%d];\n".printf (type, 
> name, sz);
>                                                                               
>      ^^
> Compilation failed: 7 error(s), 0 warning(s)
> make[1]: *** [valabind] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/09/26/valabind_0.8.0-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: valabind
Source-Version: 0.8.0-2.1

We believe that the bug you reported is fixed in the latest version of
valabind, 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 763...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Biebl <bi...@debian.org> (supplier of updated valabind 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 25 Oct 2014 20:50:32 +0200
Source: valabind
Binary: valabind
Architecture: source amd64
Version: 0.8.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: David Martínez Moreno <en...@debian.org>
Changed-By: Michael Biebl <bi...@debian.org>
Description:
 valabind   - converts vapi files to SWIG, C++, GIR or GEAR files
Closes: 763248 764762
Changes:
 valabind (0.8.0-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Switch to vala 0.26 and fix build failures with that newer version by
     cherry-picking a patch from upstream. (Closes: #764762, #763248)
Checksums-Sha1:
 cebfbc35fe87c35858b07df1b417a0c9fdd42464 1904 valabind_0.8.0-2.1.dsc
 3069a1152791b4492b6fdd6b9473e9729c568636 5584 valabind_0.8.0-2.1.debian.tar.xz
 c867a6b4a1c09be7a1351e1e4e885897272b4317 56832 valabind_0.8.0-2.1_amd64.deb
Checksums-Sha256:
 2baac3ac4af9c5bb849fdbf9fe8949c160159968bd050ac6dbc6f87a24648c1c 1904 
valabind_0.8.0-2.1.dsc
 3376de5d78d2027bda504ec8644f69acce303c4eb5d311eacb0342446bc3700d 5584 
valabind_0.8.0-2.1.debian.tar.xz
 a8f43cd6e4c0fe7e8c33d5099b63c20d76bce9f7e041ea4dcf093a5e8396e7e7 56832 
valabind_0.8.0-2.1_amd64.deb
Files:
 3725e957af988ccda6e036948a0d6a23 1904 devel optional valabind_0.8.0-2.1.dsc
 d1954e0615839bfaf4dc9112297d8aac 5584 devel optional 
valabind_0.8.0-2.1.debian.tar.xz
 fb1f8a737a8dce2baad0d5a44e93b517 56832 devel optional 
valabind_0.8.0-2.1_amd64.deb

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

iQIcBAEBCAAGBQJUS/GLAAoJEGrh3w1gjyLcFsoP/i1SMPtW5z/uISePyMULEhwq
ghogHZoHaYI6sX3nZr40cv5VGGHx3st9E83z8AfUrLb6SN3lEpOnYCe1+mwXSwgu
Z7Ke2SEax10+1a3pUTXd1ZM/pYad+733Tyv5JV4HsQ56xxo+mJ3SZHGC6UvcL/G2
5C/1XMqcY1+vMy9qJjgiCTPpCOFdUmRwwN0qFKhXgF0ZcwH8cUCjtd5o9ZGBdfHB
K0zSoB9rIBiJMCdhxci1DtHhIzVb2q/W7pL9Q0iYln1fGhvsCq/6gVk4PuokP/nx
37NCMYzKdim/guL6Gk7r6VedlyKDW6ppAAfQjHVb7CTlmcgmIhJdq9V0taJPXV/7
aCJ/eywKTcTwrYY9CbPqbRW3oYSENGdjKi0Auj7o8m6QQOXt09UiCkbrYK4XpYiI
cfQ9ggwcJ8V37atpkj+QM6X+do1FidzismfUlVIyzuH0hDS+QiwA3D2nkDZ/s4Up
fAF6oRufm4iWPWjkX15s7IjI3FiOlVMIjWY8T0cy+xJGRluwtYyCjASFVbiHZ3B/
Jk3YB3zr5EAEf4WMIVIc/9mbXa/mmKSHSpDZV4uumiW//pDizLqudto3AzcamZ1X
zm+CcY7uAvNNNPJBWfVE/Vdvpd9njoaaDWfvwEfYzpXkxAHNly2aVtOVtHHsOY75
i2WceFI+RE/CQVcdcLRf
=+e67
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to