Your message dated Mon, 26 Apr 2004 18:04:05 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#245510: OCamlMake: LIBS not included in ncl target final 
link
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Apr 2004 15:26:03 +0000
>From [EMAIL PROTECTED] Fri Apr 23 08:26:03 2004
Return-path: <[EMAIL PROTECTED]>
Received: from gatekeeper.excelhustler.com 
(gatekeeper.elmer.external.excelhustler.com) [68.99.114.105] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BH2Z1-00066o-00; Fri, 23 Apr 2004 08:26:03 -0700
Received: from chatterbox.elmer.internal.excelhustler.com (unknown 
[192.168.0.12])
        (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
        (Client CN "chatterbox.elmer.internal.excelhustler.com", Issuer 
"excelhustler.com" (not verified))
        by gatekeeper.elmer.external.excelhustler.com (Postfix) with ESMTP
        id 390D2E016C; Fri, 23 Apr 2004 10:25:32 -0500 (CDT)
Received: from localhost (localhost [127.0.0.1])
        by chatterbox.elmer.internal.excelhustler.com (Postfix) with ESMTP
        id CB85F5C006; Fri, 23 Apr 2004 10:25:31 -0500 (CDT)
Received: from wile.internal.excelhustler.com (wile.internal.excelhustler.com 
[192.168.1.34])
        by chatterbox.elmer.internal.excelhustler.com (Postfix) with ESMTP
        id 90FAB5C005; Fri, 23 Apr 2004 10:25:31 -0500 (CDT)
Received: by wile.internal.excelhustler.com (Postfix, from userid 1000)
        id 8A6DD2E07A; Fri, 23 Apr 2004 10:25:31 -0500 (CDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: John Goerzen <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: OCamlMake: LIBS not included in ncl target final link 
X-Mailer: reportbug 2.56
Date: Fri, 23 Apr 2004 10:25:31 -0500
Message-Id: <[EMAIL PROTECTED]>
X-Scanned-By: clamscan at chatterbox.elmer.internal.excelhustler.com
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Package: ocaml-tools
Version: 2004.03.18-1
Severity: normal

The LIBS variable is used for the bcl target... for instance:

LIBS=str

When building a library with bcl, it will include str.cma.  However, for
building a library with ncl, str.cmxa is not included (nor is str.cma
for that matter).


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.4
Locale: LANG=C, LC_CTYPE=en_US

Versions of packages ocaml-tools depends on:
ii  ocaml-base [ocaml-base-3.07]  3.07.2a-2  Runtime system for ocaml bytecode 

-- no debconf information

---------------------------------------
Received: (at 245510-close) by bugs.debian.org; 26 Apr 2004 16:04:07 +0000
>From [EMAIL PROTECTED] Mon Apr 26 09:04:07 2004
Return-path: <[EMAIL PROTECTED]>
Received: from relay-1v.club-internet.fr [194.158.96.112] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BI8aV-0006VY-00; Mon, 26 Apr 2004 09:04:07 -0700
Received: from localhost (f02v-21-57.d1.club-internet.fr [212.194.32.57])
        by relay-1v.club-internet.fr (Postfix) with ESMTP
        id C56C4870; Mon, 26 Apr 2004 18:04:05 +0200 (CEST)
Received: from rt by localhost with local (Exim 3.36 #1 (Debian))
        id 1BI8aU-0000Tb-00; Mon, 26 Apr 2004 18:04:06 +0200
Date: Mon, 26 Apr 2004 18:04:05 +0200
From: Ralf Treinen <[EMAIL PROTECTED]>
To: John Goerzen <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: Bug#245510: OCamlMake: LIBS not included in ncl target final link
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL 
PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.5.1+cvs20040105i
Sender: Ralf Treinen <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

On Mon, Apr 26, 2004 at 10:38:27AM -0500, John Goerzen wrote:
> On Mon, Apr 26, 2004 at 05:35:33PM +0200, Ralf Treinen wrote:
> >   The analogue in bytecode works. Hence OCamlMakefile does it the
> >   right way.
> > 
> > May I close the bug? If you don't agree please put Markus in
> > cc (Markus Mottl <[EMAIL PROTECTED]>).
> 
> Perhaps it should be reassigned to ocaml itself?

OK, if you think that you need this feature in ocaml then please
submit a wishlist bug against ocaml, explaining why you want this
feature.

I will close this bug for ocaml-tools then.

-Ralf.
-- 

Reply via email to