From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Cyclic npm dependencies Date: Sat, 24 Nov 2018 16:16:04 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQZZW-0001UJ-1g for guix-devel@gnu.org; Sat, 24 Nov 2018 10:10:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQZZP-0007sy-Pg for guix-devel@gnu.org; Sat, 24 Nov 2018 10:10:14 -0500 Received: from mx1.riseup.net ([198.252.153.129]:58655) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gQZZP-0007sW-JB for guix-devel@gnu.org; Sat, 24 Nov 2018 10:10:07 -0500 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id AC54C1A0E5B for ; Sat, 24 Nov 2018 07:10:06 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id 1BFB81F2980 for ; Sat, 24 Nov 2018 07:10:05 -0800 (PST) Content-Language: en-US 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: guix-devel Hi We need to wonder about what to do with cyclic dependencies. In the case below node-rimraf has node-glob in input and node-glob has node-rimraf in NATIVE-input. I have no idea how to solve this. Both packages are by the same author. Same problem with jasmine and jasmine-core ~/guix-tree/pre-inst-env guix build -K node-rimraf allocate_stack failed: Cannot allocate memory Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind handler. allocate_stack failed: Cannot allocate memory Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind handler. allocate_stack failed: Cannot allocate memory Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind handler. -- Cheers Swedebugia