* [Devel] Can't build IASL on today's ACPICA tip
@ 2015-07-15 17:58 Colin Ian King
0 siblings, 0 replies; 4+ messages in thread
From: Colin Ian King @ 2015-07-15 17:58 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 761 bytes --]
Hi there,
Building of IASL on Ubuntu 15.10 Wily fails on today's ACPICA tip
(commit b9677e910888b35f27746f97567950f9157f63a6)
make[1]: Entering directory '/home/king/repos/acpica/generate/unix/iasl'
make[1]: *** No rule to make target 'obj/dmobject.o', needed by
'obj/iasl'. Stop.
make[1]: Leaving directory '/home/king/repos/acpica/generate/unix/iasl'
generate/unix/Makefile.common:21: recipe for target 'iasl' failed
make: *** [iasl] Error 2
I think the root cause is the following commit:
commit 7dca7e02d1f10f096233358096a4578225f207a7
Merge: 1389ac5 2164923
Author: Robert Moore <Robert.Moore(a)intel.com>
Date: Fri Jul 10 12:56:35 2015 -0700
Merge pull request #78 from zetalog/acpica-debug
Acpica debugger
Colin.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Devel] Can't build IASL on today's ACPICA tip
@ 2015-07-15 18:11 Moore, Robert
0 siblings, 0 replies; 4+ messages in thread
From: Moore, Robert @ 2015-07-15 18:11 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 1273 bytes --]
Yes, dmobject needs to be removed. We already have a fix.
Thanks,
Bob
> -----Original Message-----
> From: Devel [mailto:devel-bounces(a)acpica.org] On Behalf Of Colin Ian King
> Sent: Wednesday, July 15, 2015 10:58 AM
> To: devel(a)acpica.org
> Subject: [Devel] Can't build IASL on today's ACPICA tip
>
> Hi there,
>
> Building of IASL on Ubuntu 15.10 Wily fails on today's ACPICA tip (commit
> b9677e910888b35f27746f97567950f9157f63a6)
>
> make[1]: Entering directory '/home/king/repos/acpica/generate/unix/iasl'
> make[1]: *** No rule to make target 'obj/dmobject.o', needed by
> 'obj/iasl'. Stop.
> make[1]: Leaving directory '/home/king/repos/acpica/generate/unix/iasl'
> generate/unix/Makefile.common:21: recipe for target 'iasl' failed
> make: *** [iasl] Error 2
>
> I think the root cause is the following commit:
>
> commit 7dca7e02d1f10f096233358096a4578225f207a7
> Merge: 1389ac5 2164923
> Author: Robert Moore <Robert.Moore(a)intel.com>
> Date: Fri Jul 10 12:56:35 2015 -0700
>
> Merge pull request #78 from zetalog/acpica-debug
>
> Acpica debugger
>
> Colin.
> _______________________________________________
> Devel mailing list
> Devel(a)acpica.org
> https://lists.acpica.org/mailman/listinfo/devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Devel] Can't build IASL on today's ACPICA tip
@ 2015-07-15 19:41 Moore, Robert
0 siblings, 0 replies; 4+ messages in thread
From: Moore, Robert @ 2015-07-15 19:41 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]
Fixed.
> -----Original Message-----
> From: Devel [mailto:devel-bounces(a)acpica.org] On Behalf Of Colin Ian King
> Sent: Wednesday, July 15, 2015 10:58 AM
> To: devel(a)acpica.org
> Subject: [Devel] Can't build IASL on today's ACPICA tip
>
> Hi there,
>
> Building of IASL on Ubuntu 15.10 Wily fails on today's ACPICA tip (commit
> b9677e910888b35f27746f97567950f9157f63a6)
>
> make[1]: Entering directory '/home/king/repos/acpica/generate/unix/iasl'
> make[1]: *** No rule to make target 'obj/dmobject.o', needed by
> 'obj/iasl'. Stop.
> make[1]: Leaving directory '/home/king/repos/acpica/generate/unix/iasl'
> generate/unix/Makefile.common:21: recipe for target 'iasl' failed
> make: *** [iasl] Error 2
>
> I think the root cause is the following commit:
>
> commit 7dca7e02d1f10f096233358096a4578225f207a7
> Merge: 1389ac5 2164923
> Author: Robert Moore <Robert.Moore(a)intel.com>
> Date: Fri Jul 10 12:56:35 2015 -0700
>
> Merge pull request #78 from zetalog/acpica-debug
>
> Acpica debugger
>
> Colin.
> _______________________________________________
> Devel mailing list
> Devel(a)acpica.org
> https://lists.acpica.org/mailman/listinfo/devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Devel] Can't build IASL on today's ACPICA tip
@ 2015-07-15 19:54 Colin Ian King
0 siblings, 0 replies; 4+ messages in thread
From: Colin Ian King @ 2015-07-15 19:54 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 1387 bytes --]
On 15/07/15 19:11, Moore, Robert wrote:
> Yes, dmobject needs to be removed. We already have a fix.
> Thanks,
> Bob
Thanks Bob, it now builds fine.
>
>
>> -----Original Message-----
>> From: Devel [mailto:devel-bounces(a)acpica.org] On Behalf Of Colin Ian King
>> Sent: Wednesday, July 15, 2015 10:58 AM
>> To: devel(a)acpica.org
>> Subject: [Devel] Can't build IASL on today's ACPICA tip
>>
>> Hi there,
>>
>> Building of IASL on Ubuntu 15.10 Wily fails on today's ACPICA tip (commit
>> b9677e910888b35f27746f97567950f9157f63a6)
>>
>> make[1]: Entering directory '/home/king/repos/acpica/generate/unix/iasl'
>> make[1]: *** No rule to make target 'obj/dmobject.o', needed by
>> 'obj/iasl'. Stop.
>> make[1]: Leaving directory '/home/king/repos/acpica/generate/unix/iasl'
>> generate/unix/Makefile.common:21: recipe for target 'iasl' failed
>> make: *** [iasl] Error 2
>>
>> I think the root cause is the following commit:
>>
>> commit 7dca7e02d1f10f096233358096a4578225f207a7
>> Merge: 1389ac5 2164923
>> Author: Robert Moore <Robert.Moore(a)intel.com>
>> Date: Fri Jul 10 12:56:35 2015 -0700
>>
>> Merge pull request #78 from zetalog/acpica-debug
>>
>> Acpica debugger
>>
>> Colin.
>> _______________________________________________
>> Devel mailing list
>> Devel(a)acpica.org
>> https://lists.acpica.org/mailman/listinfo/devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-07-15 19:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-15 19:54 [Devel] Can't build IASL on today's ACPICA tip Colin Ian King
-- strict thread matches above, loose matches on Subject: below --
2015-07-15 19:41 Moore, Robert
2015-07-15 18:11 Moore, Robert
2015-07-15 17:58 Colin Ian King
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.