From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 7A693BBAF for ; Sat, 9 Jan 2010 01:26:16 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgICAGFcR0vRVdvikGdsb2JhbACRS4lRPwEBAQEJCQwHEwOsaYEyI4UChgMBAgMFgXCCOgQ X-IronPort-AV: E=Sophos;i="4.49,245,1262559600"; d="scan'208";a="53534912" Received: from mail-ew0-f226.google.com ([209.85.219.226]) by mail4-smtp-sop.national.inria.fr with ESMTP; 09 Jan 2010 01:25:38 +0100 Received: by ewy26 with SMTP id 26so18426674ewy.3 for ; Fri, 08 Jan 2010 16:25:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=WEqSul1RAXoElaFZqT1+xJBqFFL6GpJqw+THP4/lKX0=; b=EIGy6sBJBzCu4mbcwM4FFTppVw0/wSZqixqJNoc95S4nZ0m2ija/d5acxDYNugE6IL AcxglXD43M91oJtaRrxhjqh44mi8LnxKJzJsiKyQOzRJosC3nlDqHc++UnqwQy+E9Y2L wArBmPYxRsP9RUJxdqXUW0nH67qC39bv4SJDE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=k46wNHFsIA1uJDYzonuWatdpm3k1DpriKJZwbtzRnKSM5xnZdKCSXqtCyiJ/llEXBk S7x14zr4jnO9xKUOG99M3N3v6kL5/oBkjN/LAj4wHZ6dwtETXtoF+XXKrT6mtcGujoN1 lRv2oWCSmTJ4jBrw5Q9WNKEgZYQbwSDVinvTI= Received: by 10.213.104.10 with SMTP id m10mr10069142ebo.62.1262996737724; Fri, 08 Jan 2010 16:25:37 -0800 (PST) Received: from ?10.10.30.5? (44.Red-83-52-236.dynamicIP.rima-tde.net [83.52.236.44]) by mx.google.com with ESMTPS id 7sm46221063eyb.42.2010.01.08.16.25.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 08 Jan 2010 16:25:36 -0800 (PST) From: Joel Reymont Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: ocaml svn build failing on mac osx Date: Sat, 9 Jan 2010 00:25:33 +0000 Message-Id: <05964649-2735-4E6A-96F9-AFE9BFCC67C0@gmail.com> To: caml-list@yquem.inria.fr Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) X-Spam: no; 0.00; ocaml:01 otherlibs:01 libunix:01 otherlibs:01 libunix:01 socketaddr:01 sockopt:01 symlink:01 umask:01 unixsupport:01 utimes:01 %22:98 %22:98 cfa:98 unix:01 Just wanted to say that the svn trunk still has this issue when using = build/fastworld.sh = http://groups.google.com/group/fa.caml/browse_thread/thread/fe167069116a27= a1/77cc1e7c2bdf613e?lnk=3Dgst&q=3D%22_unix_initgroups%22&pli=3D1 This patch fixes it and the build finishes diff --git a/otherlibs/unix/libunix.clib b/otherlibs/unix/libunix.clib index e6ce2d5..7cfa06b 100644 --- a/otherlibs/unix/libunix.clib +++ b/otherlibs/unix/libunix.clib @@ -13,4 +13,4 @@ setgid.o setsid.o setuid.o shutdown.o signals.o sleep.o socket.o socketaddr.o socketpair.o sockopt.o stat.o strofaddr.o symlink.o termios.o time.o times.o truncate.o umask.o unixsupport.o unlink.o -utimes.o wait.o write.o +utimes.o wait.o write.o initgroups.o setgroups.o Thanks, Joel --- http://wagerlabs.com