Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 07:55:30 +0000
From:      Mark R V Murray <markm@FreeBSD.org>
To:        luca.pizzamiglio@gmail.com
Cc:        ports@freebsd.org
Subject:   Port devel/gdb broken on 11-CURRENT amd64.
Message-ID:  <73962E64-42F0-4042-8647-2DE7C78005AB@FreeBSD.org>

next in thread | raw e-mail | index | archive | help

--Apple-Mail=_ADFEF481-C9A9-4F70-88CB-2CC15254051B
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

/bin/sh ./libtool --tag=3DCC   --mode=3Dcompile cc -DHAVE_CONFIG_H -I. =
-I. -I. -I./../include  -DHAVE_all_vecs  -DBINDIR=3D'"/usr/local/bin"' =
-I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes =
-Wshadow -Werror -O2 -pipe  -DRL_NO_COMPAT -fno-strict-aliasing =
-std=3Dgnu89 -MT coff-x86_64.lo -MD -MP -MF .deps/coff-x86_64.Tpo -c -o =
coff-x86_64.lo coff-x86_64.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include =
-DHAVE_all_vecs -DBINDIR=3D\"/usr/local/bin\" -I/usr/local/include -W =
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -O2 =
-pipe -DRL_NO_COMPAT -fno-strict-aliasing -std=3Dgnu89 -MT =
coff-x86_64.lo -MD -MP -MF .deps/coff-x86_64.Tpo -c coff-x86_64.c -o =
coff-x86_64.o
elf64-aarch64.c:3221:1: error: unused function 'decode_branch_ofs_26' =
[-Werror,-Wunused-function]
decode_branch_ofs_26 (uint32_t insn)
^
elf64-aarch64.c:3228:1: error: unused function =
'decode_cond_branch_ofs_19' [-Werror,-Wunused-function]
decode_cond_branch_ofs_19 (uint32_t insn)
^
elf64-aarch64.c:3235:1: error: unused function 'decode_ld_lit_ofs_19' =
[-Werror,-Wunused-function]
decode_ld_lit_ofs_19 (uint32_t insn)
^
elf64-aarch64.c:3242:1: error: unused function =
'decode_tst_branch_ofs_14' [-Werror,-Wunused-function]
decode_tst_branch_ofs_14 (uint32_t insn)
^
elf64-aarch64.c:3249:1: error: unused function 'decode_movw_imm' =
[-Werror,-Wunused-function]
decode_movw_imm (uint32_t insn)
^
elf64-aarch64.c:3256:1: error: unused function 'decode_adr_imm' =
[-Werror,-Wunused-function]
decode_adr_imm (uint32_t insn)
^
elf64-aarch64.c:3263:1: error: unused function 'decode_add_imm' =
[-Werror,-Wunused-function]
decode_add_imm (uint32_t insn)
^
7 errors generated.
mv -f .deps/pei-i386.Tpo .deps/pei-i386.Plo
/bin/sh ./libtool --tag=3DCC   --mode=3Dcompile cc -DHAVE_CONFIG_H -I. =
-I. -I. -I./../include  -DHAVE_all_vecs  -DBINDIR=3D'"/usr/local/bin"' =
-I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes =
-Wshadow -Werror -O2 -pipe  -DRL_NO_COMPAT -fno-strict-aliasing =
-std=3Dgnu89 -MT coff64-rs6000.lo -MD -MP -MF .deps/coff64-rs6000.Tpo -c =
-o coff64-rs6000.lo coff64-rs6000.c
gmake[5]: *** [elf64-aarch64.lo] Error 1
gmake[5]: *** Waiting for unfinished jobs....
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include =
-DHAVE_all_vecs -DBINDIR=3D\"/usr/local/bin\" -I/usr/local/include -W =
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -O2 =
-pipe -DRL_NO_COMPAT -fno-strict-aliasing -std=3Dgnu89 -MT =
coff64-rs6000.lo -MD -MP -MF .deps/coff64-rs6000.Tpo -c coff64-rs6000.c =
-o coff64-rs6000.o
mv -f .deps/pei-x86_64.Tpo .deps/pei-x86_64.Plo
mv -f .deps/coff-alpha.Tpo .deps/coff-alpha.Plo
mv -f .deps/coff-x86_64.Tpo .deps/coff-x86_64.Plo
mv -f .deps/coff64-rs6000.Tpo .deps/coff64-rs6000.Plo
mv -f .deps/aout64.Tpo .deps/aout64.Plo
mv -f .deps/elf.Tpo .deps/elf.Plo
mv -f .deps/elflink.Tpo .deps/elflink.Plo
gmake[5]: Leaving directory `/usr/ports/devel/gdb/work/gdb-7.6.2/bfd'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory `/usr/ports/devel/gdb/work/gdb-7.6.2/bfd'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/usr/ports/devel/gdb/work/gdb-7.6.2/bfd'
gmake[2]: *** [all-bfd] Error 2
gmake[2]: Leaving directory `/usr/ports/devel/gdb/work/gdb-7.6.2'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/ports/devel/gdb/work/gdb-7.6.2'
=3D=3D=3D> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the =
failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/gdb

--=20
Mark R V Murray


--Apple-Mail=_ADFEF481-C9A9-4F70-88CB-2CC15254051B
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP using GPGMail

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQCVAwUBUy/k+N58vKOKE6LNAQqNygP9EYPiIdlwaz5Aa0KQRDwZRxpFRxI5zgYf
ofzUpTgBtgfhW+/QoRGF1K5vYSh4qJJf3Z+eJdLTUuPEVd2fxlDgfzn3z2PiJTKD
H54AivjOS/O0Cyn5QDlmSLDYCpwp881K38/bHfQuTINztEoch5N07qQRe1mo9gOd
kJqU5BnJvtE=
=/9Ce
-----END PGP SIGNATURE-----

--Apple-Mail=_ADFEF481-C9A9-4F70-88CB-2CC15254051B--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?73962E64-42F0-4042-8647-2DE7C78005AB>