Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#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)

Portfile.diff (1.4 KB) - added by pguyot (Paul Guyot) 20 years ago.
Portfile patch to bump ocaml to 3.07+2 & with a new variant, labltk, for Tcl & Tk support in ocaml
ocaml.diff (925 bytes) - added by pguyot (Paul Guyot) 20 years ago.
Portfile patch to add a new variant, labltk, for Tcl & Tk support in ocaml

Download all attachments as: .zip

Change History (9)

comment:1 Changed 20 years ago by pguyot (Paul Guyot)

dependson: 1218

Changed 20 years ago by pguyot (Paul Guyot)

Attachment: Portfile.diff added

Portfile patch to bump ocaml to 3.07+2 & with a new variant, labltk, for Tcl & Tk support in ocaml

comment:2 Changed 20 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 20 years ago by fkr@…

Resolution: fixed
Status: newclosed

mww@ committed a diff that does the same. guess, this bug should be closed. -fkr

comment:4 Changed 20 years ago by pguyot (Paul Guyot)

Resolution: fixed
Status: closedreopened
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 20 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 20 years ago by pguyot (Paul Guyot)

attachments.isobsolete: 01

comment:6 Changed 20 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 20 years ago by mww@…

Resolution: fixed
Status: reopenedclosed

seems to work; commited!

Note: See TracTickets for help on using tickets.