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 915504 Details for
Bug 866182
Review Request: mate-text-editor - Text editor for the MATE desktop
[?]
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_5112769.txt (text/plain), 67.30 KB, created by
Dan Mashal
on 2012-10-15 06:09:09 UTC
(
hide
)
Description:
Comment
Filename:
MIME Type:
Creator:
Dan Mashal
Created:
2012-10-15 06:09:09 UTC
Size:
67.30 KB
patch
obsolete
> >Package Review >============== > >Key: >[x] = Pass >[!] = Fail >[-] = Not applicable >[?] = Not evaluated >[ ] = Manual review needed > > >Issues: >======= >[!]: Package contains BR: python2-devel or python3-devel >See: http://fedoraproject.org/wiki/Packaging:Python#BuildRequires >[!]: All build dependencies are listed in BuildRequires, except for any that > are listed in the exceptions section of Packaging Guidelines. > Note: These BR are not needed: which >See: http://fedoraproject.org/wiki/Packaging/Guidelines#Exceptions_2 > > >===== MUST items ===== > >C/C++: >[x]: Header files in -devel subpackage, if present. >[x]: Package does not contain any libtool archives (.la) >[ ]: Package does not contain kernel modules. >[ ]: Package contains no static executables. >[x]: Rpath absent or only used for internal libs. >[ ]: Development (unversioned) .so files in -devel subpackage, if present. > Note: Unversioned so-files in private %_libdir subdirectory (see > attachment). Verify they are not in ld path. > >Generic: >[ ]: Package is licensed with an open-source compatible license and meets > other legal requirements as defined in the legal section of Packaging > Guidelines. >[x]: Package successfully compiles and builds into binary rpms on at least one > supported primary architecture. >[ ]: %build honors applicable compiler flags or justifies otherwise. >[!]: All build dependencies are listed in BuildRequires, except for any that > are listed in the exceptions section of Packaging Guidelines. > Note: These BR are not needed: which >[ ]: Package contains no bundled libraries. >[ ]: Changelog in prescribed format. >[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the > beginning of %install. >[ ]: Sources contain only permissible code or content. >[x]: Each %files section contains %defattr if rpm < 4.4 >[ ]: Macros in Summary, %description expandable at SRPM build time. >[x]: Package contains desktop file if it is a GUI application. >[x]: Package installs a %{name}.desktop using desktop-file-install if there is > such a file. >[ ]: Development files must be in a -devel package >[ ]: Package requires other packages for directories it uses. >[ ]: Package uses nothing in %doc for runtime. >[ ]: Package is not known to require ExcludeArch. >[x]: Package does not contain duplicates in %files. >[x]: Permissions on files are set properly. >[x]: Fully versioned dependency in subpackages, if present. >[ ]: Package complies to the Packaging Guidelines >[x]: Spec file lacks Packager, Vendor, PreReq tags. >[ ]: Large documentation files are in a -doc subpackage, if required. >[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 %doc. >[ ]: License field in the package spec file matches the actual license. > Note: Checking patched sources after %prep for licenses. Licenses found: > "GPL (v2 or later) (with incorrect FSF address)", "*No copyright* GPL (v2 > or later) (with incorrect FSF address)", "GPL (v2 or later)", "LGPL (v2 > or later) (with incorrect FSF address)", "Unknown or generated". 5 files > have unknown license. Detailed output of licensecheck in /home/dan/866182 > -mate-text-editor/licensecheck.txt >[ ]: License file installed when any subpackage combination is installed. >[ ]: The spec file handles locales properly. >[ ]: Package consistently uses macro is (instead of hard-coded directory > names). >[x]: Package is named using only allowed ASCII characters. >[ ]: Package is named according to the Package Naming Guidelines. >[ ]: Package does not generate any conflict. > Note: Package contains no Conflicts: tag(s) >[x]: Package do not use a name that already exist >[ ]: Package obeys FHS, except libexecdir and /usr/target. >[ ]: If the package is a rename of another package, proper Obsoletes and > Provides are present. >[ ]: Package must own all directories that it creates. >[ ]: Package does not own files or directories owned by other packages. >[x]: Package installs properly. >[ ]: Package is not relocatable. >[ ]: Requires correct, justified where necessary. >[x]: CheckResultdir >[x]: Rpmlint is run on all rpms the build produces. > Note: There are rpmlint messages (see attachment). >[x]: Sources used to build the package match the upstream source, as provided > in the spec URL. >[ ]: Spec file is legible and written in American English. >[x]: Spec file name must match the spec package %{name}, in the format > %{name}.spec. >[ ]: Package contains systemd file(s) if in need. >[x]: File names are valid UTF-8. >[ ]: Useful -debuginfo package or justification otherwise. > >Python: >[!]: Package contains BR: python2-devel or python3-devel > >===== SHOULD items ===== > >Generic: >[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) >[ ]: 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]: Dist tag is present. >[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. >[ ]: Final provides and requires are sane (rpm -q --provides and rpm -q > --requires). >[ ]: Package functions as described. >[ ]: Latest version is packaged. >[ ]: Package does not include license text files separate from upstream. >[x]: The placement of pkgconfig(.pc) files are correct. >[ ]: Scriptlets must be sane, if used. >[x]: SourceX tarball generation or download is documented. >[!]: SourceX / PatchY prefixed with %{name}. > Note: Source0 (mate-text-editor-1.4.0.tar.xz) >[x]: SourceX is a working URL. >[ ]: 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. >[ ]: %check is present and all tests pass. >[ ]: Packages should try to preserve timestamps of original installed files. >[x]: Spec use %global instead of %define. > >===== EXTRA items ===== > >Generic: >[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: mate-text-editor-devel-1.4.0-1.fc17.x86_64.rpm > mate-text-editor-1.4.0-1.fc17.src.rpm > mate-text-editor-1.4.0-1.fc17.x86_64.rpm > mate-text-editor-debuginfo-1.4.0-1.fc17.x86_64.rpm >mate-text-editor-devel.x86_64: E: description-line-too-long C Install mate-text-editor-devel if you want to write plugins for mate-text-editor. >mate-text-editor-devel.x86_64: W: no-documentation >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-plugin.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-progress-message-area.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-help.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-document.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-file-chooser-dialog.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-panel.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-prefs-manager.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-status-combo-box.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-view.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-tab.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-debug.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-app.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-encodings.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-window.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-prefs-manager-app.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-encodings-combo-box.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-statusbar.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-notebook.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-commands.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-utils.h >mate-text-editor.x86_64: W: non-conffile-in-etc /etc/mateconf/schemas/pluma-file-browser.schemas >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/lib64/pluma/plugins/quickopen/windowhelper.py >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/lib64/pluma/plugins/quickopen/popup.py >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/lib64/pluma/plugins/pythonconsole/__init__.py >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/share/pluma/ui/pluma-ui.xml >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/lib64/pluma/plugins/pythonconsole/config.py >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/lib64/pluma/plugins/pythonconsole/console.py >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/share/pluma/plugins/snippets/lang/snippets.lang >mate-text-editor.x86_64: W: non-conffile-in-etc /etc/mateconf/schemas/pluma.schemas >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/lib64/pluma/plugins/quickopen/virtualdirs.py >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/share/doc/mate-text-editor-1.4.0/COPYING >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/lib64/pluma/plugins/quickopen/__init__.py >mate-text-editor.x86_64: W: no-manual-page-for-binary mate-text-editor >mate-text-editor.x86_64: W: dangerous-command-in-%pre rm >mate-text-editor.x86_64: W: dangerous-command-in-%post rm >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-messages.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-gio-document-saver.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-gio-document-saver.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands-file.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin-info.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-widget.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-tab-label.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-statusbar.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-panel.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands-file-print.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-encodings-combo-box.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-panel.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggsmclient.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-prefs-manager.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-language-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-language-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-statusbar.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-app.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-app.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin-info.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-history-entry.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-widget.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands-edit.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-close-button.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-progress-message-area.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggsmclient-xsmp.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-close-confirmation-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-close-confirmation-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-close-button.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-window.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-document.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/modelines/pluma-modeline-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-documents-panel.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-document.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-window.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-style-scheme-manager.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/modelines/pluma-modeline-plugin.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-panel.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-panel.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-file-chooser-dialog.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/time/pluma-time-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/time/pluma-time-plugin.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-panel.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-panel.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-dirs.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/time/pluma-time-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/time/pluma-time-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-file-chooser-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-encodings.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-parser.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-parser.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-preferences-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-preferences-dialog.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-preferences-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-preferences-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-status-combo-box.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-utils.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-utils.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-status-combo-box.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-view.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-documents-panel.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-ui.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-utils.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands-help.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin-info-priv.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-plugin.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-automatic-spell-checker.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-automatic-spell-checker.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/plumatextregion.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-plugin.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-automatic-spell-checker.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-automatic-spell-checker.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugin-loaders/python/pluma-plugin-python.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-help.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugin-loaders/python/pluma-plugin-python.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-prefs-manager.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-view.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-help.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/bacon-message-connection.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugin-loaders/c/pluma-plugin-loader-c.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-error.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/docinfo/pluma-docinfo-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/docinfo/pluma-docinfo-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugin-loaders/c/pluma-plugin-loader-c.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin-loader.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/docinfo/pluma-docinfo-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/docinfo/pluma-docinfo-plugin.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggsmclient.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-debug.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugins-engine.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-debug.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugins-engine.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggdesktopfile.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggdesktopfile.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-print-preview.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-search-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-search-dialog.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-search-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-search-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-print-preview.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggdesktopfile.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggdesktopfile.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-style-scheme-manager.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-document-loader.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-print-job.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-print-job.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-prefs-manager-app.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands-search.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-progress-message-area.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-view.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-language-manager.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-encodings-combo-box.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-language.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-language.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-language-manager.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-language.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-language.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/bacon-message-connection.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-window-private.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-tab-label.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands-documents.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-gio-document-loader.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-document-loader.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-gio-document-loader.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin-loader.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-bookmarks-store.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-session.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-bookmarks-store.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-parser.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-parser.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-session.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-object-module.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-object-module.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-store.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-document-saver.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-language-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-language-dialog.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/sort/pluma-sort-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/sort/pluma-sort-plugin.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-store.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-encodings.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-close-confirmation-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-close-confirmation-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-history-entry.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/plumatextregion.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/modelines/modeline-parser.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/modelines/modeline-parser.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin-manager.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-tab.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-prefs-manager-private.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-tab.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-encodings-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-encodings-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-view.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/changecase/pluma-changecase-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-prefs-manager-app.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-encodings-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-encodings-dialog.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/sort/pluma-sort-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/sort/pluma-sort-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/changecase/pluma-changecase-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands-view.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggsmclient-private.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin-manager.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-io-error-message-area.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-document-saver.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-notebook.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-utils.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugin-loaders/python/pluma-plugin-loader-python.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-notebook.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-dirs.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-io-error-message-area.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugin-loaders/python/pluma-plugin-loader-python.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-utils.c >4 packages and 0 specfiles checked; 185 errors, 46 warnings. > > > > >Rpmlint (installed packages) >---------------------------- ># rpmlint mate-text-editor-debuginfo mate-text-editor-devel mate-tex >t-editor >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-messages.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-gio-document-saver.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-gio-document-saver.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands-file.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin-info.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-widget.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-tab-label.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-statusbar.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-panel.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands-file-print.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-encodings-combo-box.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-panel.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggsmclient.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-prefs-manager.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-language-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-language-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-statusbar.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-app.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-app.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin-info.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-history-entry.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-widget.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands-edit.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-close-button.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-progress-message-area.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggsmclient-xsmp.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-close-confirmation-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-close-confirmation-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-close-button.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-window.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-document.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/modelines/pluma-modeline-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-documents-panel.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-document.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-window.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-style-scheme-manager.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/modelines/pluma-modeline-plugin.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-panel.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-panel.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-file-chooser-dialog.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/time/pluma-time-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/time/pluma-time-plugin.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-panel.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-panel.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-dirs.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/time/pluma-time-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/time/pluma-time-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-file-chooser-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-encodings.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-parser.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-parser.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-preferences-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-preferences-dialog.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-preferences-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-preferences-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-status-combo-box.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-utils.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-utils.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-status-combo-box.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-view.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-documents-panel.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-ui.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-utils.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands-help.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin-info-priv.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-plugin.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-automatic-spell-checker.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-automatic-spell-checker.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/plumatextregion.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-plugin.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-automatic-spell-checker.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-automatic-spell-checker.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugin-loaders/python/pluma-plugin-python.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-help.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugin-loaders/python/pluma-plugin-python.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-prefs-manager.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-view.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-help.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/bacon-message-connection.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugin-loaders/c/pluma-plugin-loader-c.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-error.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/docinfo/pluma-docinfo-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/docinfo/pluma-docinfo-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugin-loaders/c/pluma-plugin-loader-c.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin-loader.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/docinfo/pluma-docinfo-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/docinfo/pluma-docinfo-plugin.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggsmclient.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-debug.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugins-engine.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-debug.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugins-engine.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggdesktopfile.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggdesktopfile.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-print-preview.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-search-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-search-dialog.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-search-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-search-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-print-preview.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggdesktopfile.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggdesktopfile.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-style-scheme-manager.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-document-loader.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-print-job.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-print-job.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-prefs-manager-app.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands-search.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-progress-message-area.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-view.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-language-manager.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-encodings-combo-box.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-language.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-language.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-language-manager.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-language.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker-language.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/bacon-message-connection.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-window-private.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-tab-label.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands-documents.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-gio-document-loader.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-document-loader.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-gio-document-loader.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin-loader.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-bookmarks-store.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-session.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-bookmarks-store.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-parser.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin-parser.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-session.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-object-module.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-object-module.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-store.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-document-saver.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-language-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-language-dialog.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/sort/pluma-sort-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/sort/pluma-sort-plugin.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-checker.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/filebrowser/pluma-file-browser-store.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-encodings.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-close-confirmation-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-close-confirmation-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-history-entry.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/plumatextregion.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/modelines/modeline-parser.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/modelines/modeline-parser.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin-manager.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-tab.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-prefs-manager-private.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-tab.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-encodings-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-encodings-dialog.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-view.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/changecase/pluma-changecase-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-prefs-manager-app.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-encodings-dialog.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/dialogs/pluma-encodings-dialog.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/taglist/pluma-taglist-plugin.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/sort/pluma-sort-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/sort/pluma-sort-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugins/changecase/pluma-changecase-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-commands-view.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/pluma/smclient/eggsmclient-private.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin-manager.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-io-error-message-area.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-document-saver.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-notebook.c >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-utils.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugin-loaders/python/pluma-plugin-loader-python.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-notebook.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-dirs.c >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-io-error-message-area.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/pluma/pluma-plugin.h >mate-text-editor-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mate-text-editor-1.4.0/plugin-loaders/python/pluma-plugin-loader-python.h >mate-text-editor-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/mate-text-editor-1.4.0/plugins/spell/pluma-spell-utils.c >mate-text-editor-devel.x86_64: E: description-line-too-long C Install mate-text-editor-devel if you want to write plugins for mate-text-editor. >mate-text-editor-devel.x86_64: W: no-documentation >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-plugin.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-progress-message-area.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-help.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-document.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-file-chooser-dialog.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-panel.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-prefs-manager.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-status-combo-box.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-view.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-tab.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-debug.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-app.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-encodings.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-window.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-prefs-manager-app.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-encodings-combo-box.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-statusbar.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-notebook.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-commands.h >mate-text-editor-devel.x86_64: E: incorrect-fsf-address /usr/include/pluma/pluma/pluma-utils.h >mate-text-editor.x86_64: W: non-conffile-in-etc /etc/mateconf/schemas/pluma-file-browser.schemas >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/lib64/pluma/plugins/quickopen/windowhelper.py >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/lib64/pluma/plugins/quickopen/popup.py >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/lib64/pluma/plugins/pythonconsole/__init__.py >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/share/pluma/ui/pluma-ui.xml >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/lib64/pluma/plugins/pythonconsole/config.py >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/lib64/pluma/plugins/pythonconsole/console.py >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/share/pluma/plugins/snippets/lang/snippets.lang >mate-text-editor.x86_64: W: non-conffile-in-etc /etc/mateconf/schemas/pluma.schemas >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/lib64/pluma/plugins/quickopen/virtualdirs.py >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/share/doc/mate-text-editor-1.4.0/COPYING >mate-text-editor.x86_64: E: incorrect-fsf-address /usr/lib64/pluma/plugins/quickopen/__init__.py >mate-text-editor.x86_64: W: no-manual-page-for-binary mate-text-editor >mate-text-editor.x86_64: W: dangerous-command-in-%pre rm >mate-text-editor.x86_64: W: dangerous-command-in-%post rm >3 packages and 0 specfiles checked; 185 errors, 46 warnings. ># echo 'rpmlint-done:' > > > >Requires >-------- >mate-text-editor-devel-1.4.0-1.fc17.x86_64.rpm (rpmlib, GLIBC filtered): > > /usr/bin/pkg-config > gtksourceview2-devel > mate-text-editor = 1.4.0-1.fc17 > pkgconfig(gtksourceview-2.0) > pygtk2-devel > >mate-text-editor-1.4.0-1.fc17.x86_64.rpm (rpmlib, GLIBC filtered): > > /bin/bash > /bin/sh > /usr/bin/python > gnome-python2-desktop > libICE.so.6()(64bit) > libSM.so.6()(64bit) > libX11.so.6()(64bit) > libatk-1.0.so.0()(64bit) > libc.so.6()(64bit) > libcairo.so.2()(64bit) > libenchant.so.1()(64bit) > libfontconfig.so.1()(64bit) > libfreetype.so.6()(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) > libgthread-2.0.so.0()(64bit) > libgtk-x11-2.0.so.0()(64bit) > libgtksourceview-2.0.so.0()(64bit) > libm.so.6()(64bit) > libmateconf-2.so.4()(64bit) > libpango-1.0.so.0()(64bit) > libpangocairo-1.0.so.0()(64bit) > libpangoft2-1.0.so.0()(64bit) > libpthread.so.0()(64bit) > libpython2.7.so.1.0()(64bit) > librt.so.1()(64bit) > libxml2.so.2()(64bit) > libxml2.so.2(LIBXML2_2.4.30)(64bit) > libxml2.so.2(LIBXML2_2.5.0)(64bit) > libxml2.so.2(LIBXML2_2.6.0)(64bit) > mate-conf > pygobject2 > pygtk2 > pygtksourceview > rtld(GNU_HASH) > zenity > >mate-text-editor-debuginfo-1.4.0-1.fc17.x86_64.rpm (rpmlib, GLIBC filtered): > > > > >Provides >-------- >mate-text-editor-devel-1.4.0-1.fc17.x86_64.rpm: > > mate-text-editor-devel = 1.4.0-1.fc17 > mate-text-editor-devel(x86-64) = 1.4.0-1.fc17 > pkgconfig(pluma) = 1.4.0 > >mate-text-editor-1.4.0-1.fc17.x86_64.rpm: > > libchangecase.so()(64bit) > libcloader.so()(64bit) > libdocinfo.so()(64bit) > libfilebrowser.so()(64bit) > libmodelines.so()(64bit) > libpythonloader.so()(64bit) > libsort.so()(64bit) > libspell.so()(64bit) > libtaglist.so()(64bit) > libtime.so()(64bit) > mate-text-editor = 1.4.0-1.fc17 > mate-text-editor(x86-64) = 1.4.0-1.fc17 > mimehandler(text/plain) > >mate-text-editor-debuginfo-1.4.0-1.fc17.x86_64.rpm: > > mate-text-editor-debuginfo = 1.4.0-1.fc17 > mate-text-editor-debuginfo(x86-64) = 1.4.0-1.fc17 > > > >Unversioned so-files >-------------------- >mate-text-editor-1.4.0-1.fc17.x86_64.rpm: /usr/lib64/pluma/plugin-loaders/libcloader.so >mate-text-editor-1.4.0-1.fc17.x86_64.rpm: /usr/lib64/pluma/plugin-loaders/libpythonloader.so >mate-text-editor-1.4.0-1.fc17.x86_64.rpm: /usr/lib64/pluma/plugins/libchangecase.so >mate-text-editor-1.4.0-1.fc17.x86_64.rpm: /usr/lib64/pluma/plugins/libdocinfo.so >mate-text-editor-1.4.0-1.fc17.x86_64.rpm: /usr/lib64/pluma/plugins/libfilebrowser.so >mate-text-editor-1.4.0-1.fc17.x86_64.rpm: /usr/lib64/pluma/plugins/libmodelines.so >mate-text-editor-1.4.0-1.fc17.x86_64.rpm: /usr/lib64/pluma/plugins/libsort.so >mate-text-editor-1.4.0-1.fc17.x86_64.rpm: /usr/lib64/pluma/plugins/libspell.so >mate-text-editor-1.4.0-1.fc17.x86_64.rpm: /usr/lib64/pluma/plugins/libtaglist.so >mate-text-editor-1.4.0-1.fc17.x86_64.rpm: /usr/lib64/pluma/plugins/libtime.so > >MD5-sum check >------------- >http://pub.mate-desktop.org/releases/1.4/mate-text-editor-1.4.0.tar.xz : > CHECKSUM(SHA256) this package : 45e57cad8c9d9a4ae1704ee28c4f7cfec816e808f1c40331ed9fbbade8503f8b > CHECKSUM(SHA256) upstream package : 45e57cad8c9d9a4ae1704ee28c4f7cfec816e808f1c40331ed9fbbade8503f8b
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 866182
: 915504