[ptxdist] MESA --enable-asm

2011-02-22 Thread Erwin Rol
Hello All and Michael specially, I have been wondering why my I915 DRI on Xorg > 1.8 always crashes. After looking into it it turned out to be in a x86 SSE assembly source. After disabling assembly in Mesa with --disable-asm everything works. So what is the problem? The Mesa assembly sources n

Re: [ptxdist] [PATCH] net-snmp: version bump 5.3.3 -> 5.6.1

2011-02-22 Thread Michael Olbrich
On Tue, Feb 22, 2011 at 03:39:45PM +0100, Wolfram Sang wrote: > > > > How usefull is it without config / example config? > > Probably not much :) I just mimiced the old behaviour. But can probably > go. > > > I would prefer to add a example config to generic/ and always install with > > install_

Re: [ptxdist] [PATCH] net-snmp: version bump 5.3.3 -> 5.6.1

2011-02-22 Thread Wolfram Sang
> > +choice > > + prompt "Which daemon-configuration (snmpd.conf) to install" > > + default NET_SNMP_AGENT_EXAMPLE_SNMPD_CONF > > + depends on NET_SNMP_AGENT > > + > > + config NET_SNMP_AGENT_NO_SNMPD_CONF > > + bool > > + prompt "No snmpd.conf" > > + help > >

Re: [ptxdist] [PATCH] net-snmp: version bump 5.3.3 -> 5.6.1

2011-02-22 Thread Michael Olbrich
On Fri, Feb 18, 2011 at 04:52:25PM +0100, Wolfram Sang wrote: > Also add the possibility to add a daemon configuration. > > Signed-off-by: Wolfram Sang > --- > .../0001-net-snmp-config-add-SYSROOT-support.patch | 48 --- > patches/net-snmp-5.3.3/series |

Re: [ptxdist] [talloc] Added new package

2011-02-22 Thread Erwin Rol
On 22-2-2011 15:22, Michael Olbrich wrote: +TALLOC_VERSION := 2.0.1 why not 2.0.5? newer versions use WAF to build. - Erwin -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [talloc] Added new package

2011-02-22 Thread Michael Olbrich
On Thu, Feb 17, 2011 at 07:27:57AM -0600, George McCollister wrote: > LowLander was asking about this package. I have quite a few samba.org > libraries since many of them are required for sssd. > > Regards, > George McCollister > diff -Naur a/rules/talloc.in b/rules/talloc.in > --- a/rules/talloc

[ptxdist] version extraction issue in binutils rule

2011-02-22 Thread Jérôme BARDON
Hello, The makefile for binutils : rules/binutils.make does not lead to a usable version for my toolchain. *ld -v* command for my toolchain prints: *GNU ld (GNU Binutils) 2.20.1.20100303* which leads to a version number 2.20.1.20100303 and thus cannot be downloaded. The toolchain is a cross GCC

Re: [ptxdist] [Spam] Re: setlocale() fails in self written program

2011-02-22 Thread Alexander Dahl
Hi there, > I think I have a similar problem. Could you try if you can compile and > use the host-localedef.make which uses eglibc-2.9? > This one I have successfully used for a long time. However I have > recently grabbed the latest host-localedef.make due to > some other problems when compiling

Re: [ptxdist] [PATCH] host-libcap fix

2011-02-22 Thread Jérôme BARDON
OK, sent the patch before I receive the 2011-02 changelog. Sorry, my bad. Le 22 février 2011 12:01, Jérôme BARDON a écrit : > A little patch to fix host-libcap in ptxdist-2011-01 > >

[ptxdist] [PATCH] host-libcap fix

2011-02-22 Thread Jérôme BARDON
A little patch to fix host-libcap in ptxdist-2011-01 --- --- /usr/local/lib/ptxdist-2011.01.0/rules/host-libcap.make 2011-01-21 11:10:30.0 +0100 +++ rules/host-libcap

[ptxdist] [ANNOUNCE] PTXdist 2011.02.0 released

2011-02-22 Thread Michael Olbrich
Hi, I've release 2011.02.0. There ist not a lot of new stuff. Mostly bugfixes and a few version bumps. And we're getting ready to build with newer gcc and glibc. Regards, Michael Olbrich As always the shortlog: Carsten Schlote (1): [dbench] Added dependency for libattr.so George McCollis