https://bugzilla.novell.com/show_bug.cgi?id=891177 https://bugzilla.novell.com/show_bug.cgi?id=891177#c0 Summary: ocamlopt, the native code generator of ocaml, is broken in the distribution package. Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: IA64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dukebright@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 (.NET CLR 3.5.30729) The openSuSE package ocaml 4.01.0-59.1 has the bug. This package has probably had it for many years. I believe I saw the same bug about 4 years ago, but didn't pursue it. The details are in https://forums.opensuse.org/showthread.php/500178-In-the-13-1-ocaml-package-... I suspect there are not many users of ocamlopt in openSuSE, but the MediaWiki Math extension uses it, which is where I encountered the problem. Reproducible: Always Steps to Reproduce: 1. Create the file hw.ml: let () = print_endline "Hello, world!" 2. Execute duke@ee:~/Documents> ocamlopt hw.ml -o hw 3. This is verbatim from http://roscidus.com/blog/blog/2014/07/28/my-first-unikernel/#a-hello-world-k... Actual Results: sh: as: command not found File "hw.ml", line 1: Error: Assembler error, input left in file /tmp/camlasmd7b8ce.s I'm reasonably sure the "as" not found is the (or an) assembler in openSuSE. Expected Results: After executing: duke@ee:~/Documents> ./hw Expect: Hello, world! I am told that Ubuntu doesn't have this problem. I'd rather fight than switch. :) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.