Your message dated Thu, 17 May 2012 11:33:11 +0000
with message-id <e1suyxd-00053v...@franck.debian.org>
and subject line Bug#672985: fixed in eina 1.2.0-2
has caused the Debian Bug report #672985,
regarding FTBFS: test suite makes assumptions of signed char
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.)
--
672985: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672985
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: eina
Version: 1.2.0
Severity: serious
Tags: upstream patch
Justification: fails to build from source (but built successfully in the past)
This package makes a few assumptions which prevent it from being built on
architectures
which have an unsigned char.
I am attaching a patch to fix one of these, but this second one, I am not
positive what
is being attempted. This test is failing on the cast from a
EINA_VALUE_TYPE_TIMEVAL
to EINA_VALUE_TYPE_CHAR:
START_TEST(eina_value_test_timeval)
{
Eina_Value *value, other;
struct timeval itv, otv;
char c;
char *str;
eina_init();
value = eina_value_new(EINA_VALUE_TYPE_TIMEVAL);
fail_unless(value != NULL);
....
fail_unless(eina_value_setup(&other, EINA_VALUE_TYPE_CHAR));
fail_unless(eina_value_convert(value, &other));
fail_unless(eina_value_get(&other, &c));
fail_unless(c == 2);
eina_value_flush(&other);
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable-grip
APT policy: (200, 'unstable-grip'), (101, 'unstable'), (100, 'experimental')
Architecture: armel (armv5tel)
Kernel: Linux 3.4.0-rc4-tomoyo-00002-gf203d42 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
>From 63d5cd4b044b834f0e01cc4224a54655629c8555 Mon Sep 17 00:00:00 2001
From: Shawn Landen <shawnland...@gmail.com>
Date: Tue, 15 May 2012 01:35:30 -0700
Subject: [PATCH] fix signed char assumption in test suite
---
src/tests/eina_test_value.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tests/eina_test_value.c b/src/tests/eina_test_value.c
index d369208..4b6aef0 100644
--- a/src/tests/eina_test_value.c
+++ b/src/tests/eina_test_value.c
@@ -142,7 +142,7 @@ START_TEST(eina_value_test_compare)
fail_unless(eina_value_set(a, 123));
fail_unless(eina_value_set(b, 123));
fail_unless(eina_value_compare(a, b) == 0);
- fail_unless(eina_value_set(a, -10));
+ fail_unless(eina_value_set(a, 10));
fail_unless(eina_value_set(b, 123));
fail_unless(eina_value_compare(a, b) < 0);
fail_unless(eina_value_set(a, 123));
--
1.7.10
--- End Message ---
--- Begin Message ---
Source: eina
Source-Version: 1.2.0-2
We believe that the bug you reported is fixed in the latest version of
eina, which is due to be installed in the Debian FTP archive:
eina_1.2.0-2.debian.tar.gz
to main/e/eina/eina_1.2.0-2.debian.tar.gz
eina_1.2.0-2.dsc
to main/e/eina/eina_1.2.0-2.dsc
libeina-dbg_1.2.0-2_amd64.deb
to main/e/eina/libeina-dbg_1.2.0-2_amd64.deb
libeina-dev_1.2.0-2_amd64.deb
to main/e/eina/libeina-dev_1.2.0-2_amd64.deb
libeina-doc_1.2.0-2_all.deb
to main/e/eina/libeina-doc_1.2.0-2_all.deb
libeina1_1.2.0-2_amd64.deb
to main/e/eina/libeina1_1.2.0-2_amd64.deb
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 672...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Albin Tonnerre <lu...@debian.org> (supplier of updated eina 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 17 May 2012 12:37:44 +0200
Source: eina
Binary: libeina1 libeina-dev libeina-doc libeina-dbg
Architecture: source all amd64
Version: 1.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Pkg-e Team <pkg-e-de...@lists.alioth.debian.org>
Changed-By: Albin Tonnerre <lu...@debian.org>
Description:
libeina-dbg - debugging symbols for use with libeina
libeina-dev - Development files for libeina
libeina-doc - Documentation for use with libeina
libeina1 - Enlightenment Foundation Library providing optimized data types
Closes: 672985
Changes:
eina (1.2.0-2) unstable; urgency=low
.
* cherry-pick upstream commits 71195/71196 to fix FTBFS (Closes: #672985)
- 03_eina_value_dont_assume_signed_char: fix FTBFS on ARM, PPC, s390
- 04_eina_value_unsigned_to_unsigned_long_va_arg: fix FTBFS on ia64
Checksums-Sha1:
5d78fb6902a2e5c915f8063795771aebabef63ca 2078 eina_1.2.0-2.dsc
b757780e39ed24f300da85685ded5ce2b3f6d992 12227 eina_1.2.0-2.debian.tar.gz
74db9ff9e1231bb1b821ff0ff0e360b3b11b1cb4 9847766 libeina-doc_1.2.0-2_all.deb
41a255b2f296063eb1a06ce6e841969abd6e3a1b 158572 libeina1_1.2.0-2_amd64.deb
93efc1cbdd0a878adeab874cd544225cae4456ef 337790 libeina-dev_1.2.0-2_amd64.deb
add31f40b0fe85d738ca68c0e5519b2585a7e63e 378866 libeina-dbg_1.2.0-2_amd64.deb
Checksums-Sha256:
63281ffb8ed881c915a8f5a1f8ebae8f528429b0d61169a58dc057b7de4009d9 2078
eina_1.2.0-2.dsc
aecdc3b1b2d172e11d01b82888583bd1a6cfa375e1b1bb05e5155aa3f2ff0588 12227
eina_1.2.0-2.debian.tar.gz
1a6103c5c4235a846b1f4b490934203999640ac16aa2f2e5d78a1e4cbdc01fd5 9847766
libeina-doc_1.2.0-2_all.deb
677a313fd2ccc91e2605f30e449f64b656550fd8b1c5e899853d013e5ede31ea 158572
libeina1_1.2.0-2_amd64.deb
b6a0612bc1e55c6cfadf6b076d96e3dbcd4fae11c0d879fb4b057d28a0d18b3d 337790
libeina-dev_1.2.0-2_amd64.deb
78b575da5f926820c748cbd94c4e93a96d805a1ab2da15e9536311e295f0456d 378866
libeina-dbg_1.2.0-2_amd64.deb
Files:
4878ca19b57503b11d47d767dcd7181d 2078 libs optional eina_1.2.0-2.dsc
1dc7234c93dfa0904b27db57feafb821 12227 libs optional eina_1.2.0-2.debian.tar.gz
27387b8a827a4a20a37a04424340eefd 9847766 doc optional
libeina-doc_1.2.0-2_all.deb
b8a4da31f03937c94880c083f51f977b 158572 libs optional
libeina1_1.2.0-2_amd64.deb
92830fd35ac7b8ea0bccf0223f36558f 337790 libdevel optional
libeina-dev_1.2.0-2_amd64.deb
7bdd13c8ba2eee6672f477357685d485 378866 debug extra
libeina-dbg_1.2.0-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJPtNhvAAoJEBEG8gBbtuSlxXUP+wZ5PUQuX3HTsFO32qy593Rd
WCX6Jck3vG8ihA1Vp+JcuB9vYd0Fmj2Xsd4al998RpKOdDO07Y4Uet0p2ah99PA2
eVB8cX60VzInm1t6KAp4JBXGzl5GqgPZTSghr1a483H+JyTmgNv2M072aqDvA5Qy
DeNTPcFRcVSwcbnA08Iq1/R5C5Hk0WNyZZQ2KJZM4MJdxVkgJYDdUXehczeZp67X
yacAkRFZZp+2fpKXqkdwNwQTuNKUJI9w0pI6LY1OZTu4R1CHd01r3IhEDx85I1se
5RAozxccy1YK6NYhTBh4bWrkkFAfzPEjbNqgGYuzLIaAU0X4u/YUMufLCAUYAGlx
kdc7huUA+P/sKsGDT3/m+osarL1gySdB7v8XvahJ/epCgM5pc/AWNmR5XBBg97TN
qAOfhJSceRiTiifAo3WfLwFgQ6U/UDHrTgd2ENdW2AH29kUuSB6Hsl1iYK57DQnd
TPw9hvSR6V2ZnBgtv3oN2Y2lZV81BAk94c93po98PeWjdrihkgn8KQg1Y375mIpu
SMZ79noO22pxNX39fLqI8ZeGSdzCrUH7m1bOggP9VCLj4PtWf1uV9auK4/vXr2kO
Rl77j/2LJHMUhMOvFRgL63yN+BMbgQXdYkROCi+04KPo4mQ6wOY8yL+jhgyVfeqV
0OHixE1Vv46AHGH9Y95/
=tPk5
-----END PGP SIGNATURE-----
--- End Message ---