[Bug 1233240] Review Request: orocos-bfl - A framework for inference in Dynamic Bayesian Networks

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

 



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

Sören Möller <soerenmoeller2001@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |soerenmoeller2001@xxxxxxxxx



--- Comment #1 from Sören Möller <soerenmoeller2001@xxxxxxxxx> ---
I have tried to do a review of your package. But as I am not qualified/have the
permissions to do reviews yet, this is just a comment for your information (and
hopefully also helpful for the real reviewer).

I observed the following issues
MUST
[!]: In the deve-subpackage the headers are installed into a subfolder "bfl"
instead of "orocos-bfl"
[!]: License field in the package spec file matches the actual license. (see
details below)
[!]: rpmlint complains about a lot of wrong FSF adresses (as noted in the
review request)
[!]: Package complies to the Packaging Guidelines (as result of the license
problem)
SHOULD
[!]: Fully versioned dependency in subpackages if applicable. (see details
below)
[!]: Patches link to upstream bugs/comments/lists or are otherwise
     justified. (see details below)
EXTRA
[!]: Large data in /usr/share should live in a noarch subpackage if package
     is arched. (see details below)

Note that there are a few points below, which I did not check as I was
unabile/unsure how to do it.

Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed



===== MUST items =====

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
I looked for files marked as executables as well as for binary files and find
nothing problematic. Althoug a few .eps images and source coude files have
executable permissions
[x]: Header files in -devel subpackage, if present.
[x]: ldconfig called in %post and %postun if required.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.
[x]: Development (unversioned) .so files in -devel subpackage, if present.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
LGPL2+ or GPL2+ (but see next item)
[!]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "LGPL (v2.1 or later) (with incorrect FSF address)", "GPL (v2)
     (with incorrect FSF address)", "Unknown or generated", "*No copyright*
     GPL (v2) (with incorrect FSF address)", "GPL (v2 or later) (with
     incorrect FSF address)", "LGPL (v2.1 or later)". 3 files have unknown
     license. Detailed output of licensecheck in /home/scren/review/1233240
     -orocos-bfl/licensecheck.txt
The COPYING file contains the LGPL2.1 and the Changelog writes that the license
in 2005 was changed from GPL to LGPL. Bur the README and many source files
still state the GPL. It is unclear which of those licenses the package is
under.
[!]: License file installed when any subpackage combination is installed.
Only the main package install the license  file COPYING. The devel-subpackage
requires this package, but the doc- and debuginfo-subpackages do not require
the main packages, and can hence be installed without installing COPYING.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[?]: Package consistently uses macros (instead of hard-coded directory
     names).
Using hardcoded name of /sbin/ldconfig in %pre and %post
[?]: Package is named according to the Package Naming Guidelines.
I think the name follows the guidelines, but i wonder if "liborcos-bft" or
something like this wouldmake more sense, as it is a library
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[-]: Package is not known to require an ExcludeArch tag.
It includes an ExcludeArch tag, bug is promised in review request
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 10240 bytes in 1 files.
[!]: Package complies to the Packaging Guidelines
See above problems with the license
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: All build dependencies are listed in BuildRequires, except for any
     that are listed in the exceptions section of Packaging Guidelines.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[x]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
License file is present, but see above problems
[x]: Final provides and requires are sane (see attachments).
[!]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in orocos-
     bfl-devel , orocos-bfl-doc
The devel-subpackage only requires %{version} but not &{release}, the
doc-subpackage does not require the main package at all.
[?]: Package functions as described.
Not able to heck, asis is a library and I do not have programs using it
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[!]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.
The review request links to upstream bugs and gives reasons for patches, but
neither the .patch-files nor the .spec do.
[-]: Scriptlets must be sane, if used.
[?]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[?]: Package should compile and build into binary rpms on all supported
     architectures.
Fine, but I only tested this on x64_86
[?]: %check is present and all tests pass.
Fine, but I only tested this on x64_86. Checks disabled on i686
[-]: Packages should try to preserve timestamps of original installed
     files.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Uses parallel make %{?_smp_mflags} macro.
[x]: The placement of pkgconfig(.pc) files are correct.
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[!]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
     Note: Arch-ed rpms have a total of 7536640 bytes in /usr/share
