Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Malformed log file #1

Open
ghost opened this issue Oct 15, 2012 · 2 comments
Open

Malformed log file #1

ghost opened this issue Oct 15, 2012 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 15, 2012

E: Malformed log file '/home/username/dev/BuildRoot/ermine-treap-1cf4e21/setup.log' at line 1

Analogous applicable and for ermine/mltools, at least

@ermine
Copy link
Owner

ermine commented Oct 16, 2012

Probably it is only your local problem. Try to remove setup.log and repeat.

@ghost
Copy link
Author

ghost commented Oct 16, 2012

I gave it one more try

username@username-laptop:~/dev/Build/ermine-treap-1cf4e21$ ./configure --prefix /home/username/dev/Tools/ocaml
I: Running command '/home/username/dev/Tools/ocaml/bin/ocamlc.opt -config > '/tmp/oasis-29d88c.txt''
I: Running command '/home/username/dev/Tools/ocaml/bin/ocamlfind query -format %v findlib > '/tmp/oasis-740968.txt''

Configuration:

ocamldoc: ...................................... /home/username/dev/Tools/ocaml/bin/ocamldoc
OCamlbuild additional flags: ...................
Compile with ocaml profile flag on.: ........... false
Compile with ocaml debug flag on.: ............. true
Remove a directory.: ........................... rm -rf
Remove a file.: ................................ rm -f
suffix_program: ................................
is_native: ..................................... true
findlib_version: ............................... 1.3.3
PS documentation: .............................. $docdir
PDF documentation: ............................. $docdir
DVI documentation: ............................. $docdir
HTML documentation: ............................ $docdir
Documentation root: ............................ $datarootdir/doc/$pkg_name
Man documentation: ............................. $datarootdir/man
Locale-dependent data: ......................... $datarootdir/locale
Info documentation: ............................ $datarootdir/info
Read-only architecture-independent data: ....... $datarootdir
Read-only arch-independent data root: .......... $prefix/share
Object code libraries: ......................... $exec_prefix/lib
Modifiable single-machine data: ................ $prefix/var
Modifiable architecture-independent data: ...... $prefix/com
Read-only single-machine data: ................. $prefix/etc
Program executables: ........................... $exec_prefix/libexec
System admin executables: ...................... $exec_prefix/sbin
User executables: .............................. $exec_prefix/bin
Install architecture-dependent files in dir: ... $prefix
Install architecture-independent files dir: .... /home/username/dev/Tools/ocaml
systhread_supported: ........................... true
default_executable_name: ....................... a.out
ext_dll: ....................................... .so
ext_lib: ....................................... .a
ext_asm: ....................................... .s
ext_obj: ....................................... .o
model: ......................................... default
native_c_compiler: ............................. gcc -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
bytecomp_c_compiler: ........................... gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
standard_runtime: .............................. /home/username/dev/Tools/ocaml/bin/ocamlrun
standard_library: .............................. /home/username/dev/Tools/ocaml/lib/ocaml
standard_library_default: ...................... /home/username/dev/Tools/ocaml/lib/ocaml
ocaml_version: ................................. 4.00.1
ccomp_type: .................................... cc
architecture: .................................. amd64
system: ........................................ linux
os_type: ....................................... Unix
Package version: ............................... 0.1
Package name: .................................. erm_treap
ocamlbuild: .................................... /home/username/dev/Tools/ocaml/bin/ocamlbuild
ocamlopt: ...................................... /home/username/dev/Tools/ocaml/bin/ocamlopt.opt
ocamlc: ........................................ /home/username/dev/Tools/ocaml/bin/ocamlc.opt
ocamlfind: ..................................... /home/username/dev/Tools/ocaml/bin/ocamlfind

username@username-laptop:~/dev/Build/ermine-treap-1cf4e21$ make
ocaml setup.ml -build
I: Running command '/home/username/dev/Tools/ocaml/bin/ocamlbuild erm_treap.cma erm_treap.cmxa erm_treap.a test.native -tag debug'
Finished, 1 target (0 cached) in 00:00:00.

  • ocamlfind ocamlc -c -g -o treap.cmi treap.mli
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/site-lib/zip
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/zip
  • ocamlfind ocamlc -c -g -w A -o treap.cmo treap.ml
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/site-lib/zip
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/zip
  • ocamlfind ocamlc -a treap.cmo -o erm_treap.cma
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/site-lib/zip
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/zip
  • ocamlfind ocamlopt -c -g -w A -o treap.cmx treap.ml
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/site-lib/zip
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/zip
  • ocamlfind ocamlopt -a treap.cmx -o erm_treap.cmxa
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/site-lib/zip
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/zip
  • ocamlfind ocamlc -where > /home/username/dev/Build/ermine-treap-1cf4e21/_build/ocamlc.where
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/site-lib/zip
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/zip
  • ocamlfind ocamlc -c -g -w A -o test.cmo test.ml
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/site-lib/zip
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/zip
  • ocamlfind ocamlopt -c -g -w A -o test.cmx test.ml
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/site-lib/zip
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/zip
  • ocamlfind ocamlopt -g -linkpkg erm_treap.cmxa test.cmx -o test.native
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/site-lib/zip
    ocamlfind: [WARNING] The DLL dllcamlzip.so occurs in multiple directories: /home/username/dev/Tools/ocaml/lib/ocaml/zip
    Finished, 11 targets (0 cached) in 00:00:00.
    I: Running command 'cp '_build/test.native' '_build/test''
    username@username-laptop:/dev/Build/ermine-treap-1cf4e21$ make install
    ocaml setup.ml -install
    E: Malformed log file '/home/username/dev/Build/ermine-treap-1cf4e21/setup.log' at line 1
    make: *** [install] Ошибка 1
    username@username-laptop:
    /dev/Build/ermine-treap-1cf4e21$ rm setup.log
    username@username-laptop:/dev/Build/ermine-treap-1cf4e21$ make install
    ocaml setup.ml -install
    W: Nothing to install for findlib library 'erm_treap'
    username@username-laptop:
    /dev/Build/ermine-treap-1cf4e21$ ocamlc -version
    4.00.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant