Erlang Mailing Lists

Author Message

<  Erlang bugs mailing list  ~  Can't compile R11B-2

Guest
Posted: Sun Nov 19, 2006 6:04 pm Reply with quote
Guest
I'v got ubuntu edgy distribution for amd64.
I have some trubles.

xnix@darkstar:/tmp/otp_src_R11B-2$ uname -a
Linux darkstar 2.6.17-10-generic #2 SMP Fri Oct 13 15:34:39 UTC 2006
x86_64 GNU/Linux

I done ./configure --enable-smp , all was success.

Then I typed "make" an got this.

make[1]: Entering directory `/tmp/otp_src_R11B-2/lib'
make[2]: Entering directory `/tmp/otp_src_R11B-2/lib/parsetools'
=== Entering application parsetools
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/parsetools/src'
erlc -W +debug_info -I/tmp/otp_src_R11B-2/lib/stdlib/include -o../ebin
yecc.erl
/tmp/otp_src_R11B-2/lib/parsetools/src/../ebin/yecc.bea#: error writing
file
make[3]: *** [../ebin/yecc.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/parsetools/src'
=== Skipping subdir doc/src, it is missing
=== Leaving application parsetools
make[2]: Leaving directory `/tmp/otp_src_R11B-2/lib/parsetools'
make[2]: Entering directory `/tmp/otp_src_R11B-2/lib/asn1/src'
erlc -W -bbeam -o../ebin +debug_info -I/tmp/otp_src_R11B-2/lib/stdlib
+warn_unused_vars -Dvsn=\"1.4.4.11\" asn1ct.erl
/tmp/otp_src_R11B-2/lib/asn1/src/../ebin/asn1ct.bea#: error writing file
make[2]: *** [../ebin/asn1ct.beam] Error 1
make[2]: Leaving directory `/tmp/otp_src_R11B-2/lib/asn1/src'
make[2]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe'
Makefile:35: warning: overriding commands for target `docs'
/tmp/otp_src_R11B-2/make/otp_subdir.mk:28: warning: ignoring old
commands for target `docs'
=== Entering application hipe
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/rtl'
erlc -W +debug_info +inline -o../ebin hipe_rtl_arch.erl
/tmp/otp_src_R11B-2/lib/hipe/rtl/../ebin/hipe_rtl_arch.bea#: error
writing file
make[3]: *** [../ebin/hipe_rtl_arch.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/rtl'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/misc'
erlc -W +debug_info -o../ebin hipe_consttab.erl
/tmp/otp_src_R11B-2/lib/hipe/misc/../ebin/hipe_consttab.bea#: error
writing file
make[3]: *** [../ebin/hipe_consttab.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/misc'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/main'
erlc -W +debug_info +nowarn_shadow_vars -o../ebin hipe.erl
/tmp/otp_src_R11B-2/lib/hipe/main/../ebin/hipe.bea#: error writing file
make[3]: *** [../ebin/hipe.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/main'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/cerl'
erlc -W +debug_info +nowarn_shadow_vars +warn_unused_import +inline
-o../ebin cerl_lib.erl
/tmp/otp_src_R11B-2/lib/hipe/cerl/../ebin/cerl_lib.bea#: error writing
file
make[3]: *** [../ebin/cerl_lib.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/cerl'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/icode'
erlc -W +debug_info +nowarn_shadow_vars +warn_unused_import -o../ebin
hipe_icode.erl
/tmp/otp_src_R11B-2/lib/hipe/icode/../ebin/hipe_icode.bea#: error
writing file
make[3]: *** [../ebin/hipe_icode.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/icode'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/flow'
erlc -W +debug_info -o../ebin hipe_bb.erl
/tmp/otp_src_R11B-2/lib/hipe/flow/../ebin/hipe_bb.bea#: error writing
file
make[3]: *** [../ebin/hipe_bb.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/flow'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/util'
erlc -W +debug_info -o../ebin hipe_timing.erl
/tmp/otp_src_R11B-2/lib/hipe/util/../ebin/hipe_timing.bea#: error
writing file
make[3]: *** [../ebin/hipe_timing.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/util'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/regalloc'
erlc -W +debug_info -o../ebin hipe_ig.erl
/tmp/otp_src_R11B-2/lib/hipe/regalloc/../ebin/hipe_ig.bea#: error
writing file
make[3]: *** [../ebin/hipe_ig.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/regalloc'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/sparc'
erlc -W +debug_info +warn_unused_import -o../ebin hipe_finalize.erl
/tmp/otp_src_R11B-2/lib/hipe/sparc/../ebin/hipe_finalize.bea#: error
writing file
make[3]: *** [../ebin/hipe_finalize.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/sparc'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/ppc'
erlc -W +debug_info -o../ebin hipe_ppc.erl
/tmp/otp_src_R11B-2/lib/hipe/ppc/../ebin/hipe_ppc.bea#: error writing
file
make[3]: *** [../ebin/hipe_ppc.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/ppc'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/x86'
erlc -W +debug_info -o../ebin hipe_rtl_to_x86.erl
/tmp/otp_src_R11B-2/lib/hipe/x86/../ebin/hipe_rtl_to_x86.bea#: error
writing file
make[3]: *** [../ebin/hipe_rtl_to_x86.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/x86'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/amd64'
erlc -W +debug_info -DHIPE_AMD64 -o../ebin hipe_amd64_assemble.erl
/tmp/otp_src_R11B-2/lib/hipe/amd64/../ebin/hipe_amd64_assemble.bea#:
error writing file
make[3]: *** [../ebin/hipe_amd64_assemble.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/amd64'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/arm'
erlc -W +debug_info -o../ebin hipe_arm.erl
/tmp/otp_src_R11B-2/lib/hipe/arm/../ebin/hipe_arm.bea#: error writing
file
make[3]: *** [../ebin/hipe_arm.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/arm'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/opt'
erlc -W +debug_info -o../ebin hipe_schedule.erl
/tmp/otp_src_R11B-2/lib/hipe/opt/../ebin/hipe_schedule.bea#: error
writing file
make[3]: *** [../ebin/hipe_schedule.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/opt'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/tools'
erlc -W +debug_info -o../ebin hipe_tool.erl
/tmp/otp_src_R11B-2/lib/hipe/tools/../ebin/hipe_tool.bea#: error writing
file
make[3]: *** [../ebin/hipe_tool.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/tools'
=== Leaving application hipe
make[2]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe'
make[1]: Leaving directory `/tmp/otp_src_R11B-2/lib'
if test ! -d /tmp/otp_src_R11B-2/bootstrap/lib/hipe ; then
mkdir /tmp/otp_src_R11B-2/bootstrap/lib/hipe ; fi
if test ! -d /tmp/otp_src_R11B-2/bootstrap/lib/hipe/ebin ; then
mkdir /tmp/otp_src_R11B-2/bootstrap/lib/hipe/ebin ; fi
if test -f lib/hipe/ebin/hipe.beam ; then cp
lib/hipe/ebin/*.beam /tmp/otp_src_R11B-2/bootstrap/lib/hipe/ebin; fi
if test ! -d /tmp/otp_src_R11B-2/bootstrap/lib/parsetools ; then
mkdir /tmp/otp_src_R11B-2/bootstrap/lib/parsetools ; fi
if test ! -d /tmp/otp_src_R11B-2/bootstrap/lib/parsetools/ebin ; then
mkdir /tmp/otp_src_R11B-2/bootstrap/lib/parsetools/ebin ; fi
if test ! -d /tmp/otp_src_R11B-2/bootstrap/lib/parsetools/include ; then
mkdir /tmp/otp_src_R11B-2/bootstrap/lib/parsetools/include ; fi
cp
lib/parsetools/ebin/*.beam /tmp/otp_src_R11B-2/bootstrap/lib/parsetools/ebin
cp: cannot stat `lib/parsetools/ebin/*.beam': No such file or directory
make: *** [secondary_bootstrap_copy] Error 1



_______________________________________________
erlang-bugs mailing list
erlang-bugs@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-bugs
Post recived from mailinglist
Guest
Posted: Sun Nov 19, 2006 6:04 pm Reply with quote
Guest
I'v got ubuntu edgy distribution for amd64.
I have some trubles.

xnix@darkstar:/tmp/otp_src_R11B-2$ uname -a
Linux darkstar 2.6.17-10-generic #2 SMP Fri Oct 13 15:34:39 UTC 2006
x86_64 GNU/Linux

I done ./configure --enable-smp , all was success.

Then I typed "make" an got this.

make[1]: Entering directory `/tmp/otp_src_R11B-2/lib'
make[2]: Entering directory `/tmp/otp_src_R11B-2/lib/parsetools'
=== Entering application parsetools
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/parsetools/src'
erlc -W +debug_info -I/tmp/otp_src_R11B-2/lib/stdlib/include -o../ebin
yecc.erl
/tmp/otp_src_R11B-2/lib/parsetools/src/../ebin/yecc.bea#: error writing
file
make[3]: *** [../ebin/yecc.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/parsetools/src'
=== Skipping subdir doc/src, it is missing
=== Leaving application parsetools
make[2]: Leaving directory `/tmp/otp_src_R11B-2/lib/parsetools'
make[2]: Entering directory `/tmp/otp_src_R11B-2/lib/asn1/src'
erlc -W -bbeam -o../ebin +debug_info -I/tmp/otp_src_R11B-2/lib/stdlib
+warn_unused_vars -Dvsn=\"1.4.4.11\" asn1ct.erl
/tmp/otp_src_R11B-2/lib/asn1/src/../ebin/asn1ct.bea#: error writing file
make[2]: *** [../ebin/asn1ct.beam] Error 1
make[2]: Leaving directory `/tmp/otp_src_R11B-2/lib/asn1/src'
make[2]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe'
Makefile:35: warning: overriding commands for target `docs'
/tmp/otp_src_R11B-2/make/otp_subdir.mk:28: warning: ignoring old
commands for target `docs'
=== Entering application hipe
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/rtl'
erlc -W +debug_info +inline -o../ebin hipe_rtl_arch.erl
/tmp/otp_src_R11B-2/lib/hipe/rtl/../ebin/hipe_rtl_arch.bea#: error
writing file
make[3]: *** [../ebin/hipe_rtl_arch.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/rtl'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/misc'
erlc -W +debug_info -o../ebin hipe_consttab.erl
/tmp/otp_src_R11B-2/lib/hipe/misc/../ebin/hipe_consttab.bea#: error
writing file
make[3]: *** [../ebin/hipe_consttab.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/misc'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/main'
erlc -W +debug_info +nowarn_shadow_vars -o../ebin hipe.erl
/tmp/otp_src_R11B-2/lib/hipe/main/../ebin/hipe.bea#: error writing file
make[3]: *** [../ebin/hipe.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/main'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/cerl'
erlc -W +debug_info +nowarn_shadow_vars +warn_unused_import +inline
-o../ebin cerl_lib.erl
/tmp/otp_src_R11B-2/lib/hipe/cerl/../ebin/cerl_lib.bea#: error writing
file
make[3]: *** [../ebin/cerl_lib.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/cerl'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/icode'
erlc -W +debug_info +nowarn_shadow_vars +warn_unused_import -o../ebin
hipe_icode.erl
/tmp/otp_src_R11B-2/lib/hipe/icode/../ebin/hipe_icode.bea#: error
writing file
make[3]: *** [../ebin/hipe_icode.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/icode'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/flow'
erlc -W +debug_info -o../ebin hipe_bb.erl
/tmp/otp_src_R11B-2/lib/hipe/flow/../ebin/hipe_bb.bea#: error writing
file
make[3]: *** [../ebin/hipe_bb.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/flow'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/util'
erlc -W +debug_info -o../ebin hipe_timing.erl
/tmp/otp_src_R11B-2/lib/hipe/util/../ebin/hipe_timing.bea#: error
writing file
make[3]: *** [../ebin/hipe_timing.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/util'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/regalloc'
erlc -W +debug_info -o../ebin hipe_ig.erl
/tmp/otp_src_R11B-2/lib/hipe/regalloc/../ebin/hipe_ig.bea#: error
writing file
make[3]: *** [../ebin/hipe_ig.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/regalloc'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/sparc'
erlc -W +debug_info +warn_unused_import -o../ebin hipe_finalize.erl
/tmp/otp_src_R11B-2/lib/hipe/sparc/../ebin/hipe_finalize.bea#: error
writing file
make[3]: *** [../ebin/hipe_finalize.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/sparc'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/ppc'
erlc -W +debug_info -o../ebin hipe_ppc.erl
/tmp/otp_src_R11B-2/lib/hipe/ppc/../ebin/hipe_ppc.bea#: error writing
file
make[3]: *** [../ebin/hipe_ppc.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/ppc'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/x86'
erlc -W +debug_info -o../ebin hipe_rtl_to_x86.erl
/tmp/otp_src_R11B-2/lib/hipe/x86/../ebin/hipe_rtl_to_x86.bea#: error
writing file
make[3]: *** [../ebin/hipe_rtl_to_x86.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/x86'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/amd64'
erlc -W +debug_info -DHIPE_AMD64 -o../ebin hipe_amd64_assemble.erl
/tmp/otp_src_R11B-2/lib/hipe/amd64/../ebin/hipe_amd64_assemble.bea#:
error writing file
make[3]: *** [../ebin/hipe_amd64_assemble.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/amd64'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/arm'
erlc -W +debug_info -o../ebin hipe_arm.erl
/tmp/otp_src_R11B-2/lib/hipe/arm/../ebin/hipe_arm.bea#: error writing
file
make[3]: *** [../ebin/hipe_arm.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/arm'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/opt'
erlc -W +debug_info -o../ebin hipe_schedule.erl
/tmp/otp_src_R11B-2/lib/hipe/opt/../ebin/hipe_schedule.bea#: error
writing file
make[3]: *** [../ebin/hipe_schedule.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/opt'
make[3]: Entering directory `/tmp/otp_src_R11B-2/lib/hipe/tools'
erlc -W +debug_info -o../ebin hipe_tool.erl
/tmp/otp_src_R11B-2/lib/hipe/tools/../ebin/hipe_tool.bea#: error writing
file
make[3]: *** [../ebin/hipe_tool.beam] Error 1
make[3]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe/tools'
=== Leaving application hipe
make[2]: Leaving directory `/tmp/otp_src_R11B-2/lib/hipe'
make[1]: Leaving directory `/tmp/otp_src_R11B-2/lib'
if test ! -d /tmp/otp_src_R11B-2/bootstrap/lib/hipe ; then
mkdir /tmp/otp_src_R11B-2/bootstrap/lib/hipe ; fi
if test ! -d /tmp/otp_src_R11B-2/bootstrap/lib/hipe/ebin ; then
mkdir /tmp/otp_src_R11B-2/bootstrap/lib/hipe/ebin ; fi
if test -f lib/hipe/ebin/hipe.beam ; then cp
lib/hipe/ebin/*.beam /tmp/otp_src_R11B-2/bootstrap/lib/hipe/ebin; fi
if test ! -d /tmp/otp_src_R11B-2/bootstrap/lib/parsetools ; then
mkdir /tmp/otp_src_R11B-2/bootstrap/lib/parsetools ; fi
if test ! -d /tmp/otp_src_R11B-2/bootstrap/lib/parsetools/ebin ; then
mkdir /tmp/otp_src_R11B-2/bootstrap/lib/parsetools/ebin ; fi
if test ! -d /tmp/otp_src_R11B-2/bootstrap/lib/parsetools/include ; then
mkdir /tmp/otp_src_R11B-2/bootstrap/lib/parsetools/include ; fi
cp
lib/parsetools/ebin/*.beam /tmp/otp_src_R11B-2/bootstrap/lib/parsetools/ebin
cp: cannot stat `lib/parsetools/ebin/*.beam': No such file or directory
make: *** [secondary_bootstrap_copy] Error 1



_______________________________________________
erlang-bugs mailing list
erlang-bugs@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-bugs
Post recived from mailinglist

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum