[buildd] dep-wait for suitesparse on libparmetis-dev

2007-06-14 Thread Thomas Weber
Hi, suitesparse currently has a dep-wait on libparmetis-dev. Now, the reason for the -3 upload of suitesparse was precisely to get rid of the corresponding build-dep (libparmetis-dev is in non-free) :) Can someone please drop the dep-wait? Note: I'm not suitesparse's maintainer, but Octave is

Re: netfilter unavailable

2007-06-14 Thread Michael Schmitz
> > | I think I got the same with a self-compiled 2.6.17 on powerpc. The > > problem was > > | that the module x_tables was missing. Did you set > > CONFIG_NETFILTER_XTABLES? > > If I may ask? I've been using this as an exercise in compiling and linking > in Linux. Where would you set CONFIG_NETF

Re: missing __init_array_start, __init_array_end in __libc_csu_init

2007-06-14 Thread Stephen R Marenka
On Mon, Jun 11, 2007 at 05:35:02PM -0500, Stephen R Marenka wrote: > [EMAIL PROTECTED]:~$ cat hello.c > void main(void) > { > printf("Hello world\n"); > } > > [EMAIL PROTECTED]:~$ gcc -pie hello.c > hello.c: In function 'main': > hello.c:3: warning: incompatible implicit declaration of bu

Re: netfilter unavailable

2007-06-14 Thread L Moore
On Thu, Jun 14, 2007 at 02:31:00PM +0200, Michael Schmitz wrote: > > > | I think I got the same with a self-compiled 2.6.17 on powerpc. The > > > problem was > > > | that the module x_tables was missing. Did you set > > > CONFIG_NETFILTER_XTABLES? > > > > If I may ask? I've been using this as an

Re: netfilter unavailable

2007-06-14 Thread Brian Morris
On 6/14/07, L Moore <[EMAIL PROTECTED]> wrote: On Thu, Jun 14, 2007 at 02:31:00PM +0200, Michael Schmitz wrote: > > > | I think I got the same with a self-compiled 2.6.17 on powerpc. The problem was > > > | that the module x_tables was missing. Did you set CONFIG_NETFILTER_XTABLES? > > > > If I