From nobody@FreeBSD.org  Sat Aug 31 17:13:40 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 739FE3F7
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Aug 2013 17:13:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 61C802BA1
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Aug 2013 17:13:40 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7VHDdwO021959
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Aug 2013 17:13:39 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7VHDdvN021957;
	Sat, 31 Aug 2013 17:13:39 GMT
	(envelope-from nobody)
Message-Id: <201308311713.r7VHDdvN021957@oldred.freebsd.org>
Date: Sat, 31 Aug 2013 17:13:39 GMT
From: Andreas Wetzel <mickey@netassembly.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: port lang/ocaml does not build
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: michael.grunewald@laposte.net

>Number:         181711
>Category:       ports
>Synopsis:       port lang/ocaml does not build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 31 17:20:01 UTC 2013
>Closed-Date:    Wed Mar 26 18:08:54 UTC 2014
>Last-Modified:  Wed Mar 26 18:08:54 UTC 2014
>Originator:     Andreas Wetzel
>Release:        9.1-RELEASE-p5
>Organization:
>Environment:
FreeBSD transrapid.enforcer.cc 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #3 r254250: Mon Aug 19 06:52:29 CEST 2013     root@transrapid.enforcer.cc:/usr/obj/usr/src/sys/TRANSRAPID  i386
>Description:
Build of port lang/ocaml fails with Signal 10:

./../boot/ocamlrun ../../tools/ocamlmklib -oc unix accept.o access.o addrofstr.o alarm.o bind.o chdir.o chmod.o  chown.o chroot.o close.o closedir.o connect.o cst2constr.o cstringv.o  dup.o dup2.o envir.o errmsg.o execv.o execve.o execvp.o exit.o  fchmod.o fchown.o fcntl.o fork.o ftruncate.o  getaddrinfo.o getcwd.o getegid.o geteuid.o getgid.o  getgr.o getgroups.o gethost.o gethostname.o getlogin.o  getnameinfo.o getpeername.o getpid.o getppid.o getproto.o getpw.o  gettimeofday.o getserv.o getsockname.o getuid.o gmtime.o  initgroups.o isatty.o itimer.o kill.o link.o listen.o lockf.o lseek.o  mkdir.o mkfifo.o nice.o open.o opendir.o pipe.o putenv.o read.o  readdir.o readlink.o rename.o rewinddir.o rmdir.o select.o sendrecv.o  setgid.o setgroups.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
./../ocamlcomp.sh -c -warn-error A -g -nolabels unix.mli
*** [unix.cmi] Signal 10

Stop in /var/ports/usr/ports/lang/ocaml/work/ocaml-3.12.1/otherlibs/unix.
*** [otherlibraries] Error code 1

Stop in /var/ports/usr/ports/lang/ocaml/work/ocaml-3.12.1.
*** [world.opt] Error code 1

Stop in /var/ports/usr/ports/lang/ocaml/work/ocaml-3.12.1.
*** [do-build] Error code 1

Stop in /usr/ports/lang/ocaml.
*** [build] Error code 1

Stop in /usr/ports/lang/ocaml.

>How-To-Repeat:
cd /usr/ports/lang/ocaml
make
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Aug 31 17:20:18 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181711 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: michael.grunewald@laposte.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/181711: port lang/ocaml does not build
Date: Sat, 31 Aug 2013 17:20:18 UT

 Maintainer of lang/ocaml,
 
 Please note that PR ports/181711 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181711
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: =?ISO-8859-1?Q?Michael_Gr=FCnewald?= <michael.grunewald@laposte.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181711: port lang/ocaml does not build
Date: Sun, 1 Sep 2013 10:32:52 +0200

 We are willing to upgrade OCaml to 4.00.1, see ports/173364. I would  
 mark this issue as duplicate for 173364.
 

From: Andreas Wetzel <mickey@netassembly.de>
To: bug-followup@FreeBSD.org, mickey@netassembly.de
Cc:  
Subject: Re: ports/181711: port lang/ocaml does not build
Date: Wed, 02 Oct 2013 09:04:29 +0200

 Is there any timeline as to when the update to 4.00.1 is going to 
 happen? With 3.12.1 being broken, there is effectively no working ocaml 
 right now.
State-Changed-From-To: feedback->closed 
State-Changed-By: marino 
State-Changed-When: Wed Mar 26 18:08:53 UTC 2014 
State-Changed-Why:  
Ocaml 4.00 is in ports now 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181711 
>Unformatted:
