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

Bug#607975: marked as done (uuidm.cmxa not build)



Your message dated Sat, 01 Jan 2011 17:35:38 +0100
with message-id <4D1F57DA.9020404@debian.org>
and subject line Re: Bug#607975: uuidm.cmxa not build
has caused the Debian Bug report #607975,
regarding uuidm.cmxa not build
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.)


-- 
607975: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607975
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: uuidm
Version: 0.9.3-3
Severity: normal

Hi,

when building native code binaries using uuidm the linking fails to
find uuidm.cmxa. The attached patch adds the file.

MfG
	Goswin

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (666, 'unstable'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-debian-xen-1 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
diff -u uuidm-0.9.3/debian/changelog uuidm-0.9.3/debian/changelog
--- uuidm-0.9.3/debian/changelog
+++ uuidm-0.9.3/debian/changelog
@@ -1,3 +1,9 @@
+uuidm (0.9.3-3a0.mrvn.1) unstable; urgency=low
+
+  * Build uuidm.cmxa
+
+ -- Goswin von Brederlow <goswin-v-b@web.de>  Thu, 15 Jul 2010 11:40:12 +0200
+
 uuidm (0.9.3-3) unstable; urgency=low
 
   * Use dh-ocaml 0.9 features
only in patch2:
unchanged:
--- uuidm-0.9.3.orig/build
+++ uuidm-0.9.3/build
@@ -29,7 +29,7 @@
     module-byte) 
       ocb $PROJECTNAME.cmo ;;
     module-native) 
-      ocb $PROJECTNAME.cmx ;;
+      ocb $PROJECTNAME.cmxa ;;
     module)
       action module-native
       action module-byte ;;
@@ -45,7 +45,7 @@
       action module
       $MKDIR -p $INSTALLDIR
       F="_build/src/$PROJECTNAME"
-      $CP $F.ml $F.mli $F.cmi $F.cmo $F.cmx $F.o src/META $INSTALLDIR ;;
+      $CP $F.ml $F.mli $F.cmi $F.cmo $F.cmxa $F.a $F.o src/META $INSTALLDIR ;;
     distrib) distrib ;;
     clean) 
       ocb -clean ;;

--- End Message ---
--- Begin Message ---
tags 607975 + wontfix
thanks

Le 25/12/2010 15:33, Goswin von Brederlow a écrit :
> when building native code binaries using uuidm the linking fails to
> find uuidm.cmxa. The attached patch adds the file.

I don't see how this is a bug. This is a single-module library, and
upstream chose to install only .cmo/.cmx, so users of this library
should use only these. Moreover, the META file references only .cmo/.cmx
files.


Cheers,

-- 
Stéphane



--- End Message ---

Reply to: