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

Installation-problem, 3.09.3 #4137

Closed
vicuna opened this issue Oct 19, 2006 · 2 comments
Closed

Installation-problem, 3.09.3 #4137

vicuna opened this issue Oct 19, 2006 · 2 comments

Comments

@vicuna
Copy link

vicuna commented Oct 19, 2006

Original bug ID: 4137
Reporter: oliver
Status: closed (set by @damiendoligez on 2006-10-24T15:28:05Z)
Resolution: fixed
Priority: normal
Severity: major
Category: ~DO NOT USE (was: OCaml general)
Duplicate of: #4131

Bug description

after going through all compilation steps,
installing made problems

Additional information

cd /export/home/p132759/local//lib/ocaml; ranlib dbm.a
if test -f ocamlc.opt;
then cp ocamlc.opt /export/home/p132759/local//bin/ocamlc.opt; else :; fi
if test -f ocamlopt.opt;
then cp ocamlopt.opt /export/home/p132759/local//bin/ocamlopt.opt; else :; fi
if test -f lex/ocamllex.opt;
then cp lex/ocamllex.opt /export/home/p132759/local//bin/ocamllex.opt; else :; fi
cd camlp4; make install BINDIR=/export/home/p132759/local//bin LIBDIR=/export/home/p132759/local//lib/ocaml
+MANDIR=/export/home/p132759/local//man
for i in odyl camlp4 meta lib etc top ocpp man compile; do (cd $i; make install
+BINDIR="/export/home/p132759/local//bin" LIBDIR="/export/home/p132759/local//lib/ocaml"
+MANDIR="/export/home/p132759/local//man"); done
mkdir -p "/export/home/p132759/local//lib/ocaml/camlp4" "/export/home/p132759/local//bin"
cp odyl.cmo odyl.cma odyl_main.cmi /export/home/p132759/local//lib/ocaml/camlp4/.
for f in odyl.a odyl.p.a ; do
if test -f $f ; then
cp $f "/export/home/p132759/local//lib/ocaml/camlp4/." && ( cd
+"/export/home/p132759/local//lib/ocaml/camlp4/." && ranlib $f ) ;
fi ;
done
for f in odyl.cmx odyl.o odyl.p.cmx odyl.p.o odyl.cmxa odyl.p.cmxa ; do
if test -f $f ; then
cp $f "/export/home/p132759/local//lib/ocaml/camlp4/." ;
fi ;
done
mkdir -p "/export/home/p132759/local//bin"
mkdir -p "/export/home/p132759/local//lib/ocaml/camlp4"
cp camlp4 "/export/home/p132759/local//bin/."
for ext in mli cmi cmo cmx o; do for mod in mLast quotation ast2pt pcaml spretty reloc; do
cp ${mod}.${ext} "/export/home/p132759/local//lib/ocaml/camlp4/."; done; done
cp: cannot access mLast.cmo
*** Error code 2
make: Fatal error: Command failed for target install' Current working directory /export/home/p132759/tmp/ocaml-3.09.3/camlp4/camlp4 *** Error code 1 make: Fatal error: Command failed for target install'
Current working directory /export/home/p132759/tmp/ocaml-3.09.3/camlp4
*** Error code 1
make: Fatal error: Command failed for target `install'
p132759@HSPTDS06:/export/home/p132759/tmp/ocaml-3.09.3$

@vicuna
Copy link
Author

vicuna commented Oct 21, 2006

Comment author: oliver

This was on Sun machine (System Configuration: Sun Microsystems sun4u Sun Fire E4900)

@vicuna
Copy link
Author

vicuna commented Oct 24, 2006

Comment author: @damiendoligez

This is the same as #4131, which is fixed in 3.09.4+dev0.

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