Your message dated Wed, 01 Jan 2014 17:00:07 +0000
with message-id <[email protected]>
and subject line Bug#732853: fixed in radare2 0.9.6-1
has caused the Debian Bug report #732853,
regarding radare2: FTBFS on various archs
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.)


-- 
732853: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732853
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: radare2
Version: 0.9.4-2
Severity: serious
Justification: fails to build from source

Hi,

your package fails to build from source on ia64, powerpc, s390x and
sparc:
> p/debug_native.c: In function 'r_debug_native_reg_read':
> p/debug_native.c:1530:3: error: unknown type name 'R_DEBUG_REG_T'
> p/debug_native.c: In function 'r_debug_native_reg_write':
> p/debug_native.c:1621:15: error: 'R_DEBUG_REG_T' undeclared (first use in 
> this function)

and on kfreebsd:
> gcc rabin2.o -L.. -o rabin2 -Wl,-z,relro   -L/«PKGBUILDDIR»/libr/lib 
> -L/«PKGBUILDDIR»/libr/magic -L/«PKGBUILDDIR»/libr/core 
> -L/«PKGBUILDDIR»/libr/db -L/«PKGBUILDDIR»/libr/bin -L/«PKGBUILDDIR»/libr/egg 
> -L/«PKGBUILDDIR»/libr/cons -L/«PKGBUILDDIR»/libr/config 
> -L/«PKGBUILDDIR»/libr/io -L/«PKGBUILDDIR»/libr/cmd 
> -L/«PKGBUILDDIR»/libr/flags -L/«PKGBUILDDIR»/libr/asm 
> -L/«PKGBUILDDIR»/libr/debug -L/«PKGBUILDDIR»/libr/hash 
> -L/«PKGBUILDDIR»/libr/lang -L/«PKGBUILDDIR»/libr/anal 
> -L/«PKGBUILDDIR»/libr/parse -L/«PKGBUILDDIR»/libr/bp 
> -L/«PKGBUILDDIR»/libr/reg -L/«PKGBUILDDIR»/libr/search 
> -L/«PKGBUILDDIR»/libr/syscall -L/«PKGBUILDDIR»/libr/sign 
> -L/«PKGBUILDDIR»/libr/diff -L/«PKGBUILDDIR»/libr/socket 
> -L/«PKGBUILDDIR»/libr/fs -L/«PKGBUILDDIR»/libr/magic 
> -L/«PKGBUILDDIR»/libr/util -lr_lib -lr_magic -lr_core -lr_db -lr_bin -lr_egg 
> -lr_cons -lr_config -lr_io -lr_cmd -lr_flags -lr_asm -lr_debug -lr_hash 
> -lr_lang -lr_anal -lr_parse -lr_bp -lr_reg -lr_search -lr_syscall -lr_sign 
> -lr_diff -lr_socket -lr_fs -lr_magic -lr_util -fPIC -ldl
> /«PKGBUILDDIR»/libr/debug/libr_debug.so: undefined reference to `strlcat'
> /«PKGBUILDDIR»/libr/debug/libr_debug.so: undefined reference to `strlcpy'
> collect2: error: ld returned 1 exit status

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


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

We believe that the bug you reported is fixed in the latest version of
radare2, 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 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:57:03 -0800
Source: radare2
Binary: radare2 radare2-plugins libradare2-0.9.6 libradare2-dev 
libradare2-0.9.6-dbg libradare2-common
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: 
 libradare2-0.9.6 - libraries from the radare2 suite
 libradare2-0.9.6-dbg - debug symbols for libraries from radare suite
 libradare2-common - arch independent files from the radare2 suite
 libradare2-dev - devel files from the radare2 suite
 radare2    - free and advanced command line hexadecimal editor
 radare2-plugins - plugins for radare2
Closes: 716192 716503 732853
Changes: 
 radare2 (0.9.6-1) unstable; urgency=low
 .
   * New Year's release.  Just in time!
   * New upstream release.  Main changes are:
     - r2 now supports UTF-8, RGB and TrueColor ansi codes.
     - More platforms supported: ARM aarch64, TI c55x+, 8051, Javascript
       (emscripten), ARCcompact.
     - ASLR for PIE binaries is now supported by using the -B flag.
     - MACH0 XNU kernels are now properly loaded.
     - Added support for TE binaries.
     - Identify some PC BIOS and UEFI ROMs.
     - Java Class file parser has been rewritten to support Java7.
     - Python ctypes, D and Java JNI bindings.
     - An embedded webserver have been included, and you can invoke it using
       the `=h' or '=H' commands.
     - Improved JSON output for many commands. Just append 'j' to the command
       and it will use that format.
     - First release with an extensive test suite.
     - Lots of bugs has been fixed, overflows, memory leaks, and many
       handcrafted binaries can now be loaded without segfaults, crashes or
       lack of info (closes: #716192).
   * debian/patches:
     - 01_fix-kfreebsd-compilation: Refreshed.
     - 02_link-needed-libmagic: Fixed.
     - 03_unsafe_snprintf: New, partly taken from upstream commit 1289476 to
       fix an incomplete snprintf that was breaking the hardened build.
     - 04_remove_non-installable_library: New, to fix an extraneous t.0.9.6
       that was appearing in the builds.
     - 05_typos: Added, some typos and wrong man macros.
     - 06_no_forced_rpath: Added, disable rpath when --with-rpath is not
       present.
     - 07_propagate_ldflags: New, propagate LDFLAGS from environment into
       compilation by making assignment additive, fixing hardened builds.
     - 08_proper_tcc_build: Add .so as the default suffix of libr_tcc.
     - 09_fix_internal_plugins: New, fixed a bunch of problems with the
       internal bindings: made the lua check support Debian's lua, fixed
       library prefix, and removed ncurses bogus linking.
     - 10_fix_rafind2_segfault: New, backported from e0f4364 to fix a segfault
       reported by the Mayhem team (closes: #716503).
     - 11_block_libtcc_install: New, backported from upstream 1531e96 to stop
       installing libtcc files.
     - 101_split_plugins_installation: New, Debian-only, to ease packaging of
       the plugins.  Otherwise they ended up in libradare2.
   * debian/control:
     - Build-Depends on valabind (>> 0.7.4) and swig to generate internal
       plugins, plus python-dev and liblua5.2-dev for the corresponding
       extensions, and dh-exec to help with the packaging of radare2-plugins.
     - Updated descriptions.
     - Bumped Standards-Version to 3.9.5 (no changes).
     - Created another package (radare2-plugins) with the Python and Lua
       extensions (plus the dependency on Vala).
     - Make radare-plugins depend on valac; otherwise the vala extension is not
       functional.
   * debian/rules:
     - Fix a broken flag for configure (--without-debugger ->
       --disable-debugger) that was causing the debugger to be enabled back in
       several architectures where it was previously disabled, and thus breaking
       the builds (closes: #732853).
     - Force --fail-missing on dh_install to make sure that we don't miss new
       files in subsequent releases.
   * Removed the libradare2's symbols file because radare2 doesn't really try
     to have any sort of backwards compatibility.  It's futile to dump it from
     scratch in every release.
Checksums-Sha1: 
 be2a90c6f067deb943de65bd225f85f3cadf6928 1644 radare2_0.9.6-1.dsc
 a12a2de9588d9925d32e1fb2e1942e491c602358 2072552 radare2_0.9.6.orig.tar.xz
 fcc5ceb063a15c219936bbc01438dea9f3f34633 15469 radare2_0.9.6-1.debian.tar.gz
 02e0835edd7b72681592ab964285ad6efee764b6 131622 radare2_0.9.6-1_amd64.deb
 15ffd199cf69ea5ca328ecb9c16c9dfdc85e1552 60044 
radare2-plugins_0.9.6-1_amd64.deb
 6ba4962b06a94a1dcb28a8eafad063d2cdaefbc1 1393480 
libradare2-0.9.6_0.9.6-1_amd64.deb
 1bf21cf49ee4359dea0512fb998abde3a6653929 142502 
libradare2-dev_0.9.6-1_amd64.deb
 8805715f94fc91e7e85972bb643b3252b7fc93bd 4459238 
libradare2-0.9.6-dbg_0.9.6-1_amd64.deb
 b562a829fe9f9e02fd2f55f41950bcff2772f593 172052 
libradare2-common_0.9.6-1_all.deb
Checksums-Sha256: 
 e2a2ad9d67d9408baa0298276be7459fb20ed742a4f0e20e399e7f8ee2edd76c 1644 
radare2_0.9.6-1.dsc
 91e8820ab7003de422cde777af681b0023d6b20253a81759df94578c514ae883 2072552 
radare2_0.9.6.orig.tar.xz
 006c655e794dda51546c161d15932ad7c8b643c97ef1ba9d9abda0f55d31862b 15469 
radare2_0.9.6-1.debian.tar.gz
 002918b16cf5165e77dbcd6b748a658138f6a141cd5bbc2d3da66e708e2d5fac 131622 
radare2_0.9.6-1_amd64.deb
 be3669313131708596d35f305a90d3c0026d96b27211b26638a75d91ad6d96e1 60044 
radare2-plugins_0.9.6-1_amd64.deb
 aef2337668108eec35ec042db7565e4e81ea23afa866dddfc8a295a30243683b 1393480 
libradare2-0.9.6_0.9.6-1_amd64.deb
 cb97a9211ea1b86a3c83d69e36660e0401054bc97c681ae4a411552f780195d2 142502 
libradare2-dev_0.9.6-1_amd64.deb
 1a9455f7e062c74f4aab8e3eee4e811f9fae43bf51fb5e4f7d3e9ee4fe68b6bc 4459238 
libradare2-0.9.6-dbg_0.9.6-1_amd64.deb
 20183fc8c68d8056e24d43111c9d18e49905bbf20959c5056380dc5a56baee8e 172052 
libradare2-common_0.9.6-1_all.deb
Files: 
 bc4921497df780da6e0babdd52db33d7 1644 devel extra radare2_0.9.6-1.dsc
 4c2514e788002c19b77a70a3aff14617 2072552 devel extra radare2_0.9.6.orig.tar.xz
 a4be7a75d34b2581ca5c8d2ba5272e23 15469 devel extra 
radare2_0.9.6-1.debian.tar.gz
 004925e0c7e78a4430301210443b1865 131622 devel extra radare2_0.9.6-1_amd64.deb
 a03f32ccfe7cdb8bc8627eb0af6eeaea 60044 libs extra 
radare2-plugins_0.9.6-1_amd64.deb
 16b8f2d6f93673a3820f35c4d7fe89a2 1393480 libs extra 
libradare2-0.9.6_0.9.6-1_amd64.deb
 51a029bf41b38e6aadbc684cce4c752f 142502 libdevel extra 
libradare2-dev_0.9.6-1_amd64.deb
 196bda08ed7695bb6b4369c61faf59a3 4459238 debug extra 
libradare2-0.9.6-dbg_0.9.6-1_amd64.deb
 f390bd91ac691d62f612ce8d64e9ec21 172052 devel extra 
libradare2-common_0.9.6-1_all.deb

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

iEYEARECAAYFAlLD0SUACgkQWs/EhA1iABttCgCgtclmAWB0tQIdNXhKOmu3ETKZ
RI4AnRrcT98PNHB0BeAVWuyMcHUGnRun
=2Dtz
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to