[Mesa-dev] [Bug 53572] New: scons: *** Two environments with different actions were specified for the same target: mesa/src/glsl/glcpp/pp.o

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 15 23:06:32 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=53572

             Bug #: 53572
           Summary: scons: *** Two environments with different actions
                    were specified for the same target:
                    mesa/src/glsl/glcpp/pp.o
    Classification: Unclassified
           Product: Mesa
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: blocker
          Priority: medium
         Component: Other
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: vlee at freedesktop.org
                CC: chalserogers at gmail.com


$ scons platform=windows toolchain=crossmingw
scons: Reading SConscript files ...
Mkdir("build/windows-x86-debug")
Checking for X11 (x11 xext xdamage xfixes)... no
Checking for XCB (x11-xcb xcb-glx >= 1.8.1)... no
Checking for XF86VIDMODE (xxf86vm)... no
Checking for DRM (libdrm >= 2.4.24)... no
Checking for DRM_INTEL (libdrm_intel >= 2.4.30)... no
Checking for DRM_RADEON (libdrm_radeon >= 2.4.31)... no
Checking for XORG (xorg-server >= 1.6.0)... no
Checking for KMS (libkms >= 2.4.24)... no
Checking for UDEV (libudev > 150)... no
Mkdir("build/linux-x86_64-debug")
Checking for X11 (x11 xext xdamage xfixes)... yes
Checking for XCB (x11-xcb xcb-glx >= 1.8.1)... yes
Checking for XF86VIDMODE (xxf86vm)... yes
Checking for DRM (libdrm >= 2.4.24)... yes
Checking for DRM_INTEL (libdrm_intel >= 2.4.30)... yes
Checking for DRM_RADEON (libdrm_radeon >= 2.4.31)... yes
Checking for XORG (xorg-server >= 1.6.0)... yes
Checking for KMS (libkms >= 2.4.24)... no
Checking for UDEV (libudev > 150)... yes

scons: *** Two environments with different actions were specified for the same
target: mesa/src/glsl/glcpp/pp.o
File "mesa/src/glsl/SConscript", line 102, in <module>


77a3efc6b907943903190b385fdf107c4acfcdca is the first bad commit
commit 77a3efc6b907943903190b385fdf107c4acfcdca
Author: Christopher James Halse Rogers <christopher.halse.rogers at canonical.com>
Date:   Thu Jul 19 12:30:10 2012 +1000

    build/glsl: fix location of generated files.

    Like in src/mesa, use GLSL_BUILDDIR/GLSL_SRCDIR to unambiguously
    distinguish between in-tree and generated files.

    Reviewed-by: Eric Anholt <eric at anholt.net>
    Signed-off-by: Christopher James Halse Rogers
<christopher.halse.rogers at canonical.com>

:040000 040000 adb4f21cb3a3a8eda9e2ea0cedbcf9df5475da38
517c2ddd643e88aa526df665df49d2f19ae5c994 M    src
bisect run success

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list