Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2007-01-09 Thread Gianluca Cerminara
Thanks a lot...this solved the problem! I probably should gooogle more deeply. Now I'm fighting with the configuration of the client... Thanks, G Sergio Gelato wrote: * Derrick J Brashear [2007-01-08 09:56:36 -0500]: On Mon, 8 Jan 2007, Gianluca Cerminara wrote: What shall I

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2007-01-08 Thread Gianluca Cerminara
What shall I do then? I really need a running openafs client Thanks, G Marc Dionne wrote: Russ Allbery wrote: Gianluca Cerminara [EMAIL PROTECTED] writes: Sorry...I have been offline for a while. Here it is the section of the config.log regarding rlim: configure:11102:

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2007-01-08 Thread Derrick J Brashear
On Mon, 8 Jan 2007, Gianluca Cerminara wrote: What shall I do then? Install and configure kernel source to match your running kernel, and build against it? ___ OpenAFS-info mailing list OpenAFS-info@openafs.org

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2007-01-08 Thread Sergio Gelato
* Derrick J Brashear [2007-01-08 09:56:36 -0500]: On Mon, 8 Jan 2007, Gianluca Cerminara wrote: What shall I do then? Install and configure kernel source to match your running kernel, and build against it? Googling for the correct configure steps on SuSE, it seems that cd

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2007-01-04 Thread Russ Allbery
Gianluca Cerminara [EMAIL PROTECTED] writes: Sorry...I have been offline for a while. Here it is the section of the config.log regarding rlim: configure:11102: checking for rlim in struct task_struct configure:11133: make -C $LINUX_KERNEL_PATH M=`pwd`/conftest.dir modules /dev/null

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2007-01-04 Thread Russ Allbery
Marcus Watts [EMAIL PROTECTED] writes: 2.6 uses kbuild, not cc. The logic for this is in AC_TRY_KBUILD26 which is defined in src/cf/linux-test1.m4 It should save standard error, so, yes, there is *some* stuff. The vanilla openafs logic here doesn't explicitly save the command

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2007-01-04 Thread Ken Aaker
Russ Allbery wrote: Gianluca Cerminara [EMAIL PROTECTED] writes: Sorry...I have been offline for a while. Here it is the section of the config.log regarding rlim: configure:11102: checking for rlim in struct task_struct configure:11133: make -C $LINUX_KERNEL_PATH

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2007-01-04 Thread Marc Dionne
Russ Allbery wrote: Gianluca Cerminara [EMAIL PROTECTED] writes: Sorry...I have been offline for a while. Here it is the section of the config.log regarding rlim: configure:11102: checking for rlim in struct task_struct configure:11133: make -C $LINUX_KERNEL_PATH M=`pwd`/conftest.dir

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2007-01-03 Thread Gianluca Cerminara
Sorry...I have been offline for a while. Here it is the section of the config.log regarding rlim: configure:11102: checking for rlim in struct task_struct configure:11133: make -C $LINUX_KERNEL_PATH M=`pwd`/conftest.dir modules /dev/null

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2006-12-30 Thread Russ Allbery
Marcus Watts [EMAIL PROTECTED] writes: Hm? I've always found the error messages in config.log. I've diagnosed probably a dozen of these build failures from config.log output; usually it's a straightforward compiler error that points to a missing include, structure, or the like. Or is this

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2006-12-29 Thread Marcus Watts
Russ Allbery [EMAIL PROTECTED] had replied: ... Gianluca Cerminara [EMAIL PROTECTED] writes: Yes I get the same error, also with 1.4.2 and 1.5.12... error: #error Not sure what to do about rlim (should be in the Linux task struct somewhere) This error usually means nothing more

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2006-12-29 Thread Russ Allbery
Marcus Watts [EMAIL PROTECTED] writes: Russ is right this indicates a problem with the kernel build process. Most likely that's headers, but it could be other stuff. Unfortunately, config.log most likely won't contain anything of interest. To get useful stuff in config.log, you'll need to do

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2006-12-29 Thread Marcus Watts
Marcus Watts [EMAIL PROTECTED] writes: Russ is right this indicates a problem with the kernel build process. Most likely that's headers, but it could be other stuff. Unfortunately, config.log most likely won't contain anything of interest. To get useful stuff in config.log, you'll

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2006-12-28 Thread Gianluca Cerminara
Yes I get the same error, also with 1.4.2 and 1.5.12... Sergio Gelato wrote: * Gianluca Cerminara [2006-12-27 16:20:49 +0100]: Hello, I'm trying to build openafs 1.4.0 or 1.4.2 on my machine (x86) running opensuse 10.2 (kernel 2.6.18.2-34-default). I get the following error:

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2006-12-28 Thread Russ Allbery
Gianluca Cerminara [EMAIL PROTECTED] writes: Yes I get the same error, also with 1.4.2 and 1.5.12... error: #error Not sure what to do about rlim (should be in the Linux task struct somewhere) This error usually means nothing more than your kernel headers included in the way that

[OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2006-12-27 Thread Gianluca Cerminara
Hello, I'm trying to build openafs 1.4.0 or 1.4.2 on my machine (x86) running opensuse 10.2 (kernel 2.6.18.2-34-default). I get the following error: /home/cerminar/io/installazione/openafs-1.4.0/src/afs/LINUX/osi_machdep.h:55:2: error: #error Not sure what to do about rlim (should be in

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2006-12-27 Thread Sergio Gelato
* Gianluca Cerminara [2006-12-27 16:20:49 +0100]: Hello, I'm trying to build openafs 1.4.0 or 1.4.2 on my machine (x86) running opensuse 10.2 (kernel 2.6.18.2-34-default). I get the following error: /home/cerminar/io/installazione/openafs-1.4.0/src/afs/LINUX/osi_machdep.h:55:2:

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2006-12-27 Thread Ken Aaker
I just got it to build by changing the configure for the command for the libafs build to use /usr/src/linux instead of /usr/src/linux-obj for the --with-linux-kernel-headers value. But the spec file that I'm using at the moment is very messy. I also removed the kernel-syms dependency and

Re: [OpenAFS] Problem building openafs on kernel 2.6.18.2-34-default

2006-12-27 Thread Russ Allbery
Sergio Gelato [EMAIL PROTECTED] writes: OpenAFS 1.4.2, on the other hand, ought to work (it did for me in a recent upgrade to Debian etch, which also has a 2.6.18 kernel). Do you get the same error with 1.4.2? (The message you showed us says 1.4.0.) Yes, 1.4.2 will build with 2.6.18 and