Your message dated Wed, 01 Jan 2014 17:00:07 +0000
with message-id <[email protected]>
and subject line Bug#700406: fixed in radare2-bindings 0.9.6-1
has caused the Debian Bug report #700406,
regarding radare2-bindings: FTBFS: cp: cannot stat 'python/*.so': No such file 
or directory
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 [email protected]
immediately.)


-- 
700406: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700406
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: radare2-bindings
Version: 0.9-1
Severity: serious

Hi,

trying to build radare2-bindings, I got this result[1]:


r_util.vapi:31.17-31.30: error: The type name `string' could not be found
r_util.vapi:31.39-31.41: error: The type name `int' could not be found
r_util.vapi:33.17-33.19: error: The type name `int' could not be found
r_util.vapi:33.26-33.31: error: The type name `string' could not be found
r_util.vapi:34.17-34.19: error: The type name `int' could not be found
r_util.vapi:34.27-34.29: error: The type name `int' could not be found
r_util.vapi:34.35-34.40: error: The type name `string' could not be found

[...]

mkdir -p /«PKGBUILDDIR»/debian/tmp
make install-python install-vapi DESTDIR=/«PKGBUILDDIR»/debian/tmp
make[2]: Entering directory `/«PKGBUILDDIR»'
E=so ; [ `uname` = Darwin ] && E=so ; \
        echo "Installing python`python --version 2>&1 | cut -d ' ' -f 2 | cut 
-d . -f 1,2` r2 modules in 
/«PKGBUILDDIR»/debian/tmp//usr/lib/python2.7/dist-packages/r2" ; \
        mkdir -p /«PKGBUILDDIR»/debian/tmp//usr/lib/python2.7/dist-packages/r2 
; \
        : > 
/«PKGBUILDDIR»/debian/tmp//usr/lib/python2.7/dist-packages/r2/__init__.py ; \
        cp -rf python/r_*.py python/*.$E 
/«PKGBUILDDIR»/debian/tmp//usr/lib/python2.7/dist-packages/r2
Installing python2.7 r2 modules in 
/«PKGBUILDDIR»/debian/tmp//usr/lib/python2.7/dist-packages/r2
cp: cannot stat 'python/*.so': No such file or directory
make[2]: *** [install-python] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [override_dh_auto_install] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'


Tried on amd64 and powerpcspe.

Thanks in advance,

Roland



[1] 
http://buildd.debian-ports.org/status/fetch.php?pkg=radare2-bindings&arch=powerpcspe&ver=0.9-1&stamp=1360552354

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

--- End Message ---
--- Begin Message ---
Source: radare2-bindings
Source-Version: 0.9.6-1

We believe that the bug you reported is fixed in the latest version of
radare2-bindings, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Martínez Moreno <[email protected]> (supplier of updated radare2-bindings 
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.8
Date: Tue, 31 Dec 2013 23:59:12 -0800
Source: radare2-bindings
Binary: python-radare2 radare2-java radare2-vala
Architecture: source amd64 all
Version: 0.9.6-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Reichel <[email protected]>
Changed-By: David Martínez Moreno <[email protected]>
Description: 
 python-radare2 - Python bindings for radare2
 radare2-java - Java (JNI) bindings for radare2
 radare2-vala - Vala bindings for radare2
Closes: 700406 700450 700453 709718
Changes: 
 radare2-bindings (0.9.6-1) unstable; urgency=low
 .
   * New Year's release.  Just in time!
   * New upstream release.  The biggest change is that cType-based Python
     bindings are now available additionally to the usual SWIG-based ones.  For
     now they're very unstable and we'll stick to SWIG.
   * This release has been built in a pbuilder environment, which is totally
     reproducible (closes: #700406).
   * debian/control:
     - Bump version of valabind in Build-Depends to 0.7.4-3, added quilt and
       brought some of them to the present time (closes: #709718).
     - Added python and dh-python to Build-Depends to satisfy lintian.
     - Added myself in Uploaders.
     - Bump Standards-Version to 3.9.5.
     - Copy enhanced Description field from radare2.
     - Convert VCS URLs to canonical ones.
     - Added radare2-java package.
     - Added XB-Python-Version to python-radare2 (closes: #700453).
   * debian/patches:
     - Reordered and numbered.
     - add-vapi-path-to-gear-makefile: Removed.
     - 01_use_python_2.7: Refreshed and added CFLAGS support.
     - 02_bin_load_fix: The definition of bin_load() changed in libradare-0.9.6
       but it didn't in the Vala interface.  Backported from cccb90053805...
     - 03_no_forced_rpath_and_propagate_ldflags: Ported almost the same patch
       from radare2 as the problem with acr is here as well: no propagation of
       LDFLAGS and hardcoded -R (runpath) in the linking phase.
     - 04_add_openjdk_includedir: Force include of the openjdk7 in the Java
       bindings.
     - 05_fix_make_clean: Fix some leftovers in make clean.
     - 06_do_not_link_against_libpython: Moved the logic for removing libpython
       to valabind and just added --nolibpython (closes: #700450).
     - 07_add_install-ctypes_target: Added to allow installation of ctype-based
       Python bindings.
   * debian/rules:
     - Added an override for dh_clean, as config.mk is not distributed but it's
       included in the Makefile.
     - Fixed a non-existent --enable-devel flag in configure.
   * debian/copyright: Updated URL, copyrights and dates.
   * debian/compat: Bumped it to 9.  This actually made the -Wl,-z,relro flag
     to appear in the build.
Checksums-Sha1: 
 3040be1779b13b564fcbd925e460d41f9ebb3f22 1589 radare2-bindings_0.9.6-1.dsc
 7e2bee0a806e3903e56de08416e30acc27e8aa9d 234844 
radare2-bindings_0.9.6.orig.tar.xz
 8b568b1eafb6ce5cb637e8e5ba85bf97d9f60648 6134 
radare2-bindings_0.9.6-1.debian.tar.gz
 41ce29fc39fa52ae2d4ae31e5899e1f86e14376f 406986 
python-radare2_0.9.6-1_amd64.deb
 375e3147c53a9304db9bb876aec11c22fddcbdd3 248296 radare2-java_0.9.6-1_amd64.deb
 fdc1321b00342b33d89bc69e27df7fd62ba547bf 19978 radare2-vala_0.9.6-1_all.deb
Checksums-Sha256: 
 333d3ef5c9c82cf666146726f99f3af3fbfa863e7dcb4462928b339fc99cea31 1589 
radare2-bindings_0.9.6-1.dsc
 366c6f0feff5ee3c0c7bca5c291c1a856fa35588a81fb08aad41e9f68d41b84d 234844 
radare2-bindings_0.9.6.orig.tar.xz
 2df6f8cec6fe99cb0e874e49d8f318039c6d241597e3ce3cbb9196140e23899c 6134 
radare2-bindings_0.9.6-1.debian.tar.gz
 f07f6e418fcc8d55fca2b86c939cb05a8cc146999f245409b2312738fac1713f 406986 
python-radare2_0.9.6-1_amd64.deb
 29d3e1957852098757af416e2b68ffec1645439f49692bd99777aa0e75edfcc2 248296 
radare2-java_0.9.6-1_amd64.deb
 df08cc10f057b2ebf9c133f25bc9620e28d8319a275ddf7f8737eb575b861c03 19978 
radare2-vala_0.9.6-1_all.deb
Files: 
 bda2f69d1821c9ea112eea6c586ba3b5 1589 devel extra radare2-bindings_0.9.6-1.dsc
 374fd54761f95c83ed95803473fc7866 234844 devel extra 
radare2-bindings_0.9.6.orig.tar.xz
 33932112bb1f04d2fe85bebf1b777ad0 6134 devel extra 
radare2-bindings_0.9.6-1.debian.tar.gz
 a120d00982dd30e91446a1cb5c98dc2e 406986 python extra 
python-radare2_0.9.6-1_amd64.deb
 27137857b004f7fd37b380d5b3d35e89 248296 java extra 
radare2-java_0.9.6-1_amd64.deb
 bbd2029d1de63cc99601c399026e01e9 19978 devel extra radare2-vala_0.9.6-1_all.deb

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

iEYEARECAAYFAlLD3hYACgkQWs/EhA1iABt7LACgwIK3kMqVqqENUq9L9gzauxkA
giQAni6u9CyibKHyQkyDH8CgkhxAOFCB
=Kx1t
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to