Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firefox: fix darwin build #49226

Closed
wants to merge 1 commit into from
Closed

firefox: fix darwin build #49226

wants to merge 1 commit into from

Conversation

LnL7
Copy link
Member

@LnL7 LnL7 commented Oct 27, 2018

nix.cpp:2357:26: error: no member named 'CFURLCreateFromFSRef' in the global namespace
  CFURLRef newURLRef = ::CFURLCreateFromFSRef(kCFAllocatorDefault, aFSRef);
                       ~~^
/private/tmp/nix-build-firefox-unwrapped-62.0.3.drv-0/firefox-62.0.3/xpcom/io/nsLocalFileUnix.cpp:2393:11: error: no member named 'CFURLGetFSRef' in the global namespace
    if (::CFURLGetFSRef(url, aResult)) {
        ~~^
2 errors generated.
Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@LnL7
Copy link
Member Author

LnL7 commented Oct 28, 2018

@matthewbauer Any idea what's going on here? I think the rust update broke this again, I get this failure now.

 0:53.35 js/src> Creating config.status
 0:53.58 Creating config.status
 0:54.11 Reticulating splines...
 0:54.85 Traceback (most recent call last):
 0:54.85   File "/private/tmp/nix-build-firefox-unwrapped-63.0.drv-0/firefox-63.0/configure.py", line 123, in <module>
 0:54.85     sys.exit(main(sys.argv))
 0:54.85   File "/private/tmp/nix-build-firefox-unwrapped-63.0.drv-0/firefox-63.0/configure.py", line 34, in main
 0:54.85     return config_status(config)
 0:54.85   File "/private/tmp/nix-build-firefox-unwrapped-63.0.drv-0/firefox-63.0/configure.py", line 118, in config_status
 0:54.85     return config_status(args=[], **encode(sanitized_config, encoding))
 0:54.85   File "/private/tmp/nix-build-firefox-unwrapped-63.0.drv-0/firefox-63.0/python/mozbuild/mozbuild/config_status.py", line 143, in config_status
 0:54.85     definitions = list(definitions)
 0:54.85   File "/private/tmp/nix-build-firefox-unwrapped-63.0.drv-0/firefox-63.0/python/mozbuild/mozbuild/frontend/emitter.py", line 185, in emit
 0:54.85     objs = list(emitfn(out))
 0:54.85   File "/private/tmp/nix-build-firefox-unwrapped-63.0.drv-0/firefox-63.0/python/mozbuild/mozbuild/frontend/emitter.py", line 1184, in emit_from_context
 0:54.85     for obj in self._handle_linkables(context, passthru, generated_files):
 0:54.85   File "/private/tmp/nix-build-firefox-unwrapped-63.0.drv-0/firefox-63.0/python/mozbuild/mozbuild/frontend/emitter.py", line 847, in _handle_linkables
 0:54.85     'be added to %s once: %s' % (symbol, f), context)
 0:54.85 mozbuild.frontend.reader.SandboxValidationError:

@f--t
Copy link
Contributor

f--t commented Oct 28, 2018

the build is broken on Linux too, also I'm not sure if it's related to this or not, but during the rust compilation part of the code, it seems to ignore --cores parameter passed to nix-build and use up all the cores available. I'm not sure if it's something with all rust builds or just firefox.

@LnL7
Copy link
Member Author

LnL7 commented Oct 29, 2018

Hmm, that's unexpected I tested firefox on linux with the rust update. What's the error?

@f--t
Copy link
Contributor

f--t commented Oct 30, 2018

