Re: [Fink-users] Failed installing ocaml-findlib-1.1.2-1

2008-07-18 Thread Nicholas Pappas Klingaman
Ah, now it makes sense. Maybe one of the developers had a bad experience with /opt as a child. Anyway, I managed to build and install the package by adding the -sitelib option to the configure command in fink's info file: CompileScript: << ./configure -mandir %p/share/man -sitelib %p/lib/ocaml/

Re: [Fink-users] Failed installing ocaml-findlib-1.1.2-1

2008-07-18 Thread Martin Costabel
Found it. Rather funny... Nicholas Pappas Klingaman wrote: [] > Perhaps this line shows where things are going wrong? > test 1 -eq 0 || cp topfind > /opt/src/fink.build/root-ocaml-findlib-1.1.2-1/opt/lib/ocaml > > Since the opt/lib/ocaml directory isn't created (that I can see), the > build proce

Re: [Fink-users] Failed installing ocaml-findlib-1.1.2-1

2008-07-18 Thread Alexander Hansen
On Jul 18, 2008, at 11:51 AM, Nicholas Pappas Klingaman wrote: > On Fri, Jul 18, 2008 at 4:36 PM, Alexander Hansen > <[EMAIL PROTECTED]> wrote: >> >> Plausible, though on my own system (Macbook with X11 2.2.3) the >> build log >> looks pretty much identical and the package builds correctly. Th

Re: [Fink-users] Failed installing ocaml-findlib-1.1.2-1

2008-07-18 Thread Nicholas Pappas Klingaman
On Fri, Jul 18, 2008 at 4:36 PM, Alexander Hansen <[EMAIL PROTECTED]> wrote: > > Plausible, though on my own system (Macbook with X11 2.2.3) the build log > looks pretty much identical and the package builds correctly. The culprit > may be your 'cp'. What do you get from "which cp" ? > "which cp

Re: [Fink-users] Failed installing ocaml-findlib-1.1.2-1

2008-07-18 Thread Alexander Hansen
On Jul 18, 2008, at 10:58 AM, Nicholas Pappas Klingaman wrote: > (Sorry, forgot to cc the list in my response.) > > Hi Alexander, > > Running > dpkg -c /opt/fink/debs/ocaml-findlib_1.1.2-1_darwin-i386.deb | grep > lib/ocaml > > produces > > -rw-r--r-- root/admin 1175 2008-07-18 15:31 ./opt/

Re: [Fink-users] Failed installing ocaml-findlib-1.1.2-1

2008-07-18 Thread Nicholas Pappas Klingaman
(Sorry, forgot to cc the list in my response.) Hi Alexander, Running dpkg -c /opt/fink/debs/ocaml-findlib_1.1.2-1_darwin-i386.deb | grep lib/ocaml produces -rw-r--r-- root/admin 1175 2008-07-18 15:31 ./opt/lib/ocaml which leads me to conclude that lib/ocaml is indeed not a directory. I've

Re: [Fink-users] Failed installing ocaml-findlib-1.1.2-1

2008-07-18 Thread Alexander Hansen
On Wed, Jul 16, 2008 at 5:35 AM, Nicholas Klingaman <[EMAIL PROTECTED]> wrote: > Good morning, > > After moving from the pangocairo branch back to unstable and running > "fink update-all", my MacBook is stuck trying to install ocaml- > findlib. The package appears to build correctly, but when fink

[Fink-users] Failed installing ocaml-findlib-1.1.2-1

2008-07-18 Thread Nicholas Klingaman
Good morning, After moving from the pangocairo branch back to unstable and running "fink update-all", my MacBook is stuck trying to install ocaml- findlib. The package appears to build correctly, but when fink tries to install the package, I receive the following error: Unpacking ocaml-find