[coreboot] Re: [Building] Latest Coreboot crossgcc x86_64 builds fails under ArchLinux x86_64

2022-03-18 Thread Lahfa Samy
I found the folder cp inside : "coreboot/util/crossgcc/build-x86_64-elf-GCC/gcc" I finally fixed the bug by building the latest make from git, the bug has been reported in March 2020 and fixed later, but still a new release since January 2020 hasn't been made yet thus all make version are

[coreboot] Re: [Building] Latest Coreboot crossgcc x86_64 builds fails under ArchLinux x86_64

2022-03-18 Thread Peter Stuge
Lahfa Samy wrote: > Hey so here is what I found out about the error and solved it, it was > actually making this error because the folder named 'cp' exists, as soon > as I renamed the folder 'cp' to something else, the build got working > again. Good find! Where did that 'cp' folder exist? >

[coreboot] Re: [Building] Latest Coreboot crossgcc x86_64 builds fails under ArchLinux x86_64

2022-03-18 Thread Lahfa Samy
Hi again, I reported it as a bug: https://savannah.gnu.org/bugs/?62200 but someone answered it as not-a-bug status, I'm not too sure what to do he doesn't propose a solution but just further discussions about the issue. -- Kind regards, Lahfa Samy Le 2022-03-18 15:56, Karl Semich a écrit :

[coreboot] Re: [Building] Latest Coreboot crossgcc x86_64 builds fails under ArchLinux x86_64

2022-03-18 Thread Karl Semich
On Fri, Mar 18, 2022, 10:56 AM Lahfa Samy wrote: > Hey so here is what I found out about the error and solved it, it was > actually making this error because the folder named 'cp' exists, as soon > as I renamed the folder 'cp' to something else, the build got working > again. > > Very weird

[coreboot] Re: [Building] Latest Coreboot crossgcc x86_64 builds fails under ArchLinux x86_64

2022-03-18 Thread Lahfa Samy
Hey so here is what I found out about the error and solved it, it was actually making this error because the folder named 'cp' exists, as soon as I renamed the folder 'cp' to something else, the build got working again. Very weird issue, if anyone has an idea why it happened, my shell being

[coreboot] Re: [Building] Latest Coreboot crossgcc x86_64 builds fails under ArchLinux x86_64

2022-03-17 Thread Karl Semich
> > cp -p ../../gcc-11.2.0/gcc/ada/sinfo.ads > ../../gcc-11.2.0/gcc/ada/sinfo.adb ../../gcc-11.2.0/gcc/ada/xsinfo.adb > ../../gcc-11.2.0/gcc/ada/csinfo.adb ada/bldtools/sinfo > make[2]: cp: Permission denied > make[2]: *** [../../gcc-11.2.0/gcc/ada/Make-generated.in:44: > ada/sinfo.h] Error 127 >

[coreboot] Re: [Building] Latest Coreboot crossgcc x86_64 builds fails under ArchLinux x86_64

2022-03-17 Thread Lahfa Samy
Le 2022-03-14 21:40, Karl Semich a écrit : Hi I'm new to coreboot and visiting briefly, I'm replying to this error because it looks like a systems error rather than a coreboot error, at first glance. "permission denied" during any build of anything is usually from accidentally running part of

[coreboot] Re: [Building] Latest Coreboot crossgcc x86_64 builds fails under ArchLinux x86_64

2022-03-14 Thread Karl Semich
Hi I'm new to coreboot and visiting briefly, I'm replying to this error because it looks like a systems error rather than a coreboot error, at first glance. "permission denied" during any build of anything is usually from accidentally running part of the build under "sudo", and fixed with (sudo