public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/103656] New: make install-strip -j cannot find x86_64-w64-mingw32-strip for canadian compilation
@ 2021-12-10 19:47 unlvsur at live dot com
  2021-12-10 19:54 ` [Bug target/103656] " unlvsur at live dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: unlvsur at live dot com @ 2021-12-10 19:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103656

            Bug ID: 103656
           Summary: make install-strip -j cannot find
                    x86_64-w64-mingw32-strip for canadian compilation
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

test -z 'x86_64-w64-mingw32-strip' || x86_64-w64-mingw32-strip
/home/cqwrteur/canadian/x86_64-w64-mingw32/libexec/gcc/x86_64-w64-mingw32/12.0.0/install-tools/fixincl.exe
/bin/bash: x86_64-w64-mingw32-strip: command not found
make[1]: *** [Makefile:191: install-strip] Error 127
make[1]: Leaving directory
'/home/cqwrteur/myhome/gcc_build/canadian/x86_64-w64-mingw32/gcc/fixincludes'
make: *** [Makefile:4005: install-strip-fixincludes] Error 2
make: *** Waiting for unfinished jobs....

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/103656] make install-strip -j cannot find x86_64-w64-mingw32-strip for canadian compilation
  2021-12-10 19:47 [Bug target/103656] New: make install-strip -j cannot find x86_64-w64-mingw32-strip for canadian compilation unlvsur at live dot com
@ 2021-12-10 19:54 ` unlvsur at live dot com
  2021-12-11  9:24 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: unlvsur at live dot com @ 2021-12-10 19:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103656

--- Comment #1 from cqwrteur <unlvsur at live dot com> ---
rm -rf
/home/cqwrteur/canadian/x86_64-w64-mingw32/libexec/gcc/x86_64-w64-mingw32/12.0.0/install-tools
rm: cannot remove
'/home/cqwrteur/canadian/x86_64-w64-mingw32/libexec/gcc/x86_64-w64-mingw32/12.0.0/install-tools/fixincl.exe':
Permission denied

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/103656] make install-strip -j cannot find x86_64-w64-mingw32-strip for canadian compilation
  2021-12-10 19:47 [Bug target/103656] New: make install-strip -j cannot find x86_64-w64-mingw32-strip for canadian compilation unlvsur at live dot com
  2021-12-10 19:54 ` [Bug target/103656] " unlvsur at live dot com
@ 2021-12-11  9:24 ` pinskia at gcc dot gnu.org
  2021-12-11  9:25 ` pinskia at gcc dot gnu.org
  2021-12-11 20:01 ` unlvsur at live dot com
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-11  9:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103656

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Do you have x86_64-w64-mingw32-strip in your path?
Was x86_64-w64-mingw32-strip built when you build the cross binutils?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/103656] make install-strip -j cannot find x86_64-w64-mingw32-strip for canadian compilation
  2021-12-10 19:47 [Bug target/103656] New: make install-strip -j cannot find x86_64-w64-mingw32-strip for canadian compilation unlvsur at live dot com
  2021-12-10 19:54 ` [Bug target/103656] " unlvsur at live dot com
  2021-12-11  9:24 ` pinskia at gcc dot gnu.org
@ 2021-12-11  9:25 ` pinskia at gcc dot gnu.org
  2021-12-11 20:01 ` unlvsur at live dot com
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-11  9:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103656

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Also I doubt anyone tests -j on make install or make install-strip

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/103656] make install-strip -j cannot find x86_64-w64-mingw32-strip for canadian compilation
  2021-12-10 19:47 [Bug target/103656] New: make install-strip -j cannot find x86_64-w64-mingw32-strip for canadian compilation unlvsur at live dot com
                   ` (2 preceding siblings ...)
  2021-12-11  9:25 ` pinskia at gcc dot gnu.org
@ 2021-12-11 20:01 ` unlvsur at live dot com
  3 siblings, 0 replies; 5+ messages in thread
From: unlvsur at live dot com @ 2021-12-11 20:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103656

--- Comment #4 from cqwrteur <unlvsur at live dot com> ---
(In reply to Andrew Pinski from comment #2)
> Do you have x86_64-w64-mingw32-strip in your path?
> Was x86_64-w64-mingw32-strip built when you build the cross binutils?

yes of course.

the problem is that fixincludes directory cannot be removed

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-12-11 20:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10 19:47 [Bug target/103656] New: make install-strip -j cannot find x86_64-w64-mingw32-strip for canadian compilation unlvsur at live dot com
2021-12-10 19:54 ` [Bug target/103656] " unlvsur at live dot com
2021-12-11  9:24 ` pinskia at gcc dot gnu.org
2021-12-11  9:25 ` pinskia at gcc dot gnu.org
2021-12-11 20:01 ` unlvsur at live dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).