Results 1 to 2 of 2
This is really weird. I am trying to make a custom RPM for JDK. I have the spec file below. It builds fine, but when I try and install it ...
- 12-03-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 4
RPM Spec file Bizareness
This is really weird. I am trying to make a custom RPM for JDK. I have the spec file below. It builds fine, but when I try and install it on the target system, I get:
pokey ~:# rpm -i jdk-1.6.0_17-1.tf.x86_64.rpm
error: Failed dependencies:
libXtst.so.6()(64bit) is needed by jdk-1.6.0_17-1.tf.x86_64
libasound.so.2()(64bit) is needed by jdk-1.6.0_17-1.tf.x86_64
libasound.so.2(ALSA_0.9)(64bit) is needed by jdk-1.6.0_17-1.tf.x86_64
libodbc.so()(64bit) is needed by jdk-1.6.0_17-1.tf.x86_64
libodbcinst.so()(64bit) is needed by jdk-1.6.0_17-1.tf.x86_64
Where the heck is that coming from? I don't have ANY Requires: tags in my spec file, so what gives???
Ok, I don't have the spec file below. This stupid friggin site wouldn't let me post it, saying "You are only allowed to post URLs to other sites after you have made 15 posts or more."... even though there was no URL's in it. Douche bags.
- 12-03-2009 #2I assume this means you aren't expecting anyone to help.even though there was no URL's in it. Douche bags.
We have had trouble with spam before, and preventing links to new people helps. Whatever test they use for links sometimes catches innocent posts. Use code tags and it should work and possibly disabling link parsing, I'm not sure on that.


Reply With Quote