Date: Fri, 13 Jan 2017 05:24:32 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 215868] devel/gdb: as of -r429946 targeting powerpc64: ppcfbsd-kern.c:61:6: error: no matching function 'target_read_memory': no conversion from 'struct pcb *' to 'gdb_byte *' Message-ID: <bug-215868-13-nQH0saC2wf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-215868-13@https.bugs.freebsd.org/bugzilla/> References: <bug-215868-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215868 --- Comment #5 from Mark Millard <markmi@dsl-only.net> --- (In reply to Olivier Cochard from comment #4) [Note: my svnlite status shows nothing modified. . . # svnlite status /usr/ports/ #=20 ] I tried updating from -r429946 to -431339 on for /usr/ports and my amd64 context and devel/gdb failed: =3D=3D=3D>>> All >> gdb-7.12 (26/28) =3D=3D=3D> Cleaning for gdb-7.12_1 =3D=3D=3D> License GPLv3 accepted by the user =3D=3D=3D> Found saved configuration for gdb-7.11.1_1 =3D=3D=3D> gdb-7.12_1 depends on file: /usr/local/sbin/pkg - found =3D=3D=3D> Fetching all distfiles required by gdb-7.12_1 for building =3D=3D=3D> Extracting for gdb-7.12_1 =3D> SHA256 Checksum OK for gdb-7.12.tar.xz. =3D=3D=3D> Patching for gdb-7.12_1 =3D=3D=3D> Applying extra patch /usr/ports/devel/gdb/files/commit-387360da= f9 Ignoring previously applied (or reversed) patch. 2 out of 2 hunks ignored--saving rejects to gdb/Makefile.in.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to gdb/configure.tgt.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to gdb/doc/gdb.texinfo.rej *** Error code 1 Stop. make[1]: stopped in /usr/ports/devel/gdb *** Error code 1 Stop. make: stopped in /usr/ports/devel/gdb =3D=3D=3D>>> make build failed for devel/gdb =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for devel/gdb failed =3D=3D=3D>>> Aborting update # more /usr/obj/portswork/usr/ports/devel/gdb/work/gdb-7.12/gdb/Makefile.in= .rej @@ -685,6 +685,7 @@ m88k-tdep.o \ mep-tdep.o \ microblaze-tdep.o microblaze-linux-tdep.o \ + mips-fbsd-tdep.o \ mips-linux-tdep.o mips-sde-tdep.o \ mipsnbsd-tdep.o mips-tdep.o \ mn10300-linux-tdep.o mn10300-tdep.o \ @@ -1724,6 +1725,7 @@ m88k-tdep.c m88kbsd-nat.c \ microblaze-tdep.c microblaze-linux-tdep.c \ mingw-hdep.c common/mingw-strerror.c \ + mips-fbsd-tdep.c \ mips-linux-nat.c mips-linux-tdep.c \ mips-sde-tdep.c \ mips-tdep.c \ # more /usr/obj/portswork/usr/ports/devel/gdb/work/gdb-7.12/gdb/configure.tgt.rej @@ -358,6 +358,11 @@ gdb_target_obs=3D"mips-tdep.o mipsnbsd-tdep.o solib-svr4.o nbsd-tde= p.o" gdb_sim=3D../sim/mips/libsim.a ;; +mips*-*-freebsd*) + # Target: MIPS running FreeBSD + gdb_target_obs=3D"mips-tdep.o mips-fbsd-tdep.o solib-svr4.o fbsd-td= ep.o" + gdb_sim=3D../sim/mips/libsim.a + ;; mips64*-*-openbsd*) # Target: OpenBSD/mips64 gdb_target_obs=3D"mips-tdep.o mips64obsd-tdep.o obsd-tdep.o solib-s= vr4.o" # more /usr/obj/portswork/usr/ports/devel/gdb/work/gdb-7.12/gdb/doc/gdb.texinfo.rej @@ -541,6 +541,11 @@ Michael Eager and staff of Xilinx, Inc., contributed support for the Xilinx MicroBlaze architecture. +Initial support for the FreeBSD/mips target and native configuration +was developed by SRI International and the University of Cambridge +Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237 +("CTSRD"), as part of the DARPA CRASH research programme. + @node Sample Session @chapter A Sample @value{GDBN} Session --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215868-13-nQH0saC2wf>