[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] Problems installing the Fontconfig package
From: |
Douglas Peterson |
Subject: |
Re: [Ltib] Problems installing the Fontconfig package |
Date: |
Wed, 3 Aug 2011 11:03:33 -0700 |
Thank you Peter, that is helpful.
I've also been running "perl -d ./ltib" and stepping through. This is my
first exposure to Perl and I must say that the experience is not
pleasant!
It seems that what happens is LTIB searches for spec files (in several
places) that match the CONFIG_PKG_KERNEL name and in that spec is a line
Source : %{pkg_name}-%{version}.tar.bz2
Which is why I couldn't find 'linux-2.6.29.6' when grepping. It's
obfuscated with variables.
Thanks again,
Douglas
-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Peter Barada
Sent: Wednesday, August 03, 2011 10:18 AM
To: address@hidden
Subject: Re: [Ltib] Problems installing the Fontconfig package
On 08/03/2011 01:04 PM, Douglas Peterson wrote:
> Also the Kernel being targeted is linux-2.6.29.6.
>
> Though I cannot, for the life of me, figure out how defconfig,
defconfig.dev, and main.lkc (in this custom platform) specify which
kernel package gets downloaded by LTIB (linux-2.6.29.6.tar.bz2 in this
case).
Your custom platform main.lkc file sets PKG_KERNEL to the name of a spec
file (with .spec.in added to it) in dist/lfs-5.1/kernel that contains
the name of the source kernel tarball plus the list of patches to be
applied to it.
Grep for CONFIG_PKG_KERNEL in .config in your custom platform (if
.config exists). If not then grep for CONFIG_PKG_KERNEL in defconfig.dev
in your custom platform (if defconfig.dev exists). If not then grep for
CONFIG_PKG_KERNEL in defconfig in your custom platform.
Hope this helps!
--
Peter Barada
address@hidden
_______________________________________________
LTIB home page: http://ltib.org
Ltib mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/ltib
- Re: [Ltib] Problems installing the Fontconfig package, Douglas Peterson, 2011/08/02
- Re: [Ltib] Problems installing the Fontconfig package, Stuart Hughes, 2011/08/03
- Re: [Ltib] Problems installing the Fontconfig package, Douglas Peterson, 2011/08/03
- Re: [Ltib] Problems installing the Fontconfig package, Douglas Peterson, 2011/08/03
- Re: [Ltib] Problems installing the Fontconfig package, Douglas Peterson, 2011/08/03
- Re: [Ltib] Problems installing the Fontconfig package, Douglas Peterson, 2011/08/03
- Re: [Ltib] Problems installing the Fontconfig package, Stuart Hughes, 2011/08/04
- Re: [Ltib] Problems installing the Fontconfig package, Stuart Hughes, 2011/08/07
- Re: [Ltib] Problems installing the Fontconfig package, Douglas Peterson, 2011/08/08
- Re: [Ltib] Problems installing the Fontconfig package, Stuart Hughes, 2011/08/04