Installing VBox 1.5.2 Guest Additions in OpenSUSE 10.3

Discussions about using Linux guests in VirtualBox.
Post Reply
giornata
Posts: 2
Joined: 21. Oct 2007, 11:03

Installing VBox 1.5.2 Guest Additions in OpenSUSE 10.3

Post by giornata »

I am unable to install VBox 1.5.2 Guest Additions in OpenSUSE 10.3. I receive error messages:
  • Please install GNU make,
  • Please install the GNU compiler
I've trawled through the package selector in Yast, but am not sure what entries to look for. Can anyone tell me the names of the packages that need to be installed.
stefan.becker
Volunteer
Posts: 7639
Joined: 7. Jun 2007, 21:53

Post by stefan.becker »

Try "zypper install gcc make automake autoconf kernel-source" in Command Line as root.
nunjabusiness
Posts: 47
Joined: 2. Sep 2007, 23:01

Post by nunjabusiness »

I am in same boat with SUSE 10.3

So, I did "sudo zypper install gcc make automake autoconf kernel-source" and it asked for root password. Entered it and got:

package 'gcc' not found
package 'make' not found
package 'automake' not found
package 'autoconf' not found

But then it started downloading and installing a new kernel-source (2.6.22.9-0.4.i586)
Once that was done I tried again and got same "not found" messages but "skipping package 'kernel-source' then said "nothing to do.

now what?
stefan.becker
Volunteer
Posts: 7639
Joined: 7. Jun 2007, 21:53

Post by stefan.becker »

You have to add repos. Try Yast2 / Software / Community Repositories.
nunjabusiness
Posts: 47
Joined: 2. Sep 2007, 23:01

Post by nunjabusiness »

That did it. Funny that a lot of the standard suse repos were not already added!

Had to manually install automake and autoconf. Then there was some weirdness where it apparently didn't like the version of gcc I already had so it got the newest one.

After a quick restart, I am good to go! You guys are the best.
giornata
Posts: 2
Joined: 21. Oct 2007, 11:03

Post by giornata »

OK, thanks very much. Working now.
coolio10
Posts: 13
Joined: 10. Nov 2007, 06:02

Post by coolio10 »

What repos do you add?
stefan.becker
Volunteer
Posts: 7639
Joined: 7. Jun 2007, 21:53

Post by stefan.becker »

All except of debug and source and server.
teratakis
Posts: 1
Joined: 31. Mar 2008, 13:53

VirtualBox OpenSuse "Please install GNU make"

Post by teratakis »

stefan.becker wrote:You have to add repos. Try Yast2 / Software / Community Repositories.
On my VirtualBox-embedded OpenSuse 10.3, GNU make installation and GCC installation were impossible until I added these parameters in Yast repositories:
Start ... Computer ... Administrator settings
Software Repositories

(all are HTTP ; server is always download.opensuse.org )
1. directory: /repositories/openSUSE/10.3/standard/ name: "openSUSE:10.3"
2. directory: /update/10.3/ name: "openSUSE-10.3-Updates"
I also have (but I don't know if it is necessary):
3. directory: /repositories/openSUSE:10.3/standard/ name: "Dépôt principal (OSS)"
4. directory: /distribution/10.3/repo/non-oss/ name: "Dépôt principal (NON-OSS)"

Once this parametrization performed, the magic command
sudo zypper install gcc make automake autoconf kernel-source
worked fine. Thank you. :)
Post Reply