Ubuntu Installation :: Build-Essential Package Missing / Obsoleted

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


ADVERTISEMENT

Fedora Installation :: Mpg123 Installing Error - Obsoleted Package?

Mar 6, 2009

I made mpg123 rpm for x86_64 architecture but i'm not able to install it!I used the rpmbuild from RPM v. 4.6.0.i tried this

Code:
sudo yum localinstall mpg123-1.6.4-10.fc10.x86_64.rpm
and i got

[code]....

View 3 Replies View Related

Ubuntu Installation :: Intalling Build-essential ?

May 14, 2011

I tried this command:

And got these lines:

Why the package not found.

View 6 Replies View Related

Ubuntu Installation :: Installing Build-Essential With No Connection / CDROM

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

Ubuntu Installation :: Build Essential But Make Command Not Working

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

Ubuntu Installation :: Build-essential Installation In Secluded Environment

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

Ubuntu Installation :: Dell Inspiron Missing Essential Desktop Icons?

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

Ubuntu :: Where Can I Download Build-essential?

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

Ubuntu :: Virtual Box - How To Install The Build-essential

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

General :: Can't Install Build-essential On Ubuntu Jaunty 9.04?

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

Ubuntu :: Installing Build-essential On 3 Year Old 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-essentialand got,

Code:
sudo apt-get install build-essential
Reading package lists... Done

[code].....

View 2 Replies View Related

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 View Related

Ubuntu Installation :: How To Build A .deb Package From Git

Jan 4, 2011

I work at a small company where we use to deploy things by just checking out the repo and copying stuff to production servers. This has to come to an end, enter .deb packages!

So I'm wondering what's the best procedure to do that. I already know how to create .deb packages, most of our stuff is Python and we're going to use python-support and cdbs. But how to maximally automate this?

We have a Git repo and ideally the whole thing should work like this:

* a tag is created in the Git repo (the version can be provided manually)

* some file like 'version.py' is created so that setup.py and the packaged software can refer to it and know the tag

* changelog is created from the Git commit logs

* the package is built (that's the part I've worked out - python-support and cdbs are involved here)

* optionally, the package is uploaded somewhere

There's a .deb package named 'git-buildpackage', is it suitable for this task? So far I can tell that it has one drawback - it looks for the 'debian/' directory in the root of the repository, which is not the case - our repo consists of several subdirectories, each contains a subproject that will be packaged independently.

View 2 Replies View Related

Software :: Self Build Rpm Fails With Missing Dependencies On Build Host?

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

Debian :: How To Install "build-essential" Without Internet Or CD-ROM

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

Ubuntu Installation :: Error - Dpkg: Warning: Files List File For Package `libsdl-image1.2' Missing, Assuming Package Has No Files Currently Installed

Sep 23, 2010

When i try installing anything i get errors, for example when i try to install somthing from ubuntu software center i get this.

Code: installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... Selecting previously deselected package ttf-symbol-replacement. (Reading database ... dpkg: warning: files list file for package `libsdl-image1.2' missing, assuming package has no files currently installed.

[Code]....

View 4 Replies View Related

SUSE :: Package A War File As An RPM Package - Always Giving Errors In %build Stage

Feb 14, 2011

Still I am asked to package a war file as an RPM package. That is an unusual RPM packaging(To me). If you guys could guide me I have a war file inside a folder, that folder is inside a tar file as a SOURCE for RPM package. The structure is like below.

[Code]...

I simply want that the war file from sources is transferred to the web app of my tomcat server through RPM. I try to package it as an RPM, but its always giving me errors in %build stage. When I try to remove %build from stage from the spec file, then it says command missing.

My system details are:
SUSE Linux Enterprise Server 10 (x86_64)
VERSION = 10
PATCHLEVEL = 1
LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64"

View 5 Replies View Related

Ubuntu Installation :: And Update Clamav - Console Is Saying The Package Is Missing

Apr 15, 2010

how do i install and update the antivirus? i downloaded it using ubuntu geek help but the console is saying the package is missing.

View 8 Replies View Related

Software :: Can Package Missing Files From Missing OS RPMs

Jul 16, 2010

How to properly integrate these RPMs into our system?

Option 1: we could take those missing OS RPMs and install them?
Option 2: can we package the missing files from missing OS RPMs into the existing Linux-xxx.rpm?

View 1 Replies View Related

Fedora Installation :: VLC - Error: Missing Dependency: Libdvdnav.so.4 Is Needed By Package Vlc-core

Jan 7, 2009

installing on linux i try to install VLC and get [user@localhost ~]$ sudo yum install vlc Setting up Install Process Parsing package install arguments Resolving Dependencies

--> Running transaction check
---> Package vlc.i386 0:0.8.7-0.8.fc8 set to be updated
--> Processing Dependency: vlc-core = 0.8.7-0.8.fc8 for package: vlc
[Code]...

View 3 Replies View Related

Ubuntu :: Installing Emacs 23.1 - Error "makeinfo Is Missing - Cannot Build Manuals Make: *** [info] Error 1 **** Installation Failed"

Feb 6, 2010

I've been trying to install the latest version of Emacs from source but I'm running into a trouble. The commands "./configure" and "make" work just fine. However, when I run "sudo checkinstall" I get a message saying that makeinfo is missing:

Code: makeinfo is missing - cannot build manuals make: *** [info] Error 1 **** Installation failed. Aborting package creation. Cleaning up...OK Bye. What is Error 1

View 4 Replies View Related

Ubuntu Installation :: Update Error - Files List File For Package `libxcb-shape0' Is Missing Final Newline

Feb 23, 2010

I have recently taken delivery of a Dell Inspiron mini netbook with Ubuntu on, and I am new-fangled .install updates, I clicked the (orange down-arrow) button, and it compalined "E: /var/cache/apt/archives/linux-image-2.6.24-22-lpia_2.6.24-22.45netbook9_lpia.deb: files list file for package `libxcb-shape0' is missing final newline"

View 2 Replies View Related

Ubuntu Installation :: Partitioning HP Drive To Save Essential Files?

Mar 13, 2010

I have a customers' HP laptop that I've been doing work on. The HP came with Vista Home Premium pre-installed and the system was infected with the insidious Vista Antivirus 2010 virus.Well, after doing some registry cleaning I was able to get rid of that virus, but I suggested to the customers to check out Ubuntu, which they agreed to do.Here's my problem:

The HP has a recovery drive, which I formatted to make room for some of the pictures, documents and music they wanted to retain.I'm in the process of installing Ubuntu 9.10 and don't want to erase the recovery partition D:, which is labeled as /dev/sda2in the prepare disk space portion of the setup.I've moved to specify partition manually, but I'm uncertain as to how to configure this. When I installed Ubuntu on my own system, I just deleted Windows and used the entire disk space, so this is something new to me

View 1 Replies View Related

Ubuntu Installation :: Western Digital MyBook Essential 2TB Does Not Mount?

Jun 10, 2010

Ubuntu 10.04 LTS on VirtualBoxVM

Western Digital MyBook Essential 2TB USB

Want to format and partition the external hard drive for USB storage for DD WRT (i.e. into ext3)The drive is MS-DOS (FAT32) - Using Disk Utility (MAC) i erased what was on the drive.It mounts properly and can be accessed on the Mac OS.Upon plugging the USB into the Mac, the drive does not show on the Ubuntu desktop.Under the USB icon (bottom right) it indicates no USB devices attached however the "Western Digital My Book [0175]" is greyed out.

Going "Places" > "Computer" Only "File System" visible.
GParted - Drive not visible (only /dev/sda)
Using the sudo fdisk -l:
Disk /dev/sda: 3221 MB, 3221225472 bytes[code]...

View 1 Replies View Related

Ubuntu :: E: Couldn't Find Package Build?

Jun 27, 2010

When I type this command ;sudo apt-get install build essentialI got this ;

Reading package lists... Done
Building dependency tree
Reading state information... Done

[code]...

View 2 Replies View Related

Fedora :: Can't Build Rpm Package?

Mar 9, 2010

I'm building an rpm from the following program source:[URL].. but I'm getting the following error after running rmpbuild: (here I only show the log after configure, see attachment for a full log):

configure: creating ./config.status
config.status: creating Makefile
----the prefix for installation directories is:/usr
If this choice is not convenient, re-execute this configure
with the --prefix option, e.g.

[Code]...

I can figure that it cannot install under /usr/bin, rather it have to install in %{buildroot}, but I don't know how to deal with that. Please I need help with this!

View 9 Replies View Related

Server :: Kernerl3.0.0 Build As Rpm Package?

Aug 16, 2011

i make rpm package from linux kerlne 3.0.0 source. default spec file in "linux-3.0/scripts/package/mkspec" ,i add %post lines,this step use to install new kernel with rpm (ivh) tools and configure grub automatically

Quote:

echo "%post"
echo '/sbin/new-kernel-pkg --mkinitrd --depmod --install "$__KERNELRELEASE" || exit $?'
then ,make rpm-pkg, it makes rpms bellow:
Wrote: /root/rpmbuild/SRPMS/kernel-3.0.0-1.src.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/kernel-3.0.0-1.x86_64.rpm

[Code]...

View 3 Replies View Related

Programming :: Build A Package Using A Different Lib Than The One Installed?

Jul 11, 2011

Is is possible to compile (but not install) a library, and then compile a package using that library instead of the version that's installed?

View 4 Replies View Related

Debian :: Daily Build Images Missing From Website

Aug 10, 2010

Where have the AMD64 daily build images gone? I show it's empty from several different networks / machines.[URL]

View 6 Replies View Related

CentOS 5 :: Build Link Broken And Kernel Missing?

Jun 5, 2010

I'm trying to install a BCM 4312 wireless driver following the Centos howto. Howtos>Laptops>Witeless>Broadcom

On step 3, compiling ... module.I get No rule to make target `build' Stop.When I go to the /lib/modules/2.6.18.194.3.1.el5 directory, the Build file link is broken.If i go to the link source /usr/src/kernels/2.6 ...x86_64 does not exist. The /kernels folder is empty.I think I need to reinstall the identified kernel in that directory and reestablish a link to it. but am not savy enough to do that on my own.

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved