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 F28D27F961 for ; Tue, 24 Jun 2014 19:21:30 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of agarwal1975@gmail.com) identity=pra; client-ip=209.85.192.52; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="agarwal1975@gmail.com"; x-sender="agarwal1975@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of agarwal1975@gmail.com designates 209.85.192.52 as permitted sender) identity=mailfrom; client-ip=209.85.192.52; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="agarwal1975@gmail.com"; x-sender="agarwal1975@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-qg0-f52.google.com) identity=helo; client-ip=209.85.192.52; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="agarwal1975@gmail.com"; x-sender="postmaster@mail-qg0-f52.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmsBAAizqVPRVcA0lGdsb2JhbABZhDmCbadTBpk6AYEACBYPAQEBAQcLCwkSKoQDAQEBAwESER0BGx0BAwELBgUEAQYNKgICIQEBEQEFARwGEyKICwEDCQigf2qLJ4FygxCRaQoZJw1lhWMRAQUMhVeGdIIlB4J3gUwBBJhUgX2NYYQZGCmDMIFeIQ X-IPAS-Result: AmsBAAizqVPRVcA0lGdsb2JhbABZhDmCbadTBpk6AYEACBYPAQEBAQcLCwkSKoQDAQEBAwESER0BGx0BAwELBgUEAQYNKgICIQEBEQEFARwGEyKICwEDCQigf2qLJ4FygxCRaQoZJw1lhWMRAQUMhVeGdIIlB4J3gUwBBJhUgX2NYYQZGCmDMIFeIQ X-IronPort-AV: E=Sophos;i="5.01,539,1400018400"; d="scan'208";a="68700240" Received: from mail-qg0-f52.google.com ([209.85.192.52]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 24 Jun 2014 19:21:30 +0200 Received: by mail-qg0-f52.google.com with SMTP id f51so556828qge.25 for ; Tue, 24 Jun 2014 10:21:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=zq1oGaKT6TsgA3ewOntrICkxMKSOt8Hsy8q2OJ6ExzM=; b=bw9V8heeC+2GIq4zfpAAa6r6cK+heIAmxf5z11se+bwtpBSg/WYCZjg1KcBfdU7l4f m2RzJ0XNqEZIil3eeq56wwzBrA/FPZ4/fMEb1wTR0WZ3hJHPrMwLscP34hPz7q9w8ZEd H1Y89cRP9F1/uEnt7YLxG879eB6yh3fTFwOshaIDZ/lJzV0Q2WGXt9LrpOlHp+GV06vX J4G31/Czh4Ap4BqoZr6Sqj4kSPmrJrnaBwUpmPUCvC/uSTXTEVOb+aRfFIVBNc4UFLwi Y4NQ9JmjJlRy/CqSGdLKLr8vvQ2Pool39Rj/yKVHg5NW7BAIHXKDrPs1vgeLES/mQACc O7+A== X-Received: by 10.224.34.73 with SMTP id k9mr4019342qad.11.1403630489346; Tue, 24 Jun 2014 10:21:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.133.78 with HTTP; Tue, 24 Jun 2014 10:21:09 -0700 (PDT) In-Reply-To: References: From: Ashish Agarwal Date: Tue, 24 Jun 2014 13:21:09 -0400 Message-ID: To: Kakadu Cc: Caml List Content-Type: multipart/alternative; boundary=001a11c2047cb6b40404fc9830fa Subject: Re: [Caml-list] avoid [WARNING] Interface topdirs.cmi occurs in several directories --001a11c2047cb6b40404fc9830fa Content-Type: text/plain; charset=UTF-8 I can try your hack, but let's fix the problem correctly. The real question is why does the compiler install the file in two places: ocaml/compiler-libs/topdirs.cmi ocaml/topdirs.cmi On Tue, Jun 24, 2014 at 12:02 PM, Kakadu wrote: > I have removed this file and it seems everything works after that. > > Happy hacking, > Kakadu > > On Tue, Jun 24, 2014 at 7:47 PM, Ashish Agarwal > wrote: > > Is there some way to silence the following: > > > > [WARNING] Interface topdirs.cmi occurs in several directories: ... > > > > None of the warning flags seem to affect this. > > > --001a11c2047cb6b40404fc9830fa Content-Type: text/html; charset=UTF-8
I can try your hack, but let's fix the problem correctly. The real question is why does the compiler install the file in two places:

ocaml/compiler-libs/topdirs.cmi
ocaml/topdirs.cmi



On Tue, Jun 24, 2014 at 12:02 PM, Kakadu <kakadu.hafanana@gmail.com> wrote:
I have removed this file and it seems everything works after that.

Happy hacking,
Kakadu

On Tue, Jun 24, 2014 at 7:47 PM, Ashish Agarwal <agarwal1975@gmail.com> wrote:
> Is there some way to silence the following:
>
> [WARNING] Interface topdirs.cmi occurs in several directories: ...
>
> None of the warning flags seem to affect this.
>

--001a11c2047cb6b40404fc9830fa--