From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Karetnikov Subject: Re: [PATCH] distro: Add Kmod. Date: Mon, 24 Dec 2012 14:21:46 -0500 Message-ID: <877go7ntlt.fsf@karetnikov.org> References: <87bodqoig1.fsf@karetnikov.org> <87r4mmdy09.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnDas-00043P-Hr for bug-guix@gnu.org; Mon, 24 Dec 2012 14:21:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TnDap-0002zt-5V for bug-guix@gnu.org; Mon, 24 Dec 2012 14:21:46 -0500 In-Reply-To: <87r4mmdy09.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "(unknown date)") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: bug-guix@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>> Can you look at the detailed build logs? >> 'config.log' contains several errors. For instance: >> >> conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directo= ry >> compilation terminated. >> >> Is it important? > That=E2=80=99s expected: configure tests for the presence of certain feat= ures, > and some are missing, etc. >> This (from 'test-depmod.c') looks suspicious: >> >> #define MODULES_ORDER_LIB_MODULES MODULES_ORDER_ROOTFS "/lib/modules/" M= ODULES_ORDER_UNAME >> >> (I don't know C.) >> >> Also, 'test-testsuite.c' contains the following: >> >> fp =3D fopen("/lib/modules/a", "r"); >> >> fd =3D open("/lib/modules/a", O_RDONLY); > Yeah, this will never work for us, because there=E2=80=99s no /lib. > > I support we=E2=80=99d rather ignore tests for now, with a comment explai= ning > that this is kernel-dependent, and that we=E2=80=99ll revisit the issue w= hen we > have a bootable distro. OK. > Why do you need this, BTW? It=E2=80=99ll be essentially unusable at this= stage > because of the above. 'udev-182' depends on 'kmod'.=20 'guix-import' doesn't list 'kmod' in 'inputs' for 'udev-173'. I can try to package it instead of 'udev-182'. It might also solve the error which is described in the "How to adjust PKG_CONFIG_PATH?" thread. Nikita --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBAgAGBQJQ2KtiAAoJEM+IQzI9IQ38WgAP/3IAtFr5dPOzjrGqVMBcVbWp 5RqzsEMkRb8KWvxGhdz2Xr4lt0S8UVgleM2thH5TlnHuu8Ui0PGb3j3cnslTeQeT jptgawZ5pTlAAjpvQKZMN0Vigt5of31v2t/c/3DYP67wJ2CoPqQLEortzHnJXPjc rLVjVdDkKBeTboS52AFEQr1YmRu4yLm8DJlZ2X+M/3+93b/ZDMeILkNzYwOjvwmr wPmykhbSJkmCoImsYNRjYW3hh2Whzh2XInVT+6GNuNS1oH1cZdAr0j3mUifoOLLb NYN2L6ZEmerFvctWaw0H2SLQtawJsY4XrTi6D9X3GhnBmOnHJ+U6HTGdpTWcC1/z bVdy+Vx1ubpnmQjCIIHsF2F3TwuNj4GyfDit/rjueRywa+hTjPoMi4vkaZvqiDmH HvoAUyD9y4sQUZnLGW6YTQhW4XxQKw0uNvejSjw3tDMLKhg4s7OwqxXiQKIS/f7z pvSlAFZPM2jnOIFS926jhbyOLV5HBoR9VEqFUhBfILVXS/qY11BrhFf/Y1PLIekF oMzaT70eILk9E3KgfgehIs8/+R/H1Ya9RWxHYFpaegby1c+Ar7pq3NHWIHVf/lv4 WghXd2FJ98wRuTiAkbFyNNeHE7Lt6Y+aLN35N+zjtWFszaw6JAXzd/ixJvZMtNZ1 5gnfuN5zigmGomQiL9fR =E5/z -----END PGP SIGNATURE----- --=-=-=--