caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* build/fastworld issues
@ 2010-06-04  7:56 Török Edwin
  2010-06-10 20:21 ` [Caml-list] " Nicolas Pouillard
  0 siblings, 1 reply; 4+ messages in thread
From: Török Edwin @ 2010-06-04  7:56 UTC (permalink / raw)
  To: caml-list

Hi,

I have successfully built 3.12.0+dev25 with 'make world.opt', but I get
an error if I try 'build/fastworld.sh'.
Both 'make world.opt' and 'build/fastworld.sh' work fine on ocaml 3.11.2.

Here is the error:
+ ./ocamlopt.opt -nostdlib -c -g -warn-error A -I otherlibs/dynlink/nat
-I stdlib -o otherlibs/dynlink/nat/dynlink.cmx
otherlibs/dynlink/nat/dynlink.ml
File "otherlibs/dynlink/nat/dynlink.ml", line 43, characters 0-15:
Error: Unbound module Cmx_format
Command exited with code 2.
Compilation unsuccessful after building 1621 targets (678 cached) in
00:00:18.

This happens on Debian unstable, x86-64.
Should I open a bugreport, or is reporting to this list about problems
with trunk enough?

Best regards,
--Edwin


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] build/fastworld issues
  2010-06-04  7:56 build/fastworld issues Török Edwin
@ 2010-06-10 20:21 ` Nicolas Pouillard
  2010-06-10 21:02   ` Török Edwin
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Pouillard @ 2010-06-10 20:21 UTC (permalink / raw)
  To: Török Edwin, caml-list

On Fri, 04 Jun 2010 10:56:51 +0300, Török Edwin <edwintorok@gmail.com> wrote:
> Hi,
> 
> I have successfully built 3.12.0+dev25 with 'make world.opt', but I get
> an error if I try 'build/fastworld.sh'.
> Both 'make world.opt' and 'build/fastworld.sh' work fine on ocaml 3.11.2.
> 
> Here is the error:
> + ./ocamlopt.opt -nostdlib -c -g -warn-error A -I otherlibs/dynlink/nat
> -I stdlib -o otherlibs/dynlink/nat/dynlink.cmx
> otherlibs/dynlink/nat/dynlink.ml
> File "otherlibs/dynlink/nat/dynlink.ml", line 43, characters 0-15:
> Error: Unbound module Cmx_format
> Command exited with code 2.
> Compilation unsuccessful after building 1621 targets (678 cached) in
> 00:00:18.
> 
> This happens on Debian unstable, x86-64.
> Should I open a bugreport, or is reporting to this list about problems
> with trunk enough?

This issue is fixed in the 3.12 branch.

-- 
Nicolas Pouillard
http://nicolaspouillard.fr


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] build/fastworld issues
  2010-06-10 20:21 ` [Caml-list] " Nicolas Pouillard
@ 2010-06-10 21:02   ` Török Edwin
  2010-06-10 21:31     ` Nicolas Pouillard
  0 siblings, 1 reply; 4+ messages in thread
From: Török Edwin @ 2010-06-10 21:02 UTC (permalink / raw)
  To: Nicolas Pouillard; +Cc: caml-list

On 2010-06-10 23:21, Nicolas Pouillard wrote:
> On Fri, 04 Jun 2010 10:56:51 +0300, Török Edwin <edwintorok@gmail.com> wrote:
>> Hi,
>>
>> I have successfully built 3.12.0+dev25 with 'make world.opt', but I get
>> an error if I try 'build/fastworld.sh'.
>> Both 'make world.opt' and 'build/fastworld.sh' work fine on ocaml 3.11.2.
>>
>> Here is the error:
>> + ./ocamlopt.opt -nostdlib -c -g -warn-error A -I otherlibs/dynlink/nat
>> -I stdlib -o otherlibs/dynlink/nat/dynlink.cmx
>> otherlibs/dynlink/nat/dynlink.ml
>> File "otherlibs/dynlink/nat/dynlink.ml", line 43, characters 0-15:
>> Error: Unbound module Cmx_format
>> Command exited with code 2.
>> Compilation unsuccessful after building 1621 targets (678 cached) in
>> 00:00:18.
>>
>> This happens on Debian unstable, x86-64.
>> Should I open a bugreport, or is reporting to this list about problems
>> with trunk enough?
> 
> This issue is fixed in the 3.12 branch.
> 

Thanks, switching to 3.12 branch worked.
Not being familiar with OCaml development process I thought that 3.12
will be released from trunk, I didn't know 3.12 branch existed already.

Best regards,
--Edwin


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] build/fastworld issues
  2010-06-10 21:02   ` Török Edwin
@ 2010-06-10 21:31     ` Nicolas Pouillard
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Pouillard @ 2010-06-10 21:31 UTC (permalink / raw)
  To: Török Edwin; +Cc: caml-list

On Fri, 11 Jun 2010 00:02:58 +0300, Török Edwin <edwintorok@gmail.com> wrote:
> On 2010-06-10 23:21, Nicolas Pouillard wrote:
> > On Fri, 04 Jun 2010 10:56:51 +0300, Török Edwin <edwintorok@gmail.com> wrote:
> >> Hi,
> >>
> >> I have successfully built 3.12.0+dev25 with 'make world.opt', but I get
> >> an error if I try 'build/fastworld.sh'.
> >> Both 'make world.opt' and 'build/fastworld.sh' work fine on ocaml 3.11.2.
> >>
> >> Here is the error:
> >> + ./ocamlopt.opt -nostdlib -c -g -warn-error A -I otherlibs/dynlink/nat
> >> -I stdlib -o otherlibs/dynlink/nat/dynlink.cmx
> >> otherlibs/dynlink/nat/dynlink.ml
> >> File "otherlibs/dynlink/nat/dynlink.ml", line 43, characters 0-15:
> >> Error: Unbound module Cmx_format
> >> Command exited with code 2.
> >> Compilation unsuccessful after building 1621 targets (678 cached) in
> >> 00:00:18.
> >>
> >> This happens on Debian unstable, x86-64.
> >> Should I open a bugreport, or is reporting to this list about problems
> >> with trunk enough?
> > 
> > This issue is fixed in the 3.12 branch.
> > 
> 
> Thanks, switching to 3.12 branch worked.
> Not being familiar with OCaml development process I thought that 3.12
> will be released from trunk, I didn't know 3.12 branch existed already.

The 3.12 branch is quite new. Recently forked off the trunk. Bug-fixes
goes to both and breaking code goes to trunk. However since the beta
release is quite soon the trunk may not be up to date.

Best regards,

-- 
Nicolas Pouillard
http://nicolaspouillard.fr


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-10 21:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-04  7:56 build/fastworld issues Török Edwin
2010-06-10 20:21 ` [Caml-list] " Nicolas Pouillard
2010-06-10 21:02   ` Török Edwin
2010-06-10 21:31     ` Nicolas Pouillard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).