X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from localhost (unknown [189.124.130.205]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nc@alpinelinux.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 742D2DC0413; Fri, 13 Apr 2012 21:12:10 +0000 (UTC) Date: Fri, 13 Apr 2012 23:12:24 +0200 From: Natanael Copa To: Borys Zhukov Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] testing/ocaml: new aport Message-ID: <20120413231224.56c34e52@alpinelinux.org> In-Reply-To: <1334199190-28928-1-git-send-email-mp5@mp5.im> References: <1334199190-28928-1-git-send-email-mp5@mp5.im> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; i686-pc-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 12 Apr 2012 02:53:10 +0000 Borys Zhukov wrote: > --- > testing/ocaml/APKBUILD | 51 > ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 > insertions(+) create mode 100644 testing/ocaml/APKBUILD This didnt build on my dev build server. gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c write.c ../../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 Can't modify application's text section; use the GCC option -fPIE for position-independent executables. make[2]: *** [unix.cmi] Error 1 make[2]: Leaving directory `/home/ncopa/aports/testing/ocaml/src/ocaml-3.12.1/otherlibs/unix' Maybe have a look at what gentoo (hardened) does? -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---