Re: [gnome-db]Yet more problems



On 25 May 2001 23:19:53 +0200, Rodrigo Moya wrote:
> Sean Allen wrote:
> 
> > On 23 May 2001 00:01:01 +0200, Rodrigo Moya wrote:
> > > On 22 May 2001 23:08:26 +0200, Sean Allen wrote:
> > > > I have run into another problem in the build process,
> > > > this time, it is during an rpm build on gnome-db
> > > > the entire comnpile goes without problems (thankfully)
> > > > but it dies with:
> > > >
> > > > RPM build errors:
> > > >     File not found:
> > > > /var/tmp/gnome-db-0.2.4-root/usr/share/oaf/GNOME_DB_ComponentFactory.oaf
> > > >     File not found:
> > > > /var/tmp/gnome-db-0.2.4-root/usr/share/oaf/GNOME_DB_Export.oaf
> > > >     File not found:
> > > > /var/tmp/gnome-db-0.2.4-root/usr/share/oaf/GNOME_DB_Manager.oaf
> > > >     File not found:
> > > > /var/tmp/gnome-db-0.2.4-root/usr/share/oaf/GNOME_DB_Monikers.oaf
> > > >     File not found:
> > > > /var/tmp/gnome-db-0.2.4-root/usr/share/oaf/GNOME_DB_Designer.oaf
> > > >     File not found:
> > > > /var/tmp/gnome-db-0.2.4-root/usr/share/oaf/GNOME_DB_Connection.oaf
> > > >     File not found:
> > > > /var/tmp/gnome-db-0.2.4-root/usr/share/oaf/GNOME_DB_Log.oaf
> > > >
> > > > the oaf files are not getting transfered to $RPM_BUILD_ROOT but are
> > > > going straight to /usr and this is killing the RPM build, I'm pretty
> > > > sure it wouldnt be a problem if I were just ./configure make installing,
> > > > but I'm trying to keep an all RPM system
> > > >
> > > > really have somthing broken with this build, don't I;)
> > > > anybody have any suggestions
> > > >
> > > yes, the best solution would be to fix the spec file. I just made a
> > > little change in that file which, I think, fixes it. I can't test it
> > > myself, so please do it yourself. (it's in CVS now)
> > >
> > no, still doesn't do it, I am still getting the error,
> > I'm not totally sure how to fix it but I can experiment no problem, I'd
> > just like to know,
> > is anyone else on RH7 experiencine this issue building an RPM from CVS
> > or is it just me,
> >
> 
> ok, please, anybody who knows about RPM stuff?
ok, not that this is a fix, but an ugly hack work-around, 
in the RPM BUILD dir, all the Makefiles have the GNOME_DB_oafdir as
/usr/share/oaf, and I think they should read, ${prefix}/share/oaf
when I replace them all (I know all of them don't need doing, but
automatic tools are so much easier;-) it builds fine.
so, that might be the problem, it's not the specfile, but it stops the
rpmbuiild cos of the false rootdir (i.e. /var/tmp/$ROOT)
thing is, I have no idea where this is spawned from, I would imagine
inside the config system somewhere, but I don;t want to go tweaking
without being sure, also , I'm not sure what kind of effect this would
have on non rpm builds, any ..help?
Sean Allen





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]