Debian :: Error Compiling 2.6.33.2
Apr 11, 2010Im having problem compiling kernel I used these commands
#make menuconfig
#make-kpkg clean
#fakeroot make-kpkg --revision=custom.1.0 kernel_image
[code]...
Im having problem compiling kernel I used these commands
#make menuconfig
#make-kpkg clean
#fakeroot make-kpkg --revision=custom.1.0 kernel_image
[code]...
I'm trying to build a package from wine 1.3.18 following Soul Singin's post here but it gives me this error.
wine: configuration in '/home/user/.wine' has been updated.
wine: cannot find L"unix\tmp\wine-1.3.18\dlls\advapi32\tests\advapi32_test.exe.so"
make[2]: *** [cred.ok] Error 2
make[2]: Leaving directory `/tmp/wine-1.3.18/dlls/advapi32/tests'
[Code].....
This error only appear when I use dpkg-buildpackage not when I compile the source it with make.
I'm trying to install the calculator Qalculate from source so I download the tar.gz package for KDE from their official website to my ~/Downloads folder. I unzipped it with
Code: Select all tar xzf qalculate-kde-0.9.7.tar.gz
I moved the exploded folder to my /home/guest/ folder (my user-name is guest), I entered the qalculate-kde-0.9.7 folder and searched for a INSTALL or README file. Here's what the INSTALL file says to do. The INSTALL file says to run the following commands
Code: Select all./configure
Code: Select allmake
Code: Select allmake install
Code: Select allmake clean
After giving the first command, trouble started; here's what I got:
Code: Select allroot@aliquis:/home/guest/qalculate-kde-0.9.7# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
[Code] .....
This is impossible, as I am running a fully functioning kde system. What should I do? I don't find the kde version of Qalculate in Apper...
Compiling latest compat-wireless on up to date squeeze install I get this:
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-trunk-686'
Building modules, stage 2.
MODPOST 84 modules
Can't open file
make[4]: *** [__modpost] Error 1
[code].....
I am trying to compile kernel 2.6.33.2 (without problems 2.6.33.1), but i got the following message :
[code]...
My system is a fc 12 using a 2.6.33.1 kernel from kernel.org ... i've prefer compile by myself to get a minimal kernel ( i got a old p4 a 1,6ghz 2gb ram) but i got fedora kernels from updates too I am trying to compile a kernel from www.kernel.org, linux-2.6.33.2 full .. i made the same with 2.6.33.1 and all ok I got kernels from fedora distro (kernel-devel and kernel-headers installed) and kernel.org I dont know why about directory paths and files ... why make finds it? ... i think that linux-2.6.33.2.bz2 include all needed how to configure the install path ? ... if i am using /usr/src/kernels/linux-2.6.33.2 and all bzip2 extracted into it ... i can't see "configure" tool I am trying to compile kernel 2.6.33.2 (without problems 2.6.33.1), but i got the following message :
[code]....
i encountered this problem when compling the tcl code, i am not sure where went wrong, did i miss any library or component?
num_nodes is set 20
INITIALIZE THE LIST xListHead
invalid command name "Agent/UDP/PDP"
while executing
"Agent/UDP/PDP create _o30 "
[Code].....
Below is the recipe I've used to compile dwm from source on Squeeze
su
apt-get install devscripts debian-keyring
apt-get build-dep dwm
exit
It all seems to work, however debuild gave an error about secret keys. Is this a sensible procedure? What happens in the (probably unlikely) event there is another source patch?I've gone to a tiling window manager as the result of the purchase of a wide screen LCD monitor. I like to have some stuff down the right hand side when running Firefox and OpenOffice in the main panes. Any configuration tricks welcome. Modern screens are the wrong shape!
I am compiling Xchat and when I was 'make install' I get this error and yes I am root.
Code:
make[2]: *** [fe-gtk.o] Error 1
make[2]: Leaving directory `/home/mark/build/xchat-2.8.6/src/fe-gtk'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/mark/build/xchat-2.8.6/src'
make: *** [install-recursive] Error 1
I am trying to compile a simple remote procedure call program. I am getting an error:
/tmp/ccy0M5rT.o: In function 'main':
rpchighlayer.c.text+0x5c): undefined reference to 'rnusers'
collect2: ld returned 1 exit status
Code:
#include <stdio.h>
#include<stdlib.h>
main(argc, argv)
int argc;
char **argv; {
int num;if (argc != 2) {
fprintf(stderr, "usage: rnusers hostname ");
exit(1);
} if ((num = rnusers(argv[1])) < 0)
{fprintf(stderr, "error: rnusers ");
exit(-1);
} printf("%d users on %s
", num, argv[1]);
exit(0); }
Im trying to install the latest stable release of Samble but I am recieving errors during the make process.
Also is there and ezier way to install samba than compiling from source?
Forgot to mention i cannot use yum because this computer cannot be connected to the internet.
I am using Fedora 11 (2.6.30.10-105.2.23.fc11.i686.PAE). I got a patch for tpm_tis.c which a module to get my itpm working. And, for this I thought to customise the existing kernel and install new one.
So, I followed the foolowing steps:
In 'make menuconfig' , I have disabled Kernel debugging in the Kernel hacking section.
Then changed EXTRAVERSION to something like .test in Makefile
And, My Idea is to follow these steps:
I'm currently using Fedora 12 with kernel 2.6.31.9 and I was trying to upgrade to 2.6.32.2. These are the steps I followed. After rebooting and choosing this kernel from the Grub menu, I'm just greeted with a black screen with a blinking cursor and it won't proceed beyond that.
These are the commands I issued. I received an error on the first make modules about the mismatch. I then ran CONFIG_DEBUG_SECTION_MISMATCH=y and once finished I ran make modules again and it completed successfully.
Code:
Downloaded kernel package 2.6.32.2 from www.kernel.org
untar archive
make menuconfig (no changes made, saved config file)
make
[Code]...
New to this kernel stuff But not too new to C/C++. I'm trying to compile the linux kernel on a PC, that is running Windows XP 32 bit, using Cygwin. I keep getting the error saying:
Error: Not ELF
make[2]:*** [scripts/mod/elfconfig.h] Error 1
make[1]:*** [scripts/mod] Error 2
make:***[scripts] Error 2
Every time I try to compile it from the main directory of the source, which I hope is what I'm supposed to do, I always get this.
I have tried to compiled e2fsprogs-1.41.12 to be used on my android device that runs linux kernel. I need to compile it with -static option but building returns error First is the configure:
[Code]...
When I compiling gdb for ARM processor I am getting this error as:
Code:
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for library containing waddstr... no
configure: WARNING: no enhanced curses library found; disabling TUI
checking for library containing tgetent... no
configure: error: no termcap library found
make[1]: *** [configure-gdb] Error 1
make[1]: Leaving directory `/mnt/freescale/sources/gdb-7.0'
make: *** [all] Error 2
sharief@sharief-desktop:/mnt/freescale/sources/gdb-7.0$
What will be the error. I think the termcap library is not there. I downloaded and cross compiled tremcap library but still it is not working.
I em trying to compile fop-1.0 on Slackware64 13.1. I have ant 1.8.1 Slackware package.
Here is the output of ant build:
Code:
I'm trying to install squidGuard-1.4, I have a minimal install. I have installed squid-3.2.0.5 without any problems, but squidGuard is driving me crazy
I can run the ./configure with no problems but when I run make, or make install I keep getting this error:
Code:
make: *** [y.tab.c] Error 141
And that is is all, no more verbosity or anything else.
Error suggests that YACC is missing but bison is present, also db4 (tried with db44 and db3, same story).
Just in case you can see anything I cannot I've attached the config.log
I got an error that header file sys/ddi.h , did the system is missing something
View 2 Replies View RelatedI am trying to install a software but I get error as under -
[Code]...
I tried to compile the latest VLC as the instruction of [URL]... except that giving configure option '--enable-vaapi' when compiling ffmpeg.But, i got below error messages, and don't know what to do. My system is as follows.
[code]...
Usually when a compile doesn't work, the error message indicates a missing dependancy, and it's pretty straightforward. This came up while trying to install arts-1.5.10 for KDE 3.5
Code:
mcoputils.cc:74: error: 'PATH_MAX' was not declared in this scope
mcoputils.cc:91: error: 'kde_tmp_dir' was not declared in this scope
[code]....
I've been around the block with this problem and don't know what else to check to compile source for gpsbabel-1.4.2. Other posts on this forum mentioning the same error with no resolution on this specifically. I have looked at the following:
1. The Makefile looks like this for the part compiling with expat options:
Code:
gpsbabel$(EXEEXT): configure Makefile $(OBJS)
$(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -lm -L/lib -lexpat -L/usr/lib -lusb $(OUTPUT_SWITCH)$@
2.Search for library files:
Code:
$find /usr/lib -type f -name "*expat*" -print
/lib/libexpat.so.1.5.2
/lib/libexpatw.so.1.5.2
[code]....
I update my last kernl to 2.6.38-rc7 but when I launch VirtualBox, on stdout.The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (2.6.38-rc7) or it failed to load. Please recompile the kernel module and install it by sudo /etc/init.d/vboxdrv setup.
View 1 Replies View RelatedI am trying to compile binutils 2.15.92 package on RHEL 5.4, which is required with gcc 3.4.6 version. I have already installed gcc 3.4.6 on /opt/gcc.
I have given the --prefix as /opt/binutils during compilation. I have all flex, bison and m4 packages installed.
I am getting following error during compilation..
Code:
root/binutils/binutils-2.15.92.0.2/binutils/bucomm.c:425: warning: the use of `mktemp' is dangerous, better use `mkstemp'
ar.o: In function `mri_emul':
ar.c:(.text+0x9f2): undefined reference to `yyparse'
[Code]....
My asterisk version is 1.6 and Web-MeetMe is 4.0.2 I get the following upon issuing "make" in web-meetme/cbmysql/ :
Quote:
cc -pipe -I/usr/include/mysql -L/usr/lib/mysql -fPIC -I/usr/src/asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o app_cbmysql.o app_cbmysql.c
app_cbmysql.c:14:22: error: asterisk.h: No such file or directory
app_cbmysql.c:25:33: error: asterisk/autoconfig.h: No such file or directory
app_cbmysql.c:26:27: error: asterisk/lock.h: No such file or directory
[Code]....
I want to compile Firewalk in cygwin, But error compiling libnet occur:
Firewalk-0.99.1 #./configure
loading cache ./config.cache
checking host system type... i386-pc-cygwin32
checking target system type... i386-pc-cygwin32
checking build system type... i386-pc-cygwin32
checking for gcc... gcc .....
checking for PacketSetMode in -lpacket... no
configure :erroracket lib not found
What is "Packet Lib"? I have compile Plib Package, but the this error occurs again!
I was doing a compilation of NSS to upgrade it because NetworkManager needs >= NSS 3.1.1, but it gave this error:
%gmake moz_import
../coreconf/ruleset.mk:226: *** missing `endef', unterminated `define'. Stop.
It pops up another error saying there is no Linux2.6.3.3.mk in the folder, but I managed to get it working. I was using this site to compile it : Link
I've created 3 files: swap.h and swap.c then make static library from it
Code:
Then I write 2 program to test this library: test_swap.c and test_swap.cpp
I compile
Code:
What's wrong with this in C++? And how can I make a library that can work both for any C and C++ program?
Here the source code
Code:
Code:
Code:
Geting the following error while compiling in gambas on ubuntu. What is a secret key ?
[code]...