[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#551800: marked as done (error in jocamlmktop)



Your message dated Wed, 21 Oct 2009 01:54:47 +0200
with message-id <4ADE4DC7.9060805@dogguy.org>
and subject line Re: Bug#551800: error in jocamlmktop
has caused the Debian Bug report #551800,
regarding error in jocamlmktop
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
551800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551800
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: jocaml
Version: 3.11.1-1
Severity: normal
Tags: patch

$ cat q.ml 
let x = print_endline
$ ocamlc -c q.ml
$ jocamlmktop q.cmo -o q.top
/usr/bin/jocamlmktop: -o option should have an argument

Fix:
--- /usr/bin/jocamlmktop	2009-07-08 00:47:41.000000000 +0300
+++ jocamlmktop	2009-10-20 22:14:30.000000000 +0300
@@ -9,10 +9,7 @@
   if [[ "$TOP" == "" ]] ; then
     TOP="a.out"
   fi
-  if [ ! -f "a.out" ] ; then
-    echo "$0: -o option should have an argument"
-    exit 1
-  else if [ ! -f "$TOP" ] ; then
+  if [ ! -f "$TOP" ] ; then
     echo "$0: The generated toplevel doesn't exist"
     exit 1
   else
@@ -21,5 +18,4 @@
     /usr/lib/jocaml/expunge $TMP $TOP -v Parsetree Env Types
     rm -f $TMP
   fi
-  fi
 fi


-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (990, 'stable'), (800, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages jocaml depends on:
ii  jocaml-base                   3.11.1-1   OCaml extended for concurrent and 
ii  libc6                         2.7-18     GNU C Library: Shared libraries
ii  ocaml-nox [ocaml-nox-3.11.1]  3.11.1-2   ML implementation with a class-bas

jocaml recommends no packages.

jocaml suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
fixed 551800 3.11.1-2
thanks

ygrek a écrit :
> Package: jocaml
> Version: 3.11.1-1
> Severity: normal
> 

This is already fixed in 3.11.1-2.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/


--- End Message ---

Reply to: