From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 330A1138247 for ; Thu, 2 Jan 2014 19:24:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4A36E0ACC; Thu, 2 Jan 2014 19:24:50 +0000 (UTC) Received: from mail-vb0-f44.google.com (mail-vb0-f44.google.com [209.85.212.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3448AE0ACC for ; Thu, 2 Jan 2014 19:24:50 +0000 (UTC) Received: by mail-vb0-f44.google.com with SMTP id x8so7329817vbf.31 for ; Thu, 02 Jan 2014 11:24:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=h6+8MGVBXXyn8OqGbsER+tkJXvdjysohrs6hW477UvY=; b=uKKw7D/wPo1HqXhxPsfKsfuhCSmj1KvslsIIId3gFVhW+EZqBjBxVMW8C8h+fKwXBo SRfmps+nrqnMqcTkvlfAqI2XJywjcceR9KUn482p7gKmXJ+XEObYS0q6NG+En2rwpAw5 Q2Yw1jU7wvq1tgQ+bG7MnzNLQOrKmTVwuQ/38VDAxfRPiF84BOU6MYC6OQpk4N8rhL0V A9llDy5iyoZXri3fNUm5tWCQ5u4gG4QaZ3r34VfYB2PFLek+3cG/FDeka8O8P2PBdRXR 5i5gzfk6bbwygEU2wyTVduttHS8JFmcLhbfsJYwtlh4UgrcuGZIt2opho25HWmOJGPvS wcuA== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.58.255.233 with SMTP id at9mr14493076ved.20.1388690689440; Thu, 02 Jan 2014 11:24:49 -0800 (PST) Received: by 10.58.133.5 with HTTP; Thu, 2 Jan 2014 11:24:49 -0800 (PST) In-Reply-To: <52C4EF3A.9070801@gentoo.org> References: <52C4EF3A.9070801@gentoo.org> Date: Thu, 2 Jan 2014 13:24:49 -0600 Message-ID: Subject: Re: [gentoo-catalyst] kernel sources not found ? catalyst 2.0.15 From: lin pro To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: d77f5e69-1d04-49f0-a722-ddf49698a05e X-Archives-Hash: 599b06e533a1572ebd7b3137b07f858a Thank you for your reply. I 'touched' package.provided for the catalyst to see it. Then ran catalyst -f spec_file -a The error dissapeared. Thank you. But genkernel continues to complain about: Genkernel version 3.4.45.1 found ... continuing emerge --quiet --update --newuse rt-sources * Gentoo Linux Genkernel; Version 3.4.45.1 * Running with options: --callback=emerge -qN -kb x11-drivers/xf86-input-evdev x11-drivers/xf86-input-synaptics x11-drivers/xf86-video-ati app-emulation/qemu --cachedir=/tmp/kerncache/gentoo-genkernel_cache-2013.12 --no-mountboot --kerneldir=/usr/src/linux --modulespackage=/tmp/kerncache/gentoo-modules-2013.12.tar.bz2 --minkernpackage=/tmp/kerncache/gentoo-kernel-initrd-2013.12.tar.bz2 all --kerncache=/tmp/kerncache/gentoo-kerncache-2013.12.tar.bz2 * Using genkernel.conf from /etc/genkernel.conf * Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86_64/config.sh .. * Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86_64/modules_load .. * ERROR: kernel source directory "/usr/src/linux" was not found! Now, does genkernel mean absolute /usr/src/linux ? If not, then what option to set for it to know where the sources are to be found? The template spec file does mention: # This option sets genkernel parameters on a per-kernel basis and applies only # to this kernel label. This can be used for building options into only a # single kernel, where compatibility may be an issue. Since we do not use this # on the official release media, it is left blank, but it follows the same # syntax as stage4/gk_mainargs. # example: # boot/kernel/gentoo/gk_kernargs: Should it be set at: boot/kernel/gentoo/gk_kernargs: --kerneldir=/var/tmp/catalyst/tmp/portage/portage/sys-kernel/rt-sources But it seems to me that catalyst won't see it because it is an absolute path. Thank you for any hints