Hey All,
Just wanted to give a status update on where things are with F12.
Right now we need to get the latest glibc built make[2]: *** No rule to make target `/builddir/build/BUILD/glibc-2.10-271- gefa0569/build-sparc64-linuxnptl/debug/____longjmp_chk.o', needed by `/builddir/build/BUILD/glibc-2.10-271-gefa0569/build-sparc64- linuxnptl/debug/stamp.o'. Stop.
most arches have ____longjmp_chk.S we need it written for sparc arches
nss segfaults duging the test suite this blocks xulrunner, jss and a few other things from building
openoffice.org install rpmdevtools in the chroot, one thing it pulls in is fakeroot which doesnt build sparc64. i think Excluding sparc64 for Openoffice.org would be ok.
anaconda is building but will need a bit of work to work correctly. our tftp initrd is 14mb we need to get it and the kernel under 10mb to be able to support net booting or we need a boot loader we can load that will download and exec the kernel and initrd.
there is still 1700 packages that need to be rebuilt for the mass rebuild. and then I should be able to kick off koji-shadow to catch up whats been built since. all the ocaml and mono packages need to have sparc64 Excluded since mono wont work 64 bit and Richard Jones won't port and carry the patch adding sparc64 support to ocaml.
That is a quick overview of things. I have one box running that has the F-12 tree on it. I hope to upload the tree to the mirrors next week. if anyone wants to help address some of these please do so. Or stop in #fedora-sparc and we can work on what needs doing.
Dennis
On Sunday 16 August 2009 01:25:30 pm Dennis Gilmore wrote:
Just wanted to give a status update on where things are with F12.
One thing I am curious about is why amtu keeps being built on sparc? If anyone wants to run it on sparc, they have to write the test cases that it needs. If no one is going to do that, how do we get it removed from your build list?
-Steve
On Monday 17 August 2009 09:13:28 am Steve Grubb wrote:
On Sunday 16 August 2009 01:25:30 pm Dennis Gilmore wrote:
Just wanted to give a status update on where things are with F12.
One thing I am curious about is why amtu keeps being built on sparc? If anyone wants to run it on sparc, they have to write the test cases that it needs. If no one is going to do that, how do we get it removed from your build list?
-Steve
if its not excluded then it will be built. gcc -Wall -W -Wfloat-equal -Wundef -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 - fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mcpu=ultrasparc -o amtu amtu-i86.o amtu-ppc.o amtu-s390.o amtu-ia64.o amtu.o memory.o memsep.o iodisktest.o networkio.o -laudit amtu.o: In function `main': /builddir/build/BUILD/amtu-1.0.8/src/amtu.c:137: undefined reference to `amtu_priv' collect2: ld returned 1 exit status
it will need to go through the ExcludeArch process includinga bug filed that blocks the SPARc tracker bug.
Dennis