Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

kernel-3.3.0-gentoo compile error [fs/nfs] [solved]

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
10 posts • Page 1 of 1
Author
Message
padoor
Advocate
Advocate
User avatar
Posts: 4185
Joined: Fri Dec 30, 2005 1:43 am
Location: india

kernel-3.3.0-gentoo compile error [fs/nfs] [solved]

  • Quote

Post by padoor » Tue Mar 20, 2012 5:00 am

Code: Select all

localtux linux # make && make modules_install
make[1]: Nothing to be done for `all'.
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
fs/nfs/.callback.o.cmd:1: warning: NUL character seen; rest of line ignored
fs/nfs/.callback.o.cmd:1: *** missing separator.  Stop.
make[1]: *** [fs/nfs] Error 2
make: *** [fs] Error 2
localtux linux #
.config i have copied from linux-3.2.11-gentoo
how do i correct the above error?
Last edited by padoor on Wed Mar 21, 2012 5:41 am, edited 1 time in total.
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

Re: kernel-3.3.0-gentoo compile error [fs/nfs] Error 2

  • Quote

Post by DaggyStyle » Tue Mar 20, 2012 8:25 am

padoor wrote:

Code: Select all

localtux linux # make && make modules_install
make[1]: Nothing to be done for `all'.
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
fs/nfs/.callback.o.cmd:1: warning: NUL character seen; rest of line ignored
fs/nfs/.callback.o.cmd:1: *** missing separator.  Stop.
make[1]: *** [fs/nfs] Error 2
make: *** [fs] Error 2
localtux linux #
.config i have copied from linux-3.2.11-gentoo
how do i correct the above error?
have you ran make oldconfig?
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Top
padoor
Advocate
Advocate
User avatar
Posts: 4185
Joined: Fri Dec 30, 2005 1:43 am
Location: india

  • Quote

Post by padoor » Tue Mar 20, 2012 10:25 am

i copied .config and run make xconfig and add the config_tmpfs and saved.
i have not run make oldconfig
does it make a difference?
i will try it anyways
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Top
rgawenda
n00b
n00b
User avatar
Posts: 47
Joined: Wed Mar 30, 2005 5:54 pm
Location: Ourense, Spain

  • Quote

Post by rgawenda » Tue Mar 20, 2012 10:38 am

padoor wrote:i copied .config and run make xconfig and add the config_tmpfs and saved.
i have not run make oldconfig
does it make a difference?
i will try it anyways
Try this aswell

Code: Select all

make help
Rafael C. Gawenda
Linuxer since 0.99pl11
Registered Linux User #93375
Top
padoor
Advocate
Advocate
User avatar
Posts: 4185
Joined: Fri Dec 30, 2005 1:43 am
Location: india

  • Quote

Post by padoor » Tue Mar 20, 2012 11:52 am

i tried make oldconfig make help
no help for nfs
same error is popping up.
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Top
emerald
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 113
Joined: Sun Jul 31, 2005 3:39 pm

  • Quote

Post by emerald » Tue Mar 20, 2012 6:14 pm

save your .config, run
# make mrproper
in kernel dir, copy .config back and run
# make
afterwards
Knowledge is scary....

... running Gentoo Linux ...
... and Windows in a 'small corner'(C) - i.e. vmware - :D ...
System Profile

Don't open the Red Door !
Top
padoor
Advocate
Advocate
User avatar
Posts: 4185
Joined: Fri Dec 30, 2005 1:43 am
Location: india

  • Quote

Post by padoor » Wed Mar 21, 2012 5:40 am

i did remove and re merge gentoo-sources-3.3.0
also run make mrproper
then copied .config from old kernel.
now it compiled ok and boots up fine.
as mrproper removes all defaults of the kernel i wonder what i am missing from the new kernel
enhancements.
anyway it works same as my previous kernel-3.2.11-gentoo
thanks for all supports :)
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Top
rgawenda
n00b
n00b
User avatar
Posts: 47
Joined: Wed Mar 30, 2005 5:54 pm
Location: Ourense, Spain

  • Quote

Post by rgawenda » Wed Mar 21, 2012 11:52 am

padoor wrote:i did remove and re merge gentoo-sources-3.3.0
also run make mrproper
then copied .config from old kernel.
now it compiled ok and boots up fine.
as mrproper removes all defaults of the kernel i wonder what i am missing from the new kernel
enhancements.
anyway it works same as my previous kernel-3.2.11-gentoo
thanks for all supports :)
We've just failed miserably at teaching you anything. The proper way to upgrade is shown in "make help".
That way you'd only be asked for new/moved items while reconfiguring.
Rafael C. Gawenda
Linuxer since 0.99pl11
Registered Linux User #93375
Top
padoor
Advocate
Advocate
User avatar
Posts: 4185
Joined: Fri Dec 30, 2005 1:43 am
Location: india

  • Quote

Post by padoor » Thu Mar 22, 2012 2:21 am

rgawenda
We've just failed miserably at teaching you anything. The proper way to upgrade is shown in "make help".

8O
i don't remember to have seen any reply from you to my posts in the past 7 yrs.
may be i am not a good learner
thenks for trying to teach
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Top
rgawenda
n00b
n00b
User avatar
Posts: 47
Joined: Wed Mar 30, 2005 5:54 pm
Location: Ourense, Spain

  • Quote

Post by rgawenda » Thu Mar 22, 2012 9:21 am

padoor wrote:rgawenda
We've just failed miserably at teaching you anything. The proper way to upgrade is shown in "make help".

8O
i don't remember to have seen any reply from you to my posts in the past 7 yrs.
may be i am not a good learner
thenks for trying to teach
I'm not very active here. I know. But if you have read post #4, and really "read" the help from the kernel's makefile, you should have learnt what's oldconfig, which is the only right way to upgrade using your current .config while being asked about differences.

Or you can bypass this and use genkernel, of course.
Sorry. I'm not being rude on purpose. I'm just a bad teacher 8)
Rafael C. Gawenda
Linuxer since 0.99pl11
Registered Linux User #93375
Top
Post Reply

10 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic