From: Pedro Alves <palves@redhat.com>
To: Antoine Tremblay <antoine.tremblay@ericsson.com>,
gdb-patches@sourceware.org
Subject: Re: [PATCH 2/2] Fix source file not found when part of the path does not exist but that a canonicalized path exists.
Date: Fri, 27 Mar 2015 19:05:00 -0000 [thread overview]
Message-ID: <5515A9EC.2050602@redhat.com> (raw)
In-Reply-To: <5515A6F0.2090606@ericsson.com>
On 03/27/2015 06:52 PM, Antoine Tremblay wrote:
> I forgot to mention if you have a recent debian or ubuntu with perl >
> 5.6 you will have problems running update-gnulib.sh you need to patch
> your automake 1.11.1 with the patch at :
> https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=aclocal-function-prototypes.debdiff;att=1;bug=752784
>
> Actually this patch contains a quilt patchset you need to apply the
> patch inside this patchset...
>
in the users/palves/gnulib-update branch I just worked around
it in the update-gnulib.sh script itself:
commit e24f90b0469990f97d0f4ff433bdb8c5567736fe
Author: Pedro Alves <palves@redhat.com>
AuthorDate: Mon Mar 23 11:56:05 2015 +0000
Commit: Pedro Alves <palves@redhat.com>
CommitDate: Mon Mar 23 11:56:05 2015 +0000
Set up to update gnulib d164bf67cc2d471facdd5d3b09f80f3688b3a21b
diff --git a/gdb/gnulib/update-gnulib.sh b/gdb/gnulib/update-gnulib.sh
old mode 100644
new mode 100755
index 5c7238f..91acea4
--- a/gdb/gnulib/update-gnulib.sh
+++ b/gdb/gnulib/update-gnulib.sh
@@ -53,7 +53,7 @@ IMPORTED_GNULIB_MODULES="\
"
# The gnulib commit ID to use for the update.
-GNULIB_COMMIT_SHA1="8d5bd1402003bd0153984b138735adf537d960b0"
+GNULIB_COMMIT_SHA1="d164bf67cc2d471facdd5d3b09f80f3688b3a21b"
# The expected version number for the various auto tools we will
# use after the import.
@@ -110,7 +110,7 @@ if [ "$ver" != "$AUTOMAKE_VERSION" ]; then
fi
# Verify that we have the correct version of aclocal.
-ver=`aclocal --version 2>&1 | head -1 | sed 's/.*) //'`
+ver=`aclocal --version 2>&1 | grep -v "called too early to check prototype" | head -1 | sed 's/.*) //'`
if [ "$ver" != "$ACLOCAL_VERSION" ]; then
echo "Error: Wrong aclocal version: $ver. Aborting."
exit 1
next prev parent reply other threads:[~2015-03-27 19:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1422994793-9861-1-git-send-email-antoine.tremblay@ericsson.com>
2015-02-03 20:21 ` Antoine Tremblay
2015-02-03 20:29 ` Antoine Tremblay
2015-02-11 13:27 ` Antoine Tremblay
2015-03-27 12:24 ` Pedro Alves
2015-03-27 18:48 ` Antoine Tremblay
2015-03-27 18:52 ` Antoine Tremblay
2015-03-27 19:05 ` Pedro Alves [this message]
2015-03-27 19:14 ` Antoine Tremblay
2015-03-24 15:11 ` Antoine Tremblay
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=5515A9EC.2050602@redhat.com \
--to=palves@redhat.com \
--cc=antoine.tremblay@ericsson.com \
--cc=gdb-patches@sourceware.org \
/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