Still not getting any closer with mock

Rex Dieter rdieter at math.unl.edu
Wed May 10 13:50:37 UTC 2006


Paul wrote:

> I've systematically gone through my spec files for boo and
> gtksourceview-sharp to try and trace what is missing to cause the mock
> builds to fail and not the rpmbuild builds to fail and can find nothing
> - the configure files within the main packages look fine and there is
> nothing in the makefiles to cause a problem.
> 
> Both of them seem to exhibit the same problem in that shared-mine-info
> directories prefix aren't picked up in mock.

boo's configure script contains:
MIME_PREFIX=`$PKG_CONFIG --variable=prefix shared-mime-info`
GTKSOURCEVIEW_PREFIX=`$PKG_CONFIG --variable=prefix gtksourceview-1.0`

So, in the least, it appears you're missing:
BuildRequires: shared-mime-info

-- Rex




More information about the fedora-extras-list mailing list