From: Jon Boden <jon@ubuntubsd.org>
To: Yao Qi <qiyaoltc@gmail.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH] Re: Patch for GNU/kFreeBSD
Date: Sat, 21 May 2016 08:06:00 -0000 [thread overview]
Message-ID: <20160521080638.GA9777@ubuntubsd.org> (raw)
In-Reply-To: <86twhu894x.fsf@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 835 bytes --]
Hi!
On Thu, May 19, 2016 at 02:33:50PM +0100, Yao Qi wrote:
> Thanks for the explanation. Could you write this explanation down in
> configure.ac close to your change as a comment? so people can
> understand easily why do we check util and util-freebsd.
Done that (patch is attached).
> You also need
>
> * configure: Re-generated.
>
> otherwise, patch is good to me. If you don't have the account to push
> your patch in, I can do it for you.
I don't have an account, could you do this for me?
Updated ChangeLog entry:
2016-05-21 Jon Boden <jon@ubuntubsd.org>
* configure.ac: Search for libutil-freebsd as alternative to libutil.
* configure: Re-generated.
Thank you
--
Jon Boden
ubuntuBSD -- The power of FreeBSD kernel with familiarity of Ubuntu OS!
http://www.ubuntubsd.org/ -- https://twitter.com/ubuntuBSD
[-- Attachment #2: gdb.diff --]
[-- Type: text/x-diff, Size: 1456 bytes --]
diff -ur gdb-7.11.50.20160521.old/gdb/configure gdb-7.11.50.20160521/gdb/configure
--- gdb-7.11.50.20160521.old/gdb/configure 2016-05-20 21:48:46.000000000 -0400
+++ gdb-7.11.50.20160521/gdb/configure 2016-05-21 04:04:14.000000000 -0400
@@ -7050,6 +7050,7 @@
# On FreeBSD we may need libutil for kinfo_getvmmap (used by fbsd-nat.c).
+# On GNU/kFreeBSD systems, FreeBSD libutil is renamed to libutil-freebsd.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing kinfo_getvmmap" >&5
$as_echo_n "checking for library containing kinfo_getvmmap... " >&6; }
if test "${ac_cv_search_kinfo_getvmmap+set}" = set; then :
@@ -7074,7 +7075,7 @@
return 0;
}
_ACEOF
-for ac_lib in '' util; do
+for ac_lib in '' util util-freebsd; do
if test -z "$ac_lib"; then
ac_res="none required"
else
diff -ur gdb-7.11.50.20160521.old/gdb/configure.ac gdb-7.11.50.20160521/gdb/configure.ac
--- gdb-7.11.50.20160521.old/gdb/configure.ac 2016-05-20 21:48:46.000000000 -0400
+++ gdb-7.11.50.20160521/gdb/configure.ac 2016-05-21 04:04:05.000000000 -0400
@@ -535,7 +535,8 @@
AM_ZLIB
# On FreeBSD we may need libutil for kinfo_getvmmap (used by fbsd-nat.c).
-AC_SEARCH_LIBS(kinfo_getvmmap, util,
+# On GNU/kFreeBSD systems, FreeBSD libutil is renamed to libutil-freebsd.
+AC_SEARCH_LIBS(kinfo_getvmmap, util util-freebsd,
[AC_DEFINE(HAVE_KINFO_GETVMMAP, 1,
[Define to 1 if your system has the kinfo_getvmmap function. ])])
next prev parent reply other threads:[~2016-05-21 8:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-13 20:58 Jon Boden
2016-05-16 13:09 ` Yao Qi
2016-05-17 20:35 ` [PATCH] " Jon Boden
2016-05-19 13:34 ` Yao Qi
2016-05-21 8:06 ` Jon Boden [this message]
2016-05-23 7:51 ` Yao Qi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160521080638.GA9777@ubuntubsd.org \
--to=jon@ubuntubsd.org \
--cc=gdb-patches@sourceware.org \
--cc=qiyaoltc@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox