JacquesCarette / Drasil

Generate all the things (focusing on research software)
https://jacquescarette.github.io/Drasil
BSD 2-Clause "Simplified" License
142 stars 26 forks source link

Problem with stack build distributive-0.5.3 #1054

Closed smiths closed 5 years ago

smiths commented 5 years ago

Have any of you run into problems with stack build distributive-0.5.3? Building Drasil fails on my laptop while building distributive-0.5.3. (I'll include the error message below, although I don't think it is that informative.) I do not have any problems on my desktop, only on my laptop. I've installed the latest version of stack (Version 1.9.1) and upgraded to gcc8 (this seemed like gcc might be a problem from my google search).

I'm asking in case there is simple advice you have to offer. My desktop works, so I can get by. I'm also planning on upgrading to Mojave (new version of Mac OS) over the Christmas break, so that will probably break everything anyway. 😄 (There is also a small chance that it will fix things.)


distributive-0.5.3: configure

--  While building package distributive-0.5.3 using:
      /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack52420/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/setup --builddir=.stack-work/dist/x86_64-osx/Cabal-2.0.1.0 configure --with-ghc=/Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc --with-ghc-pkg=/Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --user --package-db=clear --package-db=global --package-db=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/pkgdb --libdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/lib --bindir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/bin --datadir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/share --libexecdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/libexec --sysconfdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/etc --docdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/doc/distributive-0.5.3 --htmldir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/doc/distributive-0.5.3 --haddockdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/doc/distributive-0.5.3 --dependency=Cabal=Cabal-2.0.1.1-ARIl7MGNKZFBAH1HVzpC6s --dependency=base=base-4.10.1.0 --dependency=base-orphans=base-orphans-0.7-CqEfBQ2VoSwBto5sloaJI4 --dependency=cabal-doctest=cabal-doctest-1.0.6-K34z9qJFa9S9lhohNycUoO --dependency=tagged=tagged-0.8.5-HviTdonkllN1ZD6he1Zn8I --dependency=transformers=transformers-0.5.2.0 --dependency=transformers-compat=transformers-compat-0.5.1.4-EAh8Ccrgitz4vTZtbTPyCM
    Process exited with code: ExitFailure (-11)
    Logs have been written to: /Users/smiths/Repos/Drasil/code/.stack-work/logs/distributive-0.5.3.log

    [1 of 2] Compiling Main             ( /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack52420/distributive-0.5.3/Setup.lhs, /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack52420/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/Main.o )
    [2 of 2] Compiling StackSetupShim   ( /Users/smiths/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs, /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack52420/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/StackSetupShim.o )
    Linking /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack52420/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/setup ...```
Mornix commented 5 years ago

Can we see the contents of /Users/smiths/Repos/Drasil/code/.stack-work/logs/distributive-0.5.3.log or is the contents of that file what you've already posted?

smiths commented 5 years ago

The contents of the log file don't seem to say anything that wasn't in the output written to the screen. For completeness though I should have included the log file.


[2 of 2] Compiling StackSetupShim   ( /Users/smiths/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs, /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack52420/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/StackSetupShim.o )
Linking /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack52420/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/setup ...```
JacquesCarette commented 5 years ago

I think we're going to need the full log file to help. And perhaps access to the laptop.

Mornix commented 5 years ago

Is there any more useful information if you run the command with --verbose?

smiths commented 5 years ago

I'll attach the output of verbose below. It doesn't really give me any ideas on how to proceed, but maybe you'll see something? There are some Exceptions listed. That might be a clue. :-) At this point I will probably live with the problem until the holiday break. I'll upgrade my OS and see what happens.


naghdi:code smiths$ stack build distributive-0.5.3 --verbose
Version 1.9.1, Git revision f9d0042c141660e1d38f797e1d426be4a99b2a3c (6168 commits) x86_64 hpack-0.31.0
2018-11-26 12:54:44.742249: [debug] Checking for project config at: /Users/smiths/Repos/Drasil/code/stack.yaml
2018-11-26 12:54:44.742685: [debug] Loading project config file stack.yaml
2018-11-26 12:54:44.743943: [debug] Decoding build plan from: /Users/smiths/.stack/build-plan/lts-11.2.yaml
2018-11-26 12:54:44.744003: [debug] Trying to decode /Users/smiths/.stack/build-plan-cache/lts-11.2.cache
2018-11-26 12:54:44.746386: [debug] Success decoding /Users/smiths/.stack/build-plan-cache/lts-11.2.cache
2018-11-26 12:54:44.746654: [debug] Potential GHC builds: standard
2018-11-26 12:54:44.746713: [debug] Found already installed GHC builds: standard
2018-11-26 12:54:44.746953: [debug] Getting global package database location
2018-11-26 12:54:44.747129: [debug] Run process: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --no-user-package-db list --global
2018-11-26 12:54:44.750630: [debug] Getting Cabal package version
2018-11-26 12:54:44.750731: [debug] Asking GHC for its version
2018-11-26 12:54:44.750852: [debug] Run process: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version
2018-11-26 12:54:44.751247: [debug] Run process: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc --numeric-version
2018-11-26 12:54:44.806082: [debug] Process finished in 55ms: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version
2018-11-26 12:54:44.806217: [debug] Process finished in 59ms: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --no-user-package-db list --global
2018-11-26 12:54:44.823172: [debug] Process finished in 72ms: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc --numeric-version
2018-11-26 12:54:44.823270: [debug] GHC version is: ghc-8.2.2
2018-11-26 12:54:44.823325: [debug] Resolving package entries
2018-11-26 12:54:44.823397: [debug] Trying to decode /Users/smiths/.stack/loaded-snapshot-cache/x86_64-osx/ghc-8.2.2/lts-11.2.cache
2018-11-26 12:54:44.854630: [debug] Success decoding /Users/smiths/.stack/loaded-snapshot-cache/x86_64-osx/ghc-8.2.2/lts-11.2.cache
2018-11-26 12:54:44.854984: [debug] Starting to execute command inside EnvConfig
2018-11-26 12:54:44.855033: [debug] Parsing the targets
2018-11-26 12:54:44.875750: [debug] Start: getPackageFiles /Users/smiths/Repos/Drasil/code/drasil-code/drasil-code.cabal
2018-11-26 12:54:44.881638: [debug] Finished in 6ms: getPackageFiles /Users/smiths/Repos/Drasil/code/drasil-code/drasil-code.cabal
2018-11-26 12:54:44.881830: [debug] Exception ignored when attempting to load /Users/smiths/Repos/Drasil/code/drasil-code/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-build-caches/lib: /Users/smiths/Repos/Drasil/code/drasil-code/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-build-caches/lib: openBinaryFile: does not exist (No such file or directory)
2018-11-26 12:54:44.883885: [debug] Start: getPackageFiles /Users/smiths/Repos/Drasil/code/drasil-data/drasil-data.cabal
2018-11-26 12:54:44.890981: [debug] Finished in 7ms: getPackageFiles /Users/smiths/Repos/Drasil/code/drasil-data/drasil-data.cabal
2018-11-26 12:54:44.891219: [debug] Exception ignored when attempting to load /Users/smiths/Repos/Drasil/code/drasil-data/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-build-caches/lib: /Users/smiths/Repos/Drasil/code/drasil-data/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-build-caches/lib: openBinaryFile: does not exist (No such file or directory)
2018-11-26 12:54:44.892950: [debug] Start: getPackageFiles /Users/smiths/Repos/Drasil/code/drasil-docLang/drasil-docLang.cabal
2018-11-26 12:54:44.899295: [debug] Finished in 6ms: getPackageFiles /Users/smiths/Repos/Drasil/code/drasil-docLang/drasil-docLang.cabal
2018-11-26 12:54:44.899519: [debug] Exception ignored when attempting to load /Users/smiths/Repos/Drasil/code/drasil-docLang/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-build-caches/lib: /Users/smiths/Repos/Drasil/code/drasil-docLang/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-build-caches/lib: openBinaryFile: does not exist (No such file or directory)
2018-11-26 12:54:44.901207: [debug] Start: getPackageFiles /Users/smiths/Repos/Drasil/code/drasil-example/drasil-example.cabal
2018-11-26 12:54:44.938311: [debug] Finished in 37ms: getPackageFiles /Users/smiths/Repos/Drasil/code/drasil-example/drasil-example.cabal
2018-11-26 12:54:44.938579: [debug] Start: getPackageFiles /Users/smiths/Repos/Drasil/code/drasil-gen/drasil-gen.cabal
2018-11-26 12:54:44.938939: [debug] Finished in 0ms: getPackageFiles /Users/smiths/Repos/Drasil/code/drasil-gen/drasil-gen.cabal
2018-11-26 12:54:44.939037: [debug] Exception ignored when attempting to load /Users/smiths/Repos/Drasil/code/drasil-gen/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-build-caches/lib: /Users/smiths/Repos/Drasil/code/drasil-gen/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-build-caches/lib: openBinaryFile: does not exist (No such file or directory)
2018-11-26 12:54:44.939306: [debug] Start: getPackageFiles /Users/smiths/Repos/Drasil/code/drasil-lang/drasil-lang.cabal
2018-11-26 12:54:44.956124: [debug] Finished in 17ms: getPackageFiles /Users/smiths/Repos/Drasil/code/drasil-lang/drasil-lang.cabal
2018-11-26 12:54:44.956427: [debug] Exception ignored when attempting to load /Users/smiths/Repos/Drasil/code/drasil-lang/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-build-caches/lib: /Users/smiths/Repos/Drasil/code/drasil-lang/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-build-caches/lib: openBinaryFile: does not exist (No such file or directory)
2018-11-26 12:54:44.960055: [debug] Start: getPackageFiles /Users/smiths/Repos/Drasil/code/drasil-printers/drasil-printers.cabal
2018-11-26 12:54:44.966617: [debug] Finished in 6ms: getPackageFiles /Users/smiths/Repos/Drasil/code/drasil-printers/drasil-printers.cabal
2018-11-26 12:54:44.966803: [debug] Exception ignored when attempting to load /Users/smiths/Repos/Drasil/code/drasil-printers/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-build-caches/lib: /Users/smiths/Repos/Drasil/code/drasil-printers/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-build-caches/lib: openBinaryFile: does not exist (No such file or directory)
2018-11-26 12:54:44.969853: [debug] Finding out which packages are already installed
2018-11-26 12:54:44.970028: [debug] Run process: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --global --no-user-package-db dump --expand-pkgroot
2018-11-26 12:54:45.031661: [debug] Process finished in 62ms: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --global --no-user-package-db dump --expand-pkgroot
2018-11-26 12:54:45.031993: [debug] Ignoring package haskeline due to wanting version 0.7.4.2 instead of 0.7.4.0
2018-11-26 12:54:45.032206: [debug] Ignoring package Cabal due to wanting version 2.0.1.1 instead of 2.0.1.0
2018-11-26 12:54:45.032333: [debug] Run process: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --user --no-user-package-db --package-db /Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/pkgdb dump --expand-pkgroot
2018-11-26 12:54:45.090451: [debug] Process finished in 58ms: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --user --no-user-package-db --package-db /Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/pkgdb dump --expand-pkgroot
2018-11-26 12:54:45.090946: [debug] Run process: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --user --no-user-package-db --package-db /Users/smiths/Repos/Drasil/code/.stack-work/install/x86_64-osx/lts-11.2/8.2.2/pkgdb dump --expand-pkgroot
2018-11-26 12:54:45.138753: [debug] Process finished in 48ms: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --user --no-user-package-db --package-db /Users/smiths/Repos/Drasil/code/.stack-work/install/x86_64-osx/lts-11.2/8.2.2/pkgdb dump --expand-pkgroot
2018-11-26 12:54:45.139061: [debug] Constructing the build plan
2018-11-26 12:54:45.139756: [debug] Trying to decode /Users/smiths/.stack/indices/Hackage/01-index.cache
2018-11-26 12:54:45.319812: [debug] Success decoding /Users/smiths/.stack/indices/Hackage/01-index.cache
2018-11-26 12:54:45.323717: [debug] Checking if we are going to build multiple executables with the same name
2018-11-26 12:54:45.323822: [debug] Executing the build plan
2018-11-26 12:54:45.324675: [debug] Getting global package database location
2018-11-26 12:54:45.324729: [debug] Run process: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --no-user-package-db list --global
2018-11-26 12:54:45.373254: [debug] Process finished in 48ms: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --no-user-package-db list --global
2018-11-26 12:54:45.373832: [debug] Exception ignored when attempting to load /Users/smiths/.stack/precompiled/x86_64-osx/ghc-8.2.2/2.0.1.0/distributive-0.5.3@sha256:a72369d27349930d0dae778c676465eddb5c3e8f87e118eea1451fc4571d8442,2787/D8xDV093PaH507y8gWGVEIJ-1CrG8bsTkkpyDZjsl30=: /Users/smiths/.stack/precompiled/x86_64-osx/ghc-8.2.2/2.0.1.0/distributive-0.5.3@sha256:a72369d27349930d0dae778c676465eddb5c3e8f87e118eea1451fc4571d8442,2787/D8xDV093PaH507y8gWGVEIJ-1CrG8bsTkkpyDZjsl30=: openBinaryFile: does not exist (No such file or directory)
2018-11-26 12:54:45.382680: [debug] Exception ignored when attempting to load /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-config-cache: /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-config-cache: openBinaryFile: does not exist (No such file or directory)
2018-11-26 12:54:45.382778: [debug] Exception ignored when attempting to load /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-cabal-mod: /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/stack-cabal-mod: openBinaryFile: does not exist (No such file or directory)
2018-11-26 12:54:45.382864: [info] distributive-0.5.3: configure
2018-11-26 12:54:45.383925: [debug] Run process within /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-8.2.2 --make -odir /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup -hidir /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup -i -i. -clear-package-db -global-package-db -package-db=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/pkgdb -package-db=/Users/smiths/Repos/Drasil/code/.stack-work/install/x86_64-osx/lts-11.2/8.2.2/pkgdb -hide-all-packages -package-id=Cabal-2.0.1.1-ARIl7MGNKZFBAH1HVzpC6s -package-id=base-4.10.1.0 -package-id=cabal-doctest-1.0.6-K34z9qJFa9S9lhohNycUoO -optP-include -optP/private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/setup_macros.h /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/Setup.lhs /Users/smiths/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs -main-is StackSetupShim.mainOverride -o /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/setup -threaded
2018-11-26 12:54:47.144801: [debug] Process finished in 1761ms: /Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-8.2.2 --make -odir /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup -hidir /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup -i -i. -clear-package-db -global-package-db -package-db=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/pkgdb -package-db=/Users/smiths/Repos/Drasil/code/.stack-work/install/x86_64-osx/lts-11.2/8.2.2/pkgdb -hide-all-packages -package-id=Cabal-2.0.1.1-ARIl7MGNKZFBAH1HVzpC6s -package-id=base-4.10.1.0 -package-id=cabal-doctest-1.0.6-K34z9qJFa9S9lhohNycUoO -optP-include -optP/private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/setup_macros.h /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/Setup.lhs /Users/smiths/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs -main-is StackSetupShim.mainOverride -o /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/setup -threaded
2018-11-26 12:54:47.145177: [debug] Run process within /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/: /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/setup --builddir=.stack-work/dist/x86_64-osx/Cabal-2.0.1.0 configure --with-ghc=/Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc --with-ghc-pkg=/Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --user --package-db=clear --package-db=global --package-db=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/pkgdb --libdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/lib --bindir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/bin --datadir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/share --libexecdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/libexec --sysconfdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/etc --docdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/doc/distributive-0.5.3 --htmldir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/doc/distributive-0.5.3 --haddockdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/doc/distributive-0.5.3 --dependency=Cabal=Cabal-2.0.1.1-ARIl7MGNKZFBAH1HVzpC6s --dependency=base=base-4.10.1.0 --dependency=base-orphans=base-orphans-0.7-CqEfBQ2VoSwBto5sloaJI4 --dependency=cabal-doctest=cabal-doctest-1.0.6-K34z9qJFa9S9lhohNycUoO --dependency=tagged=tagged-0.8.5-HviTdonkllN1ZD6he1Zn8I --dependency=transformers=transformers-0.5.2.0 --dependency=transformers-compat=transformers-compat-0.5.1.4-EAh8Ccrgitz4vTZtbTPyCM

