Gentoo Archives: gentoo-alt

From: Al <oss.elmar@××××××××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] How to debug this?
Date: Mon, 20 Sep 2010 12:55:23
Message-Id: AANLkTinEotxnSvSdXD2jTaWfeKx5V8z-7xtc57oU71JE@mail.gmail.com
1 Hello,
2
3 when I execute " ebuild ncurses-5.7-r4.ebuild install" it always
4 terminates with the following error:
5
6 linking infotocap.exe to tic.exe
7 (cd /home/prefix/gentoo/var/tmp/portage/sys-libs/ncurses-5.7-r4/image//home/prefix/gentoo/usr/bin
8 && ln -s `echo tic.exe| sed 's/.exe$//'|sed 's,x,x,'|sed
9 's/$/.exe/'` `echo infotocap.exe| sed 's/.exe$//'|sed 's,x,x,'|sed
10 's/$/.exe/'`)
11 3 [main] bash 2232 child_copy: linked dll data write copy
12 failed, 0x6CEC9000..0x6CED7A20, done 0, windows pid 2232, Win32 error
13 487
14 /home/prefix/gentoo/bin/bash: fork: retry: Resource temporarily unavailable
15
16 When I run the installation manually (taken from build.log) it goes through:
17
18 cd /home/prefix/gentoo/var/tmp/portage/sys-libs/ncurses-5.7-r4/work/narrowc/
19 make DESTDIR=/home/prefix/gentoo/var/tmp/portage/sys-libs/ncurses-5.7-r4/image/
20 install
21
22 One explenation I can imagine is, that the environment variables
23 inside the ebuild process are different.
24
25 I tried to compare both environments by a diff that I attach, but I
26 don't see the point.
27
28 Any idea how I could debug this in an efficiant way?
29
30 Thanks
31
32 Al

Attachments

File name MIME type
sorted.env.diff application/octet-stream