LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-05-2012, 10:30 AM   #1
Henesy
LQ Newbie
 
Registered: Apr 2012
Location: Illinois
Distribution: Slackware, Gentoo, Debian, PCLinuxOS
Posts: 4

Rep: Reputation: Disabled
Kernel Compile Errors?


This would be my first time compiling a kernel for Linux. I used this tutorial to help me with the process. The configuration appeared to be going fine until a nice block of errors popped up. Any help would be appreciated as to what caused it and needs done.

The last bit:

Code:
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
fs/built-in.o: In function `gfs2_lock':
file.c:(.text+0x3a04a0): undefined reference to `dlm_posix_lock'
file.c:(.text+0x3a0503): undefined reference to `dlm_posix_get'
file.c:(.text+0x3a0533): undefined reference to `dlm_posix_unlock'
fs/built-in.o: In function `gdlm_cancel':
lock_dlm.c:(.text+0x3b2b1d): undefined reference to `dlm_unlock'
fs/built-in.o: In function `gdlm_lock':
lock_dlm.c:(.text+0x3b2d72): undefined reference to `dlm_lock'
fs/built-in.o: In function `gdlm_unmount':
lock_dlm.c:(.text+0x3b3435): undefined reference to `dlm_release_lockspace'
fs/built-in.o: In function `control_unlock':
lock_dlm.c:(.text+0x3b35e1): undefined reference to `dlm_unlock'
fs/built-in.o: In function `sync_lock':
lock_dlm.c:(.text+0x3b3752): undefined reference to `dlm_lock'
fs/built-in.o: In function `gdlm_put_lock':
lock_dlm.c:(.text+0x3b4080): undefined reference to `dlm_unlock'
fs/built-in.o: In function `gdlm_mount':
lock_dlm.c:(.text+0x3b43cd): undefined reference to `dlm_new_lockspace'
lock_dlm.c:(.text+0x3b46a1): undefined reference to `dlm_unlock'
lock_dlm.c:(.text+0x3b4822): undefined reference to `dlm_release_lockspace'
make: *** [.tmp_vmlinux1] Error 1
 
Old 07-05-2012, 01:23 PM   #2
Henesy
LQ Newbie
 
Registered: Apr 2012
Location: Illinois
Distribution: Slackware, Gentoo, Debian, PCLinuxOS
Posts: 4

Original Poster
Rep: Reputation: Disabled
got it

figured it out after a bit of work.
 
Old 08-02-2012, 01:30 AM   #3
smith283
Member
 
Registered: Aug 2012
Posts: 39

Rep: Reputation: Disabled
hey mates please help me figure out the problem....
i hv some problem with yum....(i'm trying to compile my kernel) Error is -

# yum update
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
: [Errno 14] PYCURL ERROR 6 - ""
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

help me as soon as possible.....
Thnk you...
 
Old 08-02-2012, 01:34 AM   #4
smith283
Member
 
Registered: Aug 2012
Posts: 39

Rep: Reputation: Disabled
hey mates please help me figure out the problem....
i hv some problem with yum....(i'm trying to compile my kernel) Error is -

# yum update
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
: [Errno 14] PYCURL ERROR 6 - ""
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

help me as soon as possible.....
Thnk you...
 
Old 08-02-2012, 01:42 AM   #5
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
This is an old thread so you will probably get better responses if you start a new one.
 
Old 08-02-2012, 01:51 AM   #6
smith283
Member
 
Registered: Aug 2012
Posts: 39

Rep: Reputation: Disabled
k..
thnx
 
Old 08-02-2012, 02:11 AM   #7
smith283
Member
 
Registered: Aug 2012
Posts: 39

Rep: Reputation: Disabled
how to create new thread....?
 
Old 08-02-2012, 02:17 AM   #8
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
Go to one of the categories, either this one or Linux Newbie and click the New Thread button.
It is a blue button roughly 1/3 down the page above the thread list.
 
Old 08-02-2012, 02:28 AM   #9
smith283
Member
 
Registered: Aug 2012
Posts: 39

Rep: Reputation: Disabled
thnx
 
Old 04-12-2013, 09:56 AM   #10
Kallaste
Member
 
Registered: Nov 2011
Distribution: Slackware
Posts: 363

Rep: Reputation: 85
I came to this thread looking for a solution to the same problem as the OP. Since there is no solution posted, I thought I would add the one I found here:


http://comments.gmane.org/gmane.linux.kernel/1301181


I set DLM (Distributed Lock Manager) and GFS2_FS (GFS File System Support) to compile as modules and it worked fine.

Last edited by Kallaste; 04-12-2013 at 09:59 AM.
 
Old 04-17-2013, 10:25 PM   #11
jACK-ah
LQ Newbie
 
Registered: Feb 2013
Posts: 27

Rep: Reputation: Disabled
bro go to the catogry according to your topic and click the new thread topic and write down you post you can test there
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Adaptec Kernel Module - Kernel Compile Errors dumbsheep Linux - General 3 11-07-2007 03:47 PM
kernel compile errors slinky2004 Linux - General 1 10-22-2005 05:16 PM
kernel compile errors... ash4stuff Linux - Software 15 01-01-2004 04:48 PM
Kernel compile errors! kierse Slackware 4 12-04-2003 12:25 AM
kernel compile errors justwantin Slackware 2 08-23-2003 05:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration