Bug 109004 - blob.c:114: multiple definition of `blob_init'
Summary: blob.c:114: multiple definition of `blob_init'
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords: bisected, regression
Depends on:
Blocks:
 
Reported: 2018-12-10 20:58 UTC by Vinson Lee
Modified: 2018-12-13 18:17 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2018-12-10 20:58:37 UTC
/usr/bin/ld: ../../../../src/freedreno/.libs/libfreedreno_ir3.a(blob.o): in function `blob_init':
src/compiler/blob.c:114: multiple definition of `blob_init'; ../../../../src/compiler/nir/.libs/libnir.a(blob.o):src/compiler/blob.c:114: first defined here
Comment 1 Vinson Lee 2018-12-11 00:11:24 UTC
b028ce29f090938d12b0999fe4b0e712d2adc431 is the first bad commit
commit b028ce29f090938d12b0999fe4b0e712d2adc431
Author: Emil Velikov <emil.velikov@collabora.com>
Date:   Mon Dec 10 11:48:24 2018 +0000

    freedreno: add the missing _la in libfreedreno_ir3_la
    
    Fixes: aa0fed10d35 ("freedreno: move ir3 to common location")
    Signed-off-by: Emil Velikov <emil.velikov@collabora.com>

:040000 040000 878cba97f33181e6c1d1dde186319e1392fbd9ef 52f13cc33e18f42f98aaa18c1ccc6d853599a675 M	src
bisect run success
Comment 2 Emil Velikov 2018-12-13 18:17:13 UTC
commit 9578dde1c8751fd5372bce0fce0a448259160650
Author: Kristian H. Kristensen <hoegsberg@chromium.org>
Date:   Mon Dec 10 14:22:47 2018 -0800

    freedreno: Fix the Makefile.am fix


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.