Skip to content

Instantly share code, notes, and snippets.

@UnixJunkie
Created April 2, 2014 01:49
Show Gist options
  • Save UnixJunkie/9926629 to your computer and use it in GitHub Desktop.
Save UnixJunkie/9926629 to your computer and use it in GitHub Desktop.
nohup.out from 'nohup obuild --debug+ build'
[CMD]: /home/berenger/.opam/4.01.0/bin/ocamlopt.opt -config
[CMD]: ocamlfind printconf conf
analyzing project
[CMD]: /home/berenger/.opam/4.01.0/bin/ocamlopt.opt -config
[CMD]: /home/berenger/.opam/4.01.0/bin/ocamlopt.opt -vnum
initializing standard library : package unix
initializing standard library : package str
initializing standard library : package stdlib
initializing standard library : package nums
initializing standard library : package dynlink
initializing standard library : package graphics
initializing standard library : package bigarray
getting dependencies for target exe-acpc_mol2tool
fetching META batteries
library batteries depends on threads
fetching META threads
library threads depends on threads.posix
library threads.posix depends on unix
library threads depends on threads.vm
library threads.vm depends on unix
library batteries depends on unix
library batteries depends on num
fetching META num
library num depends on num.core
library batteries depends on bigarray
library batteries depends on str
fetching META dolog
library dolog depends on unix
fetching META vector3
getting dependencies for target exe-acpc_big
getting dependencies for target exe-acpc
fetching META parmap
library parmap depends on bigarray
library parmap depends on unix
building target exe-acpc_big
Building executable acpc_big
preparing compilation for exe-acpc_big
Analysing Big_ac
Big_ac has mtime 1391566587.000000
[CMD]: /home/berenger/.opam/4.01.0/bin/ocamldep.opt -I ./ -I dist/build/autogen -modules big_ac.ml big_ac.mli
Big_ac depends on Arg,Array,Autocorr,Batteries,Filename,Hashtbl,Kde,List,Log,Mol2_parser,My_utils,Printf,String,Sys,Unix,Vector3
Big_ac internally depends on Autocorr,Kde,Mol2_parser,My_utils
Analysing Autocorr
Autocorr has mtime 1391566587.000000
[CMD]: /home/berenger/.opam/4.01.0/bin/ocamldep.opt -I ./ -I dist/build/autogen -modules autocorr.ml autocorr.mli
Autocorr depends on Array,Atom,Batteries,Float,List,My_utils
Autocorr internally depends on Atom,My_utils
Analysing Atom
Atom has mtime 1391566587.000000
[CMD]: /home/berenger/.opam/4.01.0/bin/ocamldep.opt -I ./ -I dist/build/autogen -modules atom.ml atom.mli
Atom depends on Amino_acid,Batteries,List,My_utils,Printf,Scanf,Str,String,Vector3
Atom internally depends on Amino_acid,My_utils
Analysing Amino_acid
Amino_acid has mtime 1391566587.000000
[CMD]: /home/berenger/.opam/4.01.0/bin/ocamldep.opt -I ./ -I dist/build/autogen -modules amino_acid.ml amino_acid.mli
Amino_acid depends on Batteries
Amino_acid internally depends on
Analysing My_utils
My_utils has mtime 1391566731.000000
[CMD]: /home/berenger/.opam/4.01.0/bin/ocamldep.opt -I ./ -I dist/build/autogen -modules my_utils.ml my_utils.mli
My_utils depends on Array,Batteries,Buffer,File,Filename,Float,Hashtbl,Int,List,Log,Marshal,Pervasives,Printf,Random,Scanf,Set,Str,String,Sys,Unix
My_utils internally depends on
Analysing Kde
Kde has mtime 1391566587.000000
[CMD]: /home/berenger/.opam/4.01.0/bin/ocamldep.opt -I ./ -I dist/build/autogen -modules kde.ml kde.mli
Kde depends on Array,Autocorr,Batteries,File,Hashtbl,Legacy,List,Log,My_utils,Printf
Kde internally depends on Autocorr,My_utils
Analysing Mol2_parser
Mol2_parser has mtime 1391566587.000000
[CMD]: /home/berenger/.opam/4.01.0/bin/ocamldep.opt -I ./ -I dist/build/autogen -modules mol2_parser.ml mol2_parser.mli
Mol2_parser depends on Array,Atom,Batteries,Filename,List,Log,My_utils,Printf,Str
Mol2_parser internally depends on Atom,My_utils
[1 of 7] Compiling My_utils
[CMD]: /home/berenger/.opam/4.01.0/bin/ocamlopt.opt -I dist/build/acpc_big -I dist/build/autogen -I ./ -I /home/berenger/.opam/4.01.0/lib/vector3 -I /home/berenger/.opam/4.01.0/lib/ocaml -I /home/berenger/.opam/4.01.0/lib/dolog -I /home/berenger/.opam/4.01.0/lib/ocaml -I /home/berenger/.opam/4.01.0/lib/ocaml -I /home/berenger/.opam/4.01.0/lib/num -I /home/berenger/.opam/4.01.0/lib/num -I /home/berenger/.opam/4.01.0/lib -I /home/berenger/.opam/4.01.0/lib -I /home/berenger/.opam/4.01.0/lib -I /home/berenger/.opam/4.01.0/lib/batteries -bin-annot -o dist/build/acpc_big/my_utils.cmx -c my_utils.ml
[CMD]: /home/berenger/.opam/4.01.0/bin/ocamlopt.opt -I dist/build/acpc_big/opt-d -I dist/build/autogen -I ./ -I /home/berenger/.opam/4.01.0/lib/vector3/opt-d -I /home/berenger/.opam/4.01.0/lib/ocaml/opt-d -I /home/berenger/.opam/4.01.0/lib/dolog/opt-d -I /home/berenger/.opam/4.01.0/lib/ocaml/opt-d -I /home/berenger/.opam/4.01.0/lib/ocaml/opt-d -I /home/berenger/.opam/4.01.0/lib/num/opt-d -I /home/berenger/.opam/4.01.0/lib/num/opt-d -I /home/berenger/.opam/4.01.0/lib/opt-d -I /home/berenger/.opam/4.01.0/lib/opt-d -I /home/berenger/.opam/4.01.0/lib/opt-d -I /home/berenger/.opam/4.01.0/lib/batteries/opt-d -g -bin-annot -o dist/build/acpc_big/opt-d/my_utils.cmx -c my_utils.ml
File "my_utils.ml", line 2, characters 0-14:
Error: Unbound module Batteries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment