Home > genkernel error > genkernel error

Genkernel Error

Post #1 of 2 (4817 views) Permalink Problems running "genkernel all" Hello I am going through the procedure of installin Gentoo Linux on my hppa box, which is a 785/B2000 Visualize workstation. I have gone through the instructions in order and am now trying to run "genkernel all" since I haven't got enough experience to decide about the options in manual kernel configuration. Anyway, when I issue the command "genkernel all" I get an error message complaining about that a .config file is either not specified or not found. It is obvious that I am supposed to supply a .config file to genkernel. The question is how I do that and/or what step in the process I have omitted. Reviewing the guidelines I have gone through doesn't tell me what step I missed. BTW I am using a Universal CD to install from. What I have done (referring to Gentoo handbook): 4. Preparing the disks (>16MB boot, 1500MB ext3 for /var, 500MB for swap and remaining up to 9100MB ext3 as a fourth partition). 5. Installing the installation files 6. Installing the Gentoo Base system The steps "Code Listing 7: Verifying system profile", "Code Listing 8: Finding out if an additional profile exists" and "Code Listing 9: Switching to a 2.4 profile" make me a bit unsuer, but my intention is to stay with 2.6 which seems to be the default and recommended. I have also run "emerge genkernel" without complaints from the system. Can anybody put me on track again? I would appreciate it alot. Best regards and thanks in advance Per Liss Sweden -- gentoo-hppa [at] gentoo mailing list gmsoft at gentoo May27,2006,2:24AM Post #2 of 2 (4547 views) Permalink Re: Problems running "genkernel all" [In reply to] Hello Per, It looks like genkernel wants a valid kernel config that you'll have to generate. I don't think that anybody uses genkernel on hppa. It's almost not tested besides for livecd creation. I really recommand that you compile your kernel yourself. Even if it seems painfull, it's not that hard. If you have any issue, you can join #gentoo-hppa on irc.freenode.net and there will certainly be ppl to help you out. Honestly, I really don't feel like supporting genkernel for hppa. It usually produce useless kernels or broken one for y

Today's Posts Advanced Search Find the answer to your Linux question: Entire Site Articles Downloads Forums Linux Hosting Forum GNU Linux Zone Newbie Problem with genkernel all fail If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. ** If you are logged in, most ads will not be displayed. ** Linuxforums now supports the Tapatalk http://www.gossamer-threads.com/lists/gentoo/hppa/58024 app for your mobile device. Results 1 to 7 of 7 Thread: Problem with genkernel all fail Thread Tools Show Printable Version Email this Page… Subscribe to this Thread… Display Linear Mode Switch to Hybrid Mode Switch to Threaded Mode Enjoy an ad free experience by logging in. Not a member yet? Register. 05-04-2004 #1 irishmage View Profile View Forum Posts Private Message View Articles Just Joined! http://www.linuxforums.org/forum/newbie/8531-problem-genkernel-all-fail.html Join Date May 2004 Location Pennsylvania (USA) Posts 12 Problem with genkernel all fail Thank to the forums I was able to get past my emerge genkernel-sources problem i was able to edit my make.conf and have it do the genkernel- sources. from there I was able to emerge genkernel. now this is where the new twist comes up. I go to "genkernel all" as the handbook says and get the following error: grep /usr/src/linux/Makefile: no such file or directory grep /usr/src/linux/Makefile: no such file or directory grep /usr/src/linux/Makefile: no such file or directory grep /usr/src/linux/Makefile: no such file or directory * Compiling Linux Kernel .. for x86 *ERROR:Error: No Kernel Config Specified, or file not found! *--Grepping Log..-- *Gentoo Linux Genkernel: Version 3.0.2a *ERROR:Error: No Kernel Config Specified, or file not found! *--END LOG-- Any ideas as to how I screwed up this time?? Reply With Quote 05-04-2004 #2 variant View Profile View Forum Posts Private Message View Articles Linux Engineer Join Date Jul 2003 Location Stockholm, Sweden Posts 1,296 From the sounds of things you didnt actualy emerge the kernel source. Code: emerge -av sys-kernel/gentoo-sources Do this and it will install the kernel source in your /usr/src/linux/ di

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of http://superuser.com/questions/1052511/how-to-pass-config-build-docsrc-n-to-genkernel this site About Us Learn more about Stack Overflow the company Business Learn https://www.system-rescue-cd.org/forums/viewtopic.php?f=25&t=3165 more about hiring developers or posting ads with us Super User Questions Tags Users Badges Unanswered Ask Question _ Super User is a question and answer site for computer enthusiasts and power users. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question genkernel error Anybody can answer The best answers are voted up and rise to the top How to pass CONFIG_BUILD_DOCSRC=n to genkernel? up vote 1 down vote favorite I need a Gentoo 13 machine to test some software on the platform. I'm not a Gentoo regular, so I'm suffering their install procedures. I'm at Configuring the Linux kernel, and it failed with: (chroot) # genkernel all genkernel error ... Documentation/vDSO/parse_vdso.o: In function `elf_hash': parse_vdso.c:(.text+0xa4): undefined reference to `__stack_chk_fail' Documentation/vDSO/parse_vdso.o: In function `vdso_init_from_sysinfo_ehdr': parse_vdso.c:(.text+0x445): undefined reference to `__stack_chk_fail' Documentation/vDSO/parse_vdso.o: In function `vdso_match_version': parse_vdso.c:(.text+0x545): undefined reference to `__stack_chk_fail' Documentation/vDSO/parse_vdso.o: In function `vdso_sym': parse_vdso.c:(.text+0x6fa): undefined reference to `__stack_chk_fail' Documentation/vDSO/parse_vdso.o: In function `vdso_init_from_auxv': parse_vdso.c:(.text+0x7b5): undefined reference to `__stack_chk_fail' This is a somewhat known issue, and the fix is to set CONFIG_BUILD_DOCSRC=n (see here and here). I found CONFIG_BUILD_DOCSRC in two configuration files, but both are marked as autogenerated, do not edit. So I'm trying to pass CONFIG_BUILD_DOCSRC=n to genkernel. I've been through the genkernel(8) man pages but I did not see how to pass an arbitrary setting like CONFIG_BUILD_DOCSRC=n (it may be there and I could have missed it). I tried genkernel all CONFIG_BUILD_DOCSRC=n, but that resulted in an error: unknown option.... How do I pass CONFIG_BUILD_DOCSRC=n to genkernel? linux linux-kernel gentoo share|improve this question asked Mar 14 at 6:55 jww 2,412103681 add a comment| 1 Answer 1 active oldest votes up vote 1 down vote accepted I'm going to post an answer, but I'm not sure if its correct because I'm not really qualified to build kernels... The following can be adde

