All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Renninger <trenn-l3A5Bk7waGM@public.gmane.org>
To: Voluspa <voluspa-zq6IREYz3ykAvxtiuMwx3w@public.gmane.org>
Cc: len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: Re: acpidump replaces acpidmp
Date: Wed, 27 Jul 2005 13:05:29 +0200	[thread overview]
Message-ID: <42E76A79.2040702@suse.de> (raw)
In-Reply-To: <20050726192423.216b4be8.voluspa-zq6IREYz3ykAvxtiuMwx3w@public.gmane.org>

Voluspa wrote:
> On 2005-07-23 0:35:38 Len Brown wrote:
> 
>>ps. I shall delete /proc/fadt and /proc/dsdt when I return
>>from Ottawa unless somebody can convince me they should live.
> 
> Please do not! Not until a reliable userspace program can be easily
> found for retrieving the dsdt on my pure X86_64 AMD system:
> 
> loke:sleipner:/home/net/acer/acpi/len_brown/pmtools-20050722$ uname -r
> 2.6.13-rc3
> loke:sleipner:/home/net/acer/acpi/len_brown/pmtools-20050722$ make
> for i in acpidump; do make -C $i all; done
> make[1]: Entering directory
> `/home/net/acer/acpi/len_brown/pmtools-20050722/acpidump'
> cc -Wall -Wstrict-prototypes -O2 -D_LINUX -DDEFINE_ALTERNATE_TYPES
> -I../include  acpidump.c -o acpidump
> In file included from acpidump.c:49:
> ../include/acpi/actypes.h:115: error: parse error before
> "acpi_native_int"
> ../include/acpi/actypes.h:115: warning: type defaults to `int' in
> declaration of `acpi_native_int'
> ../include/acpi/actypes.h:115: warning: data definition has no type or
> storage class
> acpidump.c: In function `acpi_dump_RSDT':
> acpidump.c:222: warning: cast to pointer from integer of different size
> acpidump.c:246: warning: cast to pointer from integer of different size
> acpidump.c:259: warning: cast to pointer from integer of different size
> acpidump.c:266: warning: cast to pointer from integer of different size
> acpidump.c:308: warning: cast to pointer from integer of different size
> acpidump.c:350: warning: cast to pointer from integer of different size
> acpidump.c:357: warning: cast to pointer from integer of different size
> acpidump.c: In function `acpi_dump_XSDT':
> acpidump.c:425: warning: cast to pointer from integer of different size
> acpidump.c:438: warning: cast to pointer from integer of different size
> make[1]: *** [acpidump] Error 1
> make[1]: Leaving directory
> `/home/net/acer/acpi/len_brown/pmtools-20050722/acpidump'
> make: *** [all] Error 2
> 
../include/acpi/actypes.h:115
Replace s64 with u64 and it at least compiles.
I tried it out on two (x86_64) machines.
On the one I got no output at all, on the other I got a segfault in
acpidump.c:104.

Why is acpidmp replaced?

Thanks,

       Thomas


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click

  parent reply	other threads:[~2005-07-27 11:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-26 17:24 acpidump replaces acpidmp Voluspa
     [not found] ` <20050726192423.216b4be8.voluspa-zq6IREYz3ykAvxtiuMwx3w@public.gmane.org>
2005-07-27 11:05   ` Thomas Renninger [this message]
     [not found]     ` <42E76A79.2040702-l3A5Bk7waGM@public.gmane.org>
2005-07-27 12:56       ` Voluspa
2005-07-27 13:44       ` Voluspa
     [not found]         ` <20050727154458.455d16db.voluspa-zq6IREYz3ykAvxtiuMwx3w@public.gmane.org>
2005-07-27 15:05           ` Thomas Renninger
  -- strict thread matches above, loose matches on Subject: below --
2005-07-27 15:00 Brown, Len
2005-07-27 15:31 Brown, Len
     [not found] ` <F7DC2337C7631D4386A2DF6E8FB22B300428C441-N2PTB0HCzHKkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2005-07-29 12:37   ` Thomas Renninger
2005-08-16 18:23 Brown, Len
     [not found] ` <F7DC2337C7631D4386A2DF6E8FB22B300456A26A-N2PTB0HCzHKkrb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2005-08-16 21:32   ` Bjorn Helgaas
     [not found]     ` <200508161532.34578.bjorn.helgaas-VXdhtT5mjnY@public.gmane.org>
2005-08-17  7:45       ` Voluspa
2005-08-24  5:44       ` Len Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42E76A79.2040702@suse.de \
    --to=trenn-l3a5bk7wagm@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=voluspa-zq6IREYz3ykAvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.