#1217 closed defect (fixed)
[UPDATE] ocaml labltk variant
Reported by: | pguyot (Paul Guyot) | Owned by: | fkr@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
ocaml won't compile on Panther. Plus this was version 3.06. I'm suggesting an update to 3.07+2, the latest version.
Attachments (2)
Change History (9)
comment:1 Changed 21 years ago by pguyot (Paul Guyot)
dependson: | → 1218 |
---|
Changed 21 years ago by pguyot (Paul Guyot)
Attachment: | Portfile.diff added |
---|
comment:2 Changed 21 years ago by fkr@…
Owner: | changed from jpm@… to fkr@… |
---|
fails here with:
gcc -O -fno-defer-pop -no-cpp-precomp -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o prims.o prims.c gcc -fno-defer-pop -no-cpp-precomp -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o ocamlrun \
prims.o libcamlrun.a -lcurses -lpthread
if test -f stdlib/libcamlrun.a; then :; else \
ln -s ../byterun/libcamlrun.a stdlib/libcamlrun.a; fi
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.mli make: boot/ocamlrun: Command not found make: * [utils/misc.cmi] Error 127
comment:3 Changed 21 years ago by fkr@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
mww@ committed a diff that does the same. guess, this bug should be closed. -fkr
comment:4 Changed 21 years ago by pguyot (Paul Guyot)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | [UPDATE] ocaml won't compile on Panther & version bump to 3.07pl2 → [UPDATE] ocaml labltk variant |
Actually, mww@ diff doesn't bring labltk variant. Here's a new diff on his own that does bring it (I posted it on the cvs list I think).
Changed 21 years ago by pguyot (Paul Guyot)
Attachment: | ocaml.diff added |
---|
Portfile patch to add a new variant, labltk, for Tcl & Tk support in ocaml
comment:5 Changed 21 years ago by pguyot (Paul Guyot)
attachments.isobsolete: | 0 → 1 |
---|
comment:6 Changed 21 years ago by mww@…
Sorry for overlooking your update!
I'm just checking it out, and I've run into one problem: the depends_build:
-does it really only need this one for building? (I suppose no) -port tries to fetch tcl, also I'm on 10.3 where tcl is already in... (thats probably a more complicated problem)
comment:7 Changed 21 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
seems to work; commited!
Portfile patch to bump ocaml to 3.07+2 & with a new variant, labltk, for Tcl & Tk support in ocaml