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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id E3D287EE49 for ; Mon, 18 Feb 2013 08:42:53 +0100 (CET) Received-SPF: None (mail2-smtp-roc.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=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.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=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.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=mail2-smtp-roc.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: Ai4EAPzaIVHAbSoIe2dsb2JhbABFhkm0R4URgQQWDgEBFiYEI4IfAQEFI1YQCwkFCgICBSECAg8FGDEuh3cErTCRSxWBDo1XPQeCLTJhA44kiAeTYQ X-IPAS-Result: Ai4EAPzaIVHAbSoIe2dsb2JhbABFhkm0R4URgQQWDgEBFiYEI4IfAQEFI1YQCwkFCgICBSECAg8FGDEuh3cErTCRSxWBDo1XPQeCLTJhA44kiAeTYQ X-IronPort-AV: E=Sophos;i="4.84,684,1355094000"; d="scan'208";a="3286306" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 Feb 2013 08:42:53 +0100 X-Envelope-From: oliver@first.in-berlin.de 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 r1I7gqOi002201 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 18 Feb 2013 08:42:53 +0100 Received: by first (Postfix, from userid 1000) id A806115400E6; Mon, 18 Feb 2013 08:42:52 +0100 (CET) Date: Mon, 18 Feb 2013 08:42:52 +0100 From: oliver To: Robert Jakob Cc: caml-list@inria.fr Message-ID: <20130218074252.GA16260@siouxsie> References: <20130211113903.17166qilttaqvk93@webmail.in-berlin.de> <511A2F4C.4060501@robertjakob.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <511A2F4C.4060501@robertjakob.de> User-Agent: Mutt/1.5.20 (2009-06-14) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 Subject: Re: [Caml-list] findlib-problem: packages seem to be there at many places On Tue, Feb 12, 2013 at 01:02:20PM +0100, Robert Jakob wrote: > > >ocamlfind ocamlc -package > >pcre,netstring,netsys,netclient,curl,xml-light -c scriptparser.mli > >findlib: [WARNING] Interface netstring_pcre.cmi occurs in several > >directories: /usr/lib/ocaml/netstring, /usr/lib/ocaml/netstring-pcre > >Any ideas where this can come from? > Well, as it says, there are interface files with > the same name in both /usr/lib/ocaml/netstring and > /usr/lib/ocaml/netstring-pcre. > > When I recall correctly, there was a version change > in netstring which extracted the pcre part to an extra > library. > > Just a rough guess: it seams you have installed an old > version of netstring (where pcre was still part of netstring) > and a version of netstring-pce which was extracted. > Possible solution: Install newer version of netstring? [...] I had installed a not-current and some days later the current ocamlnet. Even the old package should have been removed automatically, that was not the case. After removing the lib and reinstalling it, this problem vanished. (It should never occur... the details are a an issue for philosophoical admins ;-)) Ciao, Oliver