From: Sebastian A. <sp...@sy...> - 2007-03-16 22:43:30
|
Darrick Hartman wrote: > Sebastian, > > Perhaps I should apologize a little. I misunderstood what > you meant by > "The minimum needed to build a uClibc development system". > > After your clarification, I understand what you are trying to do. I > don't necessarily agree with your plans, but I will clarify this one > more time. > > Yes, the only packages known to build and that have been tested by > myself and Kristian are those that are included in the default > astlinux.config. Other packages may work, but in all > likelihood, many > of them are outdated and may need small or very big changes to work. Thanks for the clarification. > Sebastian Auriol wrote: >> But forgive me for assuming that a package that has been in AstLinux >> for some time (and maybe since the start), and is not labelled as >> experimental, works. And, please forgive me for assuming that >> members of this list would want to know if such a package did not >> work. > > I only recently added the experimental flag. I haven't had time to > update the packages which are not included by default. I've included > this history in the past, but I'll restate it again. > Astlinux was build > using buildroot2. Some of the packages were never tried. At > one point > they probably built ok. Since they have been unmaintained > for so long, > they may need updating. As time allows I'll try to flag these as > testing/experimental, but if you wanted to help, you can test packages > (as long as you understand that they may not build) and let > us know that > they don't work. > > Darrick OK, I understand. FYI: No, big deal - I just disabled the package - I don't think I need it anyway, but I have tested the "ed" package and it gets a 404 Not Found when it tries to download a patch, both from debian.org and the mirror at astlinux.org. Also, FYI, the following non-default packages compile successfully (latest 0.4 svn, i586): [seb@IVRA6 0.4-svn-MAR]$ diff .config astlinux.config 37c37 < BR2_JLEVEL=1 --- > BR2_JLEVEL=2 131d130 < BR2_PACKAGE_EXPERIMENTAL=y 147,149c146,148 < BR2_PACKAGE_BZIP2=y < BR2_PACKAGE_COREUTILS=y < BR2_PACKAGE_DIFFUTILS=y --- > # BR2_PACKAGE_BZIP2 is not set > # BR2_PACKAGE_COREUTILS is not set > # BR2_PACKAGE_DIFFUTILS is not set 151c150 < BR2_PACKAGE_FINDUTILS=y --- > # BR2_PACKAGE_FINDUTILS is not set 154,161c153,160 < BR2_PACKAGE_GAWK=y < BR2_PACKAGE_GCC_TARGET=y < BR2_PACKAGE_CCACHE_TARGET=y < BR2_PACKAGE_GREP=y < BR2_PACKAGE_MAKE=y < BR2_PACKAGE_PATCH=y < BR2_PACKAGE_SED=y < BR2_PACKAGE_TAR=y --- > # BR2_PACKAGE_GAWK is not set > # BR2_PACKAGE_GCC_TARGET is not set > # BR2_PACKAGE_CCACHE_TARGET is not set > # BR2_PACKAGE_GREP is not set > # BR2_PACKAGE_MAKE is not set > # BR2_PACKAGE_PATCH is not set > # BR2_PACKAGE_SED is not set > # BR2_PACKAGE_TAR is not set 324c323 < BR2_PACKAGE_SYSKLOGD=y --- > # BR2_PACKAGE_SYSKLOGD is not set Have a nice weekend. Kind regards, Sebastian |