Date: Sun, 10 Sep 2017 20:39:48 -0500 From: Robert Parkhurst <raparkhurst@digitalsynapse.io> To: Mark Linimon <linimon@lonesome.com> Cc: FreeBSD-sparc64 <freebsd-sparc64@freebsd.org> Subject: Re: Xorg question on FreeBSD 11.1 Message-ID: <1505093988.4543.7.camel@digitalsynapse.io> In-Reply-To: <20170910175811.GA27418@lonesome.com> References: <1504912654.4543.5.camel@digitalsynapse.io> <20170909171502.GA22562@lonesome.com> <1CD52BED-3135-4ED0-A73F-500B1B133B05@digitalsynapse.io> <20170910175811.GA27418@lonesome.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Mark, I'm stuck with trying to get gcc 4.9 on the system. The fresh install comes with 4.2.1 I believe? Do I need 4.9 or is 4.2.1 okay? In any case, 4.9 failed to compile. I attempted to compile by running make install clean. It failed telling me I needed to run it with MAKE_JOBS_UNSAFE. I added that to /etc/make.conf: MAKE_JOBS_UNSAFE=3Dyes Then I re-ran make install clean and after a while I got the following: gmake[6]: Entering directory '/usr/ports/devel/binutils/work/binutils- 2.28/opcodes' gmake=C2=A0=C2=A0all-recursive gmake[7]: Entering directory '/usr/ports/devel/binutils/work/binutils- 2.28/opcodes' Making all in . gmake[8]: Entering directory '/usr/ports/devel/binutils/work/binutils- 2.28/opcodes' /bin/sh ./libtool --tag=3DCC=C2=A0=C2=A0=C2=A0--mode=3Dcompile cc -DHAVE_CO= NFIG_H -I.=C2=A0=C2=A0-I.=20 -I. -I../bfd -I./../include -I./../bfd=C2=A0=C2=A0=C2=A0=C2=A0-W -Wall -Wst= rict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe=C2=A0=C2=A0-I/usr/local/include -fn= o- strict-aliasing -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis- buf.lo dis-buf.c libtool: compile:=C2=A0=C2=A0cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Wshadow -O2 -pipe -I/usr/local/include -fno-strict-aliasing=20 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c dis-buf.c -o dis-buf.o mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo /bin/sh ./libtool --tag=3DCC=C2=A0=C2=A0=C2=A0--mode=3Dcompile cc -DHAVE_CO= NFIG_H -I.=C2=A0=C2=A0-I.=20 -I. -I../bfd -I./../include -I./../bfd=C2=A0=C2=A0=C2=A0=C2=A0-W -Wall -Wst= rict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe=C2=A0=C2=A0-I/usr/local/include -fn= o- strict-aliasing -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_all ./disassemble.c libtool: compile:=C2=A0=C2=A0cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Wshadow -O2 -pipe -I/usr/local/include -fno-strict-aliasing=20 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_all ./disassemble.c -o disassemble.o mv -f .deps/disassemble.Tpo .deps/disassemble.Plo /bin/sh ./libtool --tag=3DCC=C2=A0=C2=A0=C2=A0--mode=3Dcompile cc -DHAVE_CO= NFIG_H -I.=C2=A0=C2=A0-I.=20 -I. -I../bfd -I./../include -I./../bfd=C2=A0=C2=A0=C2=A0=C2=A0-W -Wall -Wst= rict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe=C2=A0=C2=A0-I/usr/local/include -fn= o- strict-aliasing -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo dis-init.c libtool: compile:=C2=A0=C2=A0cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Wshadow -O2 -pipe -I/usr/local/include -fno-strict-aliasing=20 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c dis-init.c -o dis- init.o mv -f .deps/dis-init.Tpo .deps/dis-init.Plo /bin/sh ./libtool --tag=3DCC=C2=A0=C2=A0=C2=A0--mode=3Dcompile cc -DHAVE_CO= NFIG_H -I.=C2=A0=C2=A0-I.=20 -I. -I../bfd -I./../include -I./../bfd=C2=A0=C2=A0=C2=A0=C2=A0-W -Wall -Wst= rict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe=C2=A0=C2=A0-I/usr/local/include -fn= o- strict-aliasing -MT aarch64-asm.lo -MD -MP -MF .deps/aarch64-asm.Tpo -c -o aarch64-asm.lo aarch64-asm.c libtool: compile:=C2=A0=C2=A0cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Wshadow -O2 -pipe -I/usr/local/include -fno-strict-aliasing=20 -MT aarch64-asm.lo -MD -MP -MF .deps/aarch64-asm.Tpo -c aarch64-asm.c -o aarch64-asm.o mv -f .deps/aarch64-asm.Tpo .deps/aarch64-asm.Plo /bin/sh ./libtool --tag=3DCC=C2=A0=C2=A0=C2=A0--mode=3Dcompile cc -DHAVE_CO= NFIG_H -I.=C2=A0=C2=A0-I.=20 -I. -I../bfd -I./../include -I./../bfd=C2=A0=C2=A0=C2=A0=C2=A0-W -Wall -Wst= rict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe=C2=A0=C2=A0-I/usr/local/include -fn= o- strict-aliasing -MT aarch64-asm-2.lo -MD -MP -MF .deps/aarch64-asm- 2.Tpo -c -o aarch64-asm-2.lo aarch64-asm-2.c libtool: compile:=C2=A0=C2=A0cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Wshadow -O2 -pipe -I/usr/local/include -fno-strict-aliasing=20 -MT aarch64-asm-2.lo -MD -MP -MF .deps/aarch64-asm-2.Tpo -c aarch64- asm-2.c -o aarch64-asm-2.o mv -f .deps/aarch64-asm-2.Tpo .deps/aarch64-asm-2.Plo /bin/sh ./libtool --tag=3DCC=C2=A0=C2=A0=C2=A0--mode=3Dcompile cc -DHAVE_CO= NFIG_H -I.=C2=A0=C2=A0-I.=20 -I. -I../bfd -I./../include -I./../bfd=C2=A0=C2=A0=C2=A0=C2=A0-W -Wall -Wst= rict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe=C2=A0=C2=A0-I/usr/local/include -fn= o- strict-aliasing -MT aarch64-dis.lo -MD -MP -MF .deps/aarch64-dis.Tpo -c -o aarch64-dis.lo aarch64-dis.c libtool: compile:=C2=A0=C2=A0cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Wshadow -O2 -pipe -I/usr/local/include -fno-strict-aliasing=20 -MT aarch64-dis.lo -MD -MP -MF .deps/aarch64-dis.Tpo -c aarch64-dis.c -o aarch64-dis.o mv -f .deps/aarch64-dis.Tpo .deps/aarch64-dis.Plo /bin/sh ./libtool --tag=3DCC=C2=A0=C2=A0=C2=A0--mode=3Dcompile cc -DHAVE_CO= NFIG_H -I.=C2=A0=C2=A0-I.=20 -I. -I../bfd -I./../include -I./../bfd=C2=A0=C2=A0=C2=A0=C2=A0-W -Wall -Wst= rict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe=C2=A0=C2=A0-I/usr/local/include -fn= o- strict-aliasing -MT aarch64-dis-2.lo -MD -MP -MF .deps/aarch64-dis- 2.Tpo -c -o aarch64-dis-2.lo aarch64-dis-2.c libtool: compile:=C2=A0=C2=A0cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Wshadow -O2 -pipe -I/usr/local/include -fno-strict-aliasing=20 -MT aarch64-dis-2.lo -MD -MP -MF .deps/aarch64-dis-2.Tpo -c aarch64- dis-2.c -o aarch64-dis-2.o aarch64-dis-2.c: In function 'aarch64_opcode_lookup': aarch64-dis-2.c:18556: internal compiler error: Abort trap Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.freebsd.org/support.html>; for instructions. gmake[8]: *** [Makefile:999: aarch64-dis-2.lo] Error 1 gmake[8]: Leaving directory '/usr/ports/devel/binutils/work/binutils- 2.28/opcodes' gmake[7]: *** [Makefile:1042: all-recursive] Error 1 gmake[7]: Leaving directory '/usr/ports/devel/binutils/work/binutils- 2.28/opcodes' gmake[6]: *** [Makefile:691: all] Error 2 gmake[6]: Leaving directory '/usr/ports/devel/binutils/work/binutils- 2.28/opcodes' gmake[5]: *** [Makefile:3167: all-opcodes] Error 2 gmake[5]: Leaving directory '/usr/ports/devel/binutils/work/binutils- 2.28' gmake[4]: *** [Makefile:850: all] Error 2 gmake[4]: Leaving directory '/usr/ports/devel/binutils/work/binutils- 2.28' *** Error code 1 Stop. make[3]: stopped in /usr/ports/devel/binutils *** Error code 1 Stop. make[2]: stopped in /usr/ports/devel/binutils *** Error code 1 Stop. make[1]: stopped in /usr/ports/lang/gcc49 *** Error code 1 Stop. make: stopped in /usr/ports/lang/gcc49 Let me know if I'm going in a different direction than I need. Thanks, Robert On Sun, 2017-09-10 at 12:58 -0500, Mark Linimon wrote: > Indeed a retest indicates that xorg-server failed due to: >=20 > =C2=A0 epoxy/egl.h: No such file or directory >=20 > I'm retrying with a patch to see if I can isolate this. >=20 > mcl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1505093988.4543.7.camel>