Skip to content

Instantly share code, notes, and snippets.

@waTeim
Created May 20, 2015 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waTeim/0e4c5067f0d516252a04 to your computer and use it in GitHub Desktop.
Save waTeim/0e4c5067f0d516252a04 to your computer and use it in GitHub Desktop.
Output of Julia make install
bizarro% make install
CC usr/bin/stringreplace
. /Users/jeffw/src/julia/deps/julia-env/bin/activate && sphinx-build -b html -d _build/doctrees . _build/html
Making output directory...
Running Sphinx v1.2.3
loading pickled environment... not yet created
building [html]: targets for 74 source files that are out of date
updating environment: 74 added, 0 changed, 0 removed
reading sources... [100%] stdlib/test
/Users/jeffw/src/julia/doc/stdlib/collections.rst:121: WARNING: duplicate object description of Base.length, other instance in /Users/jeffw/src/julia/doc/stdlib/arrays.rst, use :noindex: for one of them
/Users/jeffw/src/julia/doc/stdlib/collections.rst:551: WARNING: duplicate object description of Base.getindex, other instance in /Users/jeffw/src/julia/doc/stdlib/arrays.rst, use :noindex: for one of them
/Users/jeffw/src/julia/doc/stdlib/collections.rst:557: WARNING: duplicate object description of Base.setindex!, other instance in /Users/jeffw/src/julia/doc/stdlib/arrays.rst, use :noindex: for one of them
/Users/jeffw/src/julia/doc/stdlib/collections.rst:625: WARNING: duplicate object description of Base.get, other instance in /Users/jeffw/src/julia/doc/stdlib/base.rst, use :noindex: for one of them
/Users/jeffw/src/julia/doc/stdlib/io-network.rst:22: WARNING: duplicate object description of Base.open, other instance in /Users/jeffw/src/julia/doc/stdlib/base.rst, use :noindex: for one of them
/Users/jeffw/src/julia/doc/stdlib/linalg.rst:42: WARNING: duplicate object description of Base.full, other instance in /Users/jeffw/src/julia/doc/stdlib/arrays.rst, use :noindex: for one of them
/Users/jeffw/src/julia/doc/stdlib/math.rst:217: WARNING: duplicate object description of Base.===, other instance in /Users/jeffw/src/julia/doc/stdlib/base.rst, use :noindex: for one of them
/Users/jeffw/src/julia/doc/stdlib/math.rst:217: WARNING: duplicate object description of Base.≡, other instance in /Users/jeffw/src/julia/doc/stdlib/base.rst, use :noindex: for one of them
/Users/jeffw/src/julia/doc/stdlib/numbers.rst:51: WARNING: duplicate object description of Base.parse, other instance in /Users/jeffw/src/julia/doc/stdlib/base.rst, use :noindex: for one of them
/Users/jeffw/src/julia/doc/stdlib/parallel.rst:388: WARNING: duplicate object description of Base.kill, other instance in /Users/jeffw/src/julia/doc/stdlib/base.rst, use :noindex: for one of them
/Users/jeffw/src/julia/doc/stdlib/parallel.rst:399: WARNING: duplicate object description of Base.connect, other instance in /Users/jeffw/src/julia/doc/stdlib/io-network.rst, use :noindex: for one of them
/Users/jeffw/src/julia/doc/stdlib/strings.rst:7: WARNING: duplicate object description of Base.length, other instance in /Users/jeffw/src/julia/doc/stdlib/collections.rst, use :noindex: for one of them
/Users/jeffw/src/julia/doc/stdlib/strings.rst:11: WARNING: duplicate object description of Base.sizeof, other instance in /Users/jeffw/src/julia/doc/stdlib/base.rst, use :noindex: for one of them
/Users/jeffw/src/julia/doc/stdlib/strings.rst:15: WARNING: duplicate object description of Base.*, other instance in /Users/jeffw/src/julia/doc/stdlib/math.rst, use :noindex: for one of them
/Users/jeffw/src/julia/doc/stdlib/strings.rst:24: WARNING: duplicate object description of Base.^, other instance in /Users/jeffw/src/julia/doc/stdlib/math.rst, use :noindex: for one of them
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] stdlib/test
writing additional files... genindex search
copying static files... done
copying extra files... done
dumping search index... done
dumping object inventory... done
build succeeded, 15 warnings.
Build finished. The HTML pages are in _build/html.
CC src/jltypes.dbg.obj
CC src/gf.dbg.obj
CC src/ast.dbg.obj
CC src/builtins.dbg.obj
CC src/module.dbg.obj
CC src/codegen.dbg.obj
CC src/disasm.dbg.obj
CC src/debuginfo.dbg.obj
CC src/interpreter.dbg.obj
CC src/alloc.dbg.obj
CC src/dlload.dbg.obj
CC src/sys.dbg.obj
CC src/init.dbg.obj
CC src/task.dbg.obj
CC src/array.dbg.obj
CC src/dump.dbg.obj
CC src/toplevel.dbg.obj
CC src/jl_uv.dbg.obj
CC src/jlapi.dbg.obj
CC src/profile.dbg.obj
CC src/llvm-simdloop.dbg.obj
CC src/simplevector.dbg.obj
CC src/gc.dbg.obj
LINK usr/lib/libjulia-debug.dylib
CC ui/repl.dbg.obj
LINK usr/bin/julia-debug
/Users/jeffw/src/julia/contrib/install.sh 755 /Users/jeffw/src/julia/usr/bin/julia* /Users/jeffw/src/julia/julia-c0317e116a/bin/
cp -a /Users/jeffw/src/julia/usr/libexec /Users/jeffw/src/julia/julia-c0317e116a
# Copy over .dSYM directories directly
cp -a /Users/jeffw/src/julia/usr/lib/*.dSYM /Users/jeffw/src/julia/julia-c0317e116a/lib/julia
for suffix in julia julia-debug ; do \
for lib in /Users/jeffw/src/julia/usr/lib/lib${suffix}*.dylib*; do \
if [ "${lib##*.}" != "dSYM" ]; then \
/Users/jeffw/src/julia/contrib/install.sh 755 $lib /Users/jeffw/src/julia/julia-c0317e116a/lib/julia ; \
fi \
done \
done
for suffix in suitesparse_wrapper Rmath fftw3 fftw3f fftw3_threads fftw3f_threads pcre openlibm openspecfun dSFMT openblas gmp mpfr git2 arpack amd camd ccolamd cholmod colamd umfpack spqr suitesparseconfig ; do \
for lib in /Users/jeffw/src/julia/usr/lib/lib${suffix}*.dylib*; do \
if [ "${lib##*.}" != "dSYM" ]; then \
/Users/jeffw/src/julia/contrib/install.sh 755 $lib /Users/jeffw/src/julia/julia-c0317e116a/lib/julia ; \
fi \
done \
done
# Copy in libssl and libcrypto if they exist
/Users/jeffw/src/julia/contrib/install.sh 644 /Users/jeffw/src/julia/usr/include/uv* /Users/jeffw/src/julia/julia-c0317e116a/include/julia
/Users/jeffw/src/julia/contrib/install.sh 644 src/julia.h src/julia_version.h src/options.h src/support/*.h /Users/jeffw/src/julia/julia-c0317e116a/include/julia
# Copy system image
/Users/jeffw/src/julia/contrib/install.sh 644 /Users/jeffw/src/julia/usr/lib/julia/sys.ji /Users/jeffw/src/julia/julia-c0317e116a/lib/julia
/Users/jeffw/src/julia/contrib/install.sh 755 /Users/jeffw/src/julia/usr/lib/julia/sys.dylib /Users/jeffw/src/julia/julia-c0317e116a/lib/julia
# Copy in system image build script
/Users/jeffw/src/julia/contrib/install.sh 755 contrib/build_sysimg.jl /Users/jeffw/src/julia/julia-c0317e116a/share/julia/
# Copy in standalone executable build script
/Users/jeffw/src/julia/contrib/install.sh 755 contrib/build_executable.jl /Users/jeffw/src/julia/julia-c0317e116a/share/julia/
# Copy in standalone julia-config script
/Users/jeffw/src/julia/contrib/install.sh 755 contrib/julia-config.jl /Users/jeffw/src/julia/julia-c0317e116a/share/julia/
# Copy in all .jl sources as well
cp -R -L /Users/jeffw/src/julia/usr/share/julia /Users/jeffw/src/julia/julia-c0317e116a/share/
# Copy documentation
cp -R -L /Users/jeffw/src/julia/usr/share/doc/julia/* /Users/jeffw/src/julia/julia-c0317e116a/share/doc/julia/
cp -R -L doc/_build/html /Users/jeffw/src/julia/julia-c0317e116a/share/doc/julia/
rm /Users/jeffw/src/julia/julia-c0317e116a/share/doc/julia/html/.buildinfo
# Remove perf suite
rm -rf /Users/jeffw/src/julia/julia-c0317e116a/share/julia/test/perf/
# Remove various files which should not be installed
rm -f /Users/jeffw/src/julia/julia-c0317e116a/share/julia/base/version_git.sh
rm -f /Users/jeffw/src/julia/julia-c0317e116a/share/julia/test/Makefile
# Copy in beautiful new man page
/Users/jeffw/src/julia/contrib/install.sh 644 /Users/jeffw/src/julia/usr/share/man/man1/julia.1 /Users/jeffw/src/julia/julia-c0317e116a/share/man/man1/
# Copy icon and .desktop file
mkdir -p /Users/jeffw/src/julia/julia-c0317e116a/share/icons/hicolor/scalable/apps/
/Users/jeffw/src/julia/contrib/install.sh 644 contrib/julia.svg /Users/jeffw/src/julia/julia-c0317e116a/share/icons/hicolor/scalable/apps/
touch -c /Users/jeffw/src/julia/julia-c0317e116a/share/icons/hicolor/
gtk-update-icon-cache /Users/jeffw/src/julia/julia-c0317e116a/share/icons/hicolor/
make: gtk-update-icon-cache: No such file or directory
make: [install] Error 1 (ignored)
mkdir -p /Users/jeffw/src/julia/julia-c0317e116a/share/applications/
/Users/jeffw/src/julia/contrib/install.sh 644 contrib/julia.desktop /Users/jeffw/src/julia/julia-c0317e116a/share/applications/
# Install appdata file
mkdir -p /Users/jeffw/src/julia/julia-c0317e116a/share/appdata/
/Users/jeffw/src/julia/contrib/install.sh 644 contrib/julia.appdata.xml /Users/jeffw/src/julia/julia-c0317e116a/share/appdata/
# Update RPATH entries and JL_SYSTEM_IMAGE_PATH if ../lib/julia != ../lib/julia
mkdir -p /Users/jeffw/src/julia/julia-c0317e116a/etc
cp -R /Users/jeffw/src/julia/usr/etc/julia /Users/jeffw/src/julia/julia-c0317e116a/etc/
bizarro% su -
Password:
bizarro:~ root# cd /usr/local/src
bizarro:src root# cd ..
bizarro:local root# rm julia
bizarro:local root# cp -a ~jeffw/src/julia/julia-c0317e116a .
bizarro:local root# ln -s /usr/local/julia-c0317e116a julia
bizarro:local root# logout
bizarro% julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.4.0-dev+4894 (2015-05-20 00:12 UTC)
_/ |\__'_|_|_|\__'_| | waT/dumpF1/c0317e1* (fork: 1768 commits, 104 days)
|__/ | x86_64-apple-darwin13.4.0
julia>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment