Software :: Installing Build Essential On Old Ubuntu Desktop 8.04
Apr 16, 2011
I want to start some C++ development on my 3 year old, un-updated 8.04 ubuntu desktop machine. I tried:
sudo apt-get install build-essential
and got,
Code:
sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help resolve the situation:
The following packages have unmet dependencies:
libc6-i386: Breaks: ia32-libs (< 20090804) but 2.2ubuntu11 is to be installed
Breaks: lib32asound2 (< 1.0.20-3) but 1.0.15-3ubuntu4 is to be installed
E: Broken packages
I thought apt would automatically install the package dependencies. I don't really want to update the entire installation as I have a lot of network services installed and running which I don't want to risk breaking. They aren't exposed to the internet and don't pose a security risk. So is there any way to get apt to install the dependencies for build-essential?
View 2 Replies
ADVERTISEMENT
Apr 16, 2011
I want to start some C++ development on my 3 year old, un-updated 8.04 ubuntu desktop machine. I tried,sudo apt-get install build-essentialand got,
Code:
sudo apt-get install build-essential
Reading package lists... Done
[code].....
View 2 Replies
View Related
Mar 27, 2010
I'm having headaches about not being able to install build-essential on my 9.10. I don't have an internet connection and no CDrom. [URL]. So that solves it if you have a CD drive... What to do if a poor fella (like me) was to have a system with no CD drive? I installed from USB PENDRIVE and I suppose there have to be some command corresponding to apt-cdrom but for the USB drive but I can't find one.
View 3 Replies
View Related
Apr 23, 2011
i need build-essential on a netbook that can't connect to the Internet (fail.. .) ). But i can't just type in apt-get build-essential because...you get the point. So, do I have a chance to find build-essential on some website, in .rpm form or something like that?
View 2 Replies
View Related
May 3, 2010
I installed ubuntu on my laptop as virtualbox application. I have tried to install build-essential like that command:
Code:
sudo apt-get install build-essential
If i do, i got the following message:
Code:
Media change: insert the disc labeled 'Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)' in the drive '/cdrom/' and press enter.If i insert the disc with the ubuntu-image and press enter, i see this message every time i press enter.I looked in my Places folder, i saw my disc with the Label "Ubuntu 9.04 i386".
View 3 Replies
View Related
May 14, 2011
I tried this command:
And got these lines:
Why the package not found.
View 6 Replies
View Related
May 31, 2011
Here's my /etc/apt/sources.list:
#deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted
[Code]...
View 2 Replies
View Related
Dec 14, 2010
I have build-essential, but make command not working I have build-essential package, but there is still a problem with make command. When I run it in a directory, it shows following message: mudassar@javaDev-1:~/Desktop/gwget-0.99$ make make: *** No targets specified and no makefile found. Stop. When I explicitly specify a make file, the following message appears:
[Code].....
View 1 Replies
View Related
Jun 20, 2011
Today is my first day to use ubuntu for my C++ programming. However, when I was trying to install build-essential, it failed. This is the output shown:
vie@vie-laptop:~/TestC++$ sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package build-essential is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package build-essential has no installation candidate
vie@vie-laptop:~/TestC++$ .....
View 3 Replies
View Related
Sep 1, 2011
I have been trying to install build-essential package on Ubuntu-11.x in the production environment, which is not connected through Internet. When I run apt-get install command, it gives me errors such as:
Depends: libc6-dev but it is not installable
Depends: gcc but it is not installable and so on
I have checked these packages through "dpkg get-selections" command and i believe that they are already installed (probably virtual packages) in the system. Please let me know the quick way to complete this installation.
View 1 Replies
View Related
Sep 2, 2011
I have a problem when I was installing the build-essential package.
I have a machine which is an embedded system with only 512M Flash and 128M RAM, the CPU is Atom N455. These hard wares have been designed in a very compact style and assembled in a very tiny case without CD/DVD ROM driver and internet access(it has a 100M Ethernet port, but due to security rules, it can not be connected to internet).
Here is the question: I have already installed the minimum system on it with the "network install" ISO image. It took me about 280M out of the 512M Flash.now I want to install the build-essential package on this machine. There are a lot of limitations:
1, I can not use the CD/DVD ROM
2, I can not use the Internet access
3, there are only about 200M storage space left for me, so I can not copy the whole "debian-6.0.2.1-i386-CD-1.iso" image file into it (this image is about 640M).
4, I also do not have any external CD/DVD Driver, Mobile HDD Driver, USB Ethernet etc. (I am in a remote area in Western China, I connect my laptop to internet via 56k Modem, there is no computer market, the express courier is also not available in this place.)
What I have now at my hand is a 512M USB disk, my laptop and the phone line.
I have searched a lot of solutions on internet, but none of them seems feasible for me. I have tried to install a similar system by using the "network install" ISO on VMware virtual machine. I have done the "apt-get install build-essential" on the VMware Machine and get all the .deb packages in /var/cached/apt/archives, they are as following:
Volume in drive Z has no label.
Volume Serial Number is 8C85-5ECD
Directory of Z:DEBS
[.]
[..]
build-essential_11.5_i386.deb
bzip2_1.0.5-6_i386.deb
cpp_4%3a4.4.5-1_i386.deb
cpp-4.4_4.4.5-8_i386.deb
dpkg-dev_1.15.8.11_all.deb
[Code].....
View 3 Replies
View Related
Mar 9, 2011
A friend of mine, who doesnt understand computers at all, had a virus on her Dell Inspiron 6000 (2-GHz Pentium M processor, 1GB of DDR400 DRAM) laptop. She was unable to boot it up.
So i advised her to boot up Ubuntu 10.10 netbook edition. I was instructing her over emesene, so it was quite difficult at times, however, she complained that when she loaded up and went through all the instructions as per the netbook "how to", she only got a purple screen.
After a while, we managed to get her to the actual ubuntu screen, however the icons down the left hand side were all missing. I have a feeling this is something to do with the Graphics Processor: integrated Intel GMA 900 graphics, or ATI Mobility Radeon X300.
I asked her to try and get online but she couldnt so i asked her to find the drivers for her network card and she couldn't find them.
I then asked her to update drivers but they wouldnt update and no drivers were found.
I really want her to get up and running with ubuntu and convert her, but its really frustrating, not getting her online and up and running. But she wants to load XP professional.
View 5 Replies
View Related
Jun 2, 2010
I'm trying to build a desktop system on a Linode VPS. Linode is a company that offers virtual systems running under Xen. Linode offers Fedeora 13 systems, but they're really minimal installs (absurdly minimal, I think) aimed at running servers. I'm trying to duplicate the same desktop system you get from the live cd.
As a start, I tried to do a groupinstall for the Gnome Desktop Environment, but a lot of stuff was broken. For example, I couldn't launch a terminal from the desktop. I was thinking that the best way to figure this out would be to simply install a clean Fedora 13 on some machine and use the list of packages that come with Fedora out of the box. But I'm not sure about how things like kernel packages would interact with the Xen client system.
View 1 Replies
View Related
Dec 24, 2010
I built an RPM, which will copy set of files,executes scripts and install's third party rpms. but the thirdparty rpm's are not getting installed and throws the below warning warning: cannot get shared lock on /var/lib/rpm/Packages From my analysis, i understood that the primary rpm holds a lock and its unable to install the rpms packaged inside.
View 1 Replies
View Related
May 4, 2010
I've always been interested in Linux and it seems that the new version of Ubuntu (10.04) is pretty good. Now I want to build an Ubuntu desktop to use as my main computer. I've been running it through VMWare Fusion and I haven't had too many problems at all on my iMac (27" i5). Unfortunately, I still need my iMac since the new Steam client is coming out for OS X and I must have some of my Steam games. I guess I don't mind running it in VMWare, but I do miss the excitement of building a new computer with a nice case and fans, and throwing a fresh clean OS on it. Anyone else been in the same dilemna? I feel though I have spent enough money on computers recently. Plus, I don't have room on my desk for another widescreen monitor. I'm not sure where I would put my iMac.
View 3 Replies
View Related
Apr 25, 2010
I want to build a desktop computer. I will be running Linux Mint on it, probably the LXDE community edition. I use it for school (homework and studying), research on the net (general browsing and specific research on Linux stuff since I hope to one day open my own Linux computer store), and for listening to music and watching videos, things like that. I am not a power user, adn I don't plan to be one any time soon. But I am learning how to work in GNU/Linux, since I want to make a living that way.
Currently, though, I just need a good computer made out of new components, that will work correctly. So What kinds of components to get. I need a motherboard, a CPU (I prefer AMD), a hard drive (I will run SATA), and RAM. I have a DVD burner on my current computer, and I can use that in my new system. I plan to put my new computer together in the tower my current computer is using. I am just looking for some knowledgeable suggestions here for what to get to run my computer the best.
View 3 Replies
View Related
Apr 15, 2011
alright I have seen some threads on this but they are all old and seem to predate the "wisdom" of the "all" architecture on all the bloody ubuntu packages.
I went to the tomcat website which doesn't even have deb packages. Then I thought to search the ubuntu package repository, nothing seems to have i386 packages for me to install and then get the libs with getlibs. I HAVE to have a 32bit version of tomcat to run orkweb so I can record my phone calls on my voip line.
what would be really great is if anyone has or knows how to build a 64-bit war file for orktrack and orkweb since I have the source code
View 1 Replies
View Related
Apr 19, 2011
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
[code]....
View 2 Replies
View Related
Feb 14, 2011
I have no "enable wireless" option from network manager. I successfully installed the 8172 driver, however upon enabling it causes a system freeze, and I'm forced to use the reset button. I have no clue how to proceed from here. Data that might be of use from the "how to post" thread:lsusb Bus 002 Device 002: ID 0bda:8172 Realtek Semiconductor Corp. RTL8191S WLAN Adapter
ifconfig
eth0 Link encap:Ethernet HWaddr 00:25:22:86:80:da
inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::225:22ff:fe86:80da/64 Scope:Link
[code]....
View 6 Replies
View Related
Feb 17, 2010
I'm attempting to install a WLAN card driver from source, as that's all that's available.I'm getting:
make: *** /lib/modules/2.6.31.5-0.1-desktop/build: No such file or directory
Build appears to be a link pointing to "/usr/src/linux-2.6.31.5-0.1-obj/x86_64/desktop"."linux-2.6.31.5-0.1-obj" doesn't exist.
View 4 Replies
View Related
Feb 18, 2011
Howto build live usb-hdd with 2 different keyboard layouts for xfce desktop?
View 2 Replies
View Related
Oct 6, 2010
I've downloaded a linux driver for my wireless card (Realtek 8191SE), and whenever I try to make it it gives me the following error:make: *** /lib/modules/2.6.31.5-0.1-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2I have installed make, pattern devel_basis devel_C_C++, kernel-source, linux-kernel-headers, gcc43, etc.I also tried linking them:# ln -s /usr/src/kernel-headers-2.6.31.5-0.1-desktop /lib/modules/2.6.31.5-0.1-desktop/buildln: creating symbolic link `./build': File existslinux-ynct:/lib/modules # ls2.6.31.14-0.1-debug 2.6.31.14-0.1-desktop 2.6.31.5-0.1-desktop2.6.31.14-0.1-default 2.6.31.14-0.1-xen
View 9 Replies
View Related
Mar 17, 2011
I am trying to install an application. But when I do a make it gives me this error . I tried to resolve it by installing kernel-sorce, kernel-devel packages But still cant seem to get rid of the error.
View 3 Replies
View Related
Jul 22, 2010
I'm trying to build the package zaptel on debian, but I'm encountering two errors:
1- When I try to run the "make menuselect" command, I get an error stating that I need ncurses which is missing. I tried to get it installed but didn't get to do it yet.
2- After that, there's the command "make" I think it's to build the package. Yet again this fails, and the error I get is "you do not appear to have the sources for the 2.6.26-2-686 kernel installed".
View 3 Replies
View Related
Feb 11, 2011
what are some essential programs/packages that you would suggest?
View 5 Replies
View Related
Jun 11, 2011
If a computer has enough ram, say 2gb, is swap partition necessary? Will ubuntu run if swap partition is deleted?
View 9 Replies
View Related
Feb 11, 2011
I have an init script running as a special build user which performs an automated build that fails with (Too many open files).I updated /etc/security/limits to allow the special user more open files, but that didn't work - the init script still isn't allowed more open files.Here's a demonstration of the problem;
Code:
$ su - sbsbuild -c "ulimit -n"
Password:
[code]....
View 1 Replies
View Related
Feb 20, 2010
I'm in love with my Opensuse 11.2. Love my KDE 4.4. The only thing I miss from my Ubuntu installation, is the ability to use Boxee. I would be more than willing to compile Boxee from source. I only have 2 problems with that:
1) I don't know where I can find all the build-deps or what they are for that matter to build Boxee.
2) I'm running on a Netbook. Yes, my measly Intel Atom is no fun for compiling and building.
What are my options/what can I do to get Boxee up and running on 11.2? I've tried searching on build service for an RPM, but I think due to legal restrictions, Boxee can't be on there.
View 9 Replies
View Related
Feb 16, 2011
looking for LIBEVENT... configure: error: Package requirements (libevent >= 2.0.10) were not met: In order to build transmission 2.21.I need libeventnew version of transmission,I need to build libevent-dev >= 2.0.10 and installed first.But I can't get any information about building development files for libevent.
View 1 Replies
View Related
Sep 24, 2009
as I'm advancing in building some nice rpm I finally wanted to install on of my gems also the build was successful the actual install fails with missing dependencies.
Code:
$ rpm --root /home/sascha/rpmbuild/ -i ./RPMS/x86_64/memcached-1.4.1-2.x86_64.rpm
error: Failed dependencies:
libc.so.6()(64bit) is needed by memcached-1.4.1-2.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by memcached-1.4.1-2.x86_64
[code]....
View 1 Replies
View Related