caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* building Batteries Included under OS X?
@ 2009-05-19 12:46 Alan Schmitt
  2009-05-19 13:00 ` [Caml-list] " Alp Mestan
  2009-05-19 13:03 ` Stefano Zacchiroli
  0 siblings, 2 replies; 9+ messages in thread
From: Alan Schmitt @ 2009-05-19 12:46 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 364 bytes --]

Hello,

I'm trying to build Batteries Included and failing under OS X. The  
problem is that it's using "cp -a", which is an option that is not  
present. (I'm building with godi, but looking at the source on  
git.ocamlcore.org, I see that the "-a" is already in Makefile.in there.)

By the way, is this a good place to report these kinds of bugs?

Thanks,

Alan

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

* Re: [Caml-list] building Batteries Included under OS X?
  2009-05-19 12:46 building Batteries Included under OS X? Alan Schmitt
@ 2009-05-19 13:00 ` Alp Mestan
  2009-05-19 13:03 ` Stefano Zacchiroli
  1 sibling, 0 replies; 9+ messages in thread
From: Alp Mestan @ 2009-05-19 13:00 UTC (permalink / raw)
  To: Alan Schmitt; +Cc: caml-list

[-- Attachment #1: Type: text/plain, Size: 950 bytes --]

There's a batteries-devel ML.
http://lists.forge.ocamlcore.org/cgi-bin/mailman/listinfo/batteries-devel

On Tue, May 19, 2009 at 2:46 PM, Alan Schmitt <
alan.schmitt@polytechnique.org> wrote:

> Hello,
>
> I'm trying to build Batteries Included and failing under OS X. The problem
> is that it's using "cp -a", which is an option that is not present. (I'm
> building with godi, but looking at the source on git.ocamlcore.org, I see
> that the "-a" is already in Makefile.in there.)
>
> By the way, is this a good place to report these kinds of bugs?
>
> Thanks,
>
> Alan
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>
>


-- 
Alp Mestan
In charge of the C++ section on Developpez.com.

[-- Attachment #2: Type: text/html, Size: 1789 bytes --]

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

* Re: [Caml-list] building Batteries Included under OS X?
  2009-05-19 12:46 building Batteries Included under OS X? Alan Schmitt
  2009-05-19 13:00 ` [Caml-list] " Alp Mestan
@ 2009-05-19 13:03 ` Stefano Zacchiroli
  2009-05-19 13:58   ` Alan Schmitt
  2009-05-19 15:32   ` Nathan Gray
  1 sibling, 2 replies; 9+ messages in thread
From: Stefano Zacchiroli @ 2009-05-19 13:03 UTC (permalink / raw)
  To: caml-list

On Tue, May 19, 2009 at 02:46:23PM +0200, Alan Schmitt wrote:
> By the way, is this a good place to report these kinds of bugs?

Yes, the project tracker on the ocamlcore forge (which hosts the
project). You can find it at
http://forge.ocamlcore.org/tracker/?group_id=17 , it is linked from
the batteries project homepage.

Patches would be appreciated ;-), especially because we not
necessarily know which alternative tools are available on Mac OS X to
do the equivalent of "cp -a".

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
zack@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime


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

* Re: [Caml-list] building Batteries Included under OS X?
  2009-05-19 13:03 ` Stefano Zacchiroli
@ 2009-05-19 13:58   ` Alan Schmitt
  2009-05-19 15:32   ` Nathan Gray
  1 sibling, 0 replies; 9+ messages in thread
From: Alan Schmitt @ 2009-05-19 13:58 UTC (permalink / raw)
  To: Stefano Zacchiroli; +Cc: caml-list

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]

On 19 mai 09, at 15:03, Stefano Zacchiroli wrote:

> On Tue, May 19, 2009 at 02:46:23PM +0200, Alan Schmitt wrote:
>> By the way, is this a good place to report these kinds of bugs?
>
> Yes, the project tracker on the ocamlcore forge (which hosts the
> project). You can find it at
> http://forge.ocamlcore.org/tracker/?group_id=17 , it is linked from
> the batteries project homepage.

Oops, I see that it's bugs 198 and 213 there. Sorry for not having  
looked before.

Alan

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

* Re: [Caml-list] building Batteries Included under OS X?
  2009-05-19 13:03 ` Stefano Zacchiroli
  2009-05-19 13:58   ` Alan Schmitt
@ 2009-05-19 15:32   ` Nathan Gray
  2009-05-19 15:38     ` Alan Schmitt
  2009-05-20  9:25     ` Wolfgang Lux
  1 sibling, 2 replies; 9+ messages in thread
