Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 915480 Details for
Bug 844155
Review Request: mate-keyring - Framework for managing passwords and other secrets
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Comment
comment_4943034.txt (text/plain), 77.50 KB, created by
leigh scott
on 2012-08-06 17:37:17 UTC
(
hide
)
Description:
Comment
Filename:
MIME Type:
Creator:
leigh scott
Created:
2012-08-06 17:37:17 UTC
Size:
77.50 KB
patch
obsolete
>Ok can you fix this rpmlint warning > >mate-keyring.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libmategck.so.0.0.0 /lib64/libpthread.so.0 > >change this > ># avoid unneeded direct dependencies >sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool > > >to > ># avoid unneeded direct dependencies >sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool > >Make this change when you import, package APPROVED > > >Package Review >============== > >Key: >- = N/A >x = Pass >! = Fail >? = Not evaluated > > > >==== C/C++ ==== >[x]: MUST Header files in -devel subpackage, if present. >[x]: MUST ldconfig called in %post and %postun if required. >[x]: MUST Package does not contain any libtool archives (.la) >[ ]: MUST Package does not contain kernel modules. >[ ]: MUST Package contains no static executables. >[x]: MUST Rpath absent or only used for internal libs. >[ ]: MUST Development (unversioned) .so files in -devel subpackage, if > present. > Note: Unversioned so-files in non-devel package (fix or explain):mate- > keyring-pam-1.4.0-7.fc18.x86_64.rpm : /lib64/security/pam_mate_keyring.so > mate-keyring-1.4.0-7.fc18.x86_64.rpm : /usr/lib64/mate-keyring/devel/gkm- > mate2-store-standalone.so mate-keyring-1.4.0-7.fc18.x86_64.rpm : > /usr/lib64/mate-keyring/devel/gkm-roots-store-standalone.so mate- > keyring-1.4.0-7.fc18.x86_64.rpm : /usr/lib64/mate-keyring/devel/gkm-ssh- > store-standalone.so mate-keyring-1.4.0-7.fc18.x86_64.rpm : /usr/lib64 > /mate-keyring/devel/gkm-xdg-store-standalone.so mate- > keyring-1.4.0-7.fc18.x86_64.rpm : /usr/lib64/mate-keyring/standalone/gkm- > secret-store-standalone.so mate-keyring-1.4.0-7.fc18.x86_64.rpm : > /usr/lib64/pkcs11/mate-keyring-pkcs11.so > > >==== Generic ==== >[x]: EXTRA Rpmlint is run on all installed packages. > Note: There are rpmlint messages (see attachment). >[x]: EXTRA Spec file according to URL is the same as in SRPM. >[x]: MUST Package is licensed with an open-source compatible license and meets > other legal requirements as defined in the legal section of Packaging > Guidelines. >[x]: MUST Package successfully compiles and builds into binary rpms on at > least one supported primary architecture. >[x]: MUST %build honors applicable compiler flags or justifies otherwise. >[x]: MUST All build dependencies are listed in BuildRequires, except for any > that are listed in the exceptions section of Packaging Guidelines. >[x]: MUST Buildroot is not present > Note: Unless packager wants to package for EPEL5 this is fine >[x]: MUST Package contains no bundled libraries. >[x]: MUST Changelog in prescribed format. >[x]: MUST Package has no %clean section with rm -rf %{buildroot} (or > $RPM_BUILD_ROOT) > Note: Clean would be needed if support for EPEL is required >[x]: MUST Sources contain only permissible code or content. >[x]: MUST %config files are marked noreplace or the reason is justified. >[x]: MUST Each %files section contains %defattr if rpm < 4.4 > Note: Note: defattr macros not found. They would be needed for EPEL5 >[x]: MUST Macros in Summary, %description expandable at SRPM build time. >[x]: MUST Package contains desktop file if it is a GUI application. >[!]: MUST Package installs a %{name}.desktop using desktop-file-install if > there is such a file. >[x]: MUST Development files must be in a -devel package >[x]: MUST Package requires other packages for directories it uses. >[x]: MUST Package uses nothing in %doc for runtime. >[x]: MUST Package is not known to require ExcludeArch. >[x]: MUST Permissions on files are set properly. >[x]: MUST Package does not contain duplicates in %files. >[x]: MUST Fully versioned dependency in subpackages, if present. >[x]: MUST Package complies to the Packaging Guidelines >[x]: MUST Spec file lacks Packager, Vendor, PreReq tags. >[!]: MUST Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the > beginning of %install. > Note: rm -rf is only needed if supporting EPEL5 >[-]: MUST Large documentation files are in a -doc subpackage, if required. >[x]: MUST 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 %doc. >[x]: MUST License field in the package spec file matches the actual license. > Note: Checking patched sources after %prep for licenses. Licenses found: > "*No copyright* UNKNOWN", "UNKNOWN", "LGPL (v2.1 or later) (with > incorrect FSF address)", "GPL (v2 or later)", "GPL (v2 or later) (with > incorrect FSF address)", "LGPL (v2 or later) (with incorrect FSF > address)", "*No copyright* GENERATED FILE", "MPL (v1.1) GPL > (unversioned/unknown version)" For detailed output of licensecheck see > file: /home/leigh/Desktop/844155-mate-keyring/licensecheck.txt >[x]: MUST License file installed when any subpackage combination is installed. >[x]: MUST The spec file handles locales properly. >[x]: MUST Package consistently uses macro is (instead of hard-coded directory > names). >[x]: MUST Package is named using only allowed ascii characters. >[x]: MUST Package is named according to the Package Naming Guidelines. >[x]: MUST No %config files under /usr. >[x]: MUST Package does not generate any conflict. > Note: Package contains no Conflicts: tag(s) >[x]: MUST Package obeys FHS, except libexecdir and /usr/target. >[x]: MUST Package must own all directories that it creates. >[x]: MUST Package does not own files or directories owned by other packages. >[x]: MUST Package installs properly. >[x]: MUST Package is not relocatable. >[!]: MUST Package requires pkgconfig, if .pc files are present. (EPEL5) > Note: Only applicable for EL-5 >[x]: MUST Requires correct, justified where necessary. >[x]: MUST Rpmlint is run on all rpms the build produces. > Note: There are rpmlint messages (see attachment). >[x]: MUST Sources used to build the package match the upstream source, as > provided in the spec URL. >[x]: MUST Spec file is legible and written in American English. >[x]: MUST Spec file name must match the spec package %{name}, in the format > %{name}.spec. >[-]: MUST Package contains systemd file(s) if in need. >[x]: MUST File names are valid UTF-8. >[x]: MUST Useful -debuginfo package or justification otherwise. >[x]: SHOULD Reviewer should test that the package builds in mock. >[-]: SHOULD If the source package does not include license text(s) as a > separate file from upstream, the packager SHOULD query upstream to > include it. >[x]: SHOULD Dist tag is present. >[x]: SHOULD No file requires outside of /etc, /bin, /sbin, /usr/bin, > /usr/sbin. >[x]: SHOULD Final provides and requires are sane (rpm -q --provides and rpm -q > --requires). >[x]: SHOULD Package functions as described. >[x]: SHOULD Latest version is packaged. >[x]: SHOULD Package does not include license text files separate from > upstream. >[x]: SHOULD Patches link to upstream bugs/comments/lists or are otherwise > justified. >[x]: SHOULD The placement of pkgconfig(.pc) files are correct. >[x]: SHOULD Scriptlets must be sane, if used. >[!]: SHOULD SourceX / PatchY prefixed with %{name}. > Note: Source2 (start-gnome-keyring-in-mate.desktop) Source1 (start-gnome- > keyring-in-mate) Patch4 (file-caps.patch) >[x]: SHOULD SourceX is a working URL. >[-]: SHOULD Description and summary sections in the package spec file contains > translations for supported Non-English languages, if available. >[x]: SHOULD Package should compile and build into binary rpms on all supported > architectures. >[-]: SHOULD %check is present and all tests pass. >[?]: SHOULD Packages should try to preserve timestamps of original installed > files. >[x]: SHOULD Spec use %global instead of %define. > >Issues: >[!]: MUST Package installs a %{name}.desktop using desktop-file-install if > there is such a file. >See: http://fedoraproject.org/wiki/Packaging/Guidelines#desktop >[!]: MUST Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the > beginning of %install. > Note: rm -rf is only needed if supporting EPEL5 >See: None >[!]: MUST Package requires pkgconfig, if .pc files are present. (EPEL5) > Note: Only applicable for EL-5 >See: http://fedoraproject.org/wiki/EPEL/GuidelinesAndPolicies#EL5 > >Rpmlint >------- >Checking: mate-keyring-1.4.0-7.fc18.src.rpm > mate-keyring-pam-1.4.0-7.fc18.x86_64.rpm > mate-keyring-1.4.0-7.fc18.x86_64.rpm > mate-keyring-devel-1.4.0-7.fc18.x86_64.rpm > mate-keyring-debuginfo-1.4.0-7.fc18.x86_64.rpm >mate-keyring-pam.x86_64: W: spelling-error Summary(en_US) keyrings -> key rings, key-rings, syringes >mate-keyring-pam.x86_64: W: spelling-error %description -l en_US login -> loin, logic, lo gin >mate-keyring-pam.x86_64: E: incorrect-fsf-address /usr/share/doc/mate-keyring-pam-1.4.0/COPYING >mate-keyring-pam.x86_64: E: incorrect-fsf-address /usr/share/doc/mate-keyring-pam-1.4.0/COPYING.LIB >mate-keyring.x86_64: E: explicit-lib-dependency libmatekeyring >mate-keyring.x86_64: E: incorrect-fsf-address /usr/share/doc/mate-keyring-1.4.0/COPYING >mate-keyring.x86_64: E: incorrect-fsf-address /usr/share/doc/mate-keyring-1.4.0/COPYING.LIB >mate-keyring.x86_64: W: no-manual-page-for-binary mate-keyring-daemon >mate-keyring.x86_64: W: no-manual-page-for-binary start-gnome-keyring-in-mate >mate-keyring.x86_64: W: no-manual-page-for-binary mate-keyring >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-types.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-certificate.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-unlock-options.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-renderer.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-certificate-details-widget.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-certificate-basics-widget.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-library.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-pkcs11-certificate.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-key-widget.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-certificate-widget.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-unlock-options-widget.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-parser.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-importer.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-certificate-chain.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mate-gck/gck.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-simple-certificate.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-trust.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-certificate-renderer.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-viewer.h >mate-keyring-devel.x86_64: E: incorrect-fsf-address /usr/include/mategcr/gcr/gcr-key-renderer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-dh-public-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus-session.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-introspect.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-certificate-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-certificate-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate-widget.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate-widget.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-types.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-standalone.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-object.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-secret.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-secret.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus-private.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-collection.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-create.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-create.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-collection.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-module.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-viewer.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-serializable.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-viewer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-serializable.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-assertion.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-dbus.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-assertion.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-dbus.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-private-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-private-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-property.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-dn.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-dn.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-data.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-data.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-property.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-slot.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-store.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/rpc-layer/gkm-rpc-message.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-error.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-types.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-error.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-module.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-secret-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-standalone.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-secret-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/control/gkd-control-client.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/control/gkd-control.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-textual.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-textual.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-module.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-internal.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-openssl.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-memory-store.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-memory-store.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-session.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-session.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pam/gkr-pam.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-private-xsa-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-module.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-private-xsa-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/ssh-agent/gkd-ssh-agent.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-capability.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-entry-buffer.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-misc.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gpg-agent/gkd-gpg-agent.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-capability.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gpg-agent/gkd-gpg-agent.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-entry-buffer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-openssl.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-dh-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-dh-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-lock.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-storage.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-secure-memory.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-key-renderer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-secure-memory.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-key-renderer.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-storage.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-data-der.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-uri.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-binary.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-data-der.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-binary.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-factory.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-display-scrolled.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-display-scrolled.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-renderer.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-renderer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-fields.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-glue.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-transaction.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-assertion.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-fields.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-transaction.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-glue.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-dispatch.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-dispatch.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/ssh-agent/gkd-ssh-agent-private.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/wrap-layer/gkm-wrap-prompt.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/wrap-layer/gkm-wrap-prompt.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-public-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-public-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/wrap-layer/gkm-wrap-login.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/wrap-layer/gkm-wrap-login.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-trust.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-trust.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/rpc-layer/gkm-rpc-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-dh-public-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate-chain.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-pkcs11-certificate.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-util.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate-chain.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-util.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-pkcs11-certificate.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-store.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/ui/gku-prompt.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-dump.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/ui/gku-prompt.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-library.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-library.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-public-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus-util.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus-util.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-libgcrypt.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/ui/gku-prompt-util.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate-renderer.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-libgcrypt.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-session.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-module.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/ui/gku-prompt-util.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-types.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-unlock-options-widget.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-unlock-options-widget.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-icons.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-icons.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-public-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-key-widget.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-key-widget.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/tool/gkr-tool-trust.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pam/gkr-pam-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/ssh-agent/gkd-ssh-agent.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-mock.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-null-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-trust.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-call.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-null-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-trust.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pam/gkr-pam-stubs.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/login/gkd-login.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-store.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-certificate.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/login/gkd-login.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-store.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-certificate.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-store.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-oid.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-prompt.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/tool/gkr-tool-import.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-prompt.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-oid.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gpg-agent/gkd-gpg-agent-ops.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-object.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-object.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-main.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/control/gkd-control-codes.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-item.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-main.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-item.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/rpc-layer/gkm-rpc-util.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-util.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-util.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-public-xsa-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-file.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-public-xsa-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-file.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-standalone.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/wrap-layer/gkm-wrap-layer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-types.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-file-tracker.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-file-tracker.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-importer.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-store.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-standalone.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-importer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-unlock.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-unlock.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-asn1x.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-generic-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-display-view.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-asn1x.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-display-view.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-generic-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-secret.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-secret.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-cleanup.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-cleanup.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/ui/gku-prompt-tool.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-store.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-private-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-session.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/tool/gkr-tool-version.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-session.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-private-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-compat.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-compat.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-simple-certificate.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gpg-agent/gkd-gpg-agent-private.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-lock.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-service.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-introspect.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-service.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-mkdtemp.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-import-dialog.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/ssh-agent/gkd-ssh-agent-ops.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-import-dialog.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-objects.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-aes-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-objects.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-aes-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-object.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-object.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus-secrets.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-enumerator.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-change.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-change.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus-environment.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/ssh-agent/gkd-ssh-agent-proto.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-search.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-assertion.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-asn1-defs.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-search.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-private.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-unix-credentials.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-unix-credentials.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/control/gkd-control-server.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-buffer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-buffer.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-modules.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate-renderer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/pkcs11i.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-trust.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-trust.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/rpc-layer/gkm-rpc-private.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/tool/gkr-tool.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-module.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pam/gkr-pam-client.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/tool/gkr-tool.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-standalone.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-attributes.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-simple-certificate.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-trust.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-parser.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-parser.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-trust.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-data-asn1.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-data-asn1.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/rpc-layer/gkm-rpc-dispatch.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-mkdtemp.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-spawn.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-spawn.h >5 packages and 0 specfiles checked; 297 errors, 5 warnings. > > >Rpmlint (installed packages) >---------------------------- ># rpmlint mate-keyring-debuginfo mate-keyring >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-dh-public-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus-session.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-introspect.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-certificate-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-certificate-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate-widget.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate-widget.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-types.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-standalone.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-object.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-secret.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-secret.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus-private.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-collection.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-create.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-create.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-collection.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-module.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-viewer.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-serializable.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-viewer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-serializable.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-assertion.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-dbus.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-assertion.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-dbus.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-private-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-private-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-property.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-dn.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-dn.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-data.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-data.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-property.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-slot.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-store.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/rpc-layer/gkm-rpc-message.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-error.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-types.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-error.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-module.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-secret-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-standalone.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-secret-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/control/gkd-control-client.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/control/gkd-control.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-textual.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-textual.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-module.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-internal.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-openssl.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-memory-store.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-memory-store.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-session.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-session.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pam/gkr-pam.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-private-xsa-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-module.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-private-xsa-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/ssh-agent/gkd-ssh-agent.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-capability.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-entry-buffer.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-misc.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gpg-agent/gkd-gpg-agent.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-capability.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gpg-agent/gkd-gpg-agent.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-entry-buffer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-openssl.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-dh-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-dh-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-lock.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-storage.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-secure-memory.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-key-renderer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-secure-memory.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-key-renderer.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-storage.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-data-der.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-uri.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-binary.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-data-der.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-binary.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-factory.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-display-scrolled.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-display-scrolled.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-renderer.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-renderer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-fields.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-glue.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-transaction.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-assertion.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-fields.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-transaction.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-glue.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-dispatch.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-dispatch.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/ssh-agent/gkd-ssh-agent-private.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/wrap-layer/gkm-wrap-prompt.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/wrap-layer/gkm-wrap-prompt.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-public-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-public-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/wrap-layer/gkm-wrap-login.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/wrap-layer/gkm-wrap-login.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-trust.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-trust.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/rpc-layer/gkm-rpc-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-dh-public-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate-chain.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-pkcs11-certificate.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-util.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate-chain.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-util.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-pkcs11-certificate.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-store.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/ui/gku-prompt.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-dump.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/ui/gku-prompt.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-library.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-library.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-public-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus-util.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus-util.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-libgcrypt.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/ui/gku-prompt-util.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate-renderer.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-libgcrypt.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-session.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-module.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/ui/gku-prompt-util.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-types.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-unlock-options-widget.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-unlock-options-widget.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-icons.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-icons.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-public-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-key-widget.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-key-widget.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/tool/gkr-tool-trust.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pam/gkr-pam-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/ssh-agent/gkd-ssh-agent.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-mock.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-null-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-trust.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-call.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-null-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-trust.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pam/gkr-pam-stubs.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/login/gkd-login.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-store.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-certificate.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/login/gkd-login.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-store.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-certificate.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-store.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-oid.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-prompt.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/tool/gkr-tool-import.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-prompt.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-oid.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gpg-agent/gkd-gpg-agent-ops.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-object.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-object.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-main.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/control/gkd-control-codes.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-item.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gkd-main.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-item.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/rpc-layer/gkm-rpc-util.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-util.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-util.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-public-xsa-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-file.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-public-xsa-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/mate2-store/gkm-mate2-file.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-standalone.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/wrap-layer/gkm-wrap-layer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-types.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-file-tracker.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-file-tracker.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-importer.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-store.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-standalone.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-importer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-unlock.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-unlock.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-asn1x.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-generic-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-display-view.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-asn1x.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-display-view.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-generic-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-secret.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-secret.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-cleanup.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-cleanup.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/ui/gku-prompt-tool.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-store.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-private-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-session.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/tool/gkr-tool-version.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-session.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/ssh-store/gkm-ssh-private-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-compat.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-compat.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-simple-certificate.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/gpg-agent/gkd-gpg-agent-private.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-lock.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-service.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-introspect.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-service.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-mkdtemp.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-import-dialog.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/ssh-agent/gkd-ssh-agent-ops.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-import-dialog.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-objects.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-aes-key.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-objects.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-aes-key.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-object.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-object.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus-secrets.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-enumerator.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-change.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-secret-change.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/dbus/gkd-dbus-environment.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/ssh-agent/gkd-ssh-agent-proto.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-search.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-assertion.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-asn1-defs.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-search.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-private.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-unix-credentials.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-unix-credentials.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/daemon/control/gkd-control-server.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-buffer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-buffer.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-modules.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-certificate-renderer.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/pkcs11i.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-trust.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/xdg-store/gkm-xdg-trust.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/rpc-layer/gkm-rpc-private.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/tool/gkr-tool.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-module.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pam/gkr-pam-client.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/tool/gkr-tool.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/secret-store/gkm-secret-module.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/roots-store/gkm-roots-standalone.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gck/gck-attributes.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-simple-certificate.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-trust.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-parser.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/gcr/gcr-parser.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-trust.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-data-asn1.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/gkm/gkm-data-asn1.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/pkcs11/rpc-layer/gkm-rpc-dispatch.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-mkdtemp.h >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-spawn.c >mate-keyring-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-keyring-1.4.0/egg/egg-spawn.h >mate-keyring.x86_64: E: explicit-lib-dependency libmatekeyring >mate-keyring.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libmategck.so.0.0.0 /lib64/libpthread.so.0 >mate-keyring.x86_64: E: incorrect-fsf-address /usr/share/doc/mate-keyring-1.4.0/COPYING >mate-keyring.x86_64: E: incorrect-fsf-address /usr/share/doc/mate-keyring-1.4.0/COPYING.LIB >mate-keyring.x86_64: W: no-manual-page-for-binary mate-keyring-daemon >mate-keyring.x86_64: W: no-manual-page-for-binary start-gnome-keyring-in-mate >mate-keyring.x86_64: W: no-manual-page-for-binary mate-keyring >2 packages and 0 specfiles checked; 274 errors, 4 warnings. ># echo 'rpmlint-done:' > >Requires >-------- >mate-keyring-pam-1.4.0-7.fc18.x86_64.rpm (rpmlib, GLIBC filtered): > > libc.so.6()(64bit) > libpam.so.0()(64bit) > libpam.so.0(LIBPAM_1.0)(64bit) > libselinux.so.1()(64bit) > mate-keyring = 1.4.0-7.fc18 > pam > rtld(GNU_HASH) > >mate-keyring-1.4.0-7.fc18.x86_64.rpm (rpmlib, GLIBC filtered): > > /bin/bash > /bin/sh > /sbin/ldconfig > config(mate-keyring) = 1.4.0-7.fc18 > libatk-1.0.so.0()(64bit) > libc.so.6()(64bit) > libcairo.so.2()(64bit) > libcap-ng.so.0()(64bit) > libdbus-1.so.3()(64bit) > libdl.so.2()(64bit) > libfontconfig.so.1()(64bit) > libfreetype.so.6()(64bit) > libgcrypt.so.11()(64bit) > libgcrypt.so.11(GCRYPT_1.2)(64bit) > libgdk-x11-2.0.so.0()(64bit) > libgdk_pixbuf-2.0.so.0()(64bit) > libgio-2.0.so.0()(64bit) > libglib-2.0.so.0()(64bit) > libgmodule-2.0.so.0()(64bit) > libgobject-2.0.so.0()(64bit) > libgpg-error.so.0()(64bit) > libgthread-2.0.so.0()(64bit) > libgtk-x11-2.0.so.0()(64bit) > libmategck.so.0()(64bit) > libmategcr.so.0()(64bit) > libmatekeyring > libpango-1.0.so.0()(64bit) > libpangocairo-1.0.so.0()(64bit) > libpangoft2-1.0.so.0()(64bit) > libpthread.so.0()(64bit) > librt.so.1()(64bit) > rtld(GNU_HASH) > >mate-keyring-devel-1.4.0-7.fc18.x86_64.rpm (rpmlib, GLIBC filtered): > > /usr/bin/pkg-config > glib2-devel > libmategck.so.0()(64bit) > libmategcr.so.0()(64bit) > libmatekeyring-devel > mate-keyring(x86-64) = 1.4.0-7.fc18 > pkgconfig(glib-2.0) > >mate-keyring-debuginfo-1.4.0-7.fc18.x86_64.rpm (rpmlib, GLIBC filtered): > > >Provides >-------- >mate-keyring-pam-1.4.0-7.fc18.x86_64.rpm: > > mate-keyring-pam = 1.4.0-7.fc18 > mate-keyring-pam(x86-64) = 1.4.0-7.fc18 > pam_mate_keyring.so()(64bit) > >mate-keyring-1.4.0-7.fc18.x86_64.rpm: > > config(mate-keyring) = 1.4.0-7.fc18 > gkm-mate2-store-standalone.so()(64bit) > gkm-roots-store-standalone.so()(64bit) > gkm-secret-store-standalone.so()(64bit) > gkm-ssh-store-standalone.so()(64bit) > gkm-xdg-store-standalone.so()(64bit) > libmategck.so.0()(64bit) > libmategcr.so.0()(64bit) > mate-keyring = 1.4.0-7.fc18 > mate-keyring(x86-64) = 1.4.0-7.fc18 > mate-keyring-pkcs11.so()(64bit) > >mate-keyring-devel-1.4.0-7.fc18.x86_64.rpm: > > mate-keyring-devel = 1.4.0-7.fc18 > mate-keyring-devel(x86-64) = 1.4.0-7.fc18 > pkgconfig(mate-gck-0) = 1.4.0 > pkgconfig(mate-gcr-0) = 1.4.0 > >mate-keyring-debuginfo-1.4.0-7.fc18.x86_64.rpm: > > mate-keyring-debuginfo = 1.4.0-7.fc18 > mate-keyring-debuginfo(x86-64) = 1.4.0-7.fc18 > >MD5-sum check >------------- >http://pub.mate-desktop.org/releases/1.4/mate-keyring-1.4.0.tar.xz : > MD5SUM this package : 2055884ab8fb3532b59c591f60c90181 > MD5SUM upstream package : 2055884ab8fb3532b59c591f60c90181 > > >Generated by fedora-review 0.2.0 (53cc903) last change: 2012-07-09 >Command line :/usr/bin/fedora-review -b 844155 -m fedora-rawhide-x86_64 >External plugins:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 844155
: 915480