caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Problem checking out ocamlnet
       [not found]     ` <1174951575.1530.55.camel@localhost.localdomain>
@ 2007-03-26 23:44       ` Joel Reymont
  2007-03-26 23:53         ` [Caml-list] " Denis Bueno
  0 siblings, 1 reply; 6+ messages in thread
From: Joel Reymont @ 2007-03-26 23:44 UTC (permalink / raw)
  To: Caml List; +Cc: Gerd Stolpmann

Folks,

I'm having a tough time checking out ocamlnet. I'm on Mac OSX 10.4.9.  
Can someone try this on Mac OSX please?

I also used svn 1.3.2 and it didn't work either. Gerd does not have  
any problems.

	Thanks, Joel

On Mar 27, 2007, at 12:26 AM, Gerd Stolpmann wrote:

> yes, but only checking out the trunk:
>
> svn co https://gps.dynxs.de/svn/lib-ocamlnet2/trunk lib-ocamlnet2

svn co  https://gps.dynxs.de/svn/lib-ocamlnet2/trunk ocamlnet
...
A    ocamlnet/code/src/netclient/examples/simple/http_download.ml
svn: In directory 'ocamlnet/code/src/netclient'
svn: Can't move source to dest
svn: Can't move 'ocamlnet/code/src/netclient/.svn/tmp/prop-base/ 
RELEASE.svn-base' to 'ocamlnet/code/src/netclient/.svn/prop-base/ 
RELEASE.svn-base': No such file or directory

junior:~/work/ocaml joelr$ svn --version
svn, version 1.4.3 (r23084)
    compiled Jan 25 2007, 11:15:28


--
http://wagerlabs.com/






^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] Problem checking out ocamlnet
  2007-03-26 23:44       ` Problem checking out ocamlnet Joel Reymont
@ 2007-03-26 23:53         ` Denis Bueno
  2007-03-26 23:55           ` Denis Bueno
                             ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Denis Bueno @ 2007-03-26 23:53 UTC (permalink / raw)
  To: Joel Reymont; +Cc: Caml List, Gerd Stolpmann

On 3/26/07, Joel Reymont <joelr1@gmail.com> wrote:
> I'm having a tough time checking out ocamlnet. I'm on Mac OSX 10.4.9.
> Can someone try this on Mac OSX please?

I get the same error.

I have gotten a similar error before, and I suspected a
case-sensitivity issue. So I used Disk Utility to create a
case-sensitive, journaled Mac OS Extended volume, mounted that and
tried the checkout on that value.

No errors.

-Denis


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] Problem checking out ocamlnet
  2007-03-26 23:53         ` [Caml-list] " Denis Bueno
@ 2007-03-26 23:55           ` Denis Bueno
  2007-03-26 23:58           ` Joel Reymont
                             ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Denis Bueno @ 2007-03-26 23:55 UTC (permalink / raw)
  To: Joel Reymont; +Cc: Caml List, Gerd Stolpmann

On 3/26/07, Denis Bueno <dbueno@gmail.com> wrote:
> On 3/26/07, Joel Reymont <joelr1@gmail.com> wrote:
> > I'm having a tough time checking out ocamlnet. I'm on Mac OSX 10.4.9.
> > Can someone try this on Mac OSX please?
>
> I get the same error.
>
> I have gotten a similar error before, and I suspected a
> case-sensitivity issue. So I used Disk Utility to create a
> case-sensitive, journaled Mac OS Extended volume, mounted that and
> tried the checkout on that value.

  where value = "volume".

-Denis


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] Problem checking out ocamlnet
  2007-03-26 23:53         ` [Caml-list] " Denis Bueno
  2007-03-26 23:55           ` Denis Bueno
@ 2007-03-26 23:58           ` Joel Reymont
  2007-03-27  0:15           ` Joel Reymont
  2007-03-27  0:22           ` Joel Reymont
  3 siblings, 0 replies; 6+ messages in thread
From: Joel Reymont @ 2007-03-26 23:58 UTC (permalink / raw)
  To: Denis Bueno; +Cc: Caml List, Gerd Stolpmann

What do I do if I have a single 100Gb volume?

I don't even know how to find out if it's case-sensitive. It normally  
isn't, btw, i.e.

junior:~/work/ocaml joelr$ cd ~/Work
junior:~/Work joelr$ cd ~/work
junior:~/work joelr$ cd ~/Work/OCaml
junior:~/Work/OCaml joelr$

I'm scratching my head over this as I really want to use ocamlnet and  
try embedding a web server.

On Mar 27, 2007, at 12:53 AM, Denis Bueno wrote:

> I have gotten a similar error before, and I suspected a
> case-sensitivity issue. So I used Disk Utility to create a
> case-sensitive, journaled Mac OS Extended volume, mounted that and
> tried the checkout on that value.
>
> No errors.

--
http://wagerlabs.com/






^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] Problem checking out ocamlnet
  2007-03-26 23:53         ` [Caml-list] " Denis Bueno
  2007-03-26 23:55           ` Denis Bueno
  2007-03-26 23:58           ` Joel Reymont
@ 2007-03-27  0:15           ` Joel Reymont
  2007-03-27  0:22           ` Joel Reymont
  3 siblings, 0 replies; 6+ messages in thread
From: Joel Reymont @ 2007-03-27  0:15 UTC (permalink / raw)
  To: Denis Bueno; +Cc: Caml List, Gerd Stolpmann

Denis,

I did the same and it (non-obviously) worked. I just hope that I  
future svn updates will work once I move the directory to my regular  
case-insensitive file system.

	Thanks, Joel

On Mar 27, 2007, at 12:53 AM, Denis Bueno wrote:

> I have gotten a similar error before, and I suspected a
> case-sensitivity issue. So I used Disk Utility to create a
> case-sensitive, journaled Mac OS Extended volume, mounted that and
> tried the checkout on that value.
>
> No errors.
>
> -Denis

--
http://wagerlabs.com/






^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] Problem checking out ocamlnet
  2007-03-26 23:53         ` [Caml-list] " Denis Bueno
                             ` (2 preceding siblings ...)
  2007-03-27  0:15           ` Joel Reymont
@ 2007-03-27  0:22           ` Joel Reymont
  3 siblings, 0 replies; 6+ messages in thread
From: Joel Reymont @ 2007-03-27  0:22 UTC (permalink / raw)
  To: Denis Bueno; +Cc: Caml List, Gerd Stolpmann

This is what I end up with:

ocamlfind ocamlopt -inline 10  -I ../netstring -I ../netsys -package  
"unix pcre"  -c  netcgi_test.ml
if [ "X" = "X" ]; then \
         ocamlfind ocamlopt -inline 10  -I ../netstring -I ../netsys - 
package "unix pcre"  -a -o netcgi.cmxa netcgi_common.cmx netcgi.cmx  
netcgi_ajp.cmx netcgi_scgi.cmx netcgi_cgi.cmx netcgi_fcgi.cmx   
netcgi_dbi.cmx netcgi1_compat.cmx netcgi_test.cmx; \
else \
         ocamlmklib -o netcgi netcgi_common.cmx netcgi.cmx  
netcgi_ajp.cmx netcgi_scgi.cmx netcgi_cgi.cmx netcgi_fcgi.cmx   
netcgi_dbi.cmx netcgi1_compat.cmx netcgi_test.cmx  ; \
fi
make[1]: Makefile.pre: No such file or directory
make[1]: *** No rule to make target `Makefile.pre'.  Stop.
make: *** [opt] Error 2

Does this have something to do with case-sensitivity? I'm building in  
a case-insensitive file system, after ./configure -with-nethttpd.

	Thanks, Joel

--
http://wagerlabs.com/






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-03-27  0:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <2FDB5B82-532C-49B7-ACF0-5CDD80BCF8C2@gmail.com>
     [not found] ` <1174948628.1530.53.camel@localhost.localdomain>
     [not found]   ` <00C2F3AB-5C6B-4B9E-8CE1-A8C6F1EFBD75@gmail.com>
     [not found]     ` <1174951575.1530.55.camel@localhost.localdomain>
2007-03-26 23:44       ` Problem checking out ocamlnet Joel Reymont
2007-03-26 23:53         ` [Caml-list] " Denis Bueno
2007-03-26 23:55           ` Denis Bueno
2007-03-26 23:58           ` Joel Reymont
2007-03-27  0:15           ` Joel Reymont
2007-03-27  0:22           ` Joel Reymont

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).