From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 4J69DopXPl9pZQAA0tVLHw (envelope-from ) for ; Thu, 20 Aug 2020 10:59:22 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id sOShCopXPl8uAwAAB5/wlQ (envelope-from ) for ; Thu, 20 Aug 2020 10:59:22 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6DC609402CC for ; Thu, 20 Aug 2020 10:59:21 +0000 (UTC) Received: from localhost ([::1]:33658 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k8iHw-0007zz-8K for larch@yhetil.org; Thu, 20 Aug 2020 06:59:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54172) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k8iHp-0007zP-PT for help-guix@gnu.org; Thu, 20 Aug 2020 06:59:14 -0400 Received: from w4.tutanota.de ([81.3.6.165]:59736) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k8iHn-00076B-C8 for help-guix@gnu.org; Thu, 20 Aug 2020 06:59:13 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id C0A6110602DA for ; Thu, 20 Aug 2020 10:59:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1597921148; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=QSCePioLWpXkmJiDvsw0Fmjo2L8pOibI5oqPUoDxHMY=; b=gJXQl1VnzFAi2GqCYv0/pVrwWEwPZ5N2HcnRshjRU8RfO2mTK76SVUlyc5JooDzc Dp0kh4bFDKLAkSrZwmnSnFM5t9g4nFw2UXWkBndHE/ZpY5UxIVxHX6R2ypCikyKUJD6 hDaXlcaziCoMBwMfE46m9UmOEdbhiNiZhX1i4RvxtVSjI6APowz00By1mPwoFPdeH/c 6c1+zM6Mzkf/Mf4lx+ikVmrrBJ8VF5aOulZjbbgxL8cWfGUP1rFOVAdH7q5G3zw1kV4 ApEtDRbf4TvmkklDbJBCRx1nekf4B+vXd0Zs+aFt/NeSZKQl4GIXwOPqkTE82aNltEp VcLPD4pVqQ== Date: Thu, 20 Aug 2020 12:59:08 +0200 (CEST) To: Help Guix Message-ID: Subject: building emacs from tarball inside guix env MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/20 06:59:08 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" Reply-to: Adam Kandur From: Adam Kandur via X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=tuta.io header.s=s1 header.b=gJXQl1Vn; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: vD+muA6eoIT/ hi everyone! tried to build emacs in guix env here is my manifest: ---------------------------------- (specifications->manifest =C2=A0'("make" =C2=A0=C2=A0 "gcc-toolchain" =C2=A0=C2=A0 "gnutls" =C2=A0=C2=A0 "ncurses" =C2=A0=C2=A0 "mailutils" =C2=A0=C2=A0 "libx11" =C2=A0=C2=A0 "gtk+" =C2=A0=C2=A0 "libxft" =C2=A0=C2=A0 "libtiff" =C2=A0=C2=A0 "giflib" =C2=A0=C2=A0 "libjpeg" =C2=A0=C2=A0 "imagemagick" =C2=A0=C2=A0 "acl" =C2=A0=C2=A0 "libpng" =C2=A0=C2=A0 "zlib" =C2=A0=C2=A0 "librsvg" =C2=A0=C2=A0 "libxpm" =C2=A0=C2=A0 "libxml2" =C2=A0=C2=A0 "libice" =C2=A0=C2=A0 "libsm" =C2=A0=C2=A0 "alsa-lib" =C2=A0=C2=A0 "dbus" =C2=A0=C2=A0 "libotf" =C2=A0=C2=A0 "m17n-lib")) during configuration i got this error: ---------------------------------------------------------------------------= -------------------- checking for xaw3d... no checking for libXaw... configure: error: No X toolkit could be found. If you are sure you want Emacs compiled without an X toolkit, pass =C2=A0 --with-x-toolkit=3Dno to configure.=C2=A0 Otherwise, install the development libraries for the to= olkit that you want to use (e.g. Gtk+) and re-run configure. maybe somebody had same problem?