From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 4D4A97F20B for ; Mon, 18 Feb 2013 07:55:12 +0100 (CET) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=pra; client-ip=192.109.42.8; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=mailfrom; client-ip=192.109.42.8; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@einhorn.in-berlin.de) identity=helo; client-ip=192.109.42.8; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="postmaster@einhorn.in-berlin.de"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ah0JAEbPIVHAbSoIe2dsb2JhbABEhkm0R4UOAoEGFg4BARYmBCOCSXoRAgUhAhEFGIhWBJ5ZjlORQxWBDo1XgnEyYQOOJIgHgR6SQw X-IPAS-Result: Ah0JAEbPIVHAbSoIe2dsb2JhbABEhkm0R4UOAoEGFg4BARYmBCOCSXoRAgUhAhEFGIhWBJ5ZjlORQxWBDo1XgnEyYQOOJIgHgR6SQw X-IronPort-AV: E=Sophos;i="4.84,684,1355094000"; d="scan'208";a="2522691" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 Feb 2013 07:55:11 +0100 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from first (e178016215.adsl.alicedsl.de [85.178.16.215]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id r1I6t9LR030287 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 18 Feb 2013 07:55:10 +0100 Received: by first (Postfix, from userid 1000) id 7F34915400E6; Mon, 18 Feb 2013 07:55:08 +0100 (CET) Date: Mon, 18 Feb 2013 07:55:09 +0100 From: oliver To: caml-list@inria.fr Message-ID: <20130218065509.GA15296@siouxsie> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 Subject: [Caml-list] Some warnings, when building opt.opt from 4.00.1 Hello, I did not followed with my eyes the whole time, while making OCaml 4.00, but this stuff I found, when doing $ make opt.opt: ====================== [...] camlp4/Camlp4Filters/Camlp4TrashRemover.o ../ocamlcomp.sh dynlink.cma -g -I stdlib -I ../otherlibs/dynlink stdlib/arg.cmo stdlib/array.cmo stdlib/buffer.cmo stdlib/char.cmo stdlib/filename.cmo stdlib/format.cmo stdlib/hashtbl.cmo stdlib/lexing.cmo stdlib/list.cmo stdlib/parsing.cmo stdlib/pervasives.cmo stdlib/printf.cmo stdlib/string.cmo stdlib/sys.cmo camlp4/Camlp4_import.cmo camlp4/Camlp4_config.cmo stdlib/int32.cmo stdlib/int64.cmo stdlib/nativeint.cmo stdlib/obj.cmo stdlib/queue.cmo stdlib/set.cmo stdlib/sort.cmo stdlib/stream.cmo camlp4/boot/Camlp4.cmo stdlib/lazy.cmo stdlib/stack.cmo camlp4/boot/camlp4boot.cmo -o camlp4/boot/camlp4boot.byte File "stdlib/arg.cmo", line 1: Warning 31: files stdlib/arg.cmo and ../stdlib/stdlib.cma(Arg) both define a module named Arg File "stdlib/array.cmo", line 1: Warning 31: files stdlib/array.cmo and ../stdlib/stdlib.cma(Array) both define a module named Array File "stdlib/buffer.cmo", line 1: Warning 31: files stdlib/buffer.cmo and ../stdlib/stdlib.cma(Buffer) both define a module named Buffer File "stdlib/char.cmo", line 1: Warning 31: files stdlib/char.cmo and ../stdlib/stdlib.cma(Char) both define a module named Char File "stdlib/filename.cmo", line 1: Warning 31: files stdlib/filename.cmo and ../stdlib/stdlib.cma(Filename) both define a module named Filename File "stdlib/format.cmo", line 1: Warning 31: files stdlib/format.cmo and ../stdlib/stdlib.cma(Format) both define a module named Format File "stdlib/hashtbl.cmo", line 1: Warning 31: files stdlib/hashtbl.cmo and ../stdlib/stdlib.cma(Hashtbl) both define a module named Hashtbl File "stdlib/lexing.cmo", line 1: Warning 31: files stdlib/lexing.cmo and ../stdlib/stdlib.cma(Lexing) both define a module named Lexing File "stdlib/list.cmo", line 1: Warning 31: files stdlib/list.cmo and ../stdlib/stdlib.cma(List) both define a module named List File "stdlib/parsing.cmo", line 1: Warning 31: files stdlib/parsing.cmo and ../stdlib/stdlib.cma(Parsing) both define a module named Parsing File "stdlib/pervasives.cmo", line 1: Warning 31: files stdlib/pervasives.cmo and ../stdlib/stdlib.cma(Pervasives) both define a module named Pervasives File "stdlib/printf.cmo", line 1: Warning 31: files stdlib/printf.cmo and ../stdlib/stdlib.cma(Printf) both define a module named Printf File "stdlib/string.cmo", line 1: Warning 31: files stdlib/string.cmo and ../stdlib/stdlib.cma(String) both define a module named String File "stdlib/sys.cmo", line 1: Warning 31: files stdlib/sys.cmo and ../stdlib/stdlib.cma(Sys) both define a module named Sys File "stdlib/int32.cmo", line 1: Warning 31: files stdlib/int32.cmo and ../stdlib/stdlib.cma(Int32) both define a module named Int32 File "stdlib/int64.cmo", line 1: Warning 31: files stdlib/int64.cmo and ../stdlib/stdlib.cma(Int64) both define a module named Int64 File "stdlib/nativeint.cmo", line 1: Warning 31: files stdlib/nativeint.cmo and ../stdlib/stdlib.cma(Nativeint) both define a module named Nativeint File "stdlib/obj.cmo", line 1: Warning 31: files stdlib/obj.cmo and ../stdlib/stdlib.cma(Obj) both define a module named Obj File "stdlib/queue.cmo", line 1: Warning 31: files stdlib/queue.cmo and ../stdlib/stdlib.cma(Queue) both define a module named Queue File "stdlib/set.cmo", line 1: Warning 31: files stdlib/set.cmo and ../stdlib/stdlib.cma(Set) both define a module named Set File "stdlib/sort.cmo", line 1: Warning 31: files stdlib/sort.cmo and ../stdlib/stdlib.cma(Sort) both define a module named Sort File "stdlib/stream.cmo", line 1: Warning 31: files stdlib/stream.cmo and ../stdlib/stdlib.cma(Stream) both define a module named Stream File "stdlib/stack.cmo", line 1: Warning 31: files stdlib/stack.cmo and ../stdlib/stdlib.cma(Stack) both define a module named Stack ../ocamlcompopt.sh -nostdlib -c -g -warn-error A -I camlp4 -I stdlib -o camlp4/Camlp4_import.cmx camlp4/Camlp4_import.ml ../ocamlcompopt.sh -nostdlib -c -for-pack Camlp4 -g -warn-error A -w Z -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Sig.cmx camlp4/Camlp4/Sig.ml ../ocamlcompopt.sh -nostdlib -c -for-pack Camlp4 -g -warn-error A -w Z -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/OCamlInitSyntax.cmx camlp4/Camlp4/OCamlInitSyntax.ml ../ocamlcompopt.sh -nostdlib -c -g -warn-error A -w Z -I camlp4 -I stdlib -o camlp4/Camlp4_config.cmx camlp4/Camlp4_config.ml ../ocamlcompopt.sh -nostdlib -c -for-pack Camlp4 -g -warn-error A -w Z -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/ErrorHandler.ml ../ocamlcompopt.sh -nostdlib -c -for-pack Camlp4.Struct -g -warn-error A -w Z -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Loc.cmx camlp4/Camlp4/Struct/Loc.ml ../ocamlcompopt.sh -nostdlib -c -for-pack Camlp4.Struct -g -warn-error A -w Z -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Token.ml [...] ====================== Ciao, Oliver