The doc-subpackage is relatively large and could possible be made .noarch
[x]: Rpmlint is run on debuginfo package(s).
     Note: There are rpmlint messages (see attachment).
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: orocos-bfl-0.8.0-5.fc23.x86_64.rpm
          orocos-bfl-devel-0.8.0-5.fc23.x86_64.rpm
          orocos-bfl-doc-0.8.0-5.fc23.x86_64.rpm
          orocos-bfl-0.8.0-5.fc23.src.rpm
orocos-bfl.x86_64: W: shared-lib-calls-exit /usr/lib64/liborocos-bfl.so.0.8
exit@GLIBC_2.2.5
orocos-bfl.x86_64: E: incorrect-fsf-address /usr/share/doc/orocos-bfl/README
orocos-bfl.x86_64: E: incorrect-fsf-address
/usr/share/licenses/orocos-bfl/COPYING
orocos-bfl-devel.x86_64: W: only-non-binary-in-usr-lib
orocos-bfl-devel.x86_64: W: no-documentation
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/SRiteratedextendedkalmanfilter.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/vector_wrapper.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/nonlinearanalyticmeasurementmodel_gaussianuncertainty_ginac.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/smoother/particlesmoother.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/measurementmodel.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/innovationCheck.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/vector_NEWMAT.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/linearanalyticconditionalgaussian.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/linearanalyticmeasurementmodel_gaussianuncertainty.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/nonlinearanalyticsystemmodel_gaussianuncertainty_ginac.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/sample/sample.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/kalmanfilter.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/iteratedextendedkalmanfilter.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/analyticconditionalgaussian_additivenoise.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/mixtureParticleFilter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/linearanalyticsystemmodel_gaussianuncertainty.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/discretesystemmodel.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/linearanalyticmeasurementmodel_gaussianuncertainty_implicit.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/EKparticlefilter.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/filterproposaldensity.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/smoother/backwardfilter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/nonlinearanalyticconditionalgaussian_ginac.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/mixtureBootstrapFilter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/histogramfilter.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/mixture.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/vector_LTI.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/mcpdf.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/histogramfilter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/EKF_proposaldensity.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/vector_BOOST.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/extendedkalmanfilter.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/analyticconditionalgaussian.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/matrix_NEWMAT.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/filter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/discreteconditionalpdf.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/particlefilter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/systemmodel.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/rng/rng.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/analyticmeasurementmodel_gaussianuncertainty.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/bootstrapfilter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/gaussian.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/discretepdf.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/conditionalgaussian_additivenoise.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/bfl_constants.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/matrix_wrapper.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/conditionalgaussian.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/asirfilter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/uniform.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/smoother/rauchtungstriebel.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/analyticsystemmodel_gaussianuncertainty.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address /usr/include/bfl/bfl_err.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/matrix_LTI.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/matrix_BOOST.h
4 packages and 0 specfiles checked; 55 errors, 3 warnings.




Rpmlint (debuginfo)
-------------------
Checking: orocos-bfl-debuginfo-0.8.0-5.fc23.x86_64.rpm
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/analyticsystemmodel_gaussianuncertainty.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/discreteconditionalpdf.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/matrix/vector_wrapper.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/linearanalyticmeasurementmodel_gaussianuncertainty.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/smoother/rauchtungstriebel.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/sample/sample.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/nonlinearanalyticmeasurementmodel_gaussianuncertainty_ginac.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/EKF_proposaldensity.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/EKparticlefilter.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/gaussian.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/discreteconditionalpdf.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/matrix/vector_BOOST.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/discretepdf.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/linearanalyticconditionalgaussian.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/rng/rng.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/analyticconditionalgaussian_additivenoise.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/EKparticlefilter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/conditionalgaussian_additivenoise.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/bfl_constants.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/uniform.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/uniform.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/systemmodel.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/smoother/rauchtungstriebel.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/linearanalyticmeasurementmodel_gaussianuncertainty_implicit.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/linearanalyticconditionalgaussian.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/nonlinearanalyticconditionalgaussian_ginac.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/filterproposaldensity.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/linearanalyticsystemmodel_gaussianuncertainty.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/extendedkalmanfilter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/SRiteratedextendedkalmanfilter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/filterproposaldensity.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/nonlinearanalyticsystemmodel_gaussianuncertainty_ginac.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/linearanalyticsystemmodel_gaussianuncertainty.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/conditionalgaussian.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/smoother/backwardfilter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/kalmanfilter.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/conditionalgaussian.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/discretesystemmodel.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/analyticsystemmodel_gaussianuncertainty.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/analyticmeasurementmodel_gaussianuncertainty.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/matrix/matrix_wrapper.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/discretepdf.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/measurementmodel.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/gaussian.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/EKF_proposaldensity.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/innovationCheck.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/extendedkalmanfilter.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/matrix/matrix_BOOST.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/filter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/rng/rng.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/matrix/vector_BOOST.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/linearanalyticmeasurementmodel_gaussianuncertainty.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/iteratedextendedkalmanfilter.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/discretesystemmodel.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/SRiteratedextendedkalmanfilter.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/particlefilter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/nonlinearanalyticsystemmodel_gaussianuncertainty_ginac.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/iteratedextendedkalmanfilter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/matrix/matrix_BOOST.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/analyticconditionalgaussian.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/linearanalyticmeasurementmodel_gaussianuncertainty_implicit.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/analyticconditionalgaussian.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/nonlinearanalyticconditionalgaussian_ginac.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/nonlinearanalyticmeasurementmodel_gaussianuncertainty_ginac.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/conditionalgaussian_additivenoise.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/innovationCheck.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/mcpdf.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/kalmanfilter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/analyticconditionalgaussian_additivenoise.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/analyticmeasurementmodel_gaussianuncertainty.cpp
1 packages and 0 specfiles checked; 70 errors, 0 warnings.





