From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 16 17:23:49 2018 Received: (at 31838) by debbugs.gnu.org; 16 Jun 2018 21:23:49 +0000 Received: from localhost ([127.0.0.1]:52162 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fUIfl-0002QR-83 for submit@debbugs.gnu.org; Sat, 16 Jun 2018 17:23:49 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21117) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fUIfj-0002QH-Nv for 31838@debbugs.gnu.org; Sat, 16 Jun 2018 17:23:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1529183302; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=805; bh=AaAdCD71BbyQBZA1ubwf7UrXQQjwFIiu0uKp8TJUk5M=; b=UvU/QYNPKjh7rAhxhCXvLBN+pCGpC+06tf5svm9atvU/HbdbgYQ9S4eQ5NzWw09N xMCIyh76bPavmHroVcANz7B8Cv8MEHOqpH8020zdWBbUt25YAXydCOpqy/WNAT5kJtQ sOrzhhK5jIuvoA12ndBb4vSB3r5BlrpIMEZkeAMU= Received: from localhost (port-92-200-13-33.dynamic.qsc.de [92.200.13.33]) by mx.zohomail.com with SMTPS id 152918330237459.04957995129655; Sat, 16 Jun 2018 14:08:22 -0700 (PDT) References: <877en0lw34.fsf@sturm.com.au> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: Ben Sturmfels Subject: Re: bug#31838: "make" error on guix master In-reply-to: <877en0lw34.fsf@sturm.com.au> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Sat, 16 Jun 2018 23:08:18 +0200 Message-ID: <87fu1m5tj1.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 31838 Cc: 31838@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Ben, > I'm on the current head of Guix master, > b494bbe466419dcac9f415c1152131f012b9555e, and I'm getting an error > building guix. I've just run a "make clean" and "./bootstrap" prior to > the below. [=E2=80=A6] > CXXLD guix-daemon > /gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libpthread.so.= 0: undefined reference to `__sigtimedwait@GLIBC_PRIVATE' > collect2: error: ld returned 1 exit status > make[2]: *** [Makefile:3366: guix-daemon] Error 1 > make[2]: Leaving directory '/home/ben/work/ws/guix' > make[1]: *** [Makefile:4493: all-recursive] Error 1 > make[1]: Leaving directory '/home/ben/work/ws/guix' > make: *** [Makefile:3144: all] Error 2 I haven=E2=80=99t seen this error before. Are you doing this inside of a *= pure* environment? -- Ricardo