LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-10-2005, 12:36 PM   #136
mithereal
Member
 
Registered: Jan 2005
Location: Noscut, Arizona
Distribution: Ubuntu 10.04
Posts: 83

Rep: Reputation: 15

no where in the sticky does it say what packages are required
 
Old 08-10-2005, 01:21 PM   #137
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Oh, sorry. Try: apt-get install debhelper modutils kernel-package libncurses5-dev fakeroot
I suppose you already have module-init-tools. Get also linux-kernel-headers if you get errors about asm.
 
Old 08-10-2005, 06:41 PM   #138
mithereal
Member
 
Registered: Jan 2005
Location: Noscut, Arizona
Distribution: Ubuntu 10.04
Posts: 83

Rep: Reputation: 15
still get errors
/usr/src/kernel-source-2.6.8/scripts/gcc-version.sh: line 11: i486-linux-gnu-gcc: command not found
/usr/src/kernel-source-2.6.8/scripts/gcc-version.sh: line 12: i486-linux-gnu-gcc: command not found
/usr/src/kernel-source-2.6.8/scripts/gcc-version.sh: line 11: i486-linux-gnu-gcc: command not found
/usr/src/kernel-source-2.6.8/scripts/gcc-version.sh: line 12: i486-linux-gnu-gcc: command not found
/usr/src/kernel-source-2.6.8/scripts/gcc-version.sh: line 11: i486-linux-gnu-gcc: command not found
/usr/src/kernel-source-2.6.8/scripts/gcc-version.sh: line 12: i486-linux-gnu-gcc: command not found
/usr/src/kernel-source-2.6.8/scripts/gcc-version.sh: line 11: i486-linux-gnu-gcc: command not found
/usr/src/kernel-source-2.6.8/scripts/gcc-version.sh: line 12: i486-linux-gnu-gcc: command not found
/usr/src/kernel-source-2.6.8/scripts/gcc-version.sh: line 11: i486-linux-gnu-gcc: command not found
/usr/src/kernel-source-2.6.8/scripts/gcc-version.sh: line 12: i486-linux-gnu-gcc: command not found
/usr/share/kernel-package/rules:1637: *** Error. I do not know where the kernel image goes to [kimagedest undefined] The usual case for this is that I could not determine which arch or subarch tihs machine belongs to. Please specify a subarch, and try again.. Stop.
 
Old 08-10-2005, 06:50 PM   #139
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
apt-get install gcc g++
 
Old 08-11-2005, 10:01 PM   #140
mithereal
Member
 
Registered: Jan 2005
Location: Noscut, Arizona
Distribution: Ubuntu 10.04
Posts: 83

Rep: Reputation: 15
already the newest version
 
Old 08-12-2005, 01:33 AM   #141
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Try with apt-get linux-kernel-headers
 
Old 08-12-2005, 01:35 AM   #142
mithereal
Member
 
Registered: Jan 2005
Location: Noscut, Arizona
Distribution: Ubuntu 10.04
Posts: 83

Rep: Reputation: 15
already the newest version still same errors
 
Old 08-12-2005, 02:10 AM   #143
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Hmm, which gcc version are you using? : ls -l /usr/bin/gcc* /usr/bin/cpp* /usr/bin/g++*
Try using 3.3 if 4.0 doesn't work. For example:
rm /usr/bin/gcc
ln -s /usr/bin/gcc-3.3 /usr/bin/gcc
and do the same for cpp and g++
If you don't have them do: apt-get install gcc-3.3 cpp-3.3 g++-3.3
 
Old 08-12-2005, 02:16 AM   #144
mithereal
Member
 
Registered: Jan 2005
Location: Noscut, Arizona
Distribution: Ubuntu 10.04
Posts: 83

Rep: Reputation: 15
lrwxrwxrwx 1 root root 7 2005-07-24 23:31 /usr/bin/cpp -> cpp-3.3
-rwxr-xr-x 1 root root 74056 2004-03-09 23:47 /usr/bin/cpp-2.95
-rwxr-xr-x 1 root root 88876 2005-05-24 17:53 /usr/bin/cpp-3.3
-rwxr-xr-x 1 root root 86124 2005-05-05 17:16 /usr/bin/cpp-3.4
lrwxrwxrwx 1 root root 7 2005-07-24 23:32 /usr/bin/g++ -> g++-3.3
lrwxrwxrwx 1 root root 7 2005-07-24 23:32 /usr/bin/gcc -> gcc-3.3
-rwxr-xr-x 1 root root 69960 2004-03-09 23:47 /usr/bin/gcc-2.95
-rwxr-xr-x 1 root root 85196 2005-05-24 18:03 /usr/bin/gcc-3.3
-rwxr-xr-x 1 root root 84972 2005-05-05 17:19 /usr/bin/gcc-3.4
lrwxrwxrwx 1 root root 10 2005-07-24 23:32 /usr/bin/gccbug -> gccbug-3.3
-rwxr-xr-x 1 root root 16056 2005-05-24 17:25 /usr/bin/gccbug-3.3
-rwxr-xr-x 1 root root 16198 2005-05-05 17:06 /usr/bin/gccbug-3.4

is what i got witn i ls the dirs nething missing that could be problematic
 
Old 08-12-2005, 02:41 AM   #145
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Don't know if this will solve the problem but you have a link for g++ but not the package.
apt-get install g++-3.3
 
Old 08-12-2005, 02:43 AM   #146
mithereal
Member
 
Registered: Jan 2005
Location: Noscut, Arizona
Distribution: Ubuntu 10.04
Posts: 83

Rep: Reputation: 15
it says already the newest version should i just remove and reinstll the dev packages?
 
Old 08-12-2005, 02:49 AM   #147
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
But I didn't see g++ in your output, only the symlink.
$ ls -l /usr/bin/g++*
lrwxrwxrwx 1 root root 7 Aug 10 22:05 /usr/bin/g++ -> g++-3.3
-rwxr-xr-x 1 root root 88828 Jun 21 01:05 /usr/bin/g++-3.3
-rwxr-xr-x 1 root root 93072 Aug 7 20:58 /usr/bin/g++-4.0
Try: apt-get --reinstall install g++-3.3

EDIT: Do you have make?
apt-get install make
Some more packages to apt-get: binutils coreutils libncurses5 module-init-tools

Last edited by makuyl; 08-12-2005 at 03:00 AM.
 
Old 08-12-2005, 03:08 AM   #148
mithereal
Member
 
Registered: Jan 2005
Location: Noscut, Arizona
Distribution: Ubuntu 10.04
Posts: 83

Rep: Reputation: 15
well that wasnt installed so i installed it and same error
 
Old 08-12-2005, 03:19 AM   #149
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Well, I'm getting out of ideas here. Anyone else?
Might as well see what happens with: apt-get install kernel-kbuild-2.6-3
 
Old 08-12-2005, 04:42 AM   #150
mithereal
Member
 
Registered: Jan 2005
Location: Noscut, Arizona
Distribution: Ubuntu 10.04
Posts: 83

Rep: Reputation: 15
already the newest version i think everything in my machines known universe is there i guess its bein stubborn gotta hit it with rocks
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Recompile drivers after upgrade? Tons of Fun Debian 4 09-11-2005 10:00 PM
recompile kernel laurentwahl Linux - Software 5 06-02-2005 02:27 PM
Another Kernel Guide 2.6.11 xaos5 Slackware 20 03-26-2005 12:49 PM
kernel recompile error (kernel panic) tombaaaaa Linux - Newbie 4 08-04-2004 04:32 PM
should i recompile after kernel upgrade? doralsoral Linux - Software 1 03-26-2004 11:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 12:21 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