[opensuse-kernel] [PATCH] group-source-files.pl: mark arch/powerpc/scripts as devel
make[2]: /usr/src/linux-4.6.4-2/arch/powerpc/scripts/gcc-check-mprofile-kernel.sh: Command not found --- rpm/group-source-files.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/group-source-files.pl b/rpm/group-source-files.pl index 4321f3b..efe8f87 100755 --- a/rpm/group-source-files.pl +++ b/rpm/group-source-files.pl @@ -39,6 +39,7 @@ sub scan m{^\Q$loc\E/arch/.*/module\.lds\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/mach\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/plat\b} || + m{^\Q$loc\E/arch/powerpc/scripts\b} || m{^\Q$loc\E/include/[^/]+\b} || m{^\Q$loc\E/scripts\b}; if (substr($_, 0, 1) ne "/") { -- 2.9.2 -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On 2016-07-26 11:51, Andreas Schwab wrote:
make[2]: /usr/src/linux-4.6.4-2/arch/powerpc/scripts/gcc-check-mprofile-kernel.sh: Command not found --- rpm/group-source-files.pl | 1 + 1 file changed, 1 insertion(+)
diff --git a/rpm/group-source-files.pl b/rpm/group-source-files.pl index 4321f3b..efe8f87 100755 --- a/rpm/group-source-files.pl +++ b/rpm/group-source-files.pl @@ -39,6 +39,7 @@ sub scan m{^\Q$loc\E/arch/.*/module\.lds\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/mach\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/plat\b} || + m{^\Q$loc\E/arch/powerpc/scripts\b} ||
How about including any arch/*/scripts directory? Thanks, Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
make[2]: /usr/src/linux-4.6.4-2/arch/powerpc/scripts/gcc-check-mprofile-kernel.sh: Command not found --- rpm/group-source-files.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/group-source-files.pl b/rpm/group-source-files.pl index 4321f3b..e585206 100755 --- a/rpm/group-source-files.pl +++ b/rpm/group-source-files.pl @@ -39,6 +39,7 @@ sub scan m{^\Q$loc\E/arch/.*/module\.lds\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/mach\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/plat\b} || + m{^\Q$loc\E/arch/[^/]+/scripts\b} || m{^\Q$loc\E/include/[^/]+\b} || m{^\Q$loc\E/scripts\b}; if (substr($_, 0, 1) ne "/") { -- 2.9.2 -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On 27/07/2016 11:30, Andreas Schwab wrote:
make[2]: /usr/src/linux-4.6.4-2/arch/powerpc/scripts/gcc-check-mprofile-kernel.sh: Command not found --- rpm/group-source-files.pl | 1 + 1 file changed, 1 insertion(+)
diff --git a/rpm/group-source-files.pl b/rpm/group-source-files.pl index 4321f3b..e585206 100755 --- a/rpm/group-source-files.pl +++ b/rpm/group-source-files.pl @@ -39,6 +39,7 @@ sub scan m{^\Q$loc\E/arch/.*/module\.lds\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/mach\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/plat\b} || + m{^\Q$loc\E/arch/[^/]+/scripts\b} || m{^\Q$loc\E/include/[^/]+\b} || m{^\Q$loc\E/scripts\b}; if (substr($_, 0, 1) ne "/") {
is this patch supposed to be integrated in TW kernel ? it was referenced as potential solution for ppc64le crash build in https://lists.opensuse.org/opensuse-factory/2016-08/msg00182.html -- Michel Normand -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On 2016-08-19 15:10, Normand wrote:
On 27/07/2016 11:30, Andreas Schwab wrote:
make[2]: /usr/src/linux-4.6.4-2/arch/powerpc/scripts/gcc-check-mprofile-kernel.sh: Command not found --- rpm/group-source-files.pl | 1 + 1 file changed, 1 insertion(+)
diff --git a/rpm/group-source-files.pl b/rpm/group-source-files.pl index 4321f3b..e585206 100755 --- a/rpm/group-source-files.pl +++ b/rpm/group-source-files.pl @@ -39,6 +39,7 @@ sub scan m{^\Q$loc\E/arch/.*/module\.lds\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/mach\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/plat\b} || + m{^\Q$loc\E/arch/[^/]+/scripts\b} || m{^\Q$loc\E/include/[^/]+\b} || m{^\Q$loc\E/scripts\b}; if (substr($_, 0, 1) ne "/") {
is this patch supposed to be integrated in TW kernel ?
Oops, I forgot about the v2. I merged it into the packaging branch now and submitted to the stable (TW) and master (next TW) branches. Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On 22/08/2016 17:36, Michal Marek wrote:
On 2016-08-19 15:10, Normand wrote:
On 27/07/2016 11:30, Andreas Schwab wrote:
make[2]: /usr/src/linux-4.6.4-2/arch/powerpc/scripts/gcc-check-mprofile-kernel.sh: Command not found --- rpm/group-source-files.pl | 1 + 1 file changed, 1 insertion(+)
diff --git a/rpm/group-source-files.pl b/rpm/group-source-files.pl index 4321f3b..e585206 100755 --- a/rpm/group-source-files.pl +++ b/rpm/group-source-files.pl @@ -39,6 +39,7 @@ sub scan m{^\Q$loc\E/arch/.*/module\.lds\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/mach\b} || m{^\Q$loc\E/arch/arm/[^/]+/include/plat\b} || + m{^\Q$loc\E/arch/[^/]+/scripts\b} || m{^\Q$loc\E/include/[^/]+\b} || m{^\Q$loc\E/scripts\b}; if (substr($_, 0, 1) ne "/") {
is this patch supposed to be integrated in TW kernel ?
Oops, I forgot about the v2. I merged it into the packaging branch now and submitted to the stable (TW) and master (next TW) branches.
Michal
I found the related commit in git (1) but I do not know how to identify what kernel version I have to wait for failure to be solved. The initial reported failure about crash package build failure (2) is still alive as per build trial (3) Do you have a way to identify the target TW kernel that should have this commit id ? (1) http://kernel.suse.com/cgit/kernel-source/commit/rpm/group-source-files.pl?i... (2) https://lists.opensuse.org/opensuse-factory/2016-08/msg00181.html (3) === $grep -E 'kernel-devel|mprofile.kernel' ~/buildtmp/build-root/standard-ppc64le/.build.log [ 26s] [79/140] cumulate kernel-devel-4.7.2-1.1 [ 42s] kernel-devel-4.7.2-1.1 ######################################## [ 46s] make[2]: /usr/src/linux-4.7.2-1/arch/powerpc/scripts/gcc-check-mprofile-kernel.sh: Command not found [ 46s] arch/powerpc/Makefile:146: Compiler does not support mprofile-kernel, set CONFIG_DISABLE_MPROFILE_KERNEL [ 393s] make[2]: /usr/src/linux-4.7.2-1/arch/powerpc/scripts/gcc-check-mprofile-kernel.sh: Command not found [ 393s] arch/powerpc/Makefile:146: Compiler does not support mprofile-kernel, set CONFIG_DISABLE_MPROFILE_KERNEL [ 393s] gcc: error: unrecognized command line option '-mprofile-kernel-not-supported'; did you mean '-mprofile-kernel'? === -- Michel Normand -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Aug 31 2016, Normand <normand@linux.vnet.ibm.com> wrote:
Do you have a way to identify the target TW kernel that should have this commit id ?
It's in Kernel:stable, but not yet in openSUSE:Factory (https://build.opensuse.org/request/show/423882). Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (3)
-
Andreas Schwab
-
Michal Marek
-
Normand