1

freebsd ボックスで ocsigen を 2.1 にアップグレードしたいと考えています。

$pkg_info | grep -i ocsigen
ocsigen-1.1.0_1     Web programming framework for OCaml

$cat /usr/ports/www/ocsigen/Makefile | grep -i version
POPORTVERSION=    2.1

$sudo pormaster ocsigen
...
===>  Building for ocaml-tyxml-2.1
gmagmake: *** no rule to create “files/META.in” needed by “files/META”。 Stop
StoStop in /usr/ports/textproc/ocaml-tyxml.
...
===>>> You can restart from the point of failure with this command line
porportmaster <flags> www/ocsigen textproc/ocaml-tyxml

単純なエラーかもしれませんが、自分で修正することはできません。

心から!

4

1 に答える 1

2

OCaml パッケージのソース配布を管理するための「標準」ツールである OPAM を使用する必要があります。OPAM は次の場所で入手できます。

http://opam.ocamlpro.com/

于 2013-01-09T08:44:35.290 に答える