On 26/04/06, Rickey Moore <wayward4now@xxxxxxxxx> wrote: > On Tue, 2006-04-25 at 14:07 -0400, Dan wrote: > > > You may need to install Sun java 1.5, and if so, the Fedora recommended > > method is the JPackage nosrc.rpm. > > http://www.fedorasolved.com/viewtopic.php?t=204 > > -Dan > > > > Dan, I followed the instructions there to the tee. But, I get this: > > [wayward@iam SRPMS]$ rpmbuild --rebuild > java-1.5.0-sun-1.5.0.06-1jpp.nosrc.rpm > Installing java-1.5.0-sun-1.5.0.06-1jpp.nosrc.rpm > warning: InstallSourcePackage: Header V3 DSA signature: NOKEY, key ID > c431416d > warning: user jacorley does not exist - using root > warning: group ncsu does not exist - using root > warning: user jacorley does not exist - using root > warning: group ncsu does not exist - using root > warning: user jacorley does not exist - using root > warning: group ncsu does not exist - using root > error: Unable to open temp file. > <snip> > I am in my own directory, so I would figure it could open a temp file > here. Any help will be apprieciated!! Ric > > The missing group and user errors don't really make any difference, but be unable to open a temp file might be due to not having a build tree (I can't see mention of one in those instructions), see: <http://www.city-fan.org/tips/CreateRPMBuildEnvironment> basically you need to do: # yum install fedora-rpmdevtools (root) $ fedora-buildrpmtree (normal user) You may also want to try the guide to building the JPackage rpm from <http://www.city-fan.org/tips/JpackageJava>. -- imalone