LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installed noarch rpm isn't working from CUI or GUI (https://www.linuxquestions.org/questions/linux-newbie-8/installed-noarch-rpm-isnt-working-from-cui-or-gui-790728/)

gsvsmanyam 02-22-2010 04:26 AM

Installed noarch rpm isn't working from CUI or GUI
 
Hi,

I generated noarch rpm using alien for rapidsvn tar.gz file. After generating and installation of the rapidsvn rpm it isn't working for CUI or GUI. When I checked for rpm installation status using 'rpm -qa' it is showing as the rpm is installed. But no output of the installation.

Help any one...

Thank you
Manyam

GlennsPref 02-22-2010 04:59 AM

Hi, you could try to see if any deps or libs are missing, with

rpm -Va | grep miss

gsvsmanyam 02-22-2010 05:07 AM

Quote:

Originally Posted by GlennsPref (Post 3872391)
Hi, you could try to see if any deps or libs are missing, with

rpm -Va | grep miss

hi..

it reported as follows:
missing /usr/lib/firefox/extensions/tango@novell.com
missing /usr/lib/firefox/extensions/tango@novell.com/chrome
missing /usr/lib/firefox/extensions/tango@novell.com/chrome.manifest
missing /usr/lib/firefox/extensions/tango@novell.com/chrome/tango.jar
missing /usr/lib/firefox/extensions/tango@novell.com/icon.png
missing /usr/lib/firefox/extensions/tango@novell.com/install.rdf
missing /usr/lib/firefox/extensions/tango@novell.com/preview.png

but I couldn't understand, how these are related to rapidsvn?

knudfl 02-22-2010 06:36 AM

http://www.rapidsvn.org/download/release/0.12/
> > rapidsvn-0.12.0-1.tar.gz
This is source code, and using # alien -r : Still source code.

Installing rapidsvn :
Fedora : # yum install rapidsvn
RH EL X.x, rpmforge.repo : # yum install rapidsvn
Suse : # zypper in rapidsvn
.....

GlennsPref 02-22-2010 07:05 AM

Hi, those are firefox tango theme files. They're not related.

But the command worked and now you know another way to check.

Did you install the dependencies before you installed rapidsvn?

ref. http://rapidsvn.tigris.org/
Quote:

Dependencies

RapidSVN depends on a couple of frameworks. So if you want to compile RapidSVN you have to download, configure and compile these frameworks first (unless you have access to a precompiled binary package with development files like headers and libraries included).

* Subversion 1.3 or higher download (Subversion 1.6.5 is the official release we work with)
* wxWidgets 2.6.2 or higher download
But I guess the rpm tool you used to build the rpm from source should have checked for deps. You don't mention above if in fact this is what occurred.

gsvsmanyam 02-27-2010 04:49 AM

Hi Glenn,

The thing is, I have rapdisvn's tar.gz file. I have to install this tar file in 20 client systems to access my SVN server. To make it practice of creating rpm, am trying to create an rpm from the tar.gz file. When I worked about it, the rpm is generated with "noarch", for example-rapidsvn.x.xx.x-noarch.rpm. Issue is when am installing it, it is appearing as the rpm installed successfully. But it isn't working. I'm asking about how to create rpm to work with my Suse10.3 and I even tried with rpmbuild. No use.

Thank you

mesiol 02-27-2010 08:47 AM

Hi,

could you please specify if you really compiled the software? Or did you only download the tar.gz file? It seems you created an rpm containing source files. Where did you get this tar.gz file? For rpmbuild a spec file is required to work.

Could you please post command output to understand what you exactly did?


All times are GMT -5. The time now is 05:15 AM.