Sorry, never mind, it seems it builds fine now, although I haven't checked for the --cores issue.

    nix.cpp:2357:26: error: no member named 'CFURLCreateFromFSRef' in the global namespace
      CFURLRef newURLRef = ::CFURLCreateFromFSRef(kCFAllocatorDefault, aFSRef);
                           ~~^
    /private/tmp/nix-build-firefox-unwrapped-62.0.3.drv-0/firefox-62.0.3/xpcom/io/nsLocalFileUnix.cpp:2393:11: error: no member named 'CFURLGetFSRef' in the global namespace
        if (::CFURLGetFSRef(url, aResult)) {
            ~~^
    2 errors generated.
@Amar1729
Copy link
Contributor

I tested this PR on macOS High Sierra (10.13.6), but the build still fails for me (output below).
Seems like this is the problem:
error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
But I don't know if that's an error upstream due to deprecated Mac libraries, or something that could be fixed with a different nix package.

$ git rev-parse HEAD
f9f8cfc0c567e5cf44a3b332ebf7c170839126dd

# full output is much longer but I can post it if needed
$ nix-build . -A firefox
...
/nix/store/jicg9d0a282yzcig82308jf016iy4qk7-Toolchains/XcodeDefault.xctoolchain/bin/clang -std=gnu99 -o Unified_c_security_manager_ssl0.o -c  -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG=1 -DTRIMMED=1 -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES=True -DNSS_ENABLE_ECC=True '-DDLL_PREFIX="lib"' '-DDLL_SUFFIX=".dylib"' -DOS_POSIX=1 -DOS_MACOSX=1 -DSTATIC_EXPORTABLE_JS_API -DMOZ_HAS_MOZGLUE -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/security/manager/ssl -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/dom/base -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/dom/crypto -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/certverifier -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/pkix/include -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/dist/public/nss -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/ipc/ipdl/_ipdlheaders -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/ipc/chromium/src -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/ipc/glue -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/dist/include -I/nix/store/bd1k6y91v1m60ln2qx1wj82q87x3bzcp-nspr-4.20-dev/include -I/nix/store/1422hsbxy65z33ngdv6ny9r8kps73qxy-nss-3.39-dev/include/nss -I/nix/store/i50rzyblrv8rh54psjvcvf3r456522p3-pixman-0.34.0/include/pixman-1 -fPIC -include /private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/mozilla-config.h -DMOZILLA_CLIENT -Qunused-arguments -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -I/nix/store/4zzdjwr7s9pk2qjr32lb1fzhjk1wkvz9-icu4c-59.1-dev/include -g -O3 -fomit-frame-pointer -Qunused-arguments -Wall -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wunreachable-code -Wunreachable-code-return -Wclass-varargs -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wstring-conversion -Wtautological-overlap-compare -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wformat -Wformat-security -Wno-gnu-zero-variadic-macro-arguments  -MD -MP -MF .deps/Unified_c_security_manager_ssl0.o.pp   /private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/security/manager/ssl/Unified_c_security_manager_ssl0.c
/nix/store/jicg9d0a282yzcig82308jf016iy4qk7-Toolchains/XcodeDefault.xctoolchain/bin/clang++ -std=gnu++14 -o Unified_cpp_security_manager_ssl0.o -c  -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG=1 -DTRIMMED=1 -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES=True -DNSS_ENABLE_ECC=True '-DDLL_PREFIX="lib"' '-DDLL_SUFFIX=".dylib"' -DOS_POSIX=1 -DOS_MACOSX=1 -DSTATIC_EXPORTABLE_JS_API -DMOZ_HAS_MOZGLUE -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/security/manager/ssl -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/dom/base -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/dom/crypto -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/certverifier -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/pkix/include -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/dist/public/nss -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/ipc/ipdl/_ipdlheaders -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/ipc/chromium/src -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/ipc/glue -I/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/dist/include -I/nix/store/bd1k6y91v1m60ln2qx1wj82q87x3bzcp-nspr-4.20-dev/include -I/nix/store/1422hsbxy65z33ngdv6ny9r8kps73qxy-nss-3.39-dev/include/nss -I/nix/store/i50rzyblrv8rh54psjvcvf3r456522p3-pixman-0.34.0/include/pixman-1 -fPIC -DMOZILLA_CLIENT -include /private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/mozilla-config.h -Qunused-arguments -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Qunused-arguments -Wall -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wunreachable-code -Wunreachable-code-return -Wwrite-strings -Wno-invalid-offsetof -Wclass-varargs -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wc++1z-compat -Wcomma -Wimplicit-fallthrough -Wstring-conversion -Wtautological-overlap-compare -Wno-inline-new-delete -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wformat -Wformat-security -Wno-gnu-zero-variadic-macro-arguments -Wno-unknown-warning-option -Wno-return-type-c-linkage -fno-sized-deallocation -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-exceptions -fno-strict-aliasing -stdlib=libc++ -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -pipe -I/nix/store/4zzdjwr7s9pk2qjr32lb1fzhjk1wkvz9-icu4c-59.1-dev/include -g -O3 -fomit-frame-pointer -Wextra -Wno-missing-field-initializers -Wno-unused-parameter  -MD -MP -MF .deps/Unified_cpp_security_manager_ssl0.o.pp   /private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/security/manager/ssl/Unified_cpp_security_manager_ssl0.cpp
In file included from /private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/security/manager/ssl/Unified_cpp_security_manager_ssl0.cpp:47:
/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl/EnterpriseRoots.cpp:214:32: error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
  const CFStringRef keys[] = { kSecClass,
                               ^~~~~~~~~
/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl/EnterpriseRoots.cpp:215:32: error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
                               kSecMatchLimit,
                               ^~~~~~~~~~~~~~
/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl/EnterpriseRoots.cpp:216:32: error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
                               kSecMatchPolicy,
                               ^~~~~~~~~~~~~~~
/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl/EnterpriseRoots.cpp:217:32: error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
                               kSecMatchTrustedOnly };
                               ^~~~~~~~~~~~~~~~~~~~
In file included from /private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/security/manager/ssl/Unified_cpp_security_manager_ssl0.cpp:56:
/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl/KeychainSecret.cpp:81:32: error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
  const CFStringRef keys[] = { kSecClass,
                               ^~~~~~~~~
/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl/KeychainSecret.cpp:82:32: error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
                               kSecAttrAccount,
                               ^~~~~~~~~~~~~~~
/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl/KeychainSecret.cpp:83:32: error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
                               kSecValueData };
                               ^~~~~~~~~~~~~
/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl/KeychainSecret.cpp:128:32: error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
  const CFStringRef keys[] = { kSecClass, kSecAttrAccount };
                               ^~~~~~~~~
/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl/KeychainSecret.cpp:128:43: error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
  const CFStringRef keys[] = { kSecClass, kSecAttrAccount };
                                          ^~~~~~~~~~~~~~~
/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl/KeychainSecret.cpp:165:32: error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
  const CFStringRef keys[] = { kSecClass,
                               ^~~~~~~~~
/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl/KeychainSecret.cpp:166:32: error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
                               kSecAttrAccount,
                               ^~~~~~~~~~~~~~~
/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl/KeychainSecret.cpp:167:32: error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
                               kSecMatchLimit,
                               ^~~~~~~~~~~~~~
/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl/KeychainSecret.cpp:168:32: error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
                               kSecReturnAttributes,
                               ^~~~~~~~~~~~~~~~~~~~
/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/security/manager/ssl/KeychainSecret.cpp:169:32: error: cannot initialize an array element of type 'const CFStringRef' (aka 'const __CFString *const') with an lvalue of type 'const CFTypeRef' (aka 'const void *const')
                               kSecReturnData };
                               ^~~~~~~~~~~~~~
14 errors generated.
make[3]: *** [/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/config/rules.mk:1112: Unified_cpp_security_manager_ssl0.o] Error 1
make[3]: Leaving directory '/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0/security/manager/ssl'
make[2]: *** [/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/config/recurse.mk:74: security/manager/ssl/target] Error 2
make[2]: Leaving directory '/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0'
make[1]: *** [/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/config/recurse.mk:34: compile] Error 2
make[1]: Leaving directory '/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/obj-x86_64-apple-darwin17.7.0'
make: *** [/private/var/folders/zk/t4rzq9t166x94d10mr4r1zl5yb8l3y/T/nix-build-firefox-unwrapped-63.0.3.drv-0/firefox-63.0.3/config/rules.mk:432: default] Error 2
builder for '/nix/store/p089pzhsmdfgkkvynxmrz99mgz7cxk09-firefox-unwrapped-63.0.3.drv' failed with exit code 2
cannot build derivation '/nix/store/8sgg28ba0p4fsbcdzvsv21n1djx14h6c-Firefox-63.0.3.drv': 1 dependencies couldn't be built
error: build of '/nix/store/8sgg28ba0p4fsbcdzvsv21n1djx14h6c-Firefox-63.0.3.drv' failed

@matthiasbeyer
Copy link
Contributor

This seems to be stalled and should probably be closed. @LnL7

@LnL7
Copy link
Member Author

LnL7 commented Jun 19, 2019

Yeah, #63381 should make this partial fix unnecessary.

@LnL7 LnL7 closed this Jun 19, 2019
@LnL7 LnL7 deleted the darwin-firefox branch June 19, 2019 16:58
@LnL7 LnL7 restored the darwin-firefox branch December 28, 2019 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants