Re: Compile error in Linux 3.0

2011-06-19 Thread Curt Howland
> Selecting config option 'Make CPU Idle calls when idle' cures the problem. > https://lkml.org/lkml/2011/6/8/170 > https://lkml.org/lkml/2011/6/9/679 > http://lkml.org/lkml/2011/6/14/324 Thank you for the pointers and suggestion. The compile failed on Documentation/lguest, so I'm just going to

Re: Compile error in Linux 3.0

2011-06-18 Thread Elimar Riesebieter
* Curt Howland [110616 21:27 -0400]: > Is anyone else getting this error? > > Building modules, stage 2. > MODPOST 2571 modules > ERROR: "pm_idle" [arch/x86/kernel/apm.ko] undefined! > ERROR: "default_idle" [arch/x86/kernel/apm.ko] undefined! > WARNING: modpost: Found 14 section mismatch(es).

Re: Compile error in Linux 3.0

2011-06-18 Thread Steven Jan Springl
On Friday 17 June 2011 02:27:49 Curt Howland wrote: > Is anyone else getting this error? > > Building modules, stage 2. > MODPOST 2571 modules > ERROR: "pm_idle" [arch/x86/kernel/apm.ko] undefined! > ERROR: "default_idle" [arch/x86/kernel/apm.ko] undefined! > WARNING: modpost: Found 14 section

Re: Compile error in Linux 3.0

2011-06-17 Thread Curt Howland
>> Is anyone else getting this error? >>=20 >>   Building modules, stage 2. >>   MODPOST 2571 modules >> ERROR: "pm_idle" [arch/x86/kernel/apm.ko] undefined! >> ERROR: "default_idle" [arch/x86/kernel/apm.ko] undefined! >> WARNING: modpost: Found 14 section mismatch(es). >> To see full details build

Re: Compile error in Linux 3.0

2011-06-16 Thread William Hopkins
On 06/16/11 at 09:27pm, Curt Howland wrote: > Is anyone else getting this error? > > Building modules, stage 2. > MODPOST 2571 modules > ERROR: "pm_idle" [arch/x86/kernel/apm.ko] undefined! > ERROR: "default_idle" [arch/x86/kernel/apm.ko] undefined! > WARNING: modpost: Found 14 section mismatc

Re: compile error - missing X11 headers

2009-08-01 Thread Manoj Srivastava
On Sat, Aug 01 2009, Ron Johnson wrote: > On 2009-08-01 02:49, Glen Lee Edwards wrote: >> After a rather lengthy break from compiling my own programs, I'm trying >> to build fvwm, > > Is the Debian repository too out-of-date? Nope. We have the latest release, + changes cherry picked from

Re: compile error - missing X11 headers

2009-08-01 Thread Ron Johnson
On 2009-08-01 02:49, Glen Lee Edwards wrote: After a rather lengthy break from compiling my own programs, I'm trying to build fvwm, Is the Debian repository too out-of-date? but am getting an error message: "X11 libraries or header files could not be found..." Now that Debian is using Xorg

Re: Compile Error, Debian 2.6.23.9

2007-12-12 Thread Hugo Vanwoerkom
Telly Williams wrote: I may be dense but what exactly are you compiling? The 2.6.23.9 kernel obtained from kernel.org. Kernel recompiling works on my Microtel without errors. Like the error said, it looks like a hardware error dealing with the USB port, but I l

Re: Compile Error, Debian 2.6.23.9

2007-12-11 Thread Telly Williams
> I may be dense but what exactly are you compiling? The 2.6.23.9 kernel obtained from kernel.org. Kernel recompiling works on my Microtel without errors. Like the error said, it looks like a hardware error dealing with the USB port, but I loaded the configuration

Re: Compile Error, Debian 2.6.23.9

2007-12-11 Thread Hugo Vanwoerkom
Telly Williams wrote: Hi, I've been trying to compile the 2.6.23.9 Debian kernel onto an IBM Thinkpad 570. I keep getting this error: drivers/net/usb/cdc_subset.c:222:2: error: You need to configure some hardware for this driver I decided to use the exi

Re: Compile error of GTK

2005-10-20 Thread wieseltux23
Antony Gelberg wrote: >Vegard|drageV wrote: > > >>I'm trying for the first time to make my own gui-program, with menus and >>all to launch a series of commands and scripts I've written. Google led >>me to http://www.gtk.org/tutorial/ , where I am to compile the program >>base.c, given as an exam

Re: Compile error of GTK

2005-10-20 Thread wieseltux23
Oliver Lupton wrote: > Vegard|drageV wrote: > >> but this package has dependencies to other packages wich is not >> available to >> me, namly: >> >> libpango1.0-dev, libx11-dev, xlibs-dev >> >> > Why are they not available to you? I don't think you've got much hope > of compiling gtk apps withou

Re: Compile error of GTK

2005-10-19 Thread Oliver Lupton
Vegard|drageV wrote: but this package has dependencies to other packages wich is not available to me, namly: libpango1.0-dev, libx11-dev, xlibs-dev Why are they not available to you? I don't think you've got much hope of compiling gtk apps without them. Is there anybody who have any idea

Re: compile error with 2.4.1-1

2001-02-12 Thread Richard Black
I am running the latest version of woody. I can compile 2.4.0 no problem. I ran the following: make xconfig make-kpkg clean make-kpkg --revision=rblack.1.1 kernel_image My gcc version is 2.95.3... and all the other packages meet or exceed the necessary versions given in /usr/src/linux/Documentat

RE: compile error with 2.4.1-1

2001-02-12 Thread Jason P Holland
What version of gcc are you running? what steps have you taken? Did you do a make mrproper menuconfig dep clean bzImage modules?? I've compiled the 2.4 series on potato and woody and never seen this. Have you upgraded all the necessary packages mentioned in /usr/src/linux/Documentation/Changes?

Re: Compile error.

2000-11-18 Thread Corey Popelier
No, this driver will work with a 2.2.x kernel (I'm running it with 2.2.18pre21). As for the error, is this definately the 0.9.5 drivers from nvidia? And which TNT card have you got? Mine says rev 4 in /proc/pci. Cheers, Corey J. Popelier http://members.dingoblue.net.au/~pancreas On Thu, 16 Nov

Re: Compile error.

2000-11-16 Thread [EMAIL PROTECTED]
doesnt this driver require kernel 2.4.x ? nate On Thu, 16 Nov 2000, Adam Wilson wrote: adamw >I am trying to compile the drivers from nVidia's site for the TNT. adamw >I am running Debian Woody with kernel 2.2.17 and this is the error I adamw >recieve when I compile the driver. Any hint to what

RE: Compile error.

2000-11-16 Thread Jason Lundy
Hi Adam, Looks like you have your system defined as a SMP machine, but are using a single processor kernel. If you edit your autoconf.h file and change the CONFIG_SMP variable to #undef CONFIG_SMP, then save it, and rebuild the kernel module everything should be ok. Jason Lundy -Original

Re: compile error

2000-06-02 Thread Peter Palfrader
Hi Jay! On Fri, 02 Jun 2000, Jay Kelly wrote: > Hello All, > Quick question. When I compile my kernel 2.2.12 I use "make dep" the "make > clean" then "make bzimage or make bzdisk" and I receive an errror at the end > of the compile: > > make[1]: Entering directory '/usr/src/linux/arch/i386/boot'

Re: compile error--my choice of options, or the program?

1999-04-16 Thread J.H.M. Dassen
On Thu, Apr 15, 1999 at 22:26:24 -0700, [EMAIL PROTECTED] wrote: > I'm trying to compile a large program wherein I had to choose a series of > options for my system (Linux/PC vs. SGI, etc). The entire output of the > compile is the following lines: > > g++ -DNDEBUG -O3-c -DWRITEPDBQSTATE

Re: compile error with a source package

1998-11-16 Thread Remco van de Meent
On Fri, Nov 13, 1998 at 09:59:58AM -0500, Paul McDermott wrote: : cc -O2 -fomit-frame-pointer -Wall -Wstrict-prototypes -D__KERNEL__ -DMODULE -DCONFIG_MODVERSIONS -DKERNEL_VERSION=\"2.1.125\" -c hpscan.c -o hpscan.o : hpscan.c: In function `hpsj_detect': : hpscan.c:127: warning: suggest pare

Re: compile error due to libc6 trouble?

1998-03-25 Thread Santiago Vila Doncel
-BEGIN PGP SIGNED MESSAGE- On Mon, 16 Mar 1998, Britton wrote: > I don't know what crtbegin.o is, or where to find it, I have a crtbegin.o file in /usr/lib/gcc-lib/i486-linux/2.7.2.3 I'm using gcc_2.7.2.3-4. Which compiler are you using exactly? -BEGIN PGP SIGNATURE- Version: 2

Re: compile error: as86 command not found!

1997-12-31 Thread Alex Yukhimets
> I got the following output when trying to compile a new kernel on my hamm > system: > make[1]: as86: Command not found > make[1]: *** [bootsect.o] Error Install bin86 package. Alex Y. -- _ _( )_ ( (o___ +---+ | _ 7 |

Re: compile error (kernel)

1997-11-27 Thread Wintermute
When I saw this I just changed into the drivers/sound directory and ran ./configure which runs the command line based version of the OSS kernel sound setup. This worked for me. Benoit Joly wrote: > hi > > i configured the kernel with make xconfig > put sb16 ... enable, awe32 sync too > > and mak

Re: Compile error

1996-09-05 Thread Chuma Agbodike
J.H.M.Dassen wrote: > > > as86 -0 -a -o bootsect.o bootsect.s > > make[3] as86: command not found. > > > Any ideas what am doing wrong? > Nothing. You just don't have a package installed that is required to build > the kernel: > > bin86 (29 Kb) > > Section: devel > Version: 0.3-1 Last modified:

Re: Compile error

1996-09-05 Thread J.H.M.Dassen
> as86 -0 -a -o bootsect.o bootsect.s > make[3] as86: command not found. > Any ideas what am doing wrong? Nothing. You just don't have a package installed that is required to build the kernel: bin86 (29 Kb) Section: devel Version: 0.3-1 Last modified: Fri Apr 26 10:47:00 1996 Architecture: i3