Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subversion build of /version/3.12 fails: Unbound module Camlp4_import #5359

Closed
vicuna opened this issue Sep 21, 2011 · 0 comments
Closed

Subversion build of /version/3.12 fails: Unbound module Camlp4_import #5359

vicuna opened this issue Sep 21, 2011 · 0 comments

Comments

@vicuna
Copy link

vicuna commented Sep 21, 2011

Original bug ID: 5359
Reporter: metasyntax
Assigned to: @xclerc
Status: closed (set by @xavierleroy on 2012-09-25T18:07:21Z)
Resolution: fixed
Priority: normal
Severity: major
Version: 3.12.1
Fixed in version: 3.12.1
Category: -for Camlp4 use https://github.com/ocaml/camlp4/issues

Bug description

When I try to compile /version/3.12 from Subversion, I get an error: "Unbound module Camlp4_import." Here are the exact steps that I'm following:

$ svn checkout http://caml.inria.fr/svn/ocaml/version/3.12 ocaml-svn-3.12
[...]
Checked out revision 11206.
$ cd ocaml-svn-3.12
$ ./configure
[configure output attached]
$ make world.opt
[...]
../ocamlcomp.sh -c -g -warn-error A -w a -I ../otherlibs/dynlink -I camlp4/boot -I camlp4 -I stdlib -o camlp4/boot/Camlp4.cmo camlp4/boot/Camlp4.ml
File "camlp4/boot/Camlp4.ml", line 442, characters 37-61:
Error: Unbound module Camlp4_import
Exit code 2 while executing this command:
../ocamlcomp.sh -c -g -warn-error A -w a -I ../otherlibs/dynlink -I camlp4/boot -I camlp4 -I stdlib -o camlp4/boot/Camlp4.cmo camlp4/boot/Camlp4.ml
make[1]: *** [camlp4out] Error 2

Additional information

I didn't know if it was worthy to report a build error in Subversion. I'm using Linux 3.0 on x86_64. Please let me know if you need any further information or testing. Thanks!

$ uname -a
Linux fw-its-kt209a-2 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011 x86_64 Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz GenuineIntel GNU/Linux

File attachments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant