[lfs-dev] Cacerts scripts wrapped into a tarball with makefile

2013-12-13 Thread Gregory Nietsky
Greetings folks here is a package containing the cacert scripts and a "tortured" Makefile to allow for "make clean all install" https://github.com/Distrotech/cacerts-lfs as a zip file https://github.com/Distrotech/cacerts-lfs/archive/master.zip initially i tried to use gkeytool not openjdk k

[lfs-dev] ICU 52.1 issues .... [and solutions]

2013-12-09 Thread Gregory Nietsky
There is a problem with ICU where icudata lib throws a "invalid error" when running program linked with it. this affects ARM but shows up on x86 (x32 ABI) as well. when its linked it is linked with -nodefaultlibs -nostdlib changing this allows things to work adding -lgcc will probably resolv t

Re: [lfs-dev] GlibC 2.17 / GCC 2.7.3 [git]

2013-01-08 Thread Gregory Nietsky
Update GCC 4.8.0 will be branched in "jan" for release in march not final release got that mixed up sorry folks. ive been cooking with GLIBC 2.17 / GCC 4.8.0 and indeed the dependancy cycle is a problem when bootstraping you need C++ but cant build C++ without glibc the option mentioned of lin

Re: [lfs-dev] GlibC 2.17 / GCC 2.7.3 [git]

2012-12-27 Thread Gregory Nietsky
, Bruce Dubbs wrote: > On Wed, Dec 26, 2012 at 2:44 PM, Gregory Nietsky > wrote: >> Just like to report that all works as expected with minimal patching >> >> Thanks for the info. If gcc-4.8.0 is due out in a month, we may want >> to hold off on gcc-4.7.3 and go d

[lfs-dev] GlibC 2.17 / GCC 2.7.3 [git]

2012-12-26 Thread Gregory Nietsky
Just like to report that all works as expected with minimal patching its still required to symlink libgcc to libgcc_eh when building from a bootstrap compiler. Bellow are the hunks in the patch set used with comments attached. FYI Glibc was released 25/12 GCC 2.7.3 is scheduled for release "now