--  While building package distributive-0.5.3 using:
      /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/setup --builddir=.stack-work/dist/x86_64-osx/Cabal-2.0.1.0 configure --with-ghc=/Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc --with-ghc-pkg=/Users/smiths/.stack/programs/x86_64-osx/ghc-8.2.2/bin/ghc-pkg --user --package-db=clear --package-db=global --package-db=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/pkgdb --libdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/lib --bindir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/bin --datadir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/share --libexecdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/libexec --sysconfdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/etc --docdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/doc/distributive-0.5.3 --htmldir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/doc/distributive-0.5.3 --haddockdir=/Users/smiths/.stack/snapshots/x86_64-osx/lts-11.2/8.2.2/doc/distributive-0.5.3 --dependency=Cabal=Cabal-2.0.1.1-ARIl7MGNKZFBAH1HVzpC6s --dependency=base=base-4.10.1.0 --dependency=base-orphans=base-orphans-0.7-CqEfBQ2VoSwBto5sloaJI4 --dependency=cabal-doctest=cabal-doctest-1.0.6-K34z9qJFa9S9lhohNycUoO --dependency=tagged=tagged-0.8.5-HviTdonkllN1ZD6he1Zn8I --dependency=transformers=transformers-0.5.2.0 --dependency=transformers-compat=transformers-compat-0.5.1.4-EAh8Ccrgitz4vTZtbTPyCM
    Process exited with code: ExitFailure (-11)
    Logs have been written to: /Users/smiths/Repos/Drasil/code/.stack-work/logs/distributive-0.5.3.log

    [1 of 2] Compiling Main             ( /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/Setup.lhs, /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/Main.o )
    [2 of 2] Compiling StackSetupShim   ( /Users/smiths/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs, /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/StackSetupShim.o )
    Linking /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack11998/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/setup ...'''
Mornix commented 5 years ago

What's the output of cabal --version?

JacquesCarette commented 5 years ago

I think what we need to see is the contents of /Users/smiths/Repos/Drasil/code/.stack-work/logs/distributive-0.5.3.log

smiths commented 5 years ago

cabal-install version 2.2.0.0
compiled using version 2.2.0.1 of the Cabal library ```

`cabal update' didn't increase the version number.
smiths commented 5 years ago

Thanks Jacques. I did include the contents of the log file above. I don't think they help much. For convenience, I'll include them again here:


[2 of 2] Compiling StackSetupShim   ( /Users/smiths/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs, /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack52420/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/StackSetupShim.o )
Linking /private/var/folders/6w/fv2v8pcd00g_wqz8mswfr74c0000gn/T/stack52420/distributive-0.5.3/.stack-work/dist/x86_64-osx/Cabal-2.0.1.0/setup/setup ...```
Mornix commented 5 years ago

How did you install Cabal? I have it installed through Homebrew with formula cabal-install and have version 2.4.1.0. Is your laptop OS High Sierra?

Can I also get the output of the following commands:

stack exec -- which cabal
stack exec -- which cc
stack exec -- which gcc
stack exec -- which clang
Mornix commented 5 years ago

As an addition to my last comment, can you also run ls -al on all the paths returned from the stack exec commands I listed?

JacquesCarette commented 5 years ago

Note that we did discover that ExitFailure (-11) corresponds the GHC crashing. Which seems to most often happen because it runs out of resources (memory, swap, etc).

smiths commented 5 years ago

I have wasted more time on trying to fix my linking error. ☹️ I have 16 GB of memory, so I don't think that is the problem. My hard drive space was getting low, so I thought there might be a problem there (virtual memory for swapping?), but freeing space made no difference. I have over 120 GB of hard-drive space available.

I thought the problem might be due to an inconsistent tool chain, so I spent some time trying to rationalize my tools. One of my source for tools has been Mac Ports, but I read that this can cause problems with stack, so I moved my tool chain to the native mac tools. I also found a problem with a ghc compiler option (-no-pie) that was causing warnings. I fixed this problem, but it didn't have any actual impact.

Anyway, to answer the questions of @Mornix, my compilation tools are found in:

/usr/local/bin/cabal
/usr/bin/cc
/usr/bin/gcc
/usr/bin/clang

I followed @Mornix and installed cabal using home brew. I tried a version of gcc etc installed by home brew (in /usr/local/bin), but the results were exactly the same.

The contents of /usr/local/bin are:

total 364624
drwxrwxr-x  240 smiths  admin      7680 28 Nov 00:47 .
drwxr-xr-x   20 root    wheel       640 27 Nov 08:10 ..
lrwxr-xr-x    1 root    wheel        66 20 Aug  2015 2to3 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/2to3
lrwxr-xr-x    1 root    wheel        68 20 Aug  2015 2to3-2 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/2to3-2
lrwxr-xr-x    1 root    wheel        70 20 Aug  2015 2to3-2.7 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/2to3-2.7
-rwxr-xr-x    1 root    wheel    148532  1 May  2016 Analyzer
-rwxr-xr-x    1 root    wheel    136116  1 May  2016 Dualizer
lrwxr-xr-x    1 root    wheel        46 17 Oct 09:41 HsColour -> /Library/Haskell/ghc-8.4.3-x86_64/bin/HsColour
-rwxr-xr-x    1 root    wheel    180048  1 May  2016 Smoothing
-rwxr-xr-x    1 root    wheel        80 28 Apr  2016 VBoxAutostart
-rwxr-xr-x    1 root    wheel        82 28 Apr  2016 VBoxBalloonCtrl
-rwxr-xr-x    1 root    wheel        77 28 Apr  2016 VBoxDTrace
-rwxr-xr-x    1 root    wheel        79 28 Apr  2016 VBoxHeadless
-rwxr-xr-x    1 root    wheel        77 28 Apr  2016 VBoxManage
-rwxr-xr-x    1 root    wheel        79 28 Apr  2016 VBoxVRDP
-rwxr-xr-x    1 root    wheel        77 28 Apr  2016 VirtualBox
lrwxr-xr-x    1 root    wheel        49 17 Oct 09:41 activate-hs -> /Library/Haskell/ghc-8.4.3-x86_64/bin/activate-hs
lrwxr-xr-x    1 root    wheel        42 17 Oct 09:41 alex -> /Library/Haskell/ghc-8.4.3-x86_64/bin/alex
-rwxr-xr-x    1 root    wheel   1724112  2 Nov  2009 aspell
-rwxr-xr-x    1 root    wheel      2044  2 Nov  2009 aspell-import
lrwxr-xr-x    1 smiths  admin        28 27 Nov 08:11 brew -> /usr/local/Homebrew/bin/brew
lrwxr-xr-x    1 smiths  admin         5 27 Nov 09:27 c++ -> c++-8
lrwxr-xr-x    1 smiths  admin        29 27 Nov 09:12 c++-8 -> ../Cellar/gcc/8.2.0/bin/c++-8
lrwxr-xr-x    1 smiths  admin        41 27 Nov 08:58 cabal -> ../Cellar/cabal-install/2.4.1.0/bin/cabal
lrwxr-xr-x    1 root    wheel        48 17 Oct 09:41 cabal.real -> /Library/Haskell/ghc-8.4.3-x86_64/bin/cabal.real
lrwxr-xr-x    1 root    wheel        48 17 Oct 09:41 cabal.wrap -> /Library/Haskell/ghc-8.4.3-x86_64/bin/cabal.wrap
lrwxr-xr-x    1 smiths  admin         5 27 Nov 09:27 cc -> gcc-8
lrwxr-xr-x    1 smiths  admin        27 27 Nov 14:25 cjpeg -> ../Cellar/jpeg/9c/bin/cjpeg
-rwxr-xr-x    1 root    wheel    302140  1 May  2016 commandlineAdaptiveSubdivider
-rwxr-xr-x    1 root    wheel    312168  1 May  2016 commandlineDecimater
-rwxr-xr-x    1 root    wheel    373416  1 May  2016 commandlineSubdivider
-rw-r--r--    1 smiths  admin         0 28 Nov 00:47 contents.txt
-rwxr-xr-x    1 root    wheel   9046192 21 Feb  2013 convert
lrwxr-xr-x    1 smiths  admin        29 27 Nov 09:12 cpp-8 -> ../Cellar/gcc/8.2.0/bin/cpp-8
lrwxr-xr-x    1 smiths  admin        27 27 Nov 14:25 djpeg -> ../Cellar/jpeg/9c/bin/djpeg
lrwxr-xr-x    1 smiths  staff        54  1 Apr  2018 docker -> /Applications/Docker.app/Contents/Resources/bin/docker
lrwxr-xr-x    1 smiths  staff        62  1 Apr  2018 docker-compose -> /Applications/Docker.app/Contents/Resources/bin/docker-compose
-rwxr-xr-x    1 smiths  admin   4985407  2 Jun  2016 docker-compose.backup
lrwxr-xr-x    1 smiths  staff        77  1 Apr  2018 docker-credential-osxkeychain -> /Applications/Docker.app/Contents/Resources/bin/docker-credential-osxkeychain
lrwxr-xr-x    1 smiths  staff        89  1 Apr  2018 docker-credential-osxkeychain.backup -> /Users/smiths/Library/Group Containers/group.com.docker/bin/docker-credential-osxkeychain
lrwxr-xr-x    1 smiths  staff        62  1 Apr  2018 docker-machine -> /Applications/Docker.app/Contents/Resources/bin/docker-machine
-rwxr-xr-x    1 smiths  admin  40745856  2 Jun  2016 docker-machine.backup
-rwxr-xr-x    1 smiths  admin  10389328  1 Jun  2016 docker.backup
-rwxr-xr-x    1 root    wheel      1023 20 Feb  2013 dvipdf
lrwxrwxr-x    1 root    admin        74 20 Aug  2015 easy_install -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/easy_install
lrwxrwxr-x    1 root    admin        78 20 Aug  2015 easy_install-2.7 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/easy_install-2.7
-rwxr-xr-x    1 root    wheel   2055692 10 Nov  2016 elm
-rwxr-xr-x    1 root    wheel  15449760 10 Nov  2016 elm-make
-rwxr-xr-x    1 root    wheel  11310156 10 Nov  2016 elm-package
-rwxr-xr-x    1 root    wheel   7592372 10 Nov  2016 elm-reactor
-rwxr-xr-x    1 root    wheel   7378676 10 Nov  2016 elm-repl
-rwxr-xr-x    1 root    wheel       638 20 Feb  2013 eps2eps
lrwxr-xr-x    1 smiths  admin        35 27 Nov 14:25 fax2ps -> ../Cellar/libtiff/4.0.10/bin/fax2ps
lrwxr-xr-x    1 smiths  admin        37 27 Nov 14:25 fax2tiff -> ../Cellar/libtiff/4.0.10/bin/fax2tiff
-rwxr-xr-x    1 root    wheel   1008968 25 Apr  2014 fftw-wisdom
-rwxr-xr-x    1 root    wheel      2279 25 Apr  2014 fftw-wisdom-to-conf
-rwxr-xr-x    1 root    wheel       311 20 Feb  2013 font2c
lrwxr-xr-x    1 smiths  admin         5 27 Nov 09:27 g++ -> g++-8
lrwxr-xr-x    1 smiths  admin        29 27 Nov 09:12 g++-8 -> ../Cellar/gcc/8.2.0/bin/g++-8
lrwxr-xr-x    1 smiths  admin         5 27 Nov 09:26 gcc -> gcc-8
lrwxr-xr-x    1 smiths  admin        29 27 Nov 09:12 gcc-8 -> ../Cellar/gcc/8.2.0/bin/gcc-8
lrwxr-xr-x    1 smiths  admin        32 27 Nov 09:12 gcc-ar-8 -> ../Cellar/gcc/8.2.0/bin/gcc-ar-8
lrwxr-xr-x    1 smiths  admin        32 27 Nov 09:12 gcc-nm-8 -> ../Cellar/gcc/8.2.0/bin/gcc-nm-8
lrwxr-xr-x    1 smiths  admin        36 27 Nov 09:12 gcc-ranlib-8 -> ../Cellar/gcc/8.2.0/bin/gcc-ranlib-8
lrwxr-xr-x    1 smiths  admin        30 27 Nov 09:12 gcov-8 -> ../Cellar/gcc/8.2.0/bin/gcov-8
lrwxr-xr-x    1 smiths  admin        35 27 Nov 09:12 gcov-dump-8 -> ../Cellar/gcc/8.2.0/bin/gcov-dump-8
lrwxr-xr-x    1 smiths  admin        35 27 Nov 09:12 gcov-tool-8 -> ../Cellar/gcc/8.2.0/bin/gcov-tool-8
lrwxr-xr-x    1 smiths  admin        32 27 Nov 09:12 gfortran -> ../Cellar/gcc/8.2.0/bin/gfortran
lrwxr-xr-x    1 smiths  admin        34 27 Nov 09:12 gfortran-8 -> ../Cellar/gcc/8.2.0/bin/gfortran-8
lrwxr-xr-x    1 smiths  admin        27 27 Nov 21:48 ghc -> ../Cellar/ghc/8.4.4/bin/ghc
lrwxr-xr-x    1 root    wheel        73 17 Oct 09:41 ghc-8.4.3 -> /Library/Frameworks/GHC.framework/Versions/8.4.3-x86_64/usr/bin/ghc-8.4.3
lrwxr-xr-x    1 smiths  admin        33 27 Nov 21:48 ghc-8.4.4 -> ../Cellar/ghc/8.4.4/bin/ghc-8.4.4
lrwxr-xr-x    1 root    wheel        55 17 Oct 09:41 ghc-clang-wrapper -> /Library/Haskell/ghc-8.4.3-x86_64/bin/ghc-clang-wrapper
lrwxr-xr-x    1 smiths  admin        31 27 Nov 21:48 ghc-pkg -> ../Cellar/ghc/8.4.4/bin/ghc-pkg
lrwxr-xr-x    1 root    wheel        77 17 Oct 09:41 ghc-pkg-8.4.3 -> /Library/Frameworks/GHC.framework/Versions/8.4.3-x86_64/usr/bin/ghc-pkg-8.4.3
lrwxr-xr-x    1 smiths  admin        37 27 Nov 21:48 ghc-pkg-8.4.4 -> ../Cellar/ghc/8.4.4/bin/ghc-pkg-8.4.4
lrwxr-xr-x    1 smiths  admin        28 27 Nov 21:48 ghci -> ../Cellar/ghc/8.4.4/bin/ghci
lrwxr-xr-x    1 root    wheel        74 17 Oct 09:41 ghci-8.4.3 -> /Library/Frameworks/GHC.framework/Versions/8.4.3-x86_64/usr/bin/ghci-8.4.3
lrwxr-xr-x    1 smiths  admin        34 27 Nov 21:48 ghci-8.4.4 -> ../Cellar/ghc/8.4.4/bin/ghci-8.4.4
lrwxr-xr-x    1 root    wheel        14 23 Mar  2017 git -> ../git/bin/git
lrwxr-xr-x    1 root    wheel        37 23 Mar  2017 git-credential-osxkeychain -> ../git/bin/git-credential-osxkeychain
lrwxr-xr-x    1 root    wheel        24 23 Mar  2017 git-cvsserver -> ../git/bin/git-cvsserver
lrwxr-xr-x    1 root    wheel        68 24 Sep  2014 git-receive-pack -> /Applications/GitHub.app/Contents/Resources/git/bin/git-receive-pack
lrwxr-xr-x    1 root    wheel        20 23 Mar  2017 git-shell -> ../git/bin/git-shell
lrwxr-xr-x    1 root    wheel        70 24 Sep  2014 git-upload-archive -> /Applications/GitHub.app/Contents/Resources/git/bin/git-upload-archive
lrwxr-xr-x    1 root    wheel        26 23 Mar  2017 git-upload-pack -> ../git/bin/git-upload-pack
lrwxr-xr-x    1 root    wheel        50 24 Sep  2014 github -> /Applications/GitHub.app/Contents/MacOS/github_cli
lrwxr-xr-x    1 root    wheel        15 23 Mar  2017 gitk -> ../git/bin/gitk
lrwxr-xr-x    1 root    wheel        23 13 Feb  2014 gs -> /usr/local/bin/gs-noX11
-rwxrwxr-x    1 root    wheel  33399984 15 Apr  2013 gs-X11
-rwxrwxr-x    1 root    wheel  33272484 15 Apr  2013 gs-noX11
-rwxr-xr-x    1 root    wheel       350 20 Feb  2013 gsbj
-rwxr-xr-x    1 root    wheel       352 20 Feb  2013 gsdj
-rwxr-xr-x    1 root    wheel       352 20 Feb  2013 gsdj500
-rwxr-xr-x    1 root    wheel       353 20 Feb  2013 gslj
-rwxr-xr-x    1 root    wheel       350 20 Feb  2013 gslp
-rwxr-xr-x    1 root    wheel       277 20 Feb  2013 gsnd
lrwxr-xr-x    1 smiths  admin        31 27 Nov 21:48 haddock -> ../Cellar/ghc/8.4.4/bin/haddock
lrwxr-xr-x    1 root    wheel        81 17 Oct 09:41 haddock-ghc-8.4.3 -> /Library/Frameworks/GHC.framework/Versions/8.4.3-x86_64/usr/bin/haddock-ghc-8.4.3
lrwxr-xr-x    1 smiths  admin        41 27 Nov 21:48 haddock-ghc-8.4.4 -> ../Cellar/ghc/8.4.4/bin/haddock-ghc-8.4.4
lrwxr-xr-x    1 root    wheel        43 17 Oct 09:41 happy -> /Library/Haskell/ghc-8.4.3-x86_64/bin/happy
lrwxr-xr-x    1 smiths  admin        29 27 Nov 21:48 hp2ps -> ../Cellar/ghc/8.4.4/bin/hp2ps
lrwxr-xr-x    1 smiths  admin        27 27 Nov 21:48 hpc -> ../Cellar/ghc/8.4.4/bin/hpc
lrwxr-xr-x    1 smiths  admin        30 27 Nov 21:48 hsc2hs -> ../Cellar/ghc/8.4.4/bin/hsc2hs
lrwxr-xr-x    1 smiths  staff        67  1 Apr  2018 hyperkit -> /Applications/Docker.app/Contents/Resources/bin/com.docker.hyperkit
lrwxr-xr-x    1 smiths  staff        68  1 Apr  2018 hyperkit.backup -> /Users/smiths/Library/Group Containers/group.com.docker/bin/hyperkit
lrwxr-xr-x    1 root    wheel        66 20 Aug  2015 idle -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/idle
lrwxr-xr-x    1 root    wheel        67 20 Aug  2015 idle2 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/idle2
lrwxr-xr-x    1 root    wheel        69 20 Aug  2015 idle2.7 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/idle2.7
lrwxr-xr-x    1 smiths  admin        30 27 Nov 14:25 jpegtran -> ../Cellar/jpeg/9c/bin/jpegtran
lrwxr-xr-x    1 smiths  staff        55 26 Nov 20:42 kubectl -> /Applications/Docker.app/Contents/Resources/bin/kubectl
lrwxr-xr-x    1 smiths  staff        55 26 Nov 20:42 kubectl.docker -> /Applications/Docker.app/Contents/Resources/bin/kubectl
-rwxr-xr-x    1 root    wheel      4608 20 Feb  2013 lprsetup.sh
-rwxr-xr-x    1 root    wheel    173500  1 May  2016 mconvert
-rwxr-xr-x    1 root    wheel    235644  1 May  2016 mkbalancedpm
-rwxr-xr--@   1 smiths  staff     10770 22 Mar  2017 moss
lrwxr-xr-x    1 root    wheel        12 10 May  2017 mpic++ -> opal_wrapper
lrwxr-xr-x    1 root    wheel        12 10 May  2017 mpicc -> opal_wrapper
lrwxr-xr-x    1 root    wheel        12 10 May  2017 mpicxx -> opal_wrapper
lrwxr-xr-x    1 root    wheel         7 10 May  2017 mpiexec -> orterun
lrwxr-xr-x    1 root    wheel        12 10 May  2017 mpif77 -> opal_wrapper
lrwxr-xr-x    1 root    wheel        12 10 May  2017 mpif90 -> opal_wrapper
lrwxr-xr-x    1 root    wheel        12 10 May  2017 mpifort -> opal_wrapper
lrwxr-xr-x    1 root    wheel         7 10 May  2017 mpirun -> orterun
lrwxr-xr-x    1 smiths  staff        54  1 Apr  2018 notary -> /Applications/Docker.app/Contents/Resources/bin/notary
lrwxr-xr-x    1 smiths  staff        66  1 Apr  2018 notary.backup -> /Users/smiths/Library/Group Containers/group.com.docker/bin/notary
lrwxr-xr-x    1 root    wheel        10 10 May  2017 ompi-clean -> orte-clean
lrwxr-xr-x    1 root    wheel         8 10 May  2017 ompi-dvm -> orte-dvm
lrwxr-xr-x    1 root    wheel         7 10 May  2017 ompi-ps -> orte-ps
lrwxr-xr-x    1 root    wheel        11 10 May  2017 ompi-server -> orte-server
lrwxr-xr-x    1 root    wheel        11 10 May  2017 ompi-submit -> orte-submit
lrwxr-xr-x    1 root    wheel         8 10 May  2017 ompi-top -> orte-top
-rwxr-xr-x    1 root    wheel     42428 10 May  2017 ompi_info
-rwxr-xr-x    1 root    wheel     28060 10 May  2017 opal_wrapper
-rwxr-xr-x    1 root    wheel     27740 10 May  2017 orte-clean
-rwxr-xr-x    1 root    wheel     35824 10 May  2017 orte-dvm
-rwxr-xr-x    1 root    wheel     48604 10 May  2017 orte-info
-rwxr-xr-x    1 root    wheel     33096 10 May  2017 orte-ps
-rwxr-xr-x    1 root    wheel     28600 10 May  2017 orte-server
-rwxr-xr-x    1 root    wheel     50816 10 May  2017 orte-submit
-rwxr-xr-x    1 root    wheel     38716 10 May  2017 orte-top
lrwxr-xr-x    1 root    wheel        12 10 May  2017 ortecc -> opal_wrapper
-rwxr-xr-x    1 root    wheel     22624 10 May  2017 orted
-rwxr-xr-x    1 root    wheel     86188 10 May  2017 orterun
lrwxr-xr-x    1 smiths  admin        36 27 Nov 14:25 pal2rgb -> ../Cellar/libtiff/4.0.10/bin/pal2rgb
lrwxr-xr-x    1 smiths  admin        38 28 Nov 00:26 pcre2-config -> ../Cellar/pcre2/10.32/bin/pcre2-config
lrwxr-xr-x    1 smiths  admin        35 28 Nov 00:26 pcre2grep -> ../Cellar/pcre2/10.32/bin/pcre2grep
lrwxr-xr-x    1 smiths  admin        35 28 Nov 00:26 pcre2test -> ../Cellar/pcre2/10.32/bin/pcre2test
-rwxr-xr-x    1 root    wheel       698 20 Feb  2013 pdf2dsc
-rwxr-xr-x    1 root    wheel       909 20 Feb  2013 pdf2ps
-rwxr-xr-x    1 root    wheel       498 20 Feb  2013 pf2afm
-rwxr-xr-x    1 root    wheel       516 20 Feb  2013 pfbtopfa
lrwxrwxr-x    1 root    admin        65 20 Aug  2015 pip -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/pip
lrwxrwxr-x    1 root    admin        66 20 Aug  2015 pip2 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/pip2
lrwxrwxr-x    1 root    admin        68 20 Aug  2015 pip2.7 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/pip2.7
-rwxr-xr-x    1 root    wheel       404 20 Feb  2013 pphs
lrwxr-xr-x    1 smiths  admin        37 27 Nov 14:25 ppm2tiff -> ../Cellar/libtiff/4.0.10/bin/ppm2tiff
-rwxr-xr-x    1 root    wheel      5656  2 Nov  2009 precat
-rwxr-xr-x    1 root    wheel      5656  2 Nov  2009 preunzip
-rwxr-xr-x    1 root    wheel      5656  2 Nov  2009 prezip
-rwxr-xr-x    1 root    wheel     70672  2 Nov  2009 prezip-bin
-rwxr-xr-x    1 root    wheel       395 20 Feb  2013 printafm
-rwxr-xr-x    1 root    wheel       740 20 Feb  2013 ps2ascii
-rwxr-xr-x    1 root    wheel      2794 20 Feb  2013 ps2epsi
-rwxr-xr-x    1 root    wheel       272 20 Feb  2013 ps2pdf
-rwxr-xr-x    1 root    wheel       215 20 Feb  2013 ps2pdf12
-rwxr-xr-x    1 root    wheel       215 20 Feb  2013 ps2pdf13
-rwxr-xr-x    1 root    wheel       215 20 Feb  2013 ps2pdf14
-rwxr-xr-x    1 root    wheel      1097 20 Feb  2013 ps2pdfwr
-rwxr-xr-x    1 root    wheel       647 20 Feb  2013 ps2ps
-rwxr-xr-x    1 root    wheel       669 20 Feb  2013 ps2ps2
-rwxr-xr-x    1 root    wheel       382  2 Nov  2009 pspell-config
lrwxr-xr-x    1 root    wheel        67 20 Aug  2015 pydoc -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/pydoc
lrwxr-xr-x    1 root    wheel        68 20 Aug  2015 pydoc2 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/pydoc2
lrwxr-xr-x    1 root    wheel        70 20 Aug  2015 pydoc2.7 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/pydoc2.7
lrwxr-xr-x    1 root    wheel        68 20 Aug  2015 python -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/python
lrwxr-xr-x    1 root    wheel        71 20 Aug  2015 python-32 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/python-32
lrwxr-xr-x    1 root    wheel        75 20 Aug  2015 python-config -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/python-config
lrwxr-xr-x    1 root    wheel        69 20 Aug  2015 python2 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/python2
lrwxr-xr-x    1 root    wheel        72 20 Aug  2015 python2-32 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/python2-32
lrwxr-xr-x    1 root    wheel        76 20 Aug  2015 python2-config -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/python2-config
lrwxr-xr-x    1 root    wheel        71 20 Aug  2015 python2.7 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
lrwxr-xr-x    1 root    wheel        74 20 Aug  2015 python2.7-32 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-32
lrwxr-xr-x    1 root    wheel        78 20 Aug  2015 python2.7-config -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
lrwxr-xr-x    1 root    wheel        69 20 Aug  2015 pythonw -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/pythonw
lrwxr-xr-x    1 root    wheel        72 20 Aug  2015 pythonw-32 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/pythonw-32
lrwxr-xr-x    1 root    wheel        70 20 Aug  2015 pythonw2 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/pythonw2
lrwxr-xr-x    1 root    wheel        73 20 Aug  2015 pythonw2-32 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/pythonw2-32
lrwxr-xr-x    1 root    wheel        72 20 Aug  2015 pythonw2.7 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/pythonw2.7
lrwxr-xr-x    1 root    wheel        75 20 Aug  2015 pythonw2.7-32 -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/pythonw2.7-32
lrwxr-xr-x    1 smiths  admin        37 27 Nov 14:25 raw2tiff -> ../Cellar/libtiff/4.0.10/bin/raw2tiff
lrwxr-xr-x    1 smiths  admin        30 27 Nov 14:25 rdjpgcom -> ../Cellar/jpeg/9c/bin/rdjpgcom
-rwxr-xr-x    1 root    wheel        68  2 Nov  2009 run-with-aspell
lrwxr-xr-x    1 smiths  admin        30 27 Nov 21:48 runghc -> ../Cellar/ghc/8.4.4/bin/runghc
lrwxr-xr-x    1 root    wheel        76 17 Oct 09:41 runghc-8.4.3 -> /Library/Frameworks/GHC.framework/Versions/8.4.3-x86_64/usr/bin/runghc-8.4.3
lrwxr-xr-x    1 smiths  admin        36 27 Nov 21:48 runghc-8.4.4 -> ../Cellar/ghc/8.4.4/bin/runghc-8.4.4
lrwxr-xr-x    1 smiths  admin        34 27 Nov 21:48 runhaskell -> ../Cellar/ghc/8.4.4/bin/runhaskell
lrwxr-xr-x    1 root    wheel        70 20 Aug  2015 smtpd.py -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/smtpd.py
lrwxr-xr-x    1 root    wheel        73 20 Aug  2015 smtpd2.7.py -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/smtpd2.7.py
lrwxr-xr-x    1 root    wheel        71 20 Aug  2015 smtpd2.py -> ../../../Library/Frameworks/Python.framework/Versions/2.7/bin/smtpd2.py
lrwxr-xr-x    1 smiths  admin        39 27 Nov 22:31 stack -> ../Cellar/haskell-stack/1.9.1/bin/stack
-rwxr-xr-x    1 root    admin      1686  5 Jun  2015 tclselect
lrwxr-xr-x    1 root    admin         8 20 Aug  2015 tclsh -> tclsh8.6
-rwxr-xr-x    1 root    admin     41716  5 Jun  2015 tclsh8.6
lrwxr-xr-x    1 root    admin        78 20 Aug  2015 tclvfse -> ../../../Applications/ActiveState ActiveTcl/tclvfse.app/Contents/MacOS/tclvfse
-rwxr-xr-x    1 root    admin   5554447  5 Jun  2015 teacup
lrwxr-xr-x    1 root    wheel        29 13 Feb  2014 texdist -> /Library/TeX/.scripts/texdist
lrwxr-xr-x    1 smiths  admin        36 27 Nov 14:25 tiff2bw -> ../Cellar/libtiff/4.0.10/bin/tiff2bw
lrwxr-xr-x    1 smiths  admin        37 27 Nov 14:25 tiff2pdf -> ../Cellar/libtiff/4.0.10/bin/tiff2pdf
lrwxr-xr-x    1 smiths  admin        36 27 Nov 14:25 tiff2ps -> ../Cellar/libtiff/4.0.10/bin/tiff2ps
lrwxr-xr-x    1 smiths  admin        38 27 Nov 14:25 tiff2rgba -> ../Cellar/libtiff/4.0.10/bin/tiff2rgba
lrwxr-xr-x    1 smiths  admin        36 27 Nov 14:25 tiffcmp -> ../Cellar/libtiff/4.0.10/bin/tiffcmp
lrwxr-xr-x    1 smiths  admin        35 27 Nov 14:25 tiffcp -> ../Cellar/libtiff/4.0.10/bin/tiffcp
lrwxr-xr-x    1 smiths  admin        37 27 Nov 14:25 tiffcrop -> ../Cellar/libtiff/4.0.10/bin/tiffcrop
lrwxr-xr-x    1 smiths  admin        39 27 Nov 14:25 tiffdither -> ../Cellar/libtiff/4.0.10/bin/tiffdither
lrwxr-xr-x    1 smiths  admin        37 27 Nov 14:25 tiffdump -> ../Cellar/libtiff/4.0.10/bin/tiffdump
lrwxr-xr-x    1 smiths  admin        37 27 Nov 14:25 tiffinfo -> ../Cellar/libtiff/4.0.10/bin/tiffinfo
lrwxr-xr-x    1 smiths  admin        39 27 Nov 14:25 tiffmedian -> ../Cellar/libtiff/4.0.10/bin/tiffmedian
lrwxr-xr-x    1 smiths  admin        36 27 Nov 14:25 tiffset -> ../Cellar/libtiff/4.0.10/bin/tiffset
lrwxr-xr-x    1 smiths  admin        38 27 Nov 14:25 tiffsplit -> ../Cellar/libtiff/4.0.10/bin/tiffsplit
lrwxr-xr-x    1 root    wheel        50 17 Oct 09:41 uninstall-hs -> /Library/Haskell/ghc-8.4.3-x86_64/bin/uninstall-hs
lrwxr-xr-x    1 smiths  admin        34 27 Nov 13:12 unison -> ../Cellar/unison/2.51.2/bin/unison
-rwxr-xr-x    1 root    wheel      4165 20 Feb  2013 unix-lpr.sh
-rwxr-xr-x    1 root    wheel        75 28 Apr  2016 vbox-img
-rwxr-xr-x    1 root    wheel        77 28 Apr  2016 vboxwebsrv
lrwxr-xr-x    1 smiths  staff        65  1 Apr  2018 vpnkit -> /Applications/Docker.app/Contents/Resources/bin/com.docker.vpnkit
lrwxr-xr-x    1 smiths  staff        66  1 Apr  2018 vpnkit.backup -> /Users/smiths/Library/Group Containers/group.com.docker/bin/vpnkit
-rwxr-xr-x    1 root    wheel       286 20 Feb  2013 wftopfa
lrwxr-xr-x    1 root    admin         7 20 Aug  2015 wish -> wish8.6
-rwxr-xr-x    1 root    admin       125  5 Jun  2015 wish8.6
-rwxr-xr-x    1 root    wheel     62336  2 Nov  2009 word-list-compress
lrwxr-xr-x    1 smiths  admin        30 27 Nov 14:25 wrjpgcom -> ../Cellar/jpeg/9c/bin/wrjpgcom
lrwxr-xr-x    1 smiths  admin        55 27 Nov 09:12 x86_64-apple-darwin17.7.0-c++-8 -> ../Cellar/gcc/8.2.0/bin/x86_64-apple-darwin17.7.0-c++-8
lrwxr-xr-x    1 smiths  admin        55 27 Nov 09:12 x86_64-apple-darwin17.7.0-g++-8 -> ../Cellar/gcc/8.2.0/bin/x86_64-apple-darwin17.7.0-g++-8
lrwxr-xr-x    1 smiths  admin        55 27 Nov 09:12 x86_64-apple-darwin17.7.0-gcc-8 -> ../Cellar/gcc/8.2.0/bin/x86_64-apple-darwin17.7.0-gcc-8
lrwxr-xr-x    1 smiths  admin        59 27 Nov 09:12 x86_64-apple-darwin17.7.0-gcc-8.2.0 -> ../Cellar/gcc/8.2.0/bin/x86_64-apple-darwin17.7.0-gcc-8.2.0
lrwxr-xr-x    1 smiths  admin        58 27 Nov 09:12 x86_64-apple-darwin17.7.0-gcc-ar-8 -> ../Cellar/gcc/8.2.0/bin/x86_64-apple-darwin17.7.0-gcc-ar-8
lrwxr-xr-x    1 smiths  admin        58 27 Nov 09:12 x86_64-apple-darwin17.7.0-gcc-nm-8 -> ../Cellar/gcc/8.2.0/bin/x86_64-apple-darwin17.7.0-gcc-nm-8
lrwxr-xr-x    1 smiths  admin        62 27 Nov 09:12 x86_64-apple-darwin17.7.0-gcc-ranlib-8 -> ../Cellar/gcc/8.2.0/bin/x86_64-apple-darwin17.7.0-gcc-ranlib-8
lrwxr-xr-x    1 smiths  admin        60 27 Nov 09:12 x86_64-apple-darwin17.7.0-gfortran-8 -> ../Cellar/gcc/8.2.0/bin/x86_64-apple-darwin17.7.0-gfortran-8

The contents of /usr/bin:

total 139184
drwxr-xr-x  978 root   wheel     31296  1 Nov 07:40 .
drwxr-xr-x@  11 root   wheel       352 13 Nov  2017 ..
-rwxr-xr-x    4 root   wheel       925 15 Jul  2017 2to3-
lrwxr-xr-x    1 root   wheel        74 10 Nov  2017 2to3-2.7 -> ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/2to3-2.7
-rwxr-xr-x    1 root   wheel     55072 29 May  2018 AssetCacheLocatorUtil
-rwxr-xr-x    1 root   wheel     53472 29 May  2018 AssetCacheManagerUtil
-rwxr-xr-x    1 root   wheel     48304 29 May  2018 AssetCacheTetheratorUtil
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:02 BuildStrings
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:01 CpMac
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 DeRez
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:01 GetFileInfo
-rwxr-xr-x    1 root   wheel     74032 26 Oct 16:00 IOAccelMemory
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:03 MergePef
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 MvMac
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:03 ResMerger
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:02 Rez
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 RezDet
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:03 RezWack
-rwxr-xr-x    1 root   wheel     27808 26 Oct 16:00 SafeEjectGPU
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:03 SetFile
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:02 SplitForks
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:02 UnRezWack
-rwxr-xr-x    1 root   wheel     66608 26 Oct 16:00 a2p
-rwxr-xr-x    1 root   wheel    230000 26 Oct 16:00 a2p5.18
-rwxr-xr-x    1 root   wheel     33808 25 Oct  2017 addftinfo
-rwxr-xr-x    1 root   wheel     78656  4 Jul 07:02 afclip
-rwxr-xr-x    1 root   wheel    124496  4 Jul 07:02 afconvert
-rwxr-xr-x    1 root   wheel     65776  4 Jul 07:02 afhash
-rwxr-xr-x    1 root   wheel    108496  4 Jul 07:01 afida
-rwxr-xr-x    1 root   wheel    124032  4 Jul 07:01 afinfo
-rwxr-xr-x    1 root   wheel    162321 15 Jul  2017 afmtodit
-rwxr-xr-x    1 root   wheel     79232  4 Jul 07:01 afplay
-rwxr-xr-x    1 root   wheel     41888 26 Oct 15:59 afscexpand
-rwxr-xr-x    1 root   wheel     30096 28 Mar  2018 agentxtrap
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:01 agvtool
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 alias
-rwxr-xr-x    1 root   wheel     37120 26 Oct 16:00 applesingle
lrwxr-xr-x    1 root   wheel        82 10 Nov  2017 appletviewer -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/appletviewer
-rwxr-xr-x    1 root   wheel     18960 25 Oct  2017 apply
-r-xr-xr-x    1 root   wheel      1808 15 Jul  2017 apropos
lrwxr-xr-x    1 root   wheel        73 10 Nov  2017 apt -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/apt
-rwxr-xr-x    1 root   wheel     18272  4 Jul 07:01 ar
-rwxr-xr-x    1 root   wheel     66880 26 Oct 16:00 arch
-rwxr-xr-x    1 root   wheel     18272  4 Jul 07:01 as
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:01 asa
-rwxr-xr-x    1 root   wheel    144320 26 Oct 16:00 asctl
-rwxr-xr-x    1 root   wheel    900768 26 Oct 16:00 assetutil
-r-sr-xr-x    1 root   wheel     83680 26 Oct 16:00 at
-rwxr-xr-x    1 root   wheel     70960 26 Oct 16:00 atos
-r-sr-xr-x    1 root   wheel     83680 26 Oct 16:00 atq
-r-sr-xr-x    1 root   wheel     83680 26 Oct 16:00 atrm
-rwxr-xr-x    1 root   wheel     28912 26 Oct 15:59 atsutil
-rwxr-xr-x    1 root   wheel     39408 26 Oct 16:00 automator
-r-xr-xr-x    1 root   wheel       195 18 Jul  2017 auval
-rwxr-xr-x    1 root   wheel    375216 29 May  2018 auvaltool
-rwxr-xr-x    1 root   wheel     61168 26 Oct 16:00 avbdiagnose
-rwxr-xr-x    1 root   wheel     59792 26 Oct 16:00 avbutil
-rwxr-xr-x    1 root   wheel     95248 28 Mar  2018 avconvert
-rwxr-xr-x    1 root   wheel     29296 26 Oct 16:00 avmetareadwrite
-rwxr-xr-x    1 root   wheel    112592 25 Oct  2017 awk
-rwxr-xr-x    1 root   wheel     31088 25 Oct  2017 banner
-rwxr-xr-x    1 root   wheel     23248 25 Oct  2017 base64
-rwxr-xr-x    1 root   wheel     18288 25 Oct  2017 basename
-r-xr-xr-x    1 root   wheel      6574 15 Jul  2017 bashbug
-r-sr-xr-x    1 root   wheel     83680 26 Oct 16:00 batch
-rwxr-xr-x    1 root   wheel     85392 25 Oct  2017 bc
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 bg
-rwxr-xr-x    1 root   wheel     18224 25 Oct  2017 biff
-rwxr-xr-x    1 root   wheel     45792 26 Oct 16:00 binhex
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 binhex.pl
-r-xr-xr-x    1 root   wheel      3941 15 Jul  2017 binhex5.18.pl
-rwxr-xr-x    1 root   wheel    120000 26 Oct 16:00 bioutil
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 bison
-rwxr-xr-x    1 root   wheel      1958 15 Jul  2017 bitesize.d
-rwxr-xr-x    1 root   wheel    198032 26 Oct 16:00 brctl
-rwxr-xr-x    1 root   wheel     71024 25 Oct  2017 bsdtar
-rwxr-xr-x    1 root   wheel     18688 25 Oct  2017 bspatch
-rwxr-xr-x    1 root   wheel      8708 15 Jul  2017 btmmdiagnose
-rwxr-xr-x    1 root   wheel     41312 28 Mar  2018 bunzip2
-rwxr-xr-x    1 root   wheel     41312 28 Mar  2018 bzcat
lrwxr-xr-x    1 root   wheel         6 10 Nov  2017 bzcmp -> bzdiff
-rwxr-xr-x    1 root   wheel      2101 15 Jul  2017 bzdiff
-rwxr-xr-x    1 root   wheel     33936 28 Mar  2018 bzegrep
-rwxr-xr-x    1 root   wheel     33936 28 Mar  2018 bzfgrep
-rwxr-xr-x    1 root   wheel     33936 28 Mar  2018 bzgrep
-rwxr-xr-x    1 root   wheel     41312 28 Mar  2018 bzip2
-rwxr-xr-x    1 root   wheel     22848 25 Oct  2017 bzip2recover
lrwxr-xr-x    1 root   wheel         6 10 Nov  2017 bzless -> bzmore
-rwxr-xr-x    1 root   wheel      1259 15 Jul  2017 bzmore
lrwxr-xr-x    1 root   wheel         7 10 Nov  2017 c++ -> clang++
-rwxr-xr-x    1 root   wheel    439792 25 Oct  2017 c++filt
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 c2ph
-rwxr-xr-x    1 root   wheel     36642 15 Jul  2017 c2ph5.18
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:01 c89
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 c99
-rwxr-xr-x    1 root   wheel     24416 26 Oct 16:00 caffeinate
-r-xr-xr-x    1 root   wheel     32192 25 Oct  2017 cal
-r-xr-xr-x    1 root   wheel     33632 25 Oct  2017 calendar
-r-xr-xr-x    1 root   wheel     23712 26 Oct 16:00 cancel
-rwxr-xr-x    1 root   wheel     18688 25 Oct  2017 cap_mkdb
lrwxr-xr-x    1 root   wheel         3 10 Nov  2017 captoinfo -> tic
lrwxr-xr-x    1 root   wheel         5 10 Nov  2017 cc -> clang
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 cd
-rwxr-xr-x    1 root   wheel     96784 26 Oct 16:00 certtool
-rwxr-xr-x    1 root   wheel     26912 25 Oct  2017 checknr
-rwxr-xr-x    1 root   wheel     18736 25 Oct  2017 chflags
-rwxr-xr-x    1 root   wheel     73776 26 Oct 16:00 chfn
-rwxr-xr-x    1 root   wheel     23312 28 Mar  2018 chgrp
-rwxr-xr-x    1 root   wheel     73776 26 Oct 16:00 chpass
-rwxr-xr-x    1 root   wheel     73776 26 Oct 16:00 chsh
-rwxr-xr-x    1 root   wheel     22688 28 Mar  2018 cksum
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:02 clang
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:01 clang++
-rwxr-xr-x    1 root   wheel     18000 25 Oct  2017 clear
-rwxr-xr-x    1 root   wheel     32656 25 Oct  2017 cmp
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:01 cmpdylib
-rwxr-xr-x    1 root   wheel    108304 26 Oct 16:00 codesign
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:02 codesign_allocate
-rwxr-xr-x    1 root   wheel     22896 25 Oct  2017 col
-rwxr-xr-x    1 root   wheel     18560 25 Oct  2017 colcrt
-rwxr-xr-x    1 root   wheel     57536 25 Oct  2017 colldef
-rwxr-xr-x    1 root   wheel     18480 25 Oct  2017 colrm
-rwxr-xr-x    1 root   wheel     23440 25 Oct  2017 column
-rwxr-xr-x    1 root   wheel     18592 25 Oct  2017 comm
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 command
-rwxr-xr-x    1 root   wheel     27712 28 Mar  2018 compress
-rwxr-xr-x    1 root   wheel     23024 26 Oct 16:00 compression_tool
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 config_data
-rwxr-xr-x    1 root   wheel      7265 15 Jul  2017 config_data5.18
-rwxr-xr-x    1 root   wheel     25024 26 Oct 16:00 corebrightnessdiag
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 corelist
-rwxr-xr-x    1 root   wheel     12790 15 Jul  2017 corelist5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 cpan
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 cpan2dist
-rwxr-xr-x    1 root   wheel     21859 15 Jul  2017 cpan2dist5.18
-rwxr-xr-x    1 root   wheel      5895 15 Jul  2017 cpan5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 cpanp
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 cpanp-run-perl
-rwxr-xr-x    1 root   wheel       580 15 Jul  2017 cpanp-run-perl5.18
-rwxr-xr-x    1 root   wheel      3433 15 Jul  2017 cpanp5.18
-rwxr-xr-x    1 root   wheel     42960 25 Oct  2017 cpio
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 cpp
-rwxr-xr-x    1 root   wheel      1402 25 Sep  2017 cpu_profiler.d
-rwxr-xr-x    1 root   wheel      1540 15 Jul  2017 cpuwalk.d
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 crc32
-r-xr-xr-x    1 root   wheel       871 15 Jul  2017 crc325.18
-rwxr-xr-x    1 root   wheel       342 15 Jul  2017 creatbyproc.d
-rwxr-xr-x    1 root   wheel     35280 26 Oct 16:00 crlrefresh
-rwsr-xr-x    1 root   wheel     39216 28 Mar  2018 crontab
-rwxr-xr-x    1 root   wheel     14990 11 Oct  2017 csdiagnose
-rwxr-xr-x    1 root   wheel    554672 29 May  2018 csgather
-rwxr-xr-x    1 root   wheel     24000 25 Oct  2017 csplit
-rwxr-xr-x    1 root   wheel     41744 26 Oct 16:00 csreq
-rwxr-xr-x    1 root   wheel     29744  1 Dec  2017 csrutil
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:01 ctags
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:01 ctf_insert
-r-xr-xr-x    1 _uucp  wheel    133392 25 Oct  2017 cu
-r-xr-xr-x    1 root   wheel      3042  8 Oct 22:32 cups-config
-r-xr-xr-x    1 root   wheel     23024 26 Oct 16:00 cupstestdsc
-r-xr-xr-x    1 root   wheel     63360 26 Oct 16:00 cupstestppd
-rwxr-xr-x    1 root   wheel    185104 28 Mar  2018 curl
-rwxr-xr-x    1 root   wheel      4089 18 Aug  2017 curl-config
-rwxr-xr-x    1 root   wheel     23712 25 Oct  2017 cut
lrwxr-xr-x    1 root   wheel        59 10 Nov  2017 cvaffinity -> /System/Library/Filesystems/acfs.fs/Contents/bin/cvaffinity
lrwxr-xr-x    1 root   wheel        53 10 Nov  2017 cvcp -> /System/Library/Filesystems/acfs.fs/Contents/bin/cvcp
lrwxr-xr-x    1 root   wheel        56 10 Nov  2017 cvmkdir -> /System/Library/Filesystems/acfs.fs/Contents/bin/cvmkdir
lrwxr-xr-x    1 root   wheel        57 10 Nov  2017 cvmkfile -> /System/Library/Filesystems/acfs.fs/Contents/bin/cvmkfile
-rwxr-xr-x    1 root   wheel      7161 15 Jul  2017 dappprof
-rwxr-xr-x    1 root   wheel      7876 15 Jul  2017 dapptrace
-rwxr-xr-x    1 root   wheel    269904 29 May  2018 darwinup
-r-xr-xr-x    1 root   wheel   2007024 28 Mar  2018 db_archive
-r-xr-xr-x    1 root   wheel   2007088 28 Mar  2018 db_checkpoint
-r-xr-xr-x    1 root   wheel   2031648 28 Mar  2018 db_codegen
-r-xr-xr-x    1 root   wheel   2007088 28 Mar  2018 db_deadlock
-r-xr-xr-x    1 root   wheel   2015360 28 Mar  2018 db_dump
-r-xr-xr-x    1 root   wheel   2023696 28 Mar  2018 db_hotbackup
-r-xr-xr-x    1 root   wheel   2032288 28 Mar  2018 db_load
-r-xr-xr-x    1 root   wheel   2082640 28 Mar  2018 db_printlog
-r-xr-xr-x    1 root   wheel   2007168 28 Mar  2018 db_recover
-r-xr-xr-x    1 root   wheel   2011136 28 Mar  2018 db_stat
-r-xr-xr-x    1 root   wheel   2007024 28 Mar  2018 db_upgrade
-r-xr-xr-x    1 root   wheel   2007024 28 Mar  2018 db_verify
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 dbicadmin
-r-xr-xr-x    1 root   wheel      7195 15 Jul  2017 dbicadmin5.18
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 dbilogstrip
-r-xr-xr-x    1 root   wheel      1469 15 Jul  2017 dbilogstrip5.18
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 dbiprof
-r-xr-xr-x    1 root   wheel      6295 15 Jul  2017 dbiprof5.18
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 dbiproxy
-r-xr-xr-x    1 root   wheel      5479 15 Jul  2017 dbiproxy5.18
-rwxr-xr-x    1 root   wheel     46208 25 Oct  2017 dc
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 debinhex.pl
-r-xr-xr-x    1 root   wheel      5882 15 Jul  2017 debinhex5.18.pl
-rwxr-xr-x    1 root   wheel     39600 26 Oct 16:00 defaults
-rwxr-xr-x    1 root   wheel   1888272 28 Mar  2018 delv
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 desdp
-rwxr-xr-x    1 root   wheel      2391 19 Oct  2017 diagnose-fu
-rwxr-xr-x    1 root   wheel    105600 25 Oct  2017 diff
-rwxr-xr-x    1 root   wheel     37072 25 Oct  2017 diff3
-rwxr-xr-x    1 root   wheel     41120 25 Oct  2017 diffstat
-rwxr-xr-x    1 root   wheel   1889696 28 Mar  2018 dig
-rwxr-xr-x    1 root   wheel     18112 25 Oct  2017 dirname
-rwxr-xr-x    1 root   wheel      2515 15 Jul  2017 diskhits
-rwxr-xr-x    1 root   wheel      1290 15 Jul  2017 dispqlen.d
-rwxr-xr-x    1 root   wheel     34528 28 Mar  2018 ditto
-rwxr-xr-x    1 root   wheel     22944 25 Oct  2017 dmc
-rwxr-xr-x    1 root   wheel     61824 26 Oct 16:00 dns-sd
-rwxr-xr-x    1 root   wheel    272128 28 Mar  2018 drutil
-rwxr-xr-x    1 root   wheel     34128 28 Mar  2018 dscacheutil
-rwxr-xr-x    1 root   wheel    202560 28 Mar  2018 dscl
-rwxr-xr-x    1 root   wheel     18016 25 Oct  2017 dserr
-rwxr-xr-x    1 root   wheel     33280 28 Mar  2018 dsexport
-rwxr-xr-x    1 root   wheel     83872 28 Mar  2018 dsimport
-rwxr-xr-x    1 root   wheel     27776 25 Oct  2017 dsmemberutil
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:03 dsymutil
-rwxr-xr-x    1 root   wheel     30605 15 Jul  2017 dtruss
-rwxr-xr-x    1 root   wheel     23600 25 Oct  2017 du
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:03 dwarfdump
-rwxr-xr-x    2 root   wheel       925 15 Jul  2017 easy_install
-rwxr-xr-x    1 root   wheel       458 15 Jul  2017 easy_install-2.7
-rwxr-xr-x    1 root   wheel     33936 28 Mar  2018 egrep
-r-xr-xr-x    1 root   wheel  50905952 28 Mar  2018 emacs
-rwxr-xr-x    1 root   wheel   3173904 25 Oct  2017 emacs-undumped
-rwxr-xr-x    1 root   wheel     32960 25 Oct  2017 emacsclient
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 enc2xs
-rwxr-xr-x    1 root   wheel     39189 15 Jul  2017 enc2xs5.18
-rwxr-xr-x    1 root   wheel     28800 28 Mar  2018 encode_keychange
-rwxr-xr-x    1 root   wheel     23504 25 Oct  2017 env
-rwxr-xr-x    1 root   wheel    145120 25 Oct  2017 eqn
-r-xr-xr-x    1 root   wheel      4892 15 Jul  2017 erb
-rwxr-xr-x    1 root   wheel      4516 15 Jul  2017 errinfo
-rwxr-xr-x    1 root   wheel    103232 25 Oct  2017 etags
lrwxr-xr-x    1 root   wheel         3 10 Nov  2017 ex -> vim
-rwxr-xr-x    1 root   wheel      5115 15 Jul  2017 execsnoop
-rwxr-xr-x    1 root   wheel     18576 25 Oct  2017 expand
-r-xr-xr-x    1 root   wheel     51648 28 Mar  2018 expect
lrwxr-xr-x    1 root   wheel        78 10 Nov  2017 extcheck -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/extcheck
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 eyapp
-r-xr-xr-x    1 root   wheel     12841 15 Jul  2017 eyapp5.18
-rwxr-xr-x    1 root   wheel     17808 25 Oct  2017 false
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 fc
-rwxr-xr-x    1 root   wheel      2668 15 Jul  2017 fddist
-rwxr-xr-x    1 root   wheel    270752 26 Oct 15:59 fdesetup
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 fg
-rwxr-xr-x    1 root   wheel     33936 28 Mar  2018 fgrep
-rwxr-xr-x    1 root   wheel    259024 25 Oct  2017 file
-rwxr-xr-x    1 root   wheel       272 15 Jul  2017 filebyproc.d
-rwxr-xr-x    1 root   wheel    132096 26 Oct 16:00 filtercalltree
-rwxr-xr-x    1 root   wheel     51808 25 Oct  2017 find
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 find2perl
-rwxr-xr-x    1 root   wheel     23634 15 Jul  2017 find2perl5.18
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 findrule
-r-xr-xr-x    1 root   wheel      3418 15 Jul  2017 findrule5.18
-rwxr-xr-x    1 root   wheel     33968 25 Oct  2017 finger
-rwxr-xr-x    1 root   wheel     15523 15 Jul  2017 fixproc
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:02 flex
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 flex++
-rwxr-xr-x    1 root   wheel     23216 25 Oct  2017 fmt
-rwxr-xr-x    1 root   wheel     18800 25 Oct  2017 fold
lrwxr-xr-x    1 root   wheel       126 10 Nov  2017 fontrestore -> ../../System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Support/fontmover
-rwxr-xr-x    1 root   wheel    140544 26 Oct 16:00 footprint
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 format-sql
-r-xr-xr-x    1 root   wheel       448 15 Jul  2017 format-sql5.18
-rwxr-xr-x    1 root   wheel     18768 25 Oct  2017 from
-rwxr-xr-x    1 root   wheel     60240 26 Oct 16:00 fs_usage
-rwxr-xr-x    1 root   wheel     35440 28 Mar  2018 funzip
-r-xr-xr-x    1 root   wheel      2610 15 Jul  2017 fuser
-rwxr-xr-x    1 root   wheel     33920 28 Mar  2018 fwkdp
-rwxr-xr-x    1 root   wheel     42352 28 Mar  2018 fwkpfv
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:01 g++
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:01 gatherheaderdoc
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:02 gcc
-rwxr-xr-x    1 root   wheel    164416 26 Oct 16:00 gcore
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 gcov
-rwxr-xr-x    1 root   wheel      7198 15 Jul  2017 gdiffmk
-r-xr-xr-x    1 root   wheel       596 15 Jul  2017 gem
-r-xr-xr-x    1 root   wheel     78936 15 Jul  2017 gen_bridge_metadata
-rwxr-xr-x    1 root   wheel     27488 25 Oct  2017 gencat
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:01 genstrings
-rwxr-xr-x    1 root   wheel     63824 26 Oct 16:00 getconf
-rwxr-xr-x    1 root   wheel     17984 25 Oct  2017 getopt
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 getopts
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:02 git
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:01 git-cvsserver
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:01 git-receive-pack
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:03 git-shell
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:01 git-upload-archive
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:02 git-upload-pack
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 gm4
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:03 gnumake
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:02 gperf
-rwxr-xr-x    1 root   wheel     33936 28 Mar  2018 grep
-rwxr-xr-x    1 root   wheel     68192 25 Oct  2017 grn
-rwxr-xr-x    1 root   wheel     87440 25 Oct  2017 grodvi
-rwxr-xr-x    1 root   wheel     72432 25 Oct  2017 groff
-rwxr-xr-x    1 root   wheel      7074 15 Jul  2017 groffer
-rwxr-xr-x    1 root   wheel      2471 15 Jul  2017 grog
-rwxr-xr-x    1 root   wheel     86912 25 Oct  2017 grolbp
-rwxr-xr-x    1 root   wheel     82848 25 Oct  2017 grolj4
-rwxr-xr-x    1 root   wheel    120944 25 Oct  2017 grops
-rwxr-xr-x    1 root   wheel     83008 25 Oct  2017 grotty
-rwxr-xr-x    1 root   wheel     23264 28 Mar  2018 groups
-rwxr-xr-x    1 root   wheel     53408 28 Mar  2018 gunzip
-rwxr-xr-x    1 root   wheel     53408 28 Mar  2018 gzcat
-rwxr-xr-x    1 root   wheel      4085 15 Jul  2017 gzexe
-rwxr-xr-x    1 root   wheel     47168 25 Oct  2017 gzip
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 h2ph
-rwxr-xr-x    1 root   wheel     28167 15 Jul  2017 h2ph5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 h2xs
-rwxr-xr-x    1 root   wheel     60725 15 Jul  2017 h2xs5.18
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 hash
-rwxr-xr-x    1 root   wheel     17936 26 Oct 16:00 hdid
-rwxr-xr-x    1 root   wheel    349424 26 Oct 16:00 hdiutil
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:01 hdxml2manxml
-rwxr-xr-x    1 root   wheel     18912 25 Oct  2017 head
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:01 headerdoc2html
-rwxr-xr-x    1 root   wheel     78864 26 Oct 16:00 heap
-rwxr-xr-x    1 root   wheel     90784 26 Oct 16:00 heap32
-rwxr-xr-x    1 root   wheel     32848 28 Mar  2018 hexdump
-rwxr-xr-x    1 root   wheel     38832 26 Oct 16:00 hidutil
-rwxr-xr-x    1 root   wheel     91168 29 May  2018 hiutil
-rwxr-xr-x    1 root   wheel   1873072 28 Mar  2018 host
-rwxr-xr-x    1 root   wheel     43136 26 Oct 16:00 hostinfo
-rwxr-xr-x    1 root   wheel      1939 15 Jul  2017 hotspot.d
-rwxr-xr-x    1 root   wheel    122624 25 Oct  2017 hpftodit
-rwxr-xr-x    1 root   wheel     96528 26 Oct 16:00 hpmdiagnose
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 htmltree
-r-xr-xr-x    1 root   wheel      1177 15 Jul  2017 htmltree5.18
-rwxr-xr-x    1 root   wheel      2523 15 Jul  2017 httpdstat.d
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:02 ibtool
-rwxr-xr-x    1 root   wheel     27968 28 Mar  2018 iconutil
-rwxr-xr-x    1 root   wheel     32192 28 Mar  2018 iconv
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:01 ictool
-rwxr-xr-x    1 root   wheel     23264 28 Mar  2018 id
-rwxr-xr-x    4 root   wheel       925 15 Jul  2017 idle
lrwxr-xr-x    1 root   wheel        73 10 Nov  2017 idle2.7 -> ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/idle2.7
lrwxr-xr-x    1 root   wheel        74 10 Nov  2017 idlj -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/idlj
-rwxr-xr-x    1 root   wheel      8556 29 Sep  2017 imptrace
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 indent
-rwxr-xr-x    1 root   wheel     44400 25 Oct  2017 indxbib
-rwxr-xr-x    1 root   wheel    175120 25 Oct  2017 info
-rwxr-xr-x    1 root   wheel     54624 25 Oct  2017 infocmp
-rwxr-xr-x    1 root   wheel     55360 25 Oct  2017 infokey
lrwxr-xr-x    1 root   wheel         3 10 Nov  2017 infotocap -> tic
-rwxr-xr-x    1 root   wheel     28576 25 Oct  2017 install
-rwxr-xr-x    1 root   wheel     60016 25 Oct  2017 install-info
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:02 install_name_tool
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 instmodsh
-rwxr-xr-x    1 root   wheel      4288 15 Jul  2017 instmodsh5.18
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:01 instruments
-rwxr-xr-x    1 root   wheel      1976 15 Jul  2017 iofile.d
-rwxr-xr-x    1 root   wheel      1573 15 Jul  2017 iofileb.d
-rwxr-xr-x    1 root   wheel      6600 15 Jul  2017 iopattern
-rwxr-xr-x    1 root   wheel      5942 15 Jul  2017 iopending
-rwxr-xr-x    1 root   wheel     12135 15 Jul  2017 iosnoop
-rwxr-xr-x    1 root   wheel     11884 15 Jul  2017 iotop
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 ip2cc
-r-xr-xr-x    1 root   wheel      2116 15 Jul  2017 ip2cc5.18
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 ipcount
-r-xr-xr-x    1 root   wheel      3728 15 Jul  2017 ipcount5.18
-rwxr-xr-x    1 root   wheel     18576 25 Oct  2017 ipcrm
-rwxr-xr-x    1 root   wheel     26880 25 Oct  2017 ipcs
-r-xr-xr-x    1 root   wheel     47216 26 Oct 16:00 ippfind
-r-xr-xr-x    1 root   wheel     87712 26 Oct 16:00 ipptool
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:02 iprofiler
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 iptab
-r-xr-xr-x    1 root   wheel       986 15 Jul  2017 iptab5.18
-r-xr-xr-x    1 root   wheel       240 15 Jul  2017 irb
lrwxr-xr-x    1 root   wheel        73 10 Nov  2017 jar -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jar
lrwxr-xr-x    1 root   wheel        79 10 Nov  2017 jarsigner -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jarsigner
lrwxr-xr-x    1 root   wheel        74 10 Nov  2017 java -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
lrwxr-xr-x    1 root   wheel        75 10 Nov  2017 javac -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/javac
lrwxr-xr-x    1 root   wheel        77 10 Nov  2017 javadoc -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/javadoc
lrwxr-xr-x    1 root   wheel        75 10 Nov  2017 javah -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/javah
lrwxr-xr-x    1 root   wheel        75 10 Nov  2017 javap -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/javap
lrwxr-xr-x    1 root   wheel        82 10 Nov  2017 javapackager -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/javapackager
lrwxr-xr-x    1 root   wheel        76 10 Nov  2017 javaws -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/javaws
lrwxr-xr-x    1 root   wheel        74 10 Nov  2017 jcmd -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jcmd
lrwxr-xr-x    1 root   wheel        78 10 Nov  2017 jconsole -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jconsole
lrwxr-xr-x    1 root   wheel        78 10 Nov  2017 jcontrol -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jcontrol
lrwxr-xr-x    1 root   wheel        73 10 Nov  2017 jdb -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jdb
lrwxr-xr-x    1 root   wheel        75 10 Nov  2017 jdeps -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jdeps
lrwxr-xr-x    1 root   wheel        74 10 Nov  2017 jhat -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jhat
lrwxr-xr-x    1 root   wheel        75 10 Nov  2017 jhsdb -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jhsdb
lrwxr-xr-x    1 root   wheel        76 10 Nov  2017 jimage -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jimage
lrwxr-xr-x    1 root   wheel        75 10 Nov  2017 jinfo -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jinfo
lrwxr-xr-x    1 root   wheel        73 10 Nov  2017 jjs -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jjs
lrwxr-xr-x    1 root   wheel        74 10 Nov  2017 jmap -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jmap
lrwxr-xr-x    1 root   wheel        73 10 Nov  2017 jmc -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jmc
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 jobs
-rwxr-xr-x    1 root   wheel     23504 25 Oct  2017 join
-rwxr-xr-x    1 root   wheel     23088 25 Oct  2017 jot
lrwxr-xr-x    1 root   wheel        73 10 Nov  2017 jps -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jps
lrwxr-xr-x    1 root   wheel        80 10 Nov  2017 jrunscript -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jrunscript
lrwxr-xr-x    1 root   wheel        79 10 Nov  2017 jsadebugd -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jsadebugd
lrwxr-xr-x    1 root   wheel        76 10 Nov  2017 jshell -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jshell
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 json_pp
-rwxr-xr-x    1 root   wheel      3953 15 Jul  2017 json_pp5.18
lrwxr-xr-x    1 root   wheel        76 10 Nov  2017 jstack -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jstack
lrwxr-xr-x    1 root   wheel        75 10 Nov  2017 jstat -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jstat
lrwxr-xr-x    1 root   wheel        76 10 Nov  2017 jstatd -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jstatd
lrwxr-xr-x    1 root   wheel        79 10 Nov  2017 jvisualvm -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/jvisualvm
-rwxr-xr-x    1 root   wheel     51376 26 Oct 16:00 kcc
-rwxr-xr-x    1 root   wheel     29024 26 Oct 16:00 kdestroy
-rwxr-xr-x    1 root   wheel    186960 26 Oct 15:59 kextutil
lrwxr-xr-x    1 root   wheel        77 10 Nov  2017 keytool -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/keytool
-rwxr-xr-x    1 root   wheel     29968 26 Oct 16:00 kgetcred
-rwxr-xr-x    1 root   wheel      1621 15 Jul  2017 kill.d
-rwxr-xr-x    1 root   wheel     23984 25 Oct  2017 killall
-rwxr-xr-x    1 root   wheel     48352 26 Oct 16:00 kinit
lrwxr-xr-x    1 root   wheel         3 10 Nov  2017 klist -> kcc
-rwxr-xr-x    1 root   wheel     30176 26 Oct 16:00 kpasswd
-rwxr-xr-x    1 root   wheel      3252 15 Jul  2017 krb5-config
lrwxr-xr-x    1 root   wheel         3 10 Nov  2017 kswitch -> kcc
-rwxr-xr-x    1 root   wheel     58080 26 Oct 15:59 ktrace
-rwxr-xr-x    1 root   wheel     18624 25 Oct  2017 lam
-rwxr-xr-x    1 root   wheel     23392 25 Oct  2017 last
-rwxr-xr-x    1 root   wheel     18928 25 Oct  2017 lastcomm
-rwxr-xr-x    1 root   wheel      2297 15 Jul  2017 lastwords
-rwxr-xr-x    1 root   wheel     98640 26 Oct 16:00 latency
-rwxr-xr-x    1 root   wheel    666544 26 Oct 16:00 layerutil
-rwxr-xr-x    1 root   wheel     18272  4 Jul 07:03 ld
lrwxr-xr-x    1 root   wheel        10 10 Nov  2017 ldapadd -> ldapmodify
-rwxr-xr-x    1 root   wheel    305424 28 Mar  2018 ldapcompare
-rwxr-xr-x    1 root   wheel    305360 28 Mar  2018 ldapdelete
-rwxr-xr-x    1 root   wheel    305424 28 Mar  2018 ldapexop
-rwxr-xr-x    1 root   wheel    313936 28 Mar  2018 ldapmodify
-rwxr-xr-x    1 root   wheel    305408 28 Mar  2018 ldapmodrdn
-rwxr-xr-x    1 root   wheel    305280 28 Mar  2018 ldappasswd
-rwxr-xr-x    1 root   wheel    333872 28 Mar  2018 ldapsearch
-rwxr-xr-x    1 root   wheel    251776 28 Mar  2018 ldapurl
-rwxr-xr-x    1 root   wheel    301248 28 Mar  2018 ldapwhoami
-rwxr-xr-x    1 root   wheel    127936 26 Oct 16:00 leaks
-rwxr-xr-x    1 root   wheel    154976 26 Oct 15:59 leaks32
-r-xr-xr-x    1 root   wheel     18400 25 Oct  2017 leave
-rwxr-xr-x    1 root   wheel    133856 25 Oct  2017 less
-rwxr-xr-x    1 root   wheel     18320 25 Oct  2017 lessecho
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:02 lex
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 libnetcfg
-rwxr-xr-x    1 root   wheel     15754 15 Jul  2017 libnetcfg5.18
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:03 libtool
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:01 lipo
-rwxr-xr-x    1 root   wheel     50544 25 Oct  2017 lkbib
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:01 lldb
lrwxr-xr-x    1 root   wheel         7 10 Nov  2017 llvm-g++ -> clang++
lrwxr-xr-x    1 root   wheel         5 10 Nov  2017 llvm-gcc -> clang
-rwxr-xr-x    1 root   wheel      1936 15 Jul  2017 loads.d
-rwxr-xr-x    1 root   wheel     72528 25 Oct  2017 locale
-rwxr-xr-x    1 root   wheel     30650 15 Jul  2017 localedef
-rwxr-xr-x    1 root   wheel     23424 25 Oct  2017 locate
-rwxr-xr-x    1 root   wheel     57808 28 Mar  2018 lockstat
-rwxr-xr-x    1 root   wheel    229552 26 Oct 16:00 log
-r-xr-xr-x    1 root   wheel     18848 28 Mar  2018 logger
-r-sr-xr-x    1 root   wheel     76288 26 Oct 16:00 login
-rwxr-xr-x    1 root   wheel     18160 25 Oct  2017 logname
-rwxr-xr-x    1 root   wheel     18816 25 Oct  2017 look
-rwxr-xr-x    1 root   wheel     50800 25 Oct  2017 lookbib
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:01 lorder
-r-xr-xr-x    1 root   wheel     28400 26 Oct 15:59 lp
-r-xr-xr-x    1 root   wheel     24224 26 Oct 16:00 lpoptions
-r-xr-xr-x    1 root   wheel     24208 26 Oct 16:00 lpq
-r-xr-xr-x    1 root   wheel     23952 26 Oct 16:00 lpr
-r-xr-xr-x    1 root   wheel     18576 26 Oct 16:00 lprm
-r-xr-xr-x    1 root   wheel     37184 26 Oct 16:00 lpstat
-rwxr-xr-x    1 root   wheel    251296 26 Oct 16:00 lsappinfo
-rwxr-xr-x    1 root   wheel     29216 25 Oct  2017 lsbom
-rwxr-xr-x    1 root   wheel     68736 26 Oct 16:00 lskq
-rwxr-xr-x    1 root   wheel     52560 28 Mar  2018 lsm
-rwxr-xr-x    1 root   wheel     98912 26 Oct 16:00 lsmp
-rwxr-xr-x    1 root   wheel     18336 25 Oct  2017 lsvfs
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 lwp-download
-r-xr-xr-x    1 root   wheel      8639 15 Jul  2017 lwp-download5.18
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 lwp-dump
-r-xr-xr-x    1 root   wheel      2802 15 Jul  2017 lwp-dump5.18
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 lwp-mirror
-r-xr-xr-x    1 root   wheel      2482 15 Jul  2017 lwp-mirror5.18
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 lwp-request
-r-xr-xr-x    1 root   wheel     15063 15 Jul  2017 lwp-request5.18
-rwxr-xr-x    1 root   wheel     18272  4 Jul 07:02 m4
-rwxr-xr-x    1 root   wheel     42048 26 Oct 16:00 macbinary
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 macerror
-r-xr-xr-x    1 root   wheel       728 15 Jul  2017 macerror5.18
-rwxr-xr-x    1 root   wheel     66880 26 Oct 16:00 machine
-rwxr-xr-x    1 root   wheel     85760 28 Mar  2018 mail
lrwxr-xr-x    1 root   wheel        16 10 Nov  2017 mailq -> ../sbin/sendmail
-rwxr-xr-x    1 root   wheel     85760 28 Mar  2018 mailx
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 make
-rwxr-xr-x    1 root   wheel    239040 25 Oct  2017 makeinfo
-rwxr-xr-x    1 root   wheel    102448 26 Oct 16:00 malloc_history
-rwxr-xr-x    1 root   wheel    116240 26 Oct 16:00 malloc_history32
-r-xr-xr-x    1 root   wheel     70176 25 Oct  2017 man
lrwxr-xr-x    1 root   wheel         3 10 Nov  2017 manpath -> man
-rwxr-xr-x    1 root   wheel     88128 26 Oct 16:00 mcxquery
-rwxr-xr-x    1 root   wheel     23376 26 Oct 16:00 mcxrefresh
-rwxr-xr-x    1 root   wheel    166624 26 Oct 16:00 mddiagnose
-rwxr-xr-x    1 root   wheel     29280 26 Oct 16:00 mdfind
-rwxr-xr-x    1 root   wheel    292624 26 Oct 16:00 mdimport
-rwxr-xr-x    1 root   wheel    311424 26 Oct 16:00 mdimport32
-rwxr-xr-x    1 root   wheel     24032 26 Oct 16:00 mdls
-rwxr-xr-x    1 root   wheel     77264 26 Oct 16:00 mdutil
-rwxr-xr-x    1 root   wheel     68640 26 Oct 16:00 memory_pressure
-r-xr-xr-x    1 root   wheel     18208 25 Oct  2017 mesg
-rwxr-xr-x    1 root   wheel     43760 15 Jul  2017 mib2c
-rwxr-xr-x    1 root   wheel      8780 15 Jul  2017 mib2c-update
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 mig
-rwxr-xr-x    1 root   wheel     19904 25 Oct  2017 mkbom
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:01 mkdep
-rwxr-xr-x    1 root   wheel     18400 25 Oct  2017 mkfifo
-rwxr-xr-x    1 root   wheel     40336 25 Oct  2017 mklocale
-rwxr-xr-x    1 root   wheel     18784 25 Oct  2017 mktemp
-rwxr-xr-x    1 root   wheel      2975 15 Jul  2017 mmroff
-rwxr-xr-x    1 root   wheel     28720 28 Mar  2018 mnthome
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 moo-outdated
-r-xr-xr-x    1 root   wheel       448 15 Jul  2017 moo-outdated5.18
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 moose-outdated
-r-xr-xr-x    1 root   wheel       455 15 Jul  2017 moose-outdated5.18
-rwxr-xr-x    1 root   wheel    133856 25 Oct  2017 more
-r-xr-xr-x    1 root   wheel      1271 15 Jul  2017 mp2bug
-rwxr-xr-x    1 root   wheel     29504 25 Oct  2017 msgs
-rwxr-xr-x    1 root   wheel    141328 28 Mar  2018 nano
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:01 nasm
lrwxr-xr-x    1 root   wheel        82 10 Nov  2017 native2ascii -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/native2ascii
-rwxr-xr-x    1 root   wheel     25936 26 Oct 16:00 nbdst
-r-xr-xr-x    1 root   wheel     46880 25 Oct  2017 nc
-r-xr-xr-x    1 root   wheel     32192 25 Oct  2017 ncal
-r-xr-xr-x    1 root   wheel     23920 28 Mar  2018 ncctl
-r-xr-xr-x    1 root   wheel     23920 28 Mar  2018 ncdestroy
-r-xr-xr-x    1 root   wheel     23920 28 Mar  2018 ncinit
-r-xr-xr-x    1 root   wheel     23920 28 Mar  2018 nclist
-rwxr-xr-x    1 root   wheel      4977 15 Jul  2017 ncurses5.4-config
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:01 ndisasm
-rwxr-xr-x    1 root   wheel       271 15 Jul  2017 neqn
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 net-server
-r-xr-xr-x    1 root   wheel      3429 15 Jul  2017 net-server5.18
-rwxr-xr-x    1 root   wheel     78699 15 Jul  2017 net-snmp-cert
-rwxr-xr-x    1 root   wheel     25498 12 Oct  2017 net-snmp-config
-rwxr-xr-x    1 root   wheel      3651 15 Jul  2017 net-snmp-create-v3-user
-rwxr-xr-x    1 root   wheel     71696 28 Mar  2018 nettop
lrwxr-xr-x    1 root   wheel        16 10 Nov  2017 newaliases -> ../sbin/sendmail
-r-sr-xr-x    1 root   wheel     52512 26 Oct 16:00 newgrp
-rwxr-xr-x    1 root   wheel      4376 15 Jul  2017 newproc.d
-r-xr-xr-x    1 root   wheel     45264 28 Mar  2018 nfsstat
-rwxr-xr-x    1 root   wheel     18400 25 Oct  2017 nice
-rwxr-xr-x    1 root   wheel     23536 25 Oct  2017 nl
-rwxr-xr-x    1 root   wheel     18272  4 Jul 07:02 nm
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 nmedit
-rwxr-xr-x    1 root   wheel     18624 25 Oct  2017 nohup
-rwxr-xr-x    1 root   wheel     29120 25 Oct  2017 notifyutil
-rwxr-xr-x    1 root   wheel      2357 15 Jul  2017 nroff
-rwxr-xr-x    1 root   wheel    101936 26 Oct 16:00 nscurl
-rwxr-xr-x    1 root   wheel   1881392 28 Mar  2018 nslookup
-rwxr-xr-x    1 root   wheel   1863504 28 Mar  2018 nsupdate
-rwxr-xr-x    1 root   wheel     70976 25 Oct  2017 ntp-keygen
-rwxr-xr-x    1 root   wheel    185024 28 Mar  2018 ntpq
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:03 objdump
-rwxr-xr-x    1 root   wheel     32848 28 Mar  2018 od
-rwxr-xr-x    1 root   wheel     61984 26 Oct 16:00 odutil
-rwxr-xr-x    1 root   wheel    105952 28 Mar  2018 open
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:02 opendiff
-rwxr-xr-x    1 root   wheel      8034 15 Jul  2017 opensnoop
-rwxr-xr-x    1 root   wheel   1234208 28 Mar  2018 openssl
lrwxr-xr-x    1 root   wheel        74 10 Nov  2017 orbd -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/orbd
-rwxr-xr-x    1 root   wheel     42128 28 Mar  2018 osacompile
-rwxr-xr-x    1 root   wheel     19952 25 Oct  2017 osadecompile
-rwxr-xr-x    1 root   wheel     18592 25 Oct  2017 osalang
-rwxr-xr-x    1 root   wheel     43136 28 Mar  2018 osascript
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:01 otool
lrwxr-xr-x    1 root   wheel        77 10 Nov  2017 pack200 -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/pack200
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 package-stash-conflicts
-r-xr-xr-x    1 root   wheel       844 15 Jul  2017 package-stash-conflicts5.18
-rwxr-xr-x    1 root   wheel      2006 29 Sep  2017 pagesize
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:02 pagestuff
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 par.pl
-r-xr-xr-x    1 root   wheel     29555 15 Jul  2017 par5.18.pl
-rwxr-xr-x    1 root   wheel     66608 26 Oct 16:00 parl
-r-xr-xr-x    1 root   wheel   5489104 26 Oct 16:00 parl5.18
-rwxr-xr-x    1 root   wheel     66608 26 Oct 16:00 parldyn
-r-xr-xr-x    1 root   wheel    128944 26 Oct 16:00 parldyn5.18
-rwxr-xr-x    1 root   wheel     68000 26 Oct 16:00 passwd
-rwxr-xr-x    1 root   wheel     18592 25 Oct  2017 paste
-rwxr-xr-x    1 root   wheel     95120 25 Oct  2017 patch
-rwxr-xr-x    1 root   wheel     18512 25 Oct  2017 pathchk
-rwxr-xr-x    1 root   wheel      2378 15 Jul  2017 pathopens.d
-rwxr-xr-x    1 root   wheel     23584  1 Dec  2017 pbcopy
-rwxr-xr-x    1 root   wheel     23584  1 Dec  2017 pbpaste
-rwxr-xr-x    1 root   wheel      1622 18 Sep  2017 pcap-config
-rwxr-xr-x    1 root   wheel     43328 26 Oct 16:00 pcsctest
-rwxr-xr-x    1 root   wheel     66608 26 Oct 16:00 perl
-rwxr-xr-x    1 root   wheel     52864 26 Oct 16:00 perl5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 perlbug
-rwxr-xr-x    1 root   wheel     41944 30 Apr  2018 perlbug5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 perldoc
-rwxr-xr-x    1 root   wheel       259 15 Jul  2017 perldoc5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 perlivp
-rwxr-xr-x    1 root   wheel     10807 15 Jul  2017 perlivp5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 perlthanks
-rwxr-xr-x    1 root   wheel     41944 30 Apr  2018 perlthanks5.18
-rwxr-xr-x    1 root   wheel     22912 25 Oct  2017 pfbtops
-rwxr-xr-x    1 root   wheel     30512 25 Oct  2017 pgrep
lrwxr-xr-x    1 root   wheel         9 10 Nov  2017 phar -> phar.phar
-rwxr-xr-x    1 root   wheel     14823  1 Apr  2018 phar.phar
-rwxr-xr-x    1 root   wheel  11157808 26 Oct 16:00 php
-rwxr-xr-x    1 root   wheel      6658 31 Mar  2018 php-config
-rwxr-xr-x    1 root   wheel      4533 15 Jul  2017 phpize
-rwxr-xr-x    1 root   wheel    213328 25 Oct  2017 pic
lrwxr-xr-x    1 root   wheel         4 10 Nov  2017 pico -> nano
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 piconv
-rwxr-xr-x    1 root   wheel      7372 15 Jul  2017 piconv5.18
-rwxr-xr-x    1 root   wheel      1295 15 Jul  2017 pidpersec.d
-rwxr-xr-x    1 root   wheel     82784 26 Oct 16:00 pkgbuild
-rwxr-xr-x    1 root   wheel     30512 25 Oct  2017 pkill
-rwxr-xr-x    1 root   wheel     22912 26 Oct 15:59 pl
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 pl2pm
-rwxr-xr-x    1 root   wheel      4566 15 Jul  2017 pl2pm5.18
-rwxr-xr-x    1 root   wheel     33536 28 Mar  2018 plockstat
-rwxr-xr-x    1 root   wheel    201440 29 May  2018 pluginkit
-rwxr-xr-x    1 root   wheel     45680 26 Oct 16:00 plutil
-rwxr-xr-x    1 root   wheel    168992 26 Oct 15:59 pmset
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 pod2html
-rwxr-xr-x    1 root   wheel      2073 15 Jul  2017 pod2html5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 pod2latex
-rwxr-xr-x    1 root   wheel     10374 15 Jul  2017 pod2latex5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 pod2man
-rwxr-xr-x    1 root   wheel     13700 15 Jul  2017 pod2man5.18
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 pod2readme
-r-xr-xr-x    1 root   wheel      1603 15 Jul  2017 pod2readme5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 pod2text
-rwxr-xr-x    1 root   wheel     11123 15 Jul  2017 pod2text5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 pod2usage
-rwxr-xr-x    1 root   wheel      3790 15 Jul  2017 pod2usage5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 podchecker
-rwxr-xr-x    1 root   wheel      3819 15 Jul  2017 podchecker5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 podselect
-rwxr-xr-x    1 root   wheel      2647 15 Jul  2017 podselect5.18
lrwxr-xr-x    1 root   wheel        80 10 Nov  2017 policytool -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/policytool
-rwxr-xr-x    1 root   wheel    151680 25 Oct  2017 post-grohtml
-rwxr-xr-x    1 root   wheel       951 25 Sep  2017 power_report.sh
-rwxr-xr-x    1 root   wheel    157552 26 Oct 16:00 powermetrics
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 pp
-r-xr-xr-x    1 root   wheel       152 15 Jul  2017 pp5.18
-r-xr-xr-x    1 root   wheel     25328 26 Oct 16:00 ppdc
-r-xr-xr-x    1 root   wheel     23664 26 Oct 16:00 ppdhtml
-r-xr-xr-x    1 root   wheel     18816 26 Oct 16:00 ppdi
-r-xr-xr-x    1 root   wheel     24304 26 Oct 16:00 ppdmerge
-r-xr-xr-x    1 root   wheel     23808 26 Oct 15:59 ppdpo
-rwxr-xr-x    1 root   wheel     32224 25 Oct  2017 pr
-rwxr-xr-x    1 root   wheel     73936 25 Oct  2017 pre-grohtml
-rwxr-xr-x    1 root   wheel      1839 15 Jul  2017 priclass.d
-rwxr-xr-x    1 root   wheel      1836 15 Jul  2017 pridist.d
-rwxr-xr-x    1 root   wheel     18160 25 Oct  2017 printenv
-rwxr-xr-x    1 root   wheel     23232 25 Oct  2017 printf
-rwxr-xr-x    1 root   wheel      6344 15 Jul  2017 procsystime
-rwxr-xr-x    1 root   wheel    122672 26 Oct 16:00 productbuild
-rwxr-xr-x    1 root   wheel     34416 26 Oct 16:00 productsign
-rwxr-xr-x    1 root   wheel    158224 26 Oct 16:00 profiles
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 prove
-rwxr-xr-x    1 root   wheel     11120 15 Jul  2017 prove5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 psed
-rwxr-xr-x    1 root   wheel     53364 15 Jul  2017 psed5.18
-rwxr-xr-x    1 root   wheel     23968 28 Mar  2018 pstopdf
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 pstruct
-rwxr-xr-x    1 root   wheel     36642 15 Jul  2017 pstruct5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 ptar
-rwxr-xr-x    1 root   wheel      3559 15 Jul  2017 ptar5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 ptardiff
-rwxr-xr-x    1 root   wheel      2507 15 Jul  2017 ptardiff5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 ptargrep
-rwxr-xr-x    1 root   wheel      4274 15 Jul  2017 ptargrep5.18
-rwxr-xr-x    1 root   wheel    114416 28 Mar  2018 pubsub
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 pwhich
-r-xr-xr-x    1 root   wheel      3106 15 Jul  2017 pwhich5.18
-rwxr-xr-x    1 root   wheel     47888 28 Mar  2018 pwpolicy
-rwxr-xr-x    4 root   wheel       925 15 Jul  2017 pydoc
lrwxr-xr-x    1 root   wheel        74 10 Nov  2017 pydoc2.7 -> ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/pydoc2.7
-rwxr-xr-x    1 root   wheel     66880 28 Mar  2018 python
-rwxr-xr-x    4 root   wheel       925 15 Jul  2017 python-config
lrwxr-xr-x    1 root   wheel        75 10 Nov  2017 python2.7 -> ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
lrwxr-xr-x    1 root   wheel        82 10 Nov  2017 python2.7-config -> ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
-rwxr-xr-x    1 root   wheel     66880 28 Mar  2018 pythonw
lrwxr-xr-x    1 root   wheel        76 10 Nov  2017 pythonw2.7 -> ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/pythonw2.7
-rwxr-xr-x    1 root   wheel     45104 28 Mar  2018 qc2movie
lrwxr-xr-x    1 root   wheel       100 10 Nov  2017 qlmanage -> ../../System/Library/Frameworks/QuickLook.framework/Resources/quicklookd.app/Contents/MacOS/qlmanage
-rwxr-xr-x    1 root   wheel     51040 26 Oct 16:00 qtdefaults
-rwxr-xr-x    1 root   wheel     38576 26 Oct 16:00 qtmodernizer
-r-sr-xr-x    1 root   wheel     23568 25 Oct  2017 quota
-r-xr-xr-x    1 root   wheel       549 15 Jul  2017 rails
-r-xr-xr-x    1 root   wheel       517 15 Jul  2017 rake
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:02 ranlib
-r-xr-xr-x    1 root   wheel       988 15 Jul  2017 rdoc
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 read
-rwxr-xr-x    1 root   wheel     27520 25 Oct  2017 readlink
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 rebase
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:02 redo_prebinding
-rwxr-xr-x    1 root   wheel    118016 25 Oct  2017 refer
-rwxr-xr-x    1 root   wheel     18288 25 Oct  2017 renice
lrwxr-xr-x    1 root   wheel         4 10 Nov  2017 reset -> tset
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:01 resolveLinks
-rwxr-xr-x    1 root   wheel     18400 25 Oct  2017 rev
-r-xr-xr-x    1 root   wheel       238 15 Jul  2017 ri
lrwxr-xr-x    1 root   wheel        74 10 Nov  2017 rmic -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/rmic
lrwxr-xr-x    1 root   wheel        74 10 Nov  2017 rmid -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/rmid
lrwxr-xr-x    1 root   wheel        81 10 Nov  2017 rmiregistry -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/rmiregistry
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 rpcgen
-rwxr-xr-x    1 root   wheel     22720 25 Oct  2017 rs
-rwxr-xr-x    1 root   wheel    291632 28 Mar  2018 rsync
-r-xr-xr-x    1 root   wheel     52016 26 Oct 16:00 ruby
-rwxr-xr-x    1 root   wheel      1425 15 Jul  2017 runocc.d
-rwxr-xr-x    1 root   wheel     57808  7 Mar  2017 rvictl
lrwxr-xr-x    1 root   wheel         3 10 Nov  2017 rview -> vim
lrwxr-xr-x    1 root   wheel         3 10 Nov  2017 rvim -> vim
-rwxr-xr-x    1 root   wheel      1657 15 Jul  2017 rwbypid.d
-rwxr-xr-x    1 root   wheel      2473 15 Jul  2017 rwbytype.d
-rwxr-xr-x    1 root   wheel      6355 15 Jul  2017 rwsnoop
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 s2p
-rwxr-xr-x    1 root   wheel     53364 15 Jul  2017 s2p5.18
lrwxr-xr-x    1 root   wheel        77 10 Nov  2017 safaridriver -> /System/Library/CoreServices/SafariSupport.bundle/Contents/MacOS/safaridriver
-rwxr-xr-x    1 root   wheel     68928 26 Oct 16:00 sample
-rwxr-xr-x    1 root   wheel      2544 15 Jul  2017 sampleproc
-rwxr-xr-x    1 root   wheel     19680 26 Oct 15:59 sandbox-exec
-rwxr-xr-x    1 root   wheel     55008 29 May  2018 say
-rwxr-xr-x    1 root   wheel     82416 26 Oct 16:00 sc_usage
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 scandeps.pl
-r-xr-xr-x    1 root   wheel      5815 15 Jul  2017 scandeps5.18.pl
lrwxr-xr-x    1 root   wheel        79 10 Nov  2017 schemagen -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/schemagen
-rwxr-xr-x    1 root   wheel     81360 29 May  2018 scp
-rwxr-xr-x    1 root   wheel    294480 28 Mar  2018 screen
-rwxr-xr-x    1 root   wheel     24096 25 Oct  2017 script
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:02 sdef
-rwxr-xr-x    1 root   wheel     37520 25 Oct  2017 sdiff
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 sdp
lrwxr-xr-x    1 root   wheel        32 10 Nov  2017 sdx -> ../../System/Library/Tcl/bin/sdx
-rwxr-xr-x    1 root   wheel    264864 26 Oct 16:00 security
-rwxr-xr-x    1 root   wheel     42176 25 Oct  2017 sed
-rwxr-xr-x    1 root   wheel      2041 15 Jul  2017 seeksize.d
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:03 segedit
-rwxr-xr-x    1 root   wheel     23008 25 Oct  2017 seq
lrwxr-xr-x    1 root   wheel        79 10 Nov  2017 serialver -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/serialver
lrwxr-xr-x    1 root   wheel        80 10 Nov  2017 servertool -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/servertool
-r-xr-xr-x    1 root   wheel     25024 28 Mar  2018 setregion
-rwxr-xr-x    1 root   wheel      1606 15 Jul  2017 setuids.d
-rwxr-xr-x    1 root   wheel     74400 26 Oct 16:00 sfltool
-rwxr-xr-x    1 root   wheel    120208 29 May  2018 sftp
-rwxr-xr-x    1 root   wheel      2516 15 Jul  2017 shar
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 shasum
-rwxr-xr-x    1 root   wheel      8629 15 Jul  2017 shasum5.18
-rwxr-xr-x    1 root   wheel     23024 25 Oct  2017 shlock
-r-xr-xr-x    1 root   wheel     25008 28 Mar  2018 showmount
-rwxr-xr-x    1 root   wheel      1603 15 Jul  2017 sigdist.d
-rwxr-xr-x    1 root   wheel    103472 28 Mar  2018 sips
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:02 size
lrwxr-xr-x    1 root   wheel         3 10 Nov  2017 slogin -> ssh
-r-xr-xr-x    1 root   wheel    102912 26 Oct 16:00 smbutil
-rwxr-xr-x    1 root   wheel       928 15 Jul  2017 smtpd.py
lrwxr-xr-x    1 root   wheel        77 10 Nov  2017 smtpd2.7.py -> ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/smtpd2.7.py
lrwxr-xr-x    1 root   wheel        59 10 Nov  2017 snfsdefrag -> /System/Library/Filesystems/acfs.fs/Contents/bin/snfsdefrag
-rwxr-xr-x    1 root   wheel     30680 15 Jul  2017 snmp-bridge-mib
-rwxr-xr-x    1 root   wheel     23648 28 Mar  2018 snmpbulkget
-rwxr-xr-x    1 root   wheel     24064 28 Mar  2018 snmpbulkwalk
-rwxr-xr-x    1 root   wheel     26136 15 Jul  2017 snmpconf
-rwxr-xr-x    1 root   wheel     29520 28 Mar  2018 snmpdelta
-rwxr-xr-x    1 root   wheel     23712 28 Mar  2018 snmpdf
-rwxr-xr-x    1 root   wheel     19424 28 Mar  2018 snmpget
-rwxr-xr-x    1 root   wheel     19440 28 Mar  2018 snmpgetnext
-rwxr-xr-x    1 root   wheel     24144 28 Mar  2018 snmpinform
-rwxr-xr-x    1 root   wheel     55328 28 Mar  2018 snmpnetstat
-rwxr-xr-x    1 root   wheel     23568 28 Mar  2018 snmpset
-rwxr-xr-x    1 root   wheel     24192 28 Mar  2018 snmpstatus
-rwxr-xr-x    1 root   wheel     29104 28 Mar  2018 snmptable
-rwxr-xr-x    1 root   wheel     24672 28 Mar  2018 snmptest
-rwxr-xr-x    1 root   wheel     25168 28 Mar  2018 snmptranslate
-rwxr-xr-x    1 root   wheel     24144 28 Mar  2018 snmptrap
-rwxr-xr-x    1 root   wheel     46256 28 Mar  2018 snmpusm
-rwxr-xr-x    1 root   wheel     40128 28 Mar  2018 snmpvacm
-rwxr-xr-x    1 root   wheel     23936 28 Mar  2018 snmpwalk
-rwxr-xr-x    1 root   wheel    161504 28 Mar  2018 sntp
-rwxr-xr-x    1 root   wheel     38912 25 Oct  2017 soelim
-rwxr-xr-x    1 root   wheel     56080 25 Oct  2017 sort
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 spfd
-r-xr-xr-x    1 root   wheel      9486 15 Jul  2017 spfd5.18
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 spfquery
-r-xr-xr-x    1 root   wheel     23081 15 Jul  2017 spfquery5.18
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 splain
-rwxr-xr-x    1 root   wheel     18681 15 Jul  2017 splain5.18
-rwxr-xr-x    1 root   wheel     23104 25 Oct  2017 split
-rwxr-xr-x    1 root   wheel   2024720 26 Oct 16:00 sqlite3
-rwxr-xr-x    1 root   wheel   2106272 29 May  2018 ssh
-rwxr-xr-x    1 root   wheel   1810624 29 May  2018 ssh-add
-rwxr-xr-x    1 root   wheel   1809088 29 May  2018 ssh-agent
-rwxr-xr-x    1 root   wheel     10658 24 Oct  2017 ssh-copy-id
-rwxr-xr-x    1 root   wheel   1855696 29 May  2018 ssh-keygen
-rwxr-xr-x    1 root   wheel   1857664 29 May  2018 ssh-keyscan
-rwxr-xr-x    1 root   wheel     27520 25 Oct  2017 stat
-rwxr-xr-x    1 root   wheel     82864 26 Oct 16:00 stringdups
-rwxr-xr-x    1 root   wheel     95120 26 Oct 16:00 stringdups32
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:02 strings
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 strip
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 stty.pl
-r-xr-xr-x    1 root   wheel       277 15 Jul  2017 stty5.18.pl
-rwsr-xr-x    1 root   wheel     25488 28 Mar  2018 su
-r-s--x--x    1 root   wheel    370704 26 Oct 16:00 sudo
-rwxr-xr-x    1 root   wheel     22688 28 Mar  2018 sum
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:02 svn
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:01 svnadmin
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:02 svndumpfilter
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:03 svnlook
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:01 svnserve
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:01 svnsync
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:02 svnversion
-rwxr-xr-x    1 root   wheel     18848 28 Mar  2018 sw_vers
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 swift
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:02 swiftc
-rwxr-xr-x    1 root   wheel    157888 26 Oct 16:00 symbols
-rwxr-xr-x    1 root   wheel    113136 26 Oct 16:00 symbolscache
-rwxr-xr-x    1 root   wheel      1260 15 Jul  2017 syscallbypid.d
-rwxr-xr-x    1 root   wheel       253 15 Jul  2017 syscallbyproc.d
-rwxr-xr-x    1 root   wheel       248 15 Jul  2017 syscallbysysc.d
-rwxr-xr-x    1 root   wheel    803504 26 Oct 16:00 sysdiagnose
-rwxr-xr-x    1 root   wheel     67664 26 Oct 16:00 syslog
-rwxr-xr-x    1 root   wheel       452 17 Jul  2017 systriage
-rwxr-xr-x    1 root   wheel     47168 28 Mar  2018 tab2space
-rwxr-xr-x    1 root   wheel     18576 25 Oct  2017 tabs
-rwxr-xr-x    1 root   wheel     28560 25 Oct  2017 tail
-rwxr-xr-x    1 root   wheel     56592 26 Oct 16:00 tailspin
-r-xr-xr-x    1 root   wheel     30912 25 Oct  2017 talk
lrwxr-xr-x    1 root   wheel         6 10 Nov  2017 tar -> bsdtar
-rwxr-xr-x    1 root   wheel     38496 26 Oct 16:00 taskinfo
-rwxr-xr-x    1 root   wheel    115184 25 Oct  2017 tbl
-rwxr-xr-x    1 root   wheel     54944 26 Oct 16:00 tbtdiagnose
-rwxr-xr-x    1 root   wheel     18912 26 Oct 16:00 tccutil
lrwxr-xr-x    1 root   wheel         8 10 Nov  2017 tclsh -> tclsh8.5
lrwxr-xr-x    1 root   wheel        67 10 Nov  2017 tclsh8.5 -> ../../System/Library/Frameworks/Tcl.framework/Versions/8.5/tclsh8.5
-rwxr-xr-x    1 root   wheel     18400 25 Oct  2017 tee
-rwxr-xr-x    1 root   wheel     28218 15 Jul  2017 texi2dvi
-rwxr-xr-x    1 root   wheel       660 15 Jul  2017 texi2pdf
-rwxr-xr-x    1 root   wheel     52368 25 Oct  2017 texindex
-rwxr-xr-x    1 root   wheel     48720  1 Dec  2017 textutil
-rwxr-xr-x    1 root   wheel     39136 25 Oct  2017 tfmtodit
-r-xr-xr-x    1 root   wheel     39008 25 Oct  2017 tftp
-rwxr-xr-x    1 root   wheel     26272 26 Oct 16:00 thermal
-rwxr-xr-x    1 root   wheel     55808 25 Oct  2017 tic
-rwxr-xr-x    1 root   wheel     74784 28 Mar  2018 tidy
-rwxr-xr-x    1 root   wheel     23440 28 Mar  2018 tiff2icns
-rwxr-xr-x    1 root   wheel    335952  1 Dec  2017 tiffutil
-rwxr-xr-x    1 root   wheel     18416 25 Oct  2017 time
-rwxr-xr-x    1 root   wheel      2886 25 Sep  2017 timer_analyser.d
-rwxr-xr-x    1 root   wheel      6537 29 Sep  2017 timerfires
lrwxr-xr-x    1 root   wheel        43 10 Nov  2017 tkcon -> ../../System/Library/Tcl/tkcon2.6/tkcon.tcl
-rwxr-xr-x    1 root   wheel     30924 15 Jul  2017 tkmib
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 tkpp
-r-xr-xr-x    1 root   wheel     82203 15 Jul  2017 tkpp5.18
-rwxr-xr-x    1 root   wheel    184576 29 May  2018 tmdiagnose
-rwxr-xr-x    1 root   wheel    293856 29 May  2018 tmutil
lrwxr-xr-x    1 root   wheel        79 10 Nov  2017 tnameserv -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/tnameserv
-rwxr-xr-x    1 root   wheel     24672 25 Oct  2017 toe
-r-sr-xr-x    1 root   wheel     88400 28 Mar  2018 top
-rwxr-xr-x    1 root   wheel    107536  1 Dec  2017 tops
-rwxr-xr-x    1 root   wheel      4603 15 Jul  2017 topsyscall
-rwxr-xr-x    1 root   wheel      2950 15 Jul  2017 topsysproc
-rwxr-xr-x    1 root   wheel     23376 25 Oct  2017 touch
-rwxr-xr-x    1 root   wheel     24208 25 Oct  2017 tput
-rwxr-xr-x    1 root   wheel     27744 25 Oct  2017 tr
-rwxr-xr-x    1 root   wheel    132224 26 Oct 16:00 trace
-rwxr-xr-x    1 root   wheel      2207 15 Jul  2017 traptoemail
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 treereg
-r-xr-xr-x    1 root   wheel     10339 15 Jul  2017 treereg5.18
-rwxr-xr-x    1 root   wheel     24080 26 Oct 16:00 trimforce
-rwxr-xr-x    1 root   wheel    470320 25 Oct  2017 troff
-rwxr-xr-x    1 root   wheel     17808 25 Oct  2017 true
-rwxr-xr-x    1 root   wheel     28816 25 Oct  2017 tset
-r-xr-xr-x    1 root   wheel     22976 25 Oct  2017 tsort
-rwxr-xr-x    1 root   wheel     18032 25 Oct  2017 tty
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 type
-rwxr-xr-x    1 root   wheel     23200 25 Oct  2017 ul
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 ulimit
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 umask
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 unalias
-rwxr-xr-x    1 root   wheel     18416 25 Oct  2017 uname
-rwxr-xr-x    1 root   wheel     27712 28 Mar  2018 uncompress
-rwxr-xr-x    1 root   wheel     18576 25 Oct  2017 unexpand
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:02 unifdef
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:01 unifdefall
-rwxr-xr-x    1 root   wheel     23280 25 Oct  2017 uniq
-r-xr-xr-x    1 root   wheel     27712 25 Oct  2017 units
lrwxr-xr-x    1 root   wheel        79 10 Nov  2017 unpack200 -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/unpack200
-rwxr-xr-x    1 root   wheel     18384 25 Oct  2017 unvis
-rwxr-xr-x    1 root   wheel    186048 28 Mar  2018 unzip
-rwxr-xr-x    1 root   wheel     88240 28 Mar  2018 unzipsfx
-rwxr-xr-x    1 root   wheel    906016 26 Oct 16:00 update_dyld_shared_cache
-rwxr-xr-x    1 root   wheel     24192 28 Mar  2018 uptime
-rwxr-xr-x    1 root   wheel     38704 26 Oct 16:00 usbkdp
-rwxr-xr-x    1 root   wheel     18368 25 Oct  2017 users
-r-xr-xr-x    1 _uucp  wheel     93648 25 Oct  2017 uucp
-r-xr-xr-x    1 root   wheel     24176 25 Oct  2017 uudecode
-r-xr-xr-x    1 root   wheel     18768 25 Oct  2017 uuencode
-rwxr-xr-x    1 root   wheel     42992 26 Oct 15:59 uuidgen
-rwxr-xr-x    1 root   wheel     70208 25 Oct  2017 uulog
-r-xr-xr-x    1 _uucp  wheel     48272 25 Oct  2017 uuname
-rwxr-xr-x    1 root   wheel     75424 25 Oct  2017 uupick
-r-xr-xr-x    1 _uucp  wheel    106208 25 Oct  2017 uustat
-rwxr-xr-x    1 root   wheel      1958 15 Jul  2017 uuto
-r-xr-xr-x    1 _uucp  wheel     97760 25 Oct  2017 uux
lrwxr-xr-x    1 root   wheel         3 10 Nov  2017 vi -> vim
lrwxr-xr-x    1 root   wheel         3 10 Nov  2017 view -> vim
-rwxr-xr-x    1 root   wheel   1867952 28 Mar  2018 vim
lrwxr-xr-x    1 root   wheel         3 10 Nov  2017 vimdiff -> vim
-rwxr-xr-x    1 root   wheel      2099 26 Jul  2017 vimtutor
-rwxr-xr-x    1 root   wheel     18528 25 Oct  2017 vis
-rwxr-xr-x    1 root   wheel     51776 26 Oct 16:00 vm_stat
-rwxr-xr-x    1 root   wheel     70016 26 Oct 16:00 vmmap
-rwxr-xr-x    1 root   wheel     80256 26 Oct 16:00 vmmap32
-rwxr-xr-x    1 root   wheel     24192 28 Mar  2018 w
-rwxr-xr-x   15 root   wheel       190 15 Jul  2017 wait
-r-xr-xr-x    1 root   wheel     24832 25 Oct  2017 wall
-rwxr-xr-x    1 root   wheel     23072 25 Oct  2017 wc
-rwxr-xr-x    1 root   wheel     96816 28 Mar  2018 wdutil
-rwxr-xr-x    1 root   wheel      4013 15 Jul  2017 weblatency.d
-rwxr-xr-x    1 root   wheel     18096 25 Oct  2017 what
-r-xr-xr-x    1 root   wheel      1806 15 Jul  2017 whatis
-rwxr-xr-x    1 root   wheel     18544 25 Oct  2017 whereis
-rwxr-xr-x    1 root   wheel     18576 25 Oct  2017 which
-rwxr-xr-x    1 root   wheel     23552 25 Oct  2017 who
-rwxr-xr-x    1 root   wheel     23264 28 Mar  2018 whoami
-rwxr-xr-x    1 root   wheel     23776 25 Oct  2017 whois
lrwxr-xr-x    1 root   wheel         7 10 Nov  2017 wish -> wish8.5
-r-xr-xr-x    1 root   wheel       127 15 Jul  2017 wish8.5
-r-xr-sr-x    1 root   tty       23920 25 Oct  2017 write
lrwxr-xr-x    1 root   wheel        75 10 Nov  2017 wsgen -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/wsgen
lrwxr-xr-x    1 root   wheel        78 10 Nov  2017 wsimport -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/wsimport
-rwxr-xr-x    1 root   wheel     38224 25 Oct  2017 xar
-rwxr-xr-x    1 root   wheel     24192 25 Oct  2017 xargs
-rwxr-xr-x    2 root   wheel       925 15 Jul  2017 xattr
-rwxr-xr-x    1 root   wheel       432 15 Jul  2017 xattr-2.7
-rwxr-xr-x    1 root   wheel     23968  4 Jul 07:01 xcode-select
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:02 xcodebuild
-rwxr-xr-x    1 root   wheel     17952  4 Jul 07:02 xcrun
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:01 xcscontrol
-rwxr-xr-x    1 root   wheel     18320  4 Jul 07:03 xcsdiagnose
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:01 xed
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 xgettext.pl
-r-xr-xr-x    1 root   wheel      6650 15 Jul  2017 xgettext5.18.pl
-rwxr-xr-x    1 root   wheel     28624 26 Oct 16:00 xip
lrwxr-xr-x    1 root   wheel        73 10 Nov  2017 xjc -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/xjc
-rwxr-xr-x    1 root   wheel      1874 27 Feb  2018 xml2-config
-rwxr-xr-x    1 root   wheel     18304  4 Jul 07:02 xml2man
-rwxr-xr-x    1 root   wheel     61104 26 Oct 16:00 xmlcatalog
-rwxr-xr-x    1 root   wheel    141200 26 Oct 16:00 xmllint
-rwxr-xr-x   35 root   wheel       811 15 Jul  2017 xpath
-r-xr-xr-x    1 root   wheel      1445 15 Jul  2017 xpath5.18
-rwxr-xr-x    1 root   wheel      2546 18 Jan  2018 xslt-config
-rwxr-xr-x    1 root   wheel     75072 29 May  2018 xsltproc
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 xsubpp
-rwxr-xr-x    1 root   wheel      4591 15 Jul  2017 xsubpp5.18
-rwxr-xr-x    1 root   wheel     27312 28 Mar  2018 xxd
-rwxr-xr-x    1 root   wheel     65488 26 Oct 16:00 yaa
-rwxr-xr-x    1 root   wheel     18288  4 Jul 07:03 yacc
-rwxr-xr-x    1 root   wheel     17808 25 Oct  2017 yes
-r-xr-xr-x    1 root   wheel     18384 25 Oct  2017 ypcat
-r-xr-xr-x    1 root   wheel     18448 25 Oct  2017 ypmatch
-r-xr-xr-x    1 root   wheel     18976 25 Oct  2017 ypwhich
-rwxr-xr-x    1 root   wheel     53408 28 Mar  2018 zcat
-rwxr-xr-x    2 root   wheel      3264 15 Jul  2017 zcmp
-rwxr-xr-x    2 root   wheel      3264 15 Jul  2017 zdiff
-rwxr-xr-x    1 root   wheel     33936 28 Mar  2018 zegrep
-rwxr-xr-x    1 root   wheel     33936 28 Mar  2018 zfgrep
-rwxr-xr-x    1 root   wheel      1454 15 Jul  2017 zforce
-rwxr-xr-x    1 root   wheel     33936 28 Mar  2018 zgrep
-rwxr-xr-x    1 root   wheel    171856 28 Mar  2018 zip
-rwxr-xr-x    1 root   wheel     78224 28 Mar  2018 zipcloak
-rwxr-xr-x   38 root   wheel       811 15 Jul  2017 zipdetails
-rwxr-xr-x    1 root   wheel     48113 15 Jul  2017 zipdetails5.18
-rwxr-xr-x    1 root   wheel      2953 15 Jul  2017 zipgrep
-rwxr-xr-x    1 root   wheel    186048 28 Mar  2018 zipinfo
-rwxr-xr-x    1 root   wheel     73408 28 Mar  2018 zipnote
-rwxr-xr-x    1 root   wheel     77648 28 Mar  2018 zipsplit
-rwxr-xr-x    2 root   wheel      2080 15 Jul  2017 zless
-rwxr-xr-x    2 root   wheel      2080 15 Jul  2017 zmore
-rwxr-xr-x    1 root   wheel      3376 15 Jul  2017 znew
-rwxr-xr-x    1 root   wheel     74672 26 Oct 16:00 zprint
Mornix commented 5 years ago

So looking at the output of the commands, it doesn't look like it's gcc related. cc uses the one in /usr/bin which is a symlink to clang.

I've been digging through my own .stack-work folder and I'm not seeing distributive, nor in the .cabal files. @JacquesCarette would this mean it's a transitive dependency?

JacquesCarette commented 5 years ago

It must indeed be a transitive dependency. If I do stack list-dependencies on my install, it does list distributive-0.5.3.

Mornix commented 5 years ago

@smiths and I managed to solve the problem. Closing this issue.

smiths commented 5 years ago

Thanks again @Mornix.