[SPAM] 克 服 金 融

2009-10-12 Thread eaw
你好! 我公司为克服金融危机对国内工商企业的影响, 特优惠向各公司提供税#-/票(国`` `税、地``0税发```*-票)业务(可抵``-/扣,做/`账,报销等)! 有需要*请联`/系: 1369 1857 919 张先生! -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only dev

Re: preparing to 4.5.19 release

2009-10-12 Thread Roland McGrath
I've done scratch builds for Fedora 10 and 12 (x86_64, i386, ppc64, ppc), available here: http://koji.fedoraproject.org/scratch/roland/task_1742936/ http://koji.fedoraproject.org/scratch/roland/task_1742937/ (The build system and/or network is resisting me so there isn't a Fedora 11 one there, bu

Re: preparing to 4.5.19 release

2009-10-12 Thread Dmitry V. Levin
On Mon, Oct 12, 2009 at 05:08:35PM -0400, Mike Frysinger wrote: > On Monday 12 October 2009 16:36:43 Dmitry V. Levin wrote: > > On Mon, Oct 12, 2009 at 04:18:26PM +0400, Dmitry V. Levin wrote: > > > On Sun, Oct 11, 2009 at 04:31:38PM -0700, Roland McGrath wrote: > > > > [...] Are we about ready to

Re: preparing to 4.5.19 release

2009-10-12 Thread Mike Frysinger
On Monday 12 October 2009 16:36:43 Dmitry V. Levin wrote: > On Mon, Oct 12, 2009 at 04:18:26PM +0400, Dmitry V. Levin wrote: > > On Sun, Oct 11, 2009 at 04:31:38PM -0700, Roland McGrath wrote: > > > [...] Are we about ready to go now? > > > > Yes, everything looks OK, except build failure on Debia

Re: preparing to 4.5.19 release

2009-10-12 Thread Dmitry V. Levin
On Mon, Oct 12, 2009 at 04:18:26PM +0400, Dmitry V. Levin wrote: > On Sun, Oct 11, 2009 at 04:31:38PM -0700, Roland McGrath wrote: > > [...] Are we about ready to go now? > > Yes, everything looks OK, except build failure on Debian sparc. With help of Mike and Frederik, this problem should be fi

Re: [PATCH] sparc/linux: rewrite to use asm/ptrace.h

2009-10-12 Thread Dmitry V. Levin
On Mon, Oct 12, 2009 at 11:05:14AM -0400, Mike Frysinger wrote: > The current sparc/linux code uses asm/reg.h, but recent Linux kernels > dropped that header completely. So switch over to the ptrace headers as > those should stick around indefinitely as part of the ABI. Pushed to HEAD, thank you.

[PATCH] sparc/linux: rewrite to use asm/ptrace.h

2009-10-12 Thread Mike Frysinger
The current sparc/linux code uses asm/reg.h, but recent Linux kernels dropped that header completely. So switch over to the ptrace headers as those should stick around indefinitely as part of the ABI. * defs.h (U_REG_G1, U_REG_O0, U_REG_O1): Define. * process.c: Drop asm/regs.h include. (change_s

Re: preparing to 4.5.19 release

2009-10-12 Thread Dmitry V. Levin
On Mon, Oct 12, 2009 at 10:39:59AM -0400, Mike Frysinger wrote: > On Monday 12 October 2009 10:34:57 Dmitry V. Levin wrote: > > On Mon, Oct 12, 2009 at 04:27:23PM +0200, Frederik Schüler wrote: > > > Now it builds both the 32 and 64bit strace binaries on sparc64, thanks! > > Does it also work there

Re: preparing to 4.5.19 release

2009-10-12 Thread Frederik Schüler
HI, On Monday 12 October 2009 16:34:57 Dmitry V. Levin wrote: > Does it also work there? ;) Yes it does :) (At least for my couple of tests...) Best regards Frederik Schüler -- ENOSIG signature.asc Description: This is a digitally signed message part.

Re: preparing to 4.5.19 release

2009-10-12 Thread Mike Frysinger
On Monday 12 October 2009 10:34:57 Dmitry V. Levin wrote: > On Mon, Oct 12, 2009 at 04:27:23PM +0200, Frederik Schüler wrote: > > Now it builds both the 32 and 64bit strace binaries on sparc64, thanks! > > Does it also work there? ;) it works for me in sparc32 userland -mike signature.asc Descr

Re: preparing to 4.5.19 release

2009-10-12 Thread Dmitry V. Levin
Hi, On Mon, Oct 12, 2009 at 04:27:23PM +0200, Frederik Schüler wrote: > > Now it builds both the 32 and 64bit strace binaries on sparc64, thanks! Does it also work there? ;) -- ldv pgpZDJQmsXeQn.pgp Description: PGP signature -

Re: preparing to 4.5.19 release

2009-10-12 Thread Frederik Schüler
Hi! Now it builds both the 32 and 64bit strace binaries on sparc64, thanks! Best regards Frederik Schüler On Monday 12 October 2009 16:19:07 Mike Frysinger wrote: > On Monday 12 October 2009 10:04:42 Frederik Schüler wrote: > > But we got another issue open: > > > > gcc -m64 -DHAVE_CONFIG_H -I.

Re: preparing to 4.5.19 release

2009-10-12 Thread Mike Frysinger
On Monday 12 October 2009 10:04:42 Frederik Schüler wrote: > But we got another issue open: > > gcc -m64 -DHAVE_CONFIG_H -I. -I.. -Ilinux/sparc64 -I../linux/sparc64 > -Ilinux - I../linux -Wall -g -O2 -MT util.o -MD -MP -MF .deps/util.Tpo > -c -o util.o ../util.c > ../util.c: In function ‘print

Re: preparing to 4.5.19 release

2009-10-12 Thread Frederik Schüler
Hi! The addressed issue is fixed now, thanks! But we got another issue open: gcc -m64 -DHAVE_CONFIG_H -I. -I.. -Ilinux/sparc64 -I../linux/sparc64 -Ilinux - I../linux -Wall -g -O2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o ../util.c ../util.c: In function ‘printcall’: ../util.c:1254:

Re: preparing to 4.5.19 release

2009-10-12 Thread Dmitry V. Levin
Hi, On Fri, Oct 09, 2009 at 04:48:55PM -0400, Mike Frysinger wrote: > On Friday 09 October 2009 07:42:19 Frederik Schüler wrote: > > thanks fot the patch, with a small fix, the 32bit strace binary on sparc > > builds now [...] but the 64bit binary fails: > > > > gcc -m64 -DHAVE_CONFIG_H -I. -I..

Re: preparing to 4.5.19 release

2009-10-12 Thread Dmitry V. Levin
On Sun, Oct 11, 2009 at 04:31:38PM -0700, Roland McGrath wrote: > [...] Are we about ready to go now? Yes, everything looks OK, except build failure on Debian sparc. -- ldv pgpeNjawEHJX2.pgp Description: PGP signature --