[Bug 86679] [ILK i386 Bisected]X start fail
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Dec 19 01:06:06 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=86679
--- Comment #21 from Ugis Germanis <ugis.germanis at gmail.com> ---
(In reply to Heinz from comment #20)
> Here's the compiler output where it fails on an otherwise bog standard
> vanilla 3.18.1, which clearly indicates that it's not some weird .config
> options which are the cause. GCC is: gcc version 4.9.2 20141101 (Red Hat
> 4.9.2-1) (GCC)
>
> drivers/gpu/drm/i915/i915_gem.c:4282:1: error: redefinition of
> ‘i915_gem_pin_ioctl’
> i915_gem_pin_ioctl(struct drm_device *dev, void *data,
> ^
> drivers/gpu/drm/i915/i915_gem.c:4189:1: note: previous definition of
> ‘i915_gem_pin_ioctl’ was here
> i915_gem_pin_ioctl(struct drm_device *dev, void *data,
> ^
> drivers/gpu/drm/i915/i915_gem.c:4335:1: error: redefinition of
> ‘i915_gem_unpin_ioctl’
> i915_gem_unpin_ioctl(struct drm_device *dev, void *data,
> ^
> drivers/gpu/drm/i915/i915_gem.c:4245:1: note: previous definition of
> ‘i915_gem_unpin_ioctl’ was here
> i915_gem_unpin_ioctl(struct drm_device *dev, void *data,
> ^
> scripts/Makefile.build:257: recipe for target
> 'drivers/gpu/drm/i915/i915_gem.o' failed
> make[4]: *** [drivers/gpu/drm/i915/i915_gem.o] Error 1
> scripts/Makefile.build:402: recipe for target 'drivers/gpu/drm/i915' failed
> make[3]: *** [drivers/gpu/drm/i915] Error 2
> scripts/Makefile.build:402: recipe for target 'drivers/gpu/drm' failed
> make[2]: *** [drivers/gpu/drm] Error 2
> scripts/Makefile.build:402: recipe for target 'drivers/gpu' failed
> make[1]: *** [drivers/gpu] Error 2
> Makefile:937: recipe for target 'drivers' failed
> make: *** [drivers] Error 2
> make: *** Waiting for unfinished jobs....
Chakra's gcc is 4.9.1
Here's our build process
https://gitorious.org/chakra-packages/core/source/399186728de12a5117ca508de724e9f4da1df0c6:linux/PKGBUILD
The gist of it is
1)make mrproper
2)Apply patches (3.18.1 patch first)
3)Make prepare
4)load configuration
5)make ${MAKEFLAGS} LOCALVERSION= bzImage modules
6) Packages everything
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20141219/05f37c54/attachment.html>
More information about the intel-gfx-bugs
mailing list