xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: "Ján Tomko" <jtomko@redhat.com>
To: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: libvir-list@redhat.com, Paul Eggert <eggert@cs.ucla.edu>,
	xen-devel@lists.xensource.com
Subject: Re: [libvirt] gnulib and 32-bit libvirt build, rpl_canonicalize_file_name
Date: Mon, 20 Jun 2016 14:04:47 +0200	[thread overview]
Message-ID: <20160620120447.GC5752@dnr.brq.redhat.com> (raw)
In-Reply-To: <22375.54643.262227.213630@mariner.uk.xensource.com>

On Mon, Jun 20, 2016 at 12:37:23PM +0100, Ian Jackson wrote:
>The Xen Project's automated test (CI) system has reported a build
>failure in libvirt; libvirt uses gnulib.  osstest has bisected it to a
>specific gnulib commit.  (Email from osstest is quoted below.)
>
>The error message is:
>
>  ../gnulib/lib/.libs/libgnu.a(canonicalize-lgpl.o): In function
>  `rpl_canonicalize_file_name':
>
>  /home/osstest/build.95966.build-i386-libvirt/libvirt/gnulib/lib/canonicalize-lgpl.c:400: multiple definition of `rpl_canonicalize_file_name'
>
>  .libs/virpcimock_la-virpcimock.o:/home/osstest/build.95966.build-i386-libvirt/libvirt/tests/virpcimock.c:954: first defined here
>
>  collect2: error: ld returned 1 exit status
>
>Do you already know about this ?  Would you like us to submit a
>patch to gnulib ?
>
>Thanks,
>Ian.
>
>
>osstest service owner writes ("[qemu-upstream-4.3-testing bisection] complete build-i386-libvirt"):
>> branch xen-4.3-testing
>> xenbranch xen-4.3-testing
>> job build-i386-libvirt
>> testid libvirt-build
>>
>> Tree: libvirt git://xenbits.xen.org/libvirt.git
>> Tree: libvirt_gnulib git://git.sv.gnu.org/gnulib.git
>> Tree: qemu git://xenbits.xen.org/qemu-xen-traditional.git
>> Tree: qemuu git://xenbits.xen.org/qemu-xen.git
>> Tree: xen git://xenbits.xen.org/xen.git
>>
>> *** Found and reproduced problem changeset ***
>>
>>   Bug is in tree:  libvirt_gnulib git://git.sv.gnu.org/gnulib.git
>>   Bug introduced:  54615b95ff238e235e806855efc46a9abad09f2e
>>   Bug not present: e78f894d0bdc770101bc040613f4ea94e45f38f7
>>   Last fail repro: http://logs.test-lab.xenproject.org/osstest/logs/95966/
>>
>>
>>   commit 54615b95ff238e235e806855efc46a9abad09f2e
>>   Author: Paul Eggert <eggert@cs.ucla.edu>
>>   Date:   Sat Feb 6 18:11:48 2016 -0800
>>
>>       misc: port better to gcc -fsanitize=address
>>
>>       Without these patches, ./configure CFLAGS='-fsanitize=address'
>>       would compute incorrect values.  This patch fixes some (but not all)
>>       test failures with recent glibc, with this configuration.

This has been fixed in gnulib already:
http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=246b3b2
commit 246b3b28808ee5f4664be674dce573af9497fc7a
Author:     Eric Blake <eblake@redhat.com>
CommitDate: 2016-05-27 14:04:35 -0600

    canonicalize: Fix broken probe for realpath.

Pulled into libvirt by:
commit 0ebd0b19d377775b93eeea9d49318d7a69e147da
Author:     Eric Blake <eblake@redhat.com>
CommitDate: 2016-05-27 14:06:45 -0600

    maint: update to latest gnulib
    
    Fix a regression in checking for realpath (which caused link
    failures regarding duplicate rpl_canonicalize_file_name), and
    fix the mingw build regarding unsetenv.
    
    * .gnulib: Update to latest.
    
    Signed-off-by: Eric Blake <eblake@redhat.com>

git describe: v1.3.5-rc1 contains: v1.3.5-rc1^0


The osstest service seems to be building libvirt commit:
commit 6ec319b84f67d72bf59fe7e0fd41d88ee9c393c7
Author:     John Ferlan <jferlan@redhat.com>

    logical: Clean up allocation when building regex on the fly

git describe: v1.3.1-92-g6ec319b contains: v1.3.2-rc1~262

which used gnulib from before the commit that broke it.

Jan

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

  reply	other threads:[~2016-06-20 12:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-19 18:41 [qemu-upstream-4.3-testing bisection] complete build-i386-libvirt osstest service owner
2016-06-20 11:37 ` gnulib and 32-bit libvirt build, rpl_canonicalize_file_name Ian Jackson
2016-06-20 12:04   ` Ján Tomko [this message]
2016-06-20 13:41     ` [libvirt] " Ian Jackson

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=20160620120447.GC5752@dnr.brq.redhat.com \
    --to=jtomko@redhat.com \
    --cc=eggert@cs.ucla.edu \
    --cc=ian.jackson@eu.citrix.com \
    --cc=libvir-list@redhat.com \
    --cc=xen-devel@lists.xensource.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;
as well as URLs for NNTP newsgroup(s).