Your message dated Tue, 21 Nov 2017 00:03:58 +0000
with message-id <e1egw2g-000epg...@fasolo.debian.org>
and subject line Bug#877353: fixed in acpica-unix 20171110-1
has caused the Debian Bug report #877353,
regarding acpica-unix FTBFS on mips64el: error: cast from pointer to integer of 
different size
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.)


-- 
877353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877353
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: acpica-unix
Version: 20170831-1
Severity: serious
Tags: patch

https://buildd.debian.org/status/fetch.php?pkg=acpica-unix&arch=mips64el&ver=20170831-1&stamp=1506550333&raw=0

...
-  Intermediate obj/aslcompilerparse.c
/<<PKGBUILDDIR>>/generate/unix/iasl/obj/aslcompiler.y: In function 
'AslCompilerparse':
/<<PKGBUILDDIR>>/generate/unix/iasl/obj/aslcompiler.y:1089:60: error: cast from 
pointer to integer of different size [-Werror=pointer-to-int-cast]
     | PARSEOP_NAMESTRING            {$$ = TrCreateValuedLeafOp 
(PARSEOP_NAMESTRING, (ACPI_NATIVE_INT) $1);}
                                                            ^
/<<PKGBUILDDIR>>/generate/unix/iasl/obj/aslcompiler.y:1090:60: error: cast from 
pointer to integer of different size [-Werror=pointer-to-int-cast]
     | PARSEOP_IO                    {$$ = TrCreateValuedLeafOp 
(PARSEOP_NAMESTRING, (ACPI_NATIVE_INT) "IO");}
                                                            ^
/<<PKGBUILDDIR>>/generate/unix/iasl/obj/aslcompiler.y:1091:60: error: cast from 
pointer to integer of different size [-Werror=pointer-to-int-cast]
     | PARSEOP_DMA                   {$$ = TrCreateValuedLeafOp 
(PARSEOP_NAMESTRING, (ACPI_NATIVE_INT) "DMA");}
                                                            ^
/<<PKGBUILDDIR>>/generate/unix/iasl/obj/aslcompiler.y:1092:60: error: cast from 
pointer to integer of different size [-Werror=pointer-to-int-cast]
     | PARSEOP_IRQ                   {$$ = TrCreateValuedLeafOp 
(PARSEOP_NAMESTRING, (ACPI_NATIVE_INT) "IRQ");}
                                                            ^
/<<PKGBUILDDIR>>/generate/unix/iasl/obj/aslcompiler.y:1093:60: error: cast from 
pointer to integer of different size [-Werror=pointer-to-int-cast]
     | PARSEOP_FOR                   {$$ = TrCreateValuedLeafOp 
(PARSEOP_NAMESTRING, (ACPI_NATIVE_INT) "FOR");}
                                                            ^
/<<PKGBUILDDIR>>/generate/unix/iasl/obj/aslcompiler.y:1104:41: error: cast from 
pointer to integer of different size [-Werror=pointer-to-int-cast]
                                         (ACPI_NATIVE_INT) AslCompilerlval.s);}
                                         ^
/<<PKGBUILDDIR>>/generate/unix/iasl/obj/aslcompiler.y:1474:41: error: cast from 
pointer to integer of different size [-Werror=pointer-to-int-cast]
                                         (ACPI_NATIVE_INT) AslCompilerlval.s);}
                                         ^
cc1: all warnings being treated as errors
Makefile:344: recipe for target 'obj/aslcompilerparse.o' failed
make[3]: *** [obj/aslcompilerparse.o] Error 1



The fix is attached.
Description: Stop listing all 64bit architectures
 Check __LP64__ instead of maintaining a list of all
 64bit architectures.
Author: Adrian Bunk <b...@debian.org>

--- acpica-unix-20170831.orig/source/include/platform/aclinux.h
+++ acpica-unix-20170831/source/include/platform/aclinux.h
@@ -208,9 +208,7 @@
 #define ACPI_FLUSH_CPU_CACHE()
 #define ACPI_CAST_PTHREAD_T(Pthread) ((ACPI_THREAD_ID) (Pthread))
 
-#if defined(__ia64__)    || defined(__x86_64__) ||\
-    defined(__aarch64__) || defined(__PPC64__) ||\
-    defined(__s390x__)
+#if defined(__LP64__)
 #define ACPI_MACHINE_WIDTH          64
 #define COMPILER_DEPENDENT_INT64    long
 #define COMPILER_DEPENDENT_UINT64   unsigned long

--- End Message ---
--- Begin Message ---
Source: acpica-unix
Source-Version: 20171110-1

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

Debian distribution maintenance software
pp.
Al Stone <a...@debian.org> (supplier of updated acpica-unix 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: Mon, 20 Nov 2017 16:04:14 -0700
Source: acpica-unix
Binary: acpica-tools
Architecture: source amd64
Version: 20171110-1
Distribution: unstable
Urgency: medium
Maintainer: Mattia Dongili <malat...@debian.org>
Changed-By: Al Stone <a...@debian.org>
Description:
 acpica-tools - ACPICA tools for the development and debug of ACPI tables
Closes: 877353
Changes:
 acpica-unix (20171110-1) unstable; urgency=medium
 .
   * Upgrade to 20171110 upstream.
   * Refresh patches as needed.
   * Closes: #877353 -- fix FTBS on mips64el
Checksums-Sha1:
 bc49a0d64dcee081c2e0aa4e45007280b1cf99f2 1906 acpica-unix_20171110-1.dsc
 bd5e0f5091494aeaf8d0c3a420e56d61e97739e4 3328080 
acpica-unix_20171110.orig.tar.gz
 eb45d219df2c96894124426bcf42d07425739e9c 50696 
acpica-unix_20171110-1.debian.tar.xz
 ae5eb3c50503e003dabdf3b251c9c41cf1860081 5327696 
acpica-tools-dbgsym_20171110-1_amd64.deb
 f28ce68a2b713240c69d8b84d9921a1385994526 819596 
acpica-tools_20171110-1_amd64.deb
 b39884065dc70c31abc88c882589233e92d94849 6285 
acpica-unix_20171110-1_amd64.buildinfo
Checksums-Sha256:
 d24140e0ac9b997cb872661adcc54f57c42bc12490d1d834c31ad5980ab14084 1906 
acpica-unix_20171110-1.dsc
 b3f274f5d82aab27fde8870acd3014f45521529e635f465dff03b8e8e6d08356 3328080 
acpica-unix_20171110.orig.tar.gz
 2e8ebf59422ec21d683d9a8c0e10cf7e32971030d9d6312d2abc9b5445ef4134 50696 
acpica-unix_20171110-1.debian.tar.xz
 cfc1ceb15942ec2802a0557ae7b7300634934900611e28e6514f05f54cabde62 5327696 
acpica-tools-dbgsym_20171110-1_amd64.deb
 b0f6e9f5e3ab41e29925784a142f326a72a3814d65908b7be3abb8f93fdb7d73 819596 
acpica-tools_20171110-1_amd64.deb
 592c7a60c143492e4309a06ee03704bbe53e7dc4b9e914f6bd544160bfb01379 6285 
acpica-unix_20171110-1_amd64.buildinfo
Files:
 fae8c4a2a1738c71a398248897ddc263 1906 devel optional acpica-unix_20171110-1.dsc
 11996d1d7e4005524985b826f077d10d 3328080 devel optional 
acpica-unix_20171110.orig.tar.gz
 aab48ed78396fc0faa6d4d4c486b3f9d 50696 devel optional 
acpica-unix_20171110-1.debian.tar.xz
 ec15ffc5c1fb7a2ac0abf97769a65576 5327696 debug optional 
acpica-tools-dbgsym_20171110-1_amd64.deb
 c3879842eb4ba720cb5000a6ca823fd3 819596 devel optional 
acpica-tools_20171110-1_amd64.deb
 819d63535274beedbbe06926fba33ba1 6285 devel optional 
acpica-unix_20171110-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEiclaKI7ZGQ+4GJLWUwywAtdhsWwFAloTaTAACgkQUwywAtdh
sWw2kQ/+KKqrUqIZwNJNemvJejV9B0AFYrTGY5sAYy0BiJ8/G5zMG3sXPEA77Fdf
Dr3Xphm1TXU70BPa8NWerC6QA7KsNQlmlFQwo4QdS2WuVgy38yz/z+xaNNlT12y2
4egjIKmRIW4AjOdE+Lh/C6SI9k20ip6XY2D0YqTRbrDQabetNkzFb3nHcExDAaBM
8bE8D4QTh4U3649wKQnTKDtEv5gYIQrVnzljP65KNCzp2kNIhQPMUgJNwx0hX+yC
RHFqAVec99/nc1gAWA5htZF5N9k0nJinnRB1fbbrkA1e+9o0AzU+0KiYGlLIyRoG
q0/NwfGcuHhzKD1wwhXAqfBqxrtthwguQ29oQEzLEPq/c+YCDi5tLxm4iMJdXW+g
4gi+HoJ8cqDaVGyGVdwkkFGAaEgpbCV5Qxaw9IGZ4qmVsrUoJHffMgZN/0Tg7iwd
hHtcolVsAv7aI0ws7ALDcQRaDdiYAleJVpWWxGiqegeWGA4JDc/50/sCT9KerVHW
SfZPNZD9NrBjNPRL2mOhbtl+xCspJ5h65Dvdg6SOhHcuOlncqQSrbh6amZwF+e5f
PsiDIp+gRCwWdwC15wCLHhi2Um23wT0zJs8TGBeHySqc9xZJmDEbt0LRSjZA1T9X
3linCM+AaWMTWDu1TYoVi7wjKm0+ZZQlYgLUgPhIkJC6pz+1PRw=
=m/Ak
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to