Package: acpica-unix
Severity: wishlist
Tags: patch
Hi,
I am glad to see this program has been packaged, thank you
I see there is an upstream version out for some months now ( 20061109 )
You can add this file, to be noticed :
#{
diff -BurN acpica-unix-20060912 acpica-unix-20060912-rzr
diff -BurN acpica-unix-20060912/debian/watch
acpica-unix-20060912-rzr/debian/watch
--- acpica-unix-20060912/debian/watch 1970-01-01 01:00:00.000000000 +0100
+++ acpica-unix-20060912-rzr/debian/watch 2007-03-25 03:22:31.000000000
+0200
@@ -0,0 +1,3 @@
+version=3
+http://www.intel.com/technology/iapc/acpi/license2.htm \
+ /technology/iapc/acpi/downloads/acpica-unix-(.*)\.tar\.gz
#}
Then I tried to build the new version, but It failed on the test :
#{
# testcase
/tmp/acpica-unix-20061109/debian/iasl/usr/bin/iasl -tc -p
debian/acpi-dsdt.test.hex debian/acpi-dsdt.dsl
Intel ACPI Component Architecture
ASL Optimizing Compiler version 20061109 [Mar 25 2007]
Copyright (C) 2000 - 2006 Intel Corporation
Supports ACPI Specification Revision 3.0a
ASL Input: debian/acpi-dsdt.dsl - 561 lines, 18338 bytes, 209 keywords
AML Output: debian/acpi-dsdt.test.aml - 2098 bytes 104 named objects 105
executable opcodes
Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 68 Optimizations
tail -n +13 debian/acpi-dsdt.test.hex > debian/acpi-dsdt.test.hex-1
diff -u debian/acpi-dsdt.hex debian/acpi-dsdt.test.hex-1
--- debian/acpi-dsdt.hex 2007-03-25 03:25:06.000000000 +0200
+++ debian/acpi-dsdt.test.hex-1 2007-03-25 03:26:51.000000000 +0200
@@ -1,10 +1,10 @@
unsigned char AmlCode[] =
{
0x44,0x53,0x44,0x54,0x32,0x08,0x00,0x00, /* 00000000 "DSDT2..." */
- 0x01,0x65,0x51,0x45,0x4D,0x55,0x00,0x00, /* 00000008 ".eQEMU.." */
+ 0x01,0x66,0x51,0x45,0x4D,0x55,0x00,0x00, /* 00000008 ".fQEMU.." */
0x51,0x45,0x4D,0x55,0x44,0x53,0x44,0x54, /* 00000010 "QEMUDSDT" */
0x01,0x00,0x00,0x00,0x49,0x4E,0x54,0x4C, /* 00000018 "....INTL" */
- 0x12,0x09,0x06,0x20,0x10,0x4F,0x04,0x5C, /* 00000020 "... .O.\" */
+ 0x09,0x11,0x06,0x20,0x10,0x4F,0x04,0x5C, /* 00000020 "... .O.\" */
0x00,0x5B,0x80,0x43,0x4D,0x53,0x5F,0x01, /* 00000028 ".[.CMS_." */
0x0A,0x70,0x0A,0x02,0x5B,0x81,0x10,0x43, /* 00000030 ".p..[..C" */
0x4D,0x53,0x5F,0x01,0x43,0x4D,0x53,0x49, /* 00000038 "MS_.CMSI" */
make: *** [install] Error 1
debuild: fatal error at line 1228:
fakeroot debian/rules binary failed
#}
Should the test be updated to ?
Hope it helps, later
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]