requested topic does not exist. Board index All times are UTC Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group. Designed by Vjacheslav Trushkin for Free Forums/DivisionCore.

 

Related content

genkernel error failed to compile the modules target

Genkernel Error Failed To Compile The Modules Target p Sep AM relatedl Post of views Permalink Genkernel doesn't work when module loadable support is disabled Dear all I'm trying to generate a kernel without module So I've disabled Enable loadable module support option with genkernel Genkernel compiles well the bzimage but fails after with the message ERROR Failed to compile the modules target look hereunder log Do you know how can I generate my kernel w o module support using Genkernel -- Xavier MOGHRABI - Consortium ObjectWeb Jabber at - Phone Compiling -gentoo-r bzImage Compiling -gentoo-r modules ERROR Failed to

genkernel error compression

Genkernel Error Compression p unanswered posts View posts from last hours relatedl Gentoo Forums Forum Index Installing Gentoo View previous topic View next topic Author Message pzin bJoined Mar Posts Location Denver Posted Sun Oct am Post subject genkernel ERROR None of the initramfs compression methods Doing install in vmware VM from the install-x -minimal- iso All goes well until compiling kernel with genkernel The error is ERROR None of the initramfs compression methods we tried are supported by your kernel config file usr share genkernel arch x kernel-config strange The complete command and output is livecd genkernel --install initramfs

genkernel error failed to compile the modules_install target

Genkernel Error Failed To Compile The Modules install Target p Remember Me Password New Orleans Saints News Register Arcade relatedl BlogsVIP Access FAQ Community Calendar Sidebar On Community Links Social Groups Go to Page Thread Tools Display Modes - - PM Buickman Subscribing Member Join Date Sep Location Chester Gap Va Age Posts Thread Starter Gentoo kernel problem Back at it with Gentoo Trying to build a kernel using genkernel and getting this error Quote Running with options --menuconfig all Linux Kernel -gentoo-r for x kernel Running mrproper config Using config from usr share genkernel x kernel-config- Previous config backed

genkernel error compression xz failed

Genkernel Error Compression Xz Failed p mount -t proc proc mnt gentoo proc mount --rbind dev mnt gentoo dev mount --rbind sys mnt gentoo sys cp -L etc resolv conf relatedl mnt gentoo etc chroot mnt gentoo bin bash source etc profile emerge gentoo-sources cd usr src linux make menuconfig make -j cp arch x boot bzImage boot kernel- uname -r make modules install emerge genkernel genkernel --install --no-ramdisk-modules initramfs It will createinitramfs-genkernel-x - -gentoo in boot cat etc fstab dev sda ext noatime change root password emerge grub livecd grub -install dev sda Installation finished No error reported livecd

genkernel error 2

Genkernel Error p Post of views Permalink Problems running genkernel all Hello I am going through the relatedl procedure of installin Gentoo Linux on my hppa box which is a B Visualize workstation I have gone through the instructions in order and am now trying to run genkernel all since I haven't got enough experience to decide about the options in manual kernel configuration Anyway when I issue the command genkernel all I get an error message complaining about that a config file is either not specified or not found It is obvious that I am supposed to supply a

genkernel error kernel source directory /usr/src/linux was not found

Genkernel Error Kernel Source Directory usr src linux Was Not Found p Today's Posts Advanced Search Find the answer to your Linux question Entire Site Articles Downloads Forums Linux Hosting Forum GNU Linux Zone Newbie Problem with genkernel relatedl all fail If this is your first visit be sure to check out the FAQ by clicking the link above You may have to register before you can post click the register link above to proceed To start viewing messages select the forum that you want to visit from the selection below If you are logged in most ads will not