Rpmlint (installed packages)
----------------------------
orocos-bfl.x86_64: W: shared-lib-calls-exit /usr/lib64/liborocos-bfl.so.0.8
exit@GLIBC_2.2.5
orocos-bfl.x86_64: E: incorrect-fsf-address /usr/share/doc/orocos-bfl/README
orocos-bfl.x86_64: E: incorrect-fsf-address
/usr/share/licenses/orocos-bfl/COPYING
orocos-bfl-devel.x86_64: W: only-non-binary-in-usr-lib
orocos-bfl-devel.x86_64: W: no-documentation
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/SRiteratedextendedkalmanfilter.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/vector_wrapper.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/nonlinearanalyticmeasurementmodel_gaussianuncertainty_ginac.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/smoother/particlesmoother.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/measurementmodel.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/innovationCheck.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/vector_NEWMAT.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/linearanalyticconditionalgaussian.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/linearanalyticmeasurementmodel_gaussianuncertainty.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/nonlinearanalyticsystemmodel_gaussianuncertainty_ginac.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/sample/sample.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/kalmanfilter.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/iteratedextendedkalmanfilter.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/analyticconditionalgaussian_additivenoise.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/mixtureParticleFilter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/linearanalyticsystemmodel_gaussianuncertainty.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/discretesystemmodel.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/linearanalyticmeasurementmodel_gaussianuncertainty_implicit.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/EKparticlefilter.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/filterproposaldensity.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/smoother/backwardfilter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/nonlinearanalyticconditionalgaussian_ginac.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/mixtureBootstrapFilter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/histogramfilter.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/mixture.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/vector_LTI.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/mcpdf.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/histogramfilter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/EKF_proposaldensity.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/vector_BOOST.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/extendedkalmanfilter.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/analyticconditionalgaussian.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/matrix_NEWMAT.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/filter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/discreteconditionalpdf.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/particlefilter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/systemmodel.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/rng/rng.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/analyticmeasurementmodel_gaussianuncertainty.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/bootstrapfilter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/gaussian.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/discretepdf.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/conditionalgaussian_additivenoise.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/bfl_constants.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/matrix_wrapper.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/conditionalgaussian.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/filter/asirfilter.cpp
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/pdf/uniform.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/smoother/rauchtungstriebel.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/model/analyticsystemmodel_gaussianuncertainty.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address /usr/include/bfl/bfl_err.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/matrix_LTI.h
orocos-bfl-devel.x86_64: E: incorrect-fsf-address
/usr/include/bfl/wrappers/matrix/matrix_BOOST.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/analyticsystemmodel_gaussianuncertainty.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/discreteconditionalpdf.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/matrix/vector_wrapper.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/linearanalyticmeasurementmodel_gaussianuncertainty.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/smoother/rauchtungstriebel.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/sample/sample.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/nonlinearanalyticmeasurementmodel_gaussianuncertainty_ginac.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/EKF_proposaldensity.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/EKparticlefilter.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/gaussian.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/discreteconditionalpdf.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/matrix/vector_BOOST.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/discretepdf.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/linearanalyticconditionalgaussian.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/rng/rng.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/analyticconditionalgaussian_additivenoise.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/EKparticlefilter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/conditionalgaussian_additivenoise.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/bfl_constants.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/uniform.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/uniform.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/systemmodel.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/smoother/rauchtungstriebel.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/linearanalyticmeasurementmodel_gaussianuncertainty_implicit.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/linearanalyticconditionalgaussian.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/nonlinearanalyticconditionalgaussian_ginac.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/filterproposaldensity.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/linearanalyticsystemmodel_gaussianuncertainty.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/extendedkalmanfilter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/SRiteratedextendedkalmanfilter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/filterproposaldensity.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/nonlinearanalyticsystemmodel_gaussianuncertainty_ginac.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/linearanalyticsystemmodel_gaussianuncertainty.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/conditionalgaussian.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/smoother/backwardfilter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/kalmanfilter.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/conditionalgaussian.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/discretesystemmodel.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/analyticsystemmodel_gaussianuncertainty.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/analyticmeasurementmodel_gaussianuncertainty.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/matrix/matrix_wrapper.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/discretepdf.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/measurementmodel.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/gaussian.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/EKF_proposaldensity.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/innovationCheck.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/extendedkalmanfilter.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/matrix/matrix_BOOST.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/filter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/rng/rng.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/matrix/vector_BOOST.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/linearanalyticmeasurementmodel_gaussianuncertainty.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/iteratedextendedkalmanfilter.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/discretesystemmodel.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/SRiteratedextendedkalmanfilter.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/particlefilter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/nonlinearanalyticsystemmodel_gaussianuncertainty_ginac.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/iteratedextendedkalmanfilter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/wrappers/matrix/matrix_BOOST.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/analyticconditionalgaussian.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/linearanalyticmeasurementmodel_gaussianuncertainty_implicit.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/analyticconditionalgaussian.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/nonlinearanalyticconditionalgaussian_ginac.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/nonlinearanalyticmeasurementmodel_gaussianuncertainty_ginac.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/conditionalgaussian_additivenoise.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/innovationCheck.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/mcpdf.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/filter/kalmanfilter.cpp
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/pdf/analyticconditionalgaussian_additivenoise.h
orocos-bfl-debuginfo.x86_64: E: incorrect-fsf-address
/usr/src/debug/orocos-bfl-0.8.0/src/model/analyticmeasurementmodel_gaussianuncertainty.cpp
4 packages and 0 specfiles checked; 125 errors, 3 warnings.



Requires
--------
orocos-bfl (rpmlib, GLIBC filtered):
    /sbin/ldconfig
    libc.so.6()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libginac.so.4()(64bit)
    libm.so.6()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    rtld(GNU_HASH)

orocos-bfl-devel (rpmlib, GLIBC filtered):
    /usr/bin/pkg-config
    boost-devel
    ginac-devel
    liborocos-bfl.so.0.8()(64bit)
    orocos-bfl(x86-64)

orocos-bfl-doc (rpmlib, GLIBC filtered):



Provides
--------
orocos-bfl:
    liborocos-bfl.so.0.8()(64bit)
    orocos-bfl
    orocos-bfl(x86-64)

orocos-bfl-devel:
    orocos-bfl-devel
    orocos-bfl-devel(x86-64)
    pkgconfig(orocos-bfl)

orocos-bfl-doc:
    orocos-bfl-doc
    orocos-bfl-doc(x86-64)



Source checksums
----------------
http://people.mech.kuleuven.be/~tdelaet/bfl_tar/orocos-bfl-0.8.0-src.tar.bz2 :
  CHECKSUM(SHA256) this package     :
e5e14f8abbc4c38ca51f5ff97b36f66c69da3a706ee6276bcb151ada4c71195c
  CHECKSUM(SHA256) upstream package :
e5e14f8abbc4c38ca51f5ff97b36f66c69da3a706ee6276bcb151ada4c71195c


Generated by fedora-review 0.6.0 (3c5c9d7) last change: 2015-05-20
Command line :/usr/bin/fedora-review -b 1233240
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Shell-api, C/C++
Disabled plugins: Java, Python, fonts, SugarActivity, Ocaml, Perl, Haskell, R,
PHP, Ruby
Disabled flags: EXARCH, DISTTAG, EPEL5, BATCH, EPEL6

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review





[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]