From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id AAA20348; Sun, 2 May 2004 00:36:24 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id AAA19735 for ; Sun, 2 May 2004 00:36:23 +0200 (MET DST) Received: from quick.recoil.org (quick.recoil.org [194.70.3.133]) by nez-perce.inria.fr (8.12.10/8.12.10) with SMTP id i41MaMEV005250 for ; Sun, 2 May 2004 00:36:22 +0200 Received: (qmail 20967 invoked by uid 10000); 1 May 2004 22:36:24 -0000 Date: Sat, 1 May 2004 23:36:24 +0100 From: Anil Madhavapeddy To: Kip Macy Cc: caml-list@inria.fr Subject: Re: [Caml-list] problems compiling on x86_64 Fedora Core relase 1.91 Message-ID: <20040501223624.GA26139@quick.recoil.org> References: <20040501145503.O68018@demos.bsdclusters.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040501145503.O68018@demos.bsdclusters.com> User-Agent: Mutt/1.4.2i X-Miltered: at nez-perce with ID 40942666.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 2004:99 kip:99 ocamldoc:01 otherlibs:01 otherlibs:01 -warn-error:01 odoc:01 mli:01 ocamlcomp:01 -pp:01 debug':01 bytecomp:01 stdlib:01 dynlink:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Sat, May 01, 2004 at 03:05:27PM -0700, Kip Macy wrote: > Everything appears to go smoothly but I get errors in compiling > ocamldoc. I've attached the full build log. > > ynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph > -warn-error A -c odoc_sig.mli > ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I > ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I > ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I > ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error > A -c odoc_sig.ml > File "odoc_sig.ml", line 1302, characters 16-17: > Syntax error > make[1]: *** [odoc_sig.cmo] Error 2 > make[1]: Leaving directory `/home/kmacy/tmp/ocaml-3.07/ocamldoc' > make: *** [ocamldoc] Error 2 That's odd... I found 3.07p2 died far earlier on openbsd/amd64 since exception handling is broken in the current release ... have you tried compiling the cvs version instead? The smallest fix (modified a bit to work with our older binutils) is at: http://www.openbsd.org/cgi-bin/cvsweb.cgi/ports/lang/ocaml/patches/patch-asmrun_amd64_S Not sure it'll help this particular problem, but worth a try... -- Anil Madhavapeddy http://anil.recoil.org University of Cambridge http://www.cl.cam.ac.uk ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners