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

Bug#351853: marked as done (ocaml: -pack option on sparc)



Your message dated Thu, 09 Feb 2006 10:02:43 -0800
with message-id <E1F7G7v-0007Xo-6H@spohr.debian.org>
and subject line Bug#351853: fixed in ocaml 3.09.1-3
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)

--- Begin Message ---
Package: ocaml
Version: 3.09.1-2
Severity: important


I have 2 packages that FTBFS on sparc due to options with the linker:
http://buildd.debian.org/fetch.php?&pkg=ocamlgraph&ver=0.95-3&arch=sparc&stamp=1138127229&file=log&as=raw

This bug seems to be related on the compile options passed to "ld". Any
idea ?

(FYI: 
ocamlopt -pack -o graph.cmx sig.cmi sig_pack.cmi util.cmx
unionfind.cmx heap.cmx bitv.cmx per_imp.cmx persistent.cmx
imperative.cmx delaunay.cmx builder.cmx classic.cmx rand.cmx oper.cmx
path.cmx traverse.cmx topological.cmx components.cmx kruskal.cmx
flow.cmx graphviz.cmx gml.cmx pack.cmx gmap.cmx minsep.cmx
cliquetree.cmx mcs_m.cmx md.cmx
/usr/bin/ld: --relax and -r may not be used together
collect2: ld returned 1 exit status
Error during partial linking
)

Regard
Sylvain Le Gall
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-grand
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)

Versions of packages ocaml depends on:
ii  ocaml-base [ocaml-base-3.09.1 3.09.1-2   Runtime system for ocaml bytecode 
ii  ocaml-nox [ocaml-nox-3.09.1]  3.09.1-2   ML language implementation with a 

ocaml recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: ocaml
Source-Version: 3.09.1-3

We believe that the bug you reported is fixed in the latest version of
ocaml, which is due to be installed in the Debian FTP archive:

ocaml-base-nox_3.09.1-3_i386.deb
  to pool/main/o/ocaml/ocaml-base-nox_3.09.1-3_i386.deb
ocaml-base_3.09.1-3_i386.deb
  to pool/main/o/ocaml/ocaml-base_3.09.1-3_i386.deb
ocaml-compiler-libs_3.09.1-3_i386.deb
  to pool/main/o/ocaml/ocaml-compiler-libs_3.09.1-3_i386.deb
ocaml-interp_3.09.1-3_i386.deb
  to pool/main/o/ocaml/ocaml-interp_3.09.1-3_i386.deb
ocaml-mode_3.09.1-3_all.deb
  to pool/main/o/ocaml/ocaml-mode_3.09.1-3_all.deb
ocaml-native-compilers_3.09.1-3_i386.deb
  to pool/main/o/ocaml/ocaml-native-compilers_3.09.1-3_i386.deb
ocaml-nox_3.09.1-3_i386.deb
  to pool/main/o/ocaml/ocaml-nox_3.09.1-3_i386.deb
ocaml-source_3.09.1-3_all.deb
  to pool/main/o/ocaml/ocaml-source_3.09.1-3_all.deb
ocaml_3.09.1-3.diff.gz
  to pool/main/o/ocaml/ocaml_3.09.1-3.diff.gz
ocaml_3.09.1-3.dsc
  to pool/main/o/ocaml/ocaml_3.09.1-3.dsc
ocaml_3.09.1-3_i386.deb
  to pool/main/o/ocaml/ocaml_3.09.1-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 351853@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <julien.cristau@ens-lyon.org> (supplier of updated ocaml package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu,  9 Feb 2006 15:14:43 +0100
Source: ocaml
Binary: ocaml-compiler-libs ocaml-native-compilers ocaml-base ocaml-nox ocaml-mode ocaml-interp ocaml-source ocaml-base-nox ocaml
Architecture: source i386 all
Version: 3.09.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Julien Cristau <julien.cristau@ens-lyon.org>
Description: 
 ocaml      - ML language implementation with a class-based object system
 ocaml-base - Runtime system for ocaml bytecode executables
 ocaml-base-nox - Runtime system for ocaml bytecode executables
 ocaml-compiler-libs - Ocaml interpreter and standard libraries
 ocaml-interp - Ocaml interpreter and standard libraries
 ocaml-mode - A major mode for editing Objective Caml in Emacs
 ocaml-native-compilers - Native code compilers of the ocaml suite (the .opt ones)
 ocaml-nox  - ML language implementation with a class-based object system
 ocaml-source - Sources for Objective Caml
Closes: 347917 351853
Changes: 
 ocaml (3.09.1-3) unstable; urgency=low
 .
   * Enable ocaml-mode for emacs-snapshot (Closes: #347917).
   * Change the patch added in 3.09.1-2, because it broke ocamlopt -pack on
     sparc (we now filter link options to remove the "-Wl," part, and then use
     ld). Thanks to Sylvain Le Gall for noticing, and to Samuel Thibault for
     his help debugging this (Closes: #351853).
   * [debian/rules] Make install-* depend on build-*, and tweak the rules to
     not rerun configure in the 'binary' phase.
Files: 
 8501e6ec1c74fcee208aa845f00a0cf3 951 devel optional ocaml_3.09.1-3.dsc
 8b0becd95adb751c015a264cc094d6c5 68399 devel optional ocaml_3.09.1-3.diff.gz
 8c2dfc91c3418a9e7fc92a50e1566895 95384 devel optional ocaml-mode_3.09.1-3_all.deb
 746680bb5253a7336f173f138152e2f5 6182898 devel optional ocaml-nox_3.09.1-3_i386.deb
 b7deb0b32d0a0dbada5f09762c75b84d 2642400 devel optional ocaml-native-compilers_3.09.1-3_i386.deb
 c6caeb946f7fdd4bb6583e1f80df053b 1800250 devel optional ocaml_3.09.1-3_i386.deb
 56f99f428d21980b7bcd1f7b47345f3a 258564 devel optional ocaml-base-nox_3.09.1-3_i386.deb
 a19e50a4c2fe7070383a90c4ea89c110 67638 devel optional ocaml-base_3.09.1-3_i386.deb
 96f99ce9a622662d776abb0d1c34a930 2084720 devel optional ocaml-source_3.09.1-3_all.deb
 38122f6ca0e86a90b284418f69247f31 1010032 devel optional ocaml-interp_3.09.1-3_i386.deb
 1a64f99804501733952b32b098d05cb4 766612 devel optional ocaml-compiler-libs_3.09.1-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD63/GIae1O4AJae8RAvu9AJ9PI0c2a0tPIfretshu8oZoYscMPwCeLwKK
596tsl5EkFDiqFtN7sREwDE=
=FBW8
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: