Software :: Mockbuild Does Not Exist - Installing Rpm Package

Apr 28, 2010

I am following this instructions:

Code:

[URL]

I have downloaded the following kernel:

kernel-2.6.18-164.15.1.el5.src.rpm

I have done the following steps:

As root, install the packages rpm-build, redhat-rpm-config and unifdef:

Code:

[root@host]# yum install rpm-build redhat-rpm-config unifdef

As an ordinary user, not root, create a directory tree based on ~/rpmbuild:

Code:

[user@host]$ cd
[user@host]$ mkdir -p rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
[user@host]$ echo '%_topdir %(echo $HOME)/rpmbuild' > .rpmmacros

However, when I try and install the rpm package:

Code:

[user@host]$ rpm -ivh kernel-2.6.18-164.15.1.el5.src.rpm | 2>&1 | grep -v mockb

I get the following error:

Code:

warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root

View 1 Replies


ADVERTISEMENT

Software :: Group Mockbuild Does Not Exist?

Jan 19, 2010

I am triying to configure my official mail ID in Linux el5 OS. So, as I am a newbie I have searched for the same. And found that I can configure through Mozilla Thunderbird...But while installing RPM I am getting below error.

rpm -ivh thunderbird-2.0.0.21-1.el5.centos.src.rpm
warning: thunderbird-2.0.0.21-1.el5.centos.src.rpm: Header V3 DSA signature: NOKEY, key ID e8562897
1:thunderbird warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root

[Code].....

View 5 Replies View Related

General :: Warning: Group Mockbuild Does Not Exist - Using Root

Mar 29, 2011

I'm running fedora 14.I want to see the source code of uname.After googling,I find a way.But a problem happens.

[Code]....

Why I got this warning. After installing coreutils-8.5-7.fc14.src.rpm,where can I see the source code of uname.

View 2 Replies View Related

Software :: Rpmbuild: Check File Exist Before Installing Package?

Nov 17, 2010

I'm building a RPM package. In my SPEC file, in the "%pre" and "%post" sections, I need to be sure that Postgresql-server is started.I tried to add a "PreReq: /var/run/postmaster*" but the * is not interpreted ! (filename changes, depending on the linux distribution)Is this way test that this file exist (or test if the result of "pidof -s/usr/bin/postmaster" is empty, for example

View 2 Replies View Related

Ubuntu Multimedia :: Installing Java 3D - Package Javax.vecmath Does Not Exist

Jan 9, 2011

I'm trying to play around with java 3d, but having troubles to get some example to run.

NetBeans don't likes the line "import javax.vecmath.*;", it tells me that "package javax.vecmath does not exist",...

Code:

etc/environment holds following:

Code:

View 1 Replies View Related

Red Hat :: Kickstart Install: "This Package Does Not Exist" After Setting Up The Package

May 24, 2011

I'm updating a working kickstart configuration.Got a good iso from it the last time used.I simply want to add 2 rpms to the installation. So I added the rpms (libganglia & libconfuse) into the ../Server directory. I added those two names to the %packages section in the .cfg file. And I added those two names into two new appropriate lines in the ../Server/repodata/comps.xml file.

I ran "createrepo -g repodata/comps.xml ." from the ../Server (rpms) directory. I then ran my "mkisofs" without issue, and used the resulting .iso. The message I get during installation is "You have specified the package 'libganglia' should be installed. This package does not exist. Would you like to continue or abort your installation?". I've tried several variations of the createrepo command.

View 3 Replies View Related

CentOS 5 :: Yum-priorities Package For 5.4 Does Not Exist

Oct 22, 2009

yum-priorities package for 5.3 is listed here:

[URL]

but for 5.4 it does not exist:

[URL]

Is this intended?

View 2 Replies View Related

Fedora Installation :: Can't Find UNO / In What Package Does It Exist?

Oct 13, 2009

Code...

In what package does uno exist?

View 2 Replies View Related

Ubuntu Multimedia :: Lost All Sound - Package Audio Does Not Exist

Dec 3, 2010

I was trying to get help with video tearing but now I've lost all sound. This happened after using these two commands:

sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old
sudo dpkg-reconfigure -phigh xserver-xorg

I tried this:

ubuntu-bug audio
and got:
package audio does not exist
and:
ubuntu-bug -p alsa-base
and got:

Warning: The options -p/-P are deprecated, do not use them. See /usr/bin/ubuntu-bug

View 2 Replies View Related

Ubuntu :: Apt-get Upgrade System Or Install A New Package In Synaptic Or Terminal - Status Don't Exist?

Aug 11, 2011

when I try to apt-get upgrade system or install a new package in synaptic or terminal, I see this:

Code:
dpkg: ../../../lib/dpkg/dump.c:250: w_status: Assertion `pigp->trigpend_head' failed.
E: Sub-process /usr/bin/dpkg exited unexpectedly
So, before I have a problem - Synaptic opened, told that /var/lib/dpkg/status don't exist, in the web I read that sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/

View 4 Replies View Related

Fedora :: Installing Gcc - 'cstdio.h' Not Exist

May 1, 2011

I was trying to install gcc, and it sorta worked, but not really.. Im a student, and we were using an ada server that had 'gcc' already installed, so that we could cd to a directory and then 'gcc -o NAME FILEPATH' I tried to recreate this set up on my machine with Fedora 11... on my mac it is installed automatically and can be accessed from the terminal. How do I do it in Fedora? I downloaded 'gcc-4.6.0', I ran 'configure' from the gcc directory and a lot of text scrolled by really fast.. but then afterwards it said something failed...

but its weird, cuz I can write a simple 'c' program and gcc it from the terminal and it compiles.. it just gives me warnings about everything.. saying that packages like 'cstdio.h' do no exist.. warnings tho, not errors.. and it still runs.

View 5 Replies View Related

Ubuntu Installation :: Installing Package Through Synaptic Package Manager?

Aug 3, 2011

I have a problem when installing this package through synaptic package manager. this is :

libpng12-dev
the error is:
W: Failed to fetch http://security.ubuntu.com/ubuntu/po...tu2.1_i386.deb
404 Not Found [IP: 91.189.92.167 80]
my distribution is ubuntu 10.4.

View 1 Replies View Related

Ubuntu :: Way To Determine Which Libraries Package Needs Before Installing Package Itself?

Feb 24, 2010

Is there a way to determine which libraries a package needs before installing the package itself?

View 2 Replies View Related

Ubuntu :: Installing Tgz Package ?

Jul 20, 2011

I've just downloaded a .tgz package to my desktop.

I've run tar zxf filename.tgz

And it's extracted another folder to my desktop.

I have attempted cd into the new created directory and run the following:

But nothing seems to happen, I'm basically trying to install the .tgz package I downloaded

View 8 Replies View Related

Debian :: APT Always Installing The Same Package?

Feb 23, 2010

I'm experiencing a strange behavior from apt on my Debian 4 etch installation.

Sometime ago I installed XMailServer on it, and so far so good, it is working quite fine and no issue at all here. However since this installation apt got crazy and now each time I install something else it goes and installs xmail again. This creates the issue that everytime I add or remove a package xmail gets unconfigured and I've to delete spool and recreate the domains.

Sort of:

apt-get install somePackage ....regular messages if something else is needed to be downloaded... then installs xmailserver again for no reason at all giving a whole load of "file already exists" errors while rewrite xmail's config.

Already tried apt-get clean, apt-get autoclean, purge/remove -> reinstall sequence, delete the .deb package from apt's cache. But still no luck, apt insists into reinstall it everytime I want to install anything else.

Any place I can edit to make apt stop doing this?

View 3 Replies View Related

Debian :: How To Get RPM For Installing Package

Oct 5, 2010

I am new to Linux. I need to install a package libstdc++.so.5. I think I would require RPM first in order to get this package installed.

View 6 Replies View Related

General :: Installing The Package For Rcp?

Dec 29, 2010

I use RHEL 3 , but do not have installed the package for rcp , so now can not receive file via rcp , can advise what package that I need to install for using rcp ?

View 11 Replies View Related

Red Hat :: Installing Package Not In DVD Using Kickstart

Mar 21, 2010

I am trying to install jdk automatically using kickstart. I have added jdk-6u13-linux-i586.rpm to Server dir (where all rpms exist) and add jdk to %packages section. It always complain jdk is missing. I tried it also with another rpms which are not in the RedHat DVD and it always complatin the the package is missing.

View 4 Replies View Related

Fedora :: Sign A Package When Installing With Yum?

Aug 16, 2010

When I use YUM to install ICAClient it ends with the following message "Package ICAClient-11.100-1.i386.rpm is not signed" (see the code below). However, when using browser (Nautilus) to start installation of the same ICAClient-11.100-1.i386.rpm it completes with success (see the image below).

This happens when installing with YUM from the CLI:

Code:
[root@nc6000 boris]# yum install /mnt/temp/DAT/software/linux/INSTALL/ICA/ICAClient-11.100-1.i386.rpm
Loaded plugins: downloadonly, fastestmirror, presto, refresh-packagekit, remove-with-leaves, security, show-leaves, verify
Loading mirror speeds from cached hostfile

[Code]....

I prefer using CLI when installing packages. Which options can be use to sign a package during installation with YUM?

View 4 Replies View Related

Ubuntu :: Package Manager And Installing

Jan 18, 2010

A while ago (not sure exactly when) my Synaptic Package Manager, Update Manager, Ubuntu Software Center and apt-get install have not been working. When I try to do apt-get install I get this error

[Code]...

View 4 Replies View Related

Ubuntu :: Error While Installing A Package?

Jun 9, 2010

There is something wrong with the nvidia driver installation, but i dont know what is it exactly or how to fix it, when i try to install anything i get this errorinstallArchives() failed: Selecting previously deselected package gnomeradio. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading

View 2 Replies View Related

General :: Installing Only Some Of The Files From A Package?

Mar 13, 2011

OS: Debian testing Is it possible to instruct apt-get to install only some of the files in a package?.Here is the specific problem I'm facing: I have installed latex using the latex installer from CTAN. Now I'd like to install lyx but when apt-get install lyx reports it will install all the deb latex packages (it seems to be unaware latex is already installed). can I instruct apt-get to install only the lyx files with the extra 300MB or so of latex?.

View 3 Replies View Related

General :: Installing Ubuntu 10.04 Package?

Apr 13, 2011

I was using a 3g iPod nano which was supported by my flavor of Ubuntu . However, recently I have acquired a 4g iPod Touch and to my dismay, it is not supported on my OS. After doing some research, I discovered that Ubuntu 10.04 Lucid Lynx supports all the newer generation Apple products, including my 4g iPod Touch. Is there anyway I can install this package without reformatting my computer COMPLETELY over again? Are there any easier ways to be able to sync my ipod with my computer?

View 5 Replies View Related

Slackware :: Exactly Does A Slackbuild Do (aside From Installing A Package)?

Dec 27, 2010

I mean like, what does it do differently from just installing something from source? Check to make sure you have the required dependencies before compiling the .tgz package? something else?

View 12 Replies View Related

Fedora :: Command For Installing PSTricks Package

Jul 9, 2010

Please tell me the command to install the pstricks package which is being used by TexLive.

View 2 Replies View Related

OpenSUSE :: Installing RPMs Elsewhere - Package Not Relocatable

Jul 19, 2010

I can use KRPMview or midnight commander to see what's in an RPM, fine. I might want to inspect a file inside an RPM or actually install some of its files but this latter might upset already installed files. Or, it is so dependent on something else being previously installed. Therefore I need to install it elsewhere, take a look at he file content and/or copy, it to where I want.

There are options: --badreloc --prefix --relocate --nodeps --ignoreos --force

Some are mutually exclusive but the result is it still tells me - package not relocatable. Is there any other magic incantation or do I need to do some time-consuming backup, run the RPM install and any deps hell, do my intended thing, then another time-consuming restore? Or maybe set up a partition with a suitable suse version and just run the RPM there and then copy over?

View 4 Replies View Related

OpenSUSE Install :: Installing The Package With Zypper?

May 4, 2010

I have minimal open suse installed as a server and now i would like to install some packages with zypper and it always download some packages related to X11 and gnome but I want to ignore that.Is it possible some how that I can define a USE flag for that like -X -gnome?

View 1 Replies View Related

Ubuntu :: Installing Libgtk1.2-dev Package In Karmic?

Feb 23, 2010

I know it exists for Jaunty, but not Karmic. My question is just simply, how can I download this package, and can I just use Synaptic to install it without any problems? Any detailed documentation about installing "obsolete" packages and their dependencies? Perhaps is there some way to get my system to emulate Jaunty, I can install the package, then go back to Karmic?

View 5 Replies View Related

Ubuntu :: System Crashed While Installing A Package

Mar 17, 2010

for some reason my system crashed while installing a package. Now I get this error every time I install/remove a package. I have tried re-installing, removing, forcing options, 'dpkg --configure -a', dpkg-reconfigure. Nothing has worked.

Code:

A package failed to install. Trying to recover:

View 2 Replies View Related

Ubuntu :: No Sound After Installing ALSA Package

Sep 12, 2010

Initially the sound was working fine in my ubuntu 10.04 lucid. Headphone jack was not working. I downloaded and installed following packages in order to upgrade alsa.
alsa-driver-1.0.15rc3.tar.bz2
alsa-firmware-1.0.15rc1.tar.bz2
alsa-lib-1.0.15rc3.tar.bz2
alsa-utils-1.0.15rc1.tar.bz2
Now there is no sound. Whole system is fried. I don't know what happened.

View 3 Replies View Related







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