Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 61a946349839
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 89e52157c808
Choose a head ref
  • 12 commits
  • 12 files changed
  • 1 contributor

Commits on Sep 12, 2018

  1. alock: mark linux only

    The darwin build fails and it's probably not particularly useful there.
    
        utils.c:33:19: error: use of undeclared identifier 'CLOCK_MONOTONIC'
            clock_gettime(CLOCK_MONOTONIC, &t);
    
    /cc ZHF #45961
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    139eb11 View commit details
    Browse the repository at this point in the history
  2. asio: mark broken on darwin

    Started to fail since 1.12.1.
    
        Undefined symbols for architecture x86_64:
          "boost::chrono::steady_clock::now()", referenced from:
              pinger::start_send() in ping.o
              asio::detail::timer_queue<asio::detail::chrono_time_traits<boost::chrono::steady_clock, asio::wait_traits<boost::chrono::steady_clock> > >::wait_duration_msec(long) const in ping.o
              asio::detail::timer_queue<asio::detail::chrono_time_traits<boost::chrono::steady_clock, asio::wait_traits<boost::chrono::steady_clock> > >::wait_duration_usec(long) const in ping.o
              asio::detail::timer_queue<asio::detail::chrono_time_traits<boost::chrono::steady_clock, asio::wait_traits<boost::chrono::steady_clock> > >::get_ready_timers(asio::detail::op_queue<asio::detail::scheduler_operation>&) in ping.o
              pinger::handle_receive(unsigned long) in p
    
    /cc ZHF #45961
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    80a4e48 View commit details
    Browse the repository at this point in the history
  3. atlas: mark broken on darwin

    Started to fail since 3.10.3.
    
        /private/tmp/nix-build-atlas-3.10.3.drv-0/ATLAS/build/bin/ATLrun.sh: line 4: 31119 Segmentation fault: 11  $atldir/$*
        make[3]: *** [Makefile:1695: ssanity_test] Error 139
    
    /cc ZHF #45961
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    f1542f6 View commit details
    Browse the repository at this point in the history
  4. bitcoin-abc: mark broken on darwin

    Last successful build https://hydra.nixos.org/build/74552872.
    
    /cc ZHF #45961
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    cf9d1a6 View commit details
    Browse the repository at this point in the history
  5. bitcoin-classic: mark broken on darwin

    Last successful build https://hydra.nixos.org/build/74552951.
    
    /cc ZHF #45961
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    d990bae View commit details
    Browse the repository at this point in the history
  6. bitcoin-unlimited: mark broken on darwin

    /cc ZHF #45961
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    eaff0b7 View commit details
    Browse the repository at this point in the history
  7. bitcoin-xt: mark broken on darwin

    /cc ZHF #45961
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    8f6ede9 View commit details
    Browse the repository at this point in the history
  8. ethsign: mark broken on darwin

    Could be caused by our older 10.10.5 CoreFoundation.
    
        go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:51:216:
        cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
        go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:162:47:
        cannot use nil as type _Ctype_CFAllocatorRef in argument to
        _Cfunc_CFStringCreateWithCStringNoCopy
        go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:163:225:
        cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
    
    /cc ZHF #45961
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    e7ecf59 View commit details
    Browse the repository at this point in the history
  9. litecoin: add missing framework and mark broken on darwin

        In file included from qt/bitcoin.cpp:9:
        ./qt/bitcoingui.h:14:10: fatal error: 'QLabel' file not found
        #include <QLabel>
                 ^~~~~~~~
        1 error generated.
    
    /cc ZHF #45961
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    0dff3d5 View commit details
    Browse the repository at this point in the history
  10. aws-okta: mark broken on darwin

    Could be caused by our older 10.10.5 CoreFoundation.
    
        # github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain
        go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:35:33: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFDataCreate
        go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:61: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
        go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:98:41: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFStringCreateWithBytes
        go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:133: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
    
    /cc ZHF #45961
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    b814881 View commit details
    Browse the repository at this point in the history
  11. asymptote: mark broken on darwin

    It only builds with gc-7.6.0 on darwin for some reason.
    
    /cc ZHF #45961
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    9fc6f11 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #46584 from LnL7/darwin-broken-a

    broken darwin packages (a)
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    89e5215 View commit details
    Browse the repository at this point in the history