public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/95402] New: freebsd make: "/usr/home/cqwrteur/gcc_build/Makefile" line 26: Missing dependency operator
@ 2020-05-29  7:14 euloanty at live dot com
  2020-05-29  8:36 ` [Bug bootstrap/95402] " jakub at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: euloanty at live dot com @ 2020-05-29  7:14 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95402
           Summary: freebsd make: "/usr/home/cqwrteur/gcc_build/Makefile"
                    line 26: Missing dependency operator
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: euloanty at live dot com
  Target Milestone: ---

$ ../gcc/configure --with-pkgversion=cqwrteur --enable-multilib
--enable-languages=c,c++,fortran,lto --disable-bootstrap --disable-nls
checking build system type... x86_64-unknown-freebsd12.1
checking host system type... x86_64-unknown-freebsd12.1
checking target system type... x86_64-unknown-freebsd12.1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
$ make -j30
make: "/usr/home/cqwrteur/gcc_build/Makefile" line 26: Missing dependency
operator
make: "/usr/home/cqwrteur/gcc_build/Makefile" line 27: Need an operator
make: "/usr/home/cqwrteur/gcc_build/Makefile" line 28: Need an operator
make: "/usr/home/cqwrteur/gcc_build/Makefile" line 880: Missing dependency
operator
make: "/usr/home/cqwrteur/gcc_build/Makefile" line 881: Could not find
make: "/usr/home/cqwrteur/gcc_build/Makefile" line 882: Need an operator
make: Fatal errors encountered -- cannot continue
make: stopped in /usr/home/cqwrteur/gcc_build

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

* [Bug bootstrap/95402] freebsd make: "/usr/home/cqwrteur/gcc_build/Makefile" line 26: Missing dependency operator
  2020-05-29  7:14 [Bug bootstrap/95402] New: freebsd make: "/usr/home/cqwrteur/gcc_build/Makefile" line 26: Missing dependency operator euloanty at live dot com
@ 2020-05-29  8:36 ` jakub at gcc dot gnu.org
  2020-05-29 10:36 ` euloanty at live dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-05-29  8:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
As mentioned in https://gcc.gnu.org/install/prerequisites.html one needs to use
GNU make to build gcc, are you sure make is a GNU make?

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

* [Bug bootstrap/95402] freebsd make: "/usr/home/cqwrteur/gcc_build/Makefile" line 26: Missing dependency operator
  2020-05-29  7:14 [Bug bootstrap/95402] New: freebsd make: "/usr/home/cqwrteur/gcc_build/Makefile" line 26: Missing dependency operator euloanty at live dot com
  2020-05-29  8:36 ` [Bug bootstrap/95402] " jakub at gcc dot gnu.org
@ 2020-05-29 10:36 ` euloanty at live dot com
  2020-05-29 10:39 ` euloanty at live dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: euloanty at live dot com @ 2020-05-29 10:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from fdlbxtqi <euloanty at live dot com> ---
(In reply to Jakub Jelinek from comment #1)
> As mentioned in https://gcc.gnu.org/install/prerequisites.html one needs to
> use GNU make to build gcc, are you sure make is a GNU make?

Really? LLVM also provides a make?? LOL. What a freaking joke.

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

* [Bug bootstrap/95402] freebsd make: "/usr/home/cqwrteur/gcc_build/Makefile" line 26: Missing dependency operator
  2020-05-29  7:14 [Bug bootstrap/95402] New: freebsd make: "/usr/home/cqwrteur/gcc_build/Makefile" line 26: Missing dependency operator euloanty at live dot com
  2020-05-29  8:36 ` [Bug bootstrap/95402] " jakub at gcc dot gnu.org
  2020-05-29 10:36 ` euloanty at live dot com
@ 2020-05-29 10:39 ` euloanty at live dot com
  2020-05-29 10:52 ` euloanty at live dot com
  2020-05-30 23:34 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: euloanty at live dot com @ 2020-05-29 10:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from fdlbxtqi <euloanty at live dot com> ---
(In reply to Jakub Jelinek from comment #1)
> As mentioned in https://gcc.gnu.org/install/prerequisites.html one needs to
> use GNU make to build gcc, are you sure make is a GNU make?

So sad nowadays LLVM just copy-pastes everything GNU has with shitty quality.

Think about how bad C++20 support for LLVM is. 10x Worse than even msvc.

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

* [Bug bootstrap/95402] freebsd make: "/usr/home/cqwrteur/gcc_build/Makefile" line 26: Missing dependency operator
  2020-05-29  7:14 [Bug bootstrap/95402] New: freebsd make: "/usr/home/cqwrteur/gcc_build/Makefile" line 26: Missing dependency operator euloanty at live dot com
                   ` (2 preceding siblings ...)
  2020-05-29 10:39 ` euloanty at live dot com
@ 2020-05-29 10:52 ` euloanty at live dot com
  2020-05-30 23:34 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: euloanty at live dot com @ 2020-05-29 10:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from fdlbxtqi <euloanty at live dot com> ---
(In reply to Jakub Jelinek from comment #1)
> As mentioned in https://gcc.gnu.org/install/prerequisites.html one needs to
> use GNU make to build gcc, are you sure make is a GNU make?

g++  -fno-PIE -c   -g -O2 -DIN_GCC     -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common 
-DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
-I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include
-I/usr/local/include -I/home/cqwrteur/gcc_build/./mpfr/src
-I/home/cqwrteur/gcc/mpfr/src -I/home/cqwrteur/gcc/mpc/src 
-I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd
-I../libdecnumber -I../../gcc/gcc/../libbacktrace
-I/home/cqwrteur/gcc_build/./isl/include -I/home/cqwrteur/gcc/isl/include
-I/usr/local/include -o final.o -MT final.o -MMD -MP -MF ./.deps/final.TPo
../../gcc/gcc/final.c
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
gmake[2]: *** [Makefile:1123: final.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
gmake[2]: *** [Makefile:1123: expr.o] Error 1
gmake[2]: Leaving directory '/usr/home/cqwrteur/gcc_build/gcc'
gmake[1]: *** [Makefile:4408: all-gcc] Error 2
gmake[1]: Leaving directory '/usr/home/cqwrteur/gcc_build'
gmake: *** [Makefile:967: all] Error 2

well lol. Still have issues.

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

* [Bug bootstrap/95402] freebsd make: "/usr/home/cqwrteur/gcc_build/Makefile" line 26: Missing dependency operator
  2020-05-29  7:14 [Bug bootstrap/95402] New: freebsd make: "/usr/home/cqwrteur/gcc_build/Makefile" line 26: Missing dependency operator euloanty at live dot com
                   ` (3 preceding siblings ...)
  2020-05-29 10:52 ` euloanty at live dot com
@ 2020-05-30 23:34 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2020-05-30 23:34 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to fdlbxtqi from comment #4)
> (In reply to Jakub Jelinek from comment #1)
> > As mentioned in https://gcc.gnu.org/install/prerequisites.html one needs to
> > use GNU make to build gcc, are you sure make is a GNU make?
> 
> g++  -fno-PIE -c   -g -O2 -DIN_GCC     -fno-exceptions -fno-rtti
> -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
> -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic
> -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common 
> -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
> -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include
> -I/usr/local/include -I/home/cqwrteur/gcc_build/./mpfr/src
> -I/home/cqwrteur/gcc/mpfr/src -I/home/cqwrteur/gcc/mpc/src 
> -I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd
> -I../libdecnumber -I../../gcc/gcc/../libbacktrace
> -I/home/cqwrteur/gcc_build/./isl/include -I/home/cqwrteur/gcc/isl/include
> -I/usr/local/include -o final.o -MT final.o -MMD -MP -MF ./.deps/final.TPo
> ../../gcc/gcc/final.c
> g++: fatal error: Killed signal terminated program cc1plus
> compilation terminated.
> gmake[2]: *** [Makefile:1123: final.o] Error 1
> gmake[2]: *** Waiting for unfinished jobs....
> g++: fatal error: Killed signal terminated program cc1plus
> compilation terminated.
> gmake[2]: *** [Makefile:1123: expr.o] Error 1
> gmake[2]: Leaving directory '/usr/home/cqwrteur/gcc_build/gcc'
> gmake[1]: *** [Makefile:4408: all-gcc] Error 2
> gmake[1]: Leaving directory '/usr/home/cqwrteur/gcc_build'
> gmake: *** [Makefile:967: all] Error 2
> 
> well lol. Still have issues.


Looks like you are running out of memory.

>Really? LLVM also provides a make?? LOL. What a freaking joke.

GNU make has been around for over 30 years now.  I am sorry you are anti-GNU
but don't bring those views here.

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

end of thread, other threads:[~2020-05-30 23:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29  7:14 [Bug bootstrap/95402] New: freebsd make: "/usr/home/cqwrteur/gcc_build/Makefile" line 26: Missing dependency operator euloanty at live dot com
2020-05-29  8:36 ` [Bug bootstrap/95402] " jakub at gcc dot gnu.org
2020-05-29 10:36 ` euloanty at live dot com
2020-05-29 10:39 ` euloanty at live dot com
2020-05-29 10:52 ` euloanty at live dot com
2020-05-30 23:34 ` pinskia at gcc dot gnu.org

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).