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

          Priority: medium
            Bug ID: 67098
          Keywords: regression
                CC: jfons...@vmware.com
          Assignee: mesa-dev@lists.freedesktop.org
           Summary: Mac OS X SCons build ld: unknown option: -z
          Severity: blocker
    Classification: Unclassified
                OS: Mac OS X (All)
          Reporter: v...@freedesktop.org
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: git
         Component: Other
           Product: Mesa

mesa: 719000bd7d7d227a721ee24ea49a55ab9a972b56 (master)

ld on Mac OS X does not support the -z option.

$ ld -v
@(#)PROGRAM:ld  PROJECT:ld64-136
configured to support archs: armv6 armv7 armv7s i386 x86_64
LTO support using: LLVM version 3.2svn, from Apple Clang 4.2 (build 425.0.28)

scons: Building targets ...
  Linking build/darwin-x86_64-debug/gallium/targets/libgl-xlib/libGL.dylib.1.5
...
ld: unknown option: -z


719000bd7d7d227a721ee24ea49a55ab9a972b56 is the first bad commit
commit 719000bd7d7d227a721ee24ea49a55ab9a972b56
Author: José Fonseca <jfons...@vmware.com>
Date:   Fri Jul 19 13:08:07 2013 +0100

    scons: Disallow undefined symbols in Xlib libGL.so.

    It's not the first time that, due to missing build dependencies or
    incomplete commits, we end up with a broken libGL.so that's missing
    symbols, causing all tests to fail catastrophically.

    Instead try to catch this sort of issues earlier.

:040000 040000 9c51c6ec1425dbd39ddf86111d1c2c36f9491249
37839f87c70f488b26ee1e014b44ac02ac48dc52 M    src

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to