Bug 213564 - spec bug: filesystemmonitor.schema no longer included
Summary: spec bug: filesystemmonitor.schema no longer included
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: banshee
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Christopher Aillon
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-01 23:54 UTC by Michel Alexandre Salim
Modified: 2007-12-27 23:27 UTC (History)
2 users (show)

Fixed In Version: 0.12.0-5
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-12-27 23:27:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Fixed libdir patch (706 bytes, patch)
2006-11-02 01:02 UTC, Michel Alexandre Salim
no flags Details | Diff

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



Note You need to log in before you can comment on or make changes to this bug.