From: Shuah Khan <skhan@linuxfoundation.org>
To: Min-Hua Chen <minhuadotchen@gmail.com>,
Thomas Renninger <trenn@suse.com>, Shuah Khan <shuah@kernel.org>,
"John B. Wyatt IV" <jwyatt@redhat.com>,
John Kacur <jkacur@redhat.com>
Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
Shuah Khan <skhan@linuxfoundation.org>
Subject: Re: [RFC PATCH for-next] pm: cpupower: rename raw_pylibcpupower.i
Date: Thu, 12 Sep 2024 10:31:19 -0600 [thread overview]
Message-ID: <5785527a-b259-42ba-989e-978d2e72ff35@linuxfoundation.org> (raw)
In-Reply-To: <20240912125030.19809-1-minhuadotchen@gmail.com>
On 9/12/24 06:50, Min-Hua Chen wrote:
> This RFC patch is actually bug report. All *.i file will be
> removed by 'make mrproper', including raw_pylibcpupower.i, added
> by commit: 338f490e07bc ("pm:cpupower: Add SWIG bindings files for libcpupower")
>
> We can reproduce the error by performing the following command:
> cd linux-next
> make mrproper
> cd tools/power/cpupower/bindings/python
> make
>
> We will get an error message:
> make: *** No rule to make target 'raw_pylibcpupower.i', needed by 'raw_pylibcpupower_wrap.c'. Stop.
>
> Renaming the raw_pylibcpupower.i is just a workaround to fix the
> issue above.
I need a non-rfc patch for this. Please send a proper patch
I can pull in once John has a chance to review this.
>
> Signed-off-by: Min-Hua Chen <minhuadotchen@gmail.com>
> ---
> tools/power/cpupower/bindings/python/Makefile | 4 ++--
> .../python/{raw_pylibcpupower.i => raw_pylibcpupower.if} | 0
> 2 files changed, 2 insertions(+), 2 deletions(-)
> rename tools/power/cpupower/bindings/python/{raw_pylibcpupower.i => raw_pylibcpupower.if} (100%)
>
> diff --git a/tools/power/cpupower/bindings/python/Makefile b/tools/power/cpupower/bindings/python/Makefile
> index dc09c5b66ead..de872a1b80d3 100644
> --- a/tools/power/cpupower/bindings/python/Makefile
> +++ b/tools/power/cpupower/bindings/python/Makefile
> @@ -20,13 +20,13 @@ _raw_pylibcpupower.so: raw_pylibcpupower_wrap.o
> raw_pylibcpupower_wrap.o: raw_pylibcpupower_wrap.c
> $(CC) -fPIC -c raw_pylibcpupower_wrap.c $(PY_INCLUDE)
>
> -raw_pylibcpupower_wrap.c: raw_pylibcpupower.i
> +raw_pylibcpupower_wrap.c: raw_pylibcpupower.if
> ifeq ($(HAVE_SWIG),0)
> $(error "swig was not found. Make sure you have it installed and in the PATH to generate the bindings.")
> else ifeq ($(HAVE_PYCONFIG),0)
> $(error "python-config was not found. Make sure you have it installed and in the PATH to generate the bindings.")
> endif
> - swig -python raw_pylibcpupower.i
> + swig -python raw_pylibcpupower.if
>
> # Will only clean the bindings folder; will not clean the actual cpupower folder
> clean:
> diff --git a/tools/power/cpupower/bindings/python/raw_pylibcpupower.i b/tools/power/cpupower/bindings/python/raw_pylibcpupower.if
> similarity index 100%
> rename from tools/power/cpupower/bindings/python/raw_pylibcpupower.i
> rename to tools/power/cpupower/bindings/python/raw_pylibcpupower.if
thanks,
-- Shuah
next prev parent reply other threads:[~2024-09-12 16:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-12 12:50 [RFC PATCH for-next] pm: cpupower: rename raw_pylibcpupower.i Min-Hua Chen
2024-09-12 16:31 ` Shuah Khan [this message]
2024-09-12 17:36 ` John B. Wyatt IV
2024-09-12 20:03 ` Shuah Khan
2024-09-12 22:55 ` Min-Hua Chen
2024-09-13 16:35 ` John B. Wyatt IV
2024-09-13 16:45 ` Shuah Khan
2024-09-12 22:49 ` Min-Hua Chen
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=5785527a-b259-42ba-989e-978d2e72ff35@linuxfoundation.org \
--to=skhan@linuxfoundation.org \
--cc=jkacur@redhat.com \
--cc=jwyatt@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=minhuadotchen@gmail.com \
--cc=shuah@kernel.org \
--cc=trenn@suse.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox