Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1331927 > unrolled thread
| Started by | "Maciej W. Rozycki" <macro@linux-mips.org> |
|---|---|
| First post | 2016-02-11 14:10 +0100 |
| Last post | 2016-02-11 14:10 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] ld-version: fix it on Fedora "Maciej W. Rozycki" <macro@linux-mips.org> - 2016-02-11 14:10 +0100
| From | "Maciej W. Rozycki" <macro@linux-mips.org> |
|---|---|
| Date | 2016-02-11 14:10 +0100 |
| Subject | Re: [PATCH] ld-version: fix it on Fedora |
| Message-ID | <r0Zaq-NF-11@gated-at.bofh.it> |
On Thu, 7 Jan 2016, Ralf Baechle wrote:
> > GNU ld version 2.25-15.fc23
> >
> > But ld-version.sh fails to parse this, so e.g. mips build fails to
> > enable VDSO, printing a warning that binutils >= 2.24 is required.
> >
> > To fix, teach ld-version to parse this format.
> >
> > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> > ---
> >
> > Which tree should this be merged through? Mine? MIPS?
>
> MIPS is the sole user of ld-ifversion at this time and taking this through
> the MIPS tree will avoid possible merge conflicts with James Hogan's
> pending d5ece1cb074b2c7082c9a2948ac598dd0ad40657 fix ("Fix ld-version.sh to
> handle large 3rd version part"). So I think I should take this through
> the MIPS tree.
FYI, I'm still getting a failure here, with:
$ mips64el-linux-ld --version
GNU ld (GNU Binutils) 2.20.1.20100303
[...]
$
-- so this is a plain upstream development snapshot as these have their
date appended. Can we just get rid of the subversion components beyond
the third, as I already suggested? I.e. stop on the third point and in
any case on a non-point-non-digit.
I'll post a minimal fix shortly, feel free to enhance it if needed.
Maciej
Back to top | Article view | linux.kernel
csiph-web