From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Performance regression on NFS with new manifest version Date: Thu, 05 Oct 2017 16:54:46 +0200 Message-ID: <87shex4pc9.fsf@gnu.org> References: <873790o4q1.fsf@elephly.net> <87mv6ssyy0.fsf@gnu.org> <87377fukfl.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e07Y6-0000EM-Gl for guix-devel@gnu.org; Thu, 05 Oct 2017 10:54:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e07Y1-0001H6-IM for guix-devel@gnu.org; Thu, 05 Oct 2017 10:54:54 -0400 In-Reply-To: (Roel Janssen's message of "Fri, 22 Sep 2017 14:09:02 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Roel Janssen Cc: guix-devel Hello, Roel Janssen skribis: > I couldn't install *all* R packages, but I used it on our shared R > profile: > > $ guixr package --list-installed -p /gnu/profiles/per-language/r > ncurses 6.0 out /gnu/store/djvxj8r1xwvrm89xqjrd44wwaxc02i74-ncurses-6.0 > coreutils 8.27 out /gnu/store/ps92fz5p6l3mz9ddi388p1891r2q3fva-coreutils-= 8.27 > grep 3.0 out /gnu/store/bxnxmg6vamnlp95skrgdqw7s86ag1f51-grep-3.0 > sed 4.4 out /gnu/store/673v5pxadfdj1zkmpm90s6j89367w4af-sed-4.4 > r-sparql 1.16 out /gnu/store/5qhr4va0af65a0jrpj6nc7xdnw9s4345-r-sparql-1.= 16 Unfortunately most of these packages are not in Guix proper AFAICS. Could you come up with a simple way for me to reproduce the issue on Guix master? > $ strace -c guixr package --search-paths -p /gnu/profiles/per-language/r= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 > export PATH=3D"/gnu/profiles/per-language/r/bin" > export R_LIBS_SITE=3D"/gnu/profiles/per-language/r/site-library/" > export TERMINFO_DIRS=3D"/gnu/profiles/per-language/r/share/terminfo" > % time seconds usecs/call calls errors syscall > ------ ----------- ----------- --------- --------- ---------------- > 98.31 0.139510 11626 12 6 wait4 > 0.77 0.001087 36 30 9 open > 0.43 0.000615 21 29 8 stat I think you=E2=80=99re tracing =E2=80=98guixr=E2=80=99, which forks and jus= t waits for =E2=80=98guix=E2=80=99 and other commands, no? TIA! Ludo=E2=80=99.