From: Nathan Gray @ 2009-05-19 15:32 UTC (permalink / raw)
  To: caml-list

On Tue, May 19, 2009 at 6:03 AM, Stefano Zacchiroli <zack@upsilon.cc> wrote:
> On Tue, May 19, 2009 at 02:46:23PM +0200, Alan Schmitt wrote:
>> By the way, is this a good place to report these kinds of bugs?
>
> Yes, the project tracker on the ocamlcore forge (which hosts the
> project). You can find it at
> http://forge.ocamlcore.org/tracker/?group_id=17 , it is linked from
> the batteries project homepage.
>
> Patches would be appreciated ;-), especially because we not
> necessarily know which alternative tools are available on Mac OS X to
> do the equivalent of "cp -a".

cp -R

or cp -Rp if you need to preserve permissions and other such metadata.

Cheers,
-n8

-- 
http://n8gray.org


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

* Re: [Caml-list] building Batteries Included under OS X?
  2009-05-19 15:32   ` Nathan Gray
@ 2009-05-19 15:38     ` Alan Schmitt
  2009-05-20  9:25     ` Wolfgang Lux
  1 sibling, 0 replies; 9+ messages in thread
From: Alan Schmitt @ 2009-05-19 15:38 UTC (permalink / raw)
  To: Nathan Gray; +Cc: caml-list

[-- Attachment #1: Type: text/plain, Size: 789 bytes --]

On 19 mai 09, at 17:32, Nathan Gray wrote:

> On Tue, May 19, 2009 at 6:03 AM, Stefano Zacchiroli  
> <zack@upsilon.cc> wrote:
>> On Tue, May 19, 2009 at 02:46:23PM +0200, Alan Schmitt wrote:
>>> By the way, is this a good place to report these kinds of bugs?
>>
>> Yes, the project tracker on the ocamlcore forge (which hosts the
>> project). You can find it at
>> http://forge.ocamlcore.org/tracker/?group_id=17 , it is linked from
>> the batteries project homepage.
>>
>> Patches would be appreciated ;-), especially because we not
>> necessarily know which alternative tools are available on Mac OS X to
>> do the equivalent of "cp -a".
>
> cp -R
>
> or cp -Rp if you need to preserve permissions and other such metadata.

Another solution is rsync -a, but it may be overkill...

Alan

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

* Re: [Caml-list] building Batteries Included under OS X?
  2009-05-19 15:32   ` Nathan Gray
  2009-05-19 15:38     ` Alan Schmitt
@ 2009-05-20  9:25     ` Wolfgang Lux
  2009-05-20 13:57       ` Edgar Friendly
  2009-05-22  7:31       ` Alan Schmitt
  1 sibling, 2 replies; 9+ messages in thread
From: Wolfgang Lux @ 2009-05-20  9:25 UTC (permalink / raw)
  To: Stefano Zacchiroli; +Cc: caml-list, Nathan Gray

Nathan Gray wrote:

> On Tue, May 19, 2009 at 6:03 AM, Stefano Zacchiroli  
> <zack@upsilon.cc> wrote:
>> On Tue, May 19, 2009 at 02:46:23PM +0200, Alan Schmitt wrote:
>>> By the way, is this a good place to report these kinds of bugs?
>>
>> Yes, the project tracker on the ocamlcore forge (which hosts the
>> project). You can find it at
>> http://forge.ocamlcore.org/tracker/?group_id=17 , it is linked from
>> the batteries project homepage.
>>
>> Patches would be appreciated ;-), especially because we not
>> necessarily know which alternative tools are available on Mac OS X to
>> do the equivalent of "cp -a".
>
> cp -R
>
> or cp -Rp if you need to preserve permissions and other such metadata.

The FreeBSD man page for cp (available online at: http:// 
www.freebsd.org/cgi/man.cgi? 
query=cp&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&format=html)  
says that -a is the same as -RpP. And this should indeed work for any  
POSIX compatible system (not only Mac OS X).

Wolfgang


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

* Re: [Caml-list] building Batteries Included under OS X?
  2009-05-20  9:25     ` Wolfgang Lux
@ 2009-05-20 13:57       ` Edgar Friendly
  2009-05-22  7:31       ` Alan Schmitt
  1 sibling, 0 replies; 9+ messages in thread
From: Edgar Friendly @ 2009-05-20 13:57 UTC (permalink / raw)
  To: Wolfgang Lux; +Cc: Stefano Zacchiroli, Nathan Gray, caml-list

Wolfgang Lux wrote:
> Nathan Gray wrote:
> 
>> On Tue, May 19, 2009 at 6:03 AM, Stefano Zacchiroli <zack@upsilon.cc>
>> wrote:
>>> On Tue, May 19, 2009 at 02:46:23PM +0200, Alan Schmitt wrote:
>>>> By the way, is this a good place to report these kinds of bugs?
>>>
>>> Yes, the project tracker on the ocamlcore forge (which hosts the
>>> project). You can find it at
>>> http://forge.ocamlcore.org/tracker/?group_id=17 , it is linked from
>>> the batteries project homepage.
>>>
>>> Patches would be appreciated ;-), especially because we not
>>> necessarily know which alternative tools are available on Mac OS X to
>>> do the equivalent of "cp -a".
>>
>> cp -R
>>
>> or cp -Rp if you need to preserve permissions and other such metadata.
> 
> The FreeBSD man page for cp (available online at:
> http://www.freebsd.org/cgi/man.cgi?query=cp&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&format=html)
> says that -a is the same as -RpP. And this should indeed work for any
> POSIX compatible system (not only Mac OS X).
> 
> Wolfgang
> 

Thank you for the follow-up.  Fixed in git.  Please let us know any
other Linux-isms that have crept into our code.

E


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

* Re: [Caml-list] building Batteries Included under OS X?
  2009-05-20  9:25     ` Wolfgang Lux
  2009-05-20 13:57       ` Edgar Friendly
@ 2009-05-22  7:31       ` Alan Schmitt
  1 sibling, 0 replies; 9+ messages in thread
From: Alan Schmitt @ 2009-05-22  7:31 UTC (permalink / raw)
  To: Wolfgang Lux; +Cc: Stefano Zacchiroli, Nathan Gray, caml-list

[-- Attachment #1: Type: text/plain, Size: 446 bytes --]

On 20 mai 09, at 11:25, Wolfgang Lux wrote:

> The FreeBSD man page for cp (available online at: http://www.freebsd.org/cgi/man.cgi?query=cp&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&format=html) 
>  says that -a is the same as -RpP. And this should indeed work for  
> any POSIX compatible system (not only Mac OS X).

Using this and setting LOCALPACKAGES in godi with this patch let me  
successfully build batteries. Thanks a lot!

Alan

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

end of thread, other threads:[~2009-05-22  7:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-19 12:46 building Batteries Included under OS X? Alan Schmitt
2009-05-19 13:00 ` [Caml-list] " Alp Mestan
2009-05-19 13:03 ` Stefano Zacchiroli
2009-05-19 13:58   ` Alan Schmitt
2009-05-19 15:32   ` Nathan Gray
2009-05-19 15:38     ` Alan Schmitt
2009-05-20  9:25     ` Wolfgang Lux
2009-05-20 13:57       ` Edgar Friendly
2009-05-22  7:31       ` Alan Schmitt

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