https://bugzilla.redhat.com/show_bug.cgi?id=995974



--- Comment #30 from Ralf Corsepius <[email protected]> ---
MUSTFIX: Package fails to build on rawhide:

RPM build errors:
    Installed (but unpackaged) file(s) found:
   /usr/share/doc/libbson-0.2.0/COPYING
   /usr/share/doc/libbson-0.2.0/NEWS
   /usr/share/doc/libbson-0.2.0/README
Child return code was: 1

The cause for this seems to be 2 issues interacting:
* the package is installing these files to this location by itselfs. This
collides with rpm's docdir handling in fedora > 20
One workaround would be to pass --docdir=%{_pkgdocdir} to %configure and to use
%{_pkgdocdir} in %files.

* However, this packages does not honor --docdir correctly.



MUSTFIX: Makefile is silent:
...
  CC       libbson_1_0_la-bson.lo
  CC       libbson_1_0_la-bson-context.lo
  CC       libbson_1_0_la-bson-clock.lo 
  CC       libbson_1_0_la-bson-error.lo
...
Build.logs don't provide sufficient information to verify if the package
compiles correctly.

=> replace --enable-silent-rules with --disable-silent-rules

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=p66APlXAPJ&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to