Bug 213564

Summary: spec bug: filesystemmonitor.schema no longer included
Product: [Fedora] Fedora Reporter: Michel Alexandre Salim <michel.salim>
Component: bansheeAssignee: Christopher Aillon <caillon>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: cweyl, extras-qa
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.12.0-5 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-12-27 23:27:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Fixed libdir patch none

Description Michel Alexandre Salim 2006-11-01 23:54:36 UTC
Description of problem:
Banshee used to include filesystemmonitor.schema, and the spec file still tries
to install it in %post. Since the file is no longer there it throws an error 

I/O warning : failed to load external entity
"/etc/gconf/schemas/filesystemmonitor.schemas"
Failed to open `/etc/gconf/schemas/filesystemmonitor.schemas': No such file or
directory

Version-Release number of selected component (if applicable):
0.10.12-4

How reproducible:
Always

Steps to Reproduce:
1. Install banshee
  
Actual results:
Error as above

Expected results:
No error

Additional info:
Is an update to 0.11.2 planned? I tried updating it myself but encounters a
problem on startup, claiming it could not load avahi.

Comment 1 Michel Alexandre Salim 2006-11-02 01:02:31 UTC
Created attachment 140061 [details]
Fixed libdir patch

Comment 2 Michel Alexandre Salim 2006-11-02 01:05:48 UTC
The new test for assemblies introduced by the mono-libdir patch to configure is
incorrect: with > 1 test expression, the form used should be

if ! [ exp1 -o exp2 ]

instead of 

if test ! \( exp1 -o exp2 \)

This does not actually change the build result, since the test failed to run and
thus did not abort the configure process (had it run it would have succeeded
anyway, since the BuildRequires ensure that the .dlls would be present)

Comment 3 Chris Weyl 2007-05-02 23:38:57 UTC
Schema import bug still present in latest FC-6 release.

Comment 4 Christopher Aillon 2007-12-27 23:27:47 UTC
This was fixed in F-7 and later with:

* Fri Mar 30 2007 Christopher Aillon <caillon> - 0.12.0-5
- Fix up schema installs