This is a review *template*. Besides handling the [ ]-marked tests you are also supposed to fix the template before pasting into bugzilla: - Add issues you find to the list of issues on top. If there isn't such a list, create one. - Add your own remarks to the template checks. - Add new lines marked [!] or [?] when you discover new things not listed by fedora-review. - Change or remove any text in the template which is plain wrong. In this case you could also file a bug against fedora-review - Remove the "[ ] Manual check required", you will not have any such lines in what you paste. - Remove attachments which you deem not really useful (the rpmlint ones are mandatory, though) - Remove this text Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed Issues: ======= - Package installs a %{name}.desktop using desktop-file-install or desktop- file-validate if there is such a file. - If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license. Note: License file ADDITIONAL_LICENSE_INFO is not marked as %license See: https://docs.fedoraproject.org/en-US/packaging- guidelines/LicensingGuidelines/#_license_text - The License field must be a valid SPDX expression. Note: Not a valid SPDX expression 'GPL-2+'. See: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1 - Packages have proper BuildRequires/Requires on javapackages-tools (jpackage-utils) - Javadoc documentation files are generated and included in -javadoc subpackage Note: No javadoc subpackage present. Note: Javadocs are optional for Fedora versions >= 21 See: https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation - Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink) Note: No javadoc subpackage present See: https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation - Packages must not store files under /srv, /opt or /usr/local Note: Rpm(s) have files under /srv, /opt or /usr/local: /opt sped- fiscal-6.0.2-1.fc43.x86_64.rpm See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_documentation ===== MUST items ===== C/C++: [ ]: 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 successfully compiles and builds into binary rpms on at least one supported primary architecture. Note: Using prebuilt packages [ ]: Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines. [ ]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. No licenses found. Please check the source files for licenses manually. [ ]: Package requires other packages for directories it uses. Note: No known owner of /opt/sped, /usr/share/fonts/fiscal, /usr/share/doc/sped-fiscal [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/icons/hicolor/128x128/apps, /usr/share/fonts, /opt/sped, /usr/share/fonts/fiscal, /usr/share/icons/hicolor/128x128, /usr/share/doc/sped-fiscal, /usr/share/icons/hicolor [ ]: %build honors applicable compiler flags or justifies otherwise. [ ]: Package contains no bundled libraries without FPC exception. [ ]: Changelog in prescribed format. [ ]: Sources contain only permissible code or content. [ ]: Development files must be in a -devel package [ ]: Package uses nothing in %doc for runtime. [ ]: Package consistently uses macros (instead of hard-coded directory names). [ ]: Package is named according to the Package Naming Guidelines. [ ]: Package does not generate any conflict. Note: Package contains Conflicts: tag(s) needing fix or justification. [ ]: Package obeys FHS, except libexecdir and /usr/target. [ ]: If the package is a rename of another package, proper Obsoletes and Provides are present. [ ]: Requires correct, justified where necessary. [ ]: Spec file is legible and written in American English. [ ]: Package contains systemd file(s) if in need. [ ]: Useful -debuginfo package or justification otherwise. [ ]: Package is not known to require an ExcludeArch tag. [ ]: Package complies to the Packaging Guidelines [x]: Package installs properly. [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: Package does not own files or directories owned by other packages. [x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT [x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install. [x]: Macros in Summary, %description expandable at SRPM build time. [x]: Package contains desktop file if it is a GUI application. [x]: Dist tag is present. [x]: Package does not contain duplicates in %files. [x]: Permissions on files are set properly. [x]: Package must not depend on deprecated() packages. [x]: Package use %makeinstall only when make install DESTDIR=... doesn't work. [x]: Package is named using only allowed ASCII characters. [x]: Package does not use a name that already exists. [x]: Package is not relocatable. [x]: Sources used to build the package match the upstream source, as provided in the spec URL. [x]: Spec file name must match the spec package %{name}, in the format %{name}.spec. [x]: File names are valid UTF-8. [x]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 1473 bytes in 1 files. Java: [x]: Bundled jar/class files should be removed before build Maven: [ ]: If package contains pom.xml files install it (including metadata) even when building with ant [x]: Old add_to_maven_depmap macro is not being used ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [ ]: Avoid bundling fonts in non-fonts packages. Note: Package contains font files [ ]: If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it. [ ]: Final provides and requires are sane (see attachments). [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: SourceX tarball generation or download is documented. Note: Package contains tarball without URL, check comments [ ]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [ ]: 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. [ ]: Spec use %global instead of %define unless justified. Note: %define requiring justification: %define _build_id_links none [x]: Buildroot is not present [x]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file [x]: SourceX is a working URL. Java: [ ]: Packages are noarch unless they use JNI Note: sped-fiscal subpackage is not noarch. Please verify manually [ ]: Package uses upstream build method (ant/maven/etc.) ===== EXTRA items ===== Generic: [x]: Rpmlint is run on all installed packages. Note: No rpmlint messages. [x]: Large data in /usr/share should live in a noarch subpackage if package is arched. Rpmlint ------- Checking: sped-fiscal-6.0.2-1.fc43.x86_64.rpm sped-fiscal-6.0.2-1.fc43.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.8.0 configuration: /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmp2v0tachf')] checks: 32, packages: 2 sped-fiscal.x86_64: E: wrong-script-end-of-line-encoding /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$AJ_APUR_DED$78$126 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/MessagesDefault 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/SpedEFD.png 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/i4j_extf_0_16l6hzb.utf8 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/i4j_extf_1_16l6hzb.utf8 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/i4j_extf_2_16l6hzb_dq2n9s.png 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/i4j_extf_3_16l6hzb_16m7pgm.ico 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/i4j_extf_4_16l6hzb_18gg8kx.png 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/i4j_extf_4_16l6hzb_18gg8kx@2x.png 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/i4j_extf_4_16l6hzb_18gg8kx@2x_dark.png 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/i4j_extf_4_16l6hzb_18gg8kx_dark.png 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/i4j_extf_5_16l6hzb_ursyib.png 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/i4jempty.ttf 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/i4jparams.conf 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/i4jruntime.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/inst_jre.cfg 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/install4j_r7lxog-SpedEFD.desktop 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/launcher0.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/launcher2bfa42ba.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/launcherc0269bdd.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/libi4jinst.dylib 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/libi4jinst2.dylib 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/pref_jre.cfg 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/response.varfile 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/stats.properties 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/uninstall.png 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/user 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/user.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/.install4j/user/flatlaf.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/Ajuda 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/Ajuda/SpedFiscalPVA_Ajuda.pdf 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/SpedEFD 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/configuracoes 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/configuracoes/env_tabble 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/configuracoes/spedfiscal.properties 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/fiscalpva.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/NOTICE 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/bin 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/bin/java 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/bin/jfr 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/bin/jrunscript 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/bin/jwebserver 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/bin/keytool 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/bin/rmiregistry 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/jaxp.properties 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/logging.properties 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/management 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/management/jmxremote.access 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/management/jmxremote.password.template 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/management/management.properties 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/net.properties 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/sdp 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/sdp/sdp.conf.template 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/security 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/security/java.policy 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/security/java.security 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/security/policy 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/security/policy/README.txt 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/security/policy/limited 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/security/policy/limited/default_US_export.policy 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/security/policy/limited/default_local.policy 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/security/policy/limited/exempt_local.policy 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/security/policy/unlimited 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/security/policy/unlimited/default_US_export.policy 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/security/policy/unlimited/default_local.policy 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/conf/sound.properties 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.base 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.base/ADDITIONAL_LICENSE_INFO 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.base/ASSEMBLY_EXCEPTION 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.base/LICENSE 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.base/aes.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.base/asm.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.base/c-libutl.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.base/cldr.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.base/icu.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.base/public_suffix.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.base/siphash.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.base/unicode.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.base/zlib.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.compiler 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.datatransfer 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.desktop 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.desktop/colorimaging.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.desktop/freetype.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.desktop/giflib.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.desktop/harfbuzz.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.desktop/jpeg.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.desktop/lcms.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.desktop/libpng.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.desktop/mesa3d.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.desktop/pipewire.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.desktop/xwd.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.instrument 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.logging 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.management 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.management.rmi 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.naming 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.net.http 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.prefs 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.rmi 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.scripting 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.se 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.security.jgss 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.security.sasl 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.smartcardio 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.smartcardio/pcsclite.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.sql 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.sql.rowset 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.transaction.xa 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.xml 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.xml.crypto 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.xml.crypto/santuario.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.xml/bcel.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.xml/dom.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.xml/jcup.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.xml/xalan.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/java.xml/xerces.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.accessibility 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.charsets 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.crypto.cryptoki 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.crypto.ec 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.dynalink 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.dynalink/dynalink.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.httpserver 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.incubator.vector 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.internal.vm.ci 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.internal.vm.compiler 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.internal.vm.compiler.management 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.jdwp.agent 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.jfr 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.jsobject 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.localedata 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.localedata/thaidict.md 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.management 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.management.agent 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.management.jfr 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.naming.dns 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.naming.rmi 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.net 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.nio.mapmode 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.sctp 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.security.auth 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.security.jgss 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.unsupported 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.xml.dom 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/legal/jdk.zipfs 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/classlist 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/jexec 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/jfr 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/jfr/default.jfc 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/jfr/profile.jfc 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/jrt-fs.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/jspawnhelper 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/jvm.cfg 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libawt.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libawt_headless.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libawt_xawt.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libdt_socket.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libextnet.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libfontmanager.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libfreetype.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libinstrument.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libj2gss.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libj2pcsc.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libj2pkcs11.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libjaas.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libjava.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libjavajpeg.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libjawt.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libjdwp.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libjimage.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libjli.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libjsig.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libjsound.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libjsvml.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/liblcms.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libmanagement.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libmanagement_agent.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libmanagement_ext.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libmlib_image.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libnet.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libnio.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libprefs.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/librmi.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libsctp.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libsplashscreen.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libsyslookup.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libverify.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/libzip.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/modules 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/psfont.properties.ja 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/psfontj2d.properties 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/security 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/security/blocked.certs 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/security/cacerts 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/security/default.policy 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/security/public_suffix_list.dat 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/server 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/server/classes.jsa 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/server/classes_nocoops.jsa 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/server/libjsig.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/server/libjvm.so 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/lib/tzdb.dat 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/jre/release 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/axis 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/axis/axis-wsdl4j.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/axis/axis.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.atualizartabela 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.atualizartabela/atualizartabela.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.bdembutido 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.bdembutido/bdembutido-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.bdembutido/bdembutido-mysql.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.comum 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-arquivo.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-hash.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-ioc.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-progresso.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-pva.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-relatorio.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-swing.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-xml.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.comum/comum.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.ppgd 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.ppgd.dependency 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.ppgd.dependency/formsrt.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.ppgd.dependency/jhall.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-formatos-externos.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-gui-beans.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-gui-swixml.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-gui.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-infraestrutura.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-negocio.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-dominio.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-edicao.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-geradorregistro.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-nucleo.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-persistencia.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-relatorios.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-validador.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.vepxml 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.vepxml.comum.sped 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.vepxml.comum.sped/vepxml-comum-sped.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-edicao.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-nucleo.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-persistencia-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-validador-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-validador-comum.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro/assinatura.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro/controleversao.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro/copiaseguranca.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro/jsignnet.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro/mscapijce.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro/receitanet.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro/recnet-envelope.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/br.gov.serpro/recnetutil.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.fasterxml.jackson.core 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.fasterxml.jackson.core/jackson-annotations.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.fasterxml.jackson.core/jackson-core.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.fasterxml.jackson.core/jackson-databind.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.github.virtuald 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.github.virtuald/curvesapi.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.google.code.gson 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.google.code.gson/gson.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.google.code.guice 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.google.code.guice/guice.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.google.errorprone 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.google.errorprone/error_prone_annotations.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.google.zxing 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.google.zxing/core.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.ibm.icu 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.ibm.icu/icu4j.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.jhlabs 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.jhlabs/filters.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.lowagie 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.lowagie/itext.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.sun.xml.bind 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.sun.xml.bind/jaxb-impl.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.sun.xml.fastinfoset 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.sun.xml.fastinfoset/FastInfoset.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.sun.xml.stream.buffer 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.sun.xml.stream.buffer/streambuffer.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.sun.xml.ws 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.sun.xml.ws/jaxws-rt.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.zaxxer 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/com.zaxxer/HikariCP.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-beanutils 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-beanutils/commons-beanutils.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-codec 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-codec/commons-codec.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-collections 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-collections/commons-collections.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-dbcp 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-dbcp/commons-dbcp.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-digester 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-digester/commons-digester.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-discovery 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-discovery/commons-discovery.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-io 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-io/commons-io.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-lang 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-lang/commons-lang.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-logging 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-logging/commons-logging.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-pool 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/commons-pool/commons-pool.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/jakarta-regexp 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/jakarta-regexp/jakarta-regexp.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/jakarta.activation 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/jakarta.activation/jakarta.activation-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/jakarta.annotation 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/jakarta.annotation/jakarta.annotation-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/jakarta.mail 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/jakarta.mail/jakarta.mail-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/jakarta.xml.bind 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/jakarta.xml.bind/jakarta.xml.bind-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/jakarta.xml.soap 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/jakarta.xml.soap/jakarta.xml.soap-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/jakarta.xml.ws 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/jakarta.xml.ws/jakarta.xml.ws-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/javax.activation 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/javax.activation/activation.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/javax.inject 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/javax.inject/javax.inject.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/javax.xml.bind 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/javax.xml.bind/jaxb-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/javax.xml.stream 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/javax.xml.stream/stax-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/junit 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/junit/junit.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/mysql 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/mysql/mysql-connector-java.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/net.java.dev.swing-layout 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/net.java.dev.swing-layout/swing-layout.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/net.sf.jasperreports 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/net.sf.jasperreports/jasperreports.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.axis 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.axis/axis-jaxrpc.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.axis/axis-saaj.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.commons 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.commons/commons-collections4.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.commons/commons-lang3.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.lucene 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.lucene/lucene-analyzers-common.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.lucene/lucene-core.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.lucene/lucene-queries.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.lucene/lucene-queryparser.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.lucene/lucene-sandbox.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.maven 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.maven/maven-artifact.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.poi 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.poi/poi-ooxml-schemas.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.poi/poi-ooxml.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.poi/poi.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.xmlbeans 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.apache.xmlbeans/xmlbeans.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.bouncycastle 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.bouncycastle/bcmail-jdk18on.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.bouncycastle/bcpkix-jdk18on.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.bouncycastle/bcprov-jdk15on.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.bouncycastle/bcprov-jdk18on.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.bouncycastle/bcutil-jdk18on.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.codehaus.castor 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.codehaus.castor/castor-core.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.codehaus.castor/castor-xml.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.codehaus.plexus 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.codehaus.plexus/plexus-utils.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.eclipse.jdt.core.compiler 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.eclipse.jdt.core.compiler/ecj.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.glassfish.external 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.glassfish.external/management-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.glassfish.gmbal 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.glassfish.gmbal/gmbal-api-only.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.glassfish.ha 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.glassfish.ha/ha-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.hamcrest 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.hamcrest/hamcrest-core.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.jfree 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.jfree/jcommon.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.jfree/jfreechart.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.json 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.json/json.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.jvnet.mimepull 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.jvnet.mimepull/mimepull.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.jvnet.staxex 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.jvnet.staxex/stax-ex.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.olap4j 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.olap4j/olap4j.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.slf4j 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.slf4j/slf4j-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.swinglabs 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.swinglabs/swing-worker.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/org.swinglabs/swingx.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/stax 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/stax/stax-api.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/lib/stax/stax.jar 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AC$AJ_APUR_DED$5$727 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AC$AJ_BENEF_INCENTIVO$6$725 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AC$COD_ITEM_IPM$2$1314 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AC$INF_ADIC_APUR$4$724 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AC$REC_REF_OBRIGACAO$4$726 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AL$AJ_APUR_DED$22$33 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AL$AJ_BENEF_INCENTIVO$7$35 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AL$COD_ITEM_IPM$2$1484 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AL$COD_MOT_REST_COMPL_ST$1$1675 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AL$COD_PROD_USINAS$1$1485 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AL$INF_ADIC_APUR$2$34 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AL$REC_REF_OBRIGACAO$16$196 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AM$AJ_APUR_DED$51$220 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AM$AJ_BENEF_INCENTIVO$34$222 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AM$INF_ADIC_APUR$4$221 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AM$REC_REF_OBRIGACAO$15$188 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AP$AJ_APUR_DED$8$842 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AP$AJ_BENEF_INCENTIVO$6$844 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AP$INF_ADIC_APUR$7$997 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AP$REC_REF_OBRIGACAO$3$845 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AP$TP_UTIL_CRED_FISCAIS$1$843 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_BA$AJ_APUR_DED$37$190 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_BA$COD_ITEM_IPM$4$991 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_BA$INF_ADIC_APUR$8$245 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_BA$REC_REF_OBRIGACAO$7$189 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_BA$TP_UTIL_CRED_FISCAIS$2$408 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CARDOC$COD_SIT$6$18 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CARDOC$IND_EMIT$1$16 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CARDOC$MOD_DOC$9$17 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CE$AJ_APUR_DED$45$36 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CE$REC_REF_OBRIGACAO$8$197 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CLASCONS$CL_CONS_AGUA$1$28 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CLASCONS$CL_CONS_COMUN_TELECOM$1$30 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CLASCONS$CL_CONS_GAS$3$29 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CLASCONS$CL_ITENS_ENG_COM_TELECOM$3$31 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CLASCONS$FAIXA_CONS_ENG_ELET$3$32 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$AJ_APUR_DED$33$838 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$AJ_BENEF_INCENTIVO$17$869 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$INF_ADIC_APUR$12$1168 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$ISS_UNIPROF$4$1170 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$REC_REF_OBRIGACAO$7$1315 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$TAB_CONTA_ISS_DF$3$1009 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$TAB_DOC_ISS$1$1007 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$TAB_ISS_DF$2$1008 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ES$AJ_APUR_DED$34$171 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ES$AJ_BENEF_INCENTIVO$14$172 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ES$COD_ITEM_IPM$2$555 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ES$INF_ADIC_APUR$6$1664 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ES$REC_REF_OBRIGACAO$18$193 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GENERICA$AJ_APUR_DED$7$15 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GENERICA$COD_PROD_USINAS$3$1172 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GENERICA$REC_REF_OBRIGACAO$2$181 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GENERICA$TP_UTIL_CRED_FISCAIS$1$14 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$ANP$19$1 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$CFOP$14$2 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$COD_CEST$18$996 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$GEN_ITEM_MERC_SERV$1$3 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$MUNICIPIOS$20$4 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$OBR_ICMS_RECOL$1$5 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$PAISES$10$6 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$PAIS_SISCOMEX$13$13 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$TOT_PARC_REDZ$2$8 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$TP_CONHEC_TRANS$1$7 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$TP_CT_E$6$12 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$UF_COD_SIG$2$9 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$UF_SIG_NOM$4$10 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$VERSOES_LEIAUTE$20$11 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GO$AJ_APUR_DED$145$37 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GO$AJ_BENEF_INCENTIVO$46$39 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GO$INF_ADIC_APUR$48$38 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GO$REC_REF_OBRIGACAO$10$187 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GO$TP_UTIL_CRED_FISCAIS$5$40 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_IPI$AJ_APUR_IPI$1$19 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_IPI$CLASS_CONTRIB_IPI$1$1171 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_IPI$CL_ENQ_IPI$2$20 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_IPI$ENQ_LEGAL_IPI$1$21 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_IPI$SELO_CONT_IPI$1$22 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MA$AJ_APUR_DED$28$122 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MA$AJ_BENEF_INCENTIVO$17$121 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MA$COD_ITEM_IPM$1$1313 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MA$REC_REF_OBRIGACAO$5$1614 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MA$TP_UTIL_CRED_FISCAIS$1$1617 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$AJ_APUR_DED$38$43 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$AJ_BENEF_INCENTIVO$35$45 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$COD_ITEM_IPM$3$1312 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$COD_MOT_REST_COMPL_ST$2$1309 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$COD_MSG_PRE_VALIDACAO$2$1674 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$COD_PROD_USINAS$3$1308 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$INF_ADIC_APUR$6$44 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$REC_REF_OBRIGACAO$10$194 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$TP_UTIL_CRED_FISCAIS$5$248 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MS$AJ_APUR_DED$42$42 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MS$AJ_BENEF_INCENTIVO$15$41 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MS$COD_MOT_REST_COMPL_ST$1$1311 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MS$REC_REF_OBRIGACAO$8$192 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MS$TP_UTIL_CRED_FISCAIS$3$1176 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MT$AJ_APUR_DED$137$131 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MT$AJ_BENEF_INCENTIVO$28$714 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MT$COD_PROD_USINAS$1$1318 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MT$INF_ADIC_APUR$49$170 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MT$REC_REF_OBRIGACAO$41$841 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MT$TP_UTIL_CRED_FISCAIS$1$534 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PA$AJ_APUR_DED$34$123 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PA$AJ_BENEF_INCENTIVO$24$124 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PA$COD_ITEM_IPM$1$1663 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PA$COD_MOT_REST_COMPL_ST$1$1620 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PA$REC_REF_OBRIGACAO$16$186 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$AJ_APUR_DED$25$46 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$AJ_BENEF_INCENTIVO$2$48 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$COD_PROD_USINAS$1$1317 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$INF_ADIC_APUR$15$47 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$OBR_ICMS_RECOL$1$125 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$REC_REF_OBRIGACAO$12$195 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$TP_UTIL_CRED_FISCAIS$2$49 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PE$AJ_APUR_DED$12$212 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PE$COD_INF_ITEM$2$1019 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PE$COD_ITEM_IPM$1$1174 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PE$IND_SUBAP$1$1018 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PE$REC_REF_OBRIGACAO$8$1022 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PE$TP_UTIL_CRED_FISCAIS$1$1021 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PI$AJ_APUR_DED$103$127 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PI$COD_ITEM_IPM$1$1463 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PI$INF_ADIC_APUR$9$1329 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PI$REC_REF_OBRIGACAO$3$1330 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PI$TP_UTIL_CRED_FISCAIS$2$1616 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PR$AJ_APUR_DED$48$50 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PR$AJ_BENEF_INCENTIVO$5$51 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PR$COD_ITEM_IPM$4$1464 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PR$COD_PROD_USINAS$2$1325 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PR$INF_ADIC_APUR$25$1015 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PR$REC_REF_OBRIGACAO$3$191 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PR$TP_UTIL_CRED_FISCAIS$3$1615 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$AJ_APUR_DED$125$52 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$AJ_BENEF_INCENTIVO$68$129 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$COD_ITEM_IPM$21$1034 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$COD_ITEM_IPM_ST$1$1665 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$COD_MOT_REST_COMPL_ST$1$1643 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$INF_ADIC_APUR$124$620 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$REC_REF_OBRIGACAO$6$1033 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$TP_UTIL_CRED_FISCAIS$21$244 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$AJ_APUR_DED$78$126 777 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$AJ_BENEF_INCENTIVO$24$128 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$COD_ITEM_IPM$4$617 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$INF_ADIC_APUR$1$1619 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$REC_REF_OBRIGACAO$5$224 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$TP_UTIL_CRED_FISCAIS$1$223 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RO$AJ_APUR_DED$67$53 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RO$AJ_BENEF_INCENTIVO$42$179 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RO$COD_MOT_REST_COMPL_ST$1$1466 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RO$REC_REF_OBRIGACAO$6$185 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RO$TP_UTIL_CRED_FISCAIS$1$1624 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RS$AJ_APUR_DED$63$173 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RS$AJ_BENEF_INCENTIVO$96$176 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RS$COD_ITEM_IPM$1$715 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RS$COD_MOT_REST_COMPL_ST$3$1331 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RS$INF_ADIC_APUR$110$180 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RS$REC_REF_OBRIGACAO$6$184 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RS$TP_UTIL_CRED_FISCAIS$5$175 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SC$AJ_APUR_DED$52$54 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SC$AJ_BENEF_INCENTIVO$62$55 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SC$COD_ITEM_IPM$7$249 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SC$COD_MSG_PRE_VALIDACAO$13$1642 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SC$INF_ADIC_APUR$25$1634 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SC$REC_REF_OBRIGACAO$19$183 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SE$AJ_APUR_DED$10$56 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SE$AJ_BENEF_INCENTIVO$6$57 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SE$COD_MOT_REST_COMPL_ST$1$1332 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SE$INF_ADIC_APUR$1$1637 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SE$REC_REF_OBRIGACAO$8$182 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SE$TP_UTIL_CRED_FISCAIS$1$58 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SP$AJ_APUR_DED$17$247 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SP$AJ_BENEF_INCENTIVO$10$598 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SP$COD_ITEM_IPM$4$246 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SP$REC_REF_OBRIGACAO$4$713 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SP$TP_UTIL_CRED_FISCAIS$2$837 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ST$SIT_TRIB_COFINS$2$23 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ST$SIT_TRIB_ICMS$4$130 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ST$SIT_TRIB_ICMS_A$2$24 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ST$SIT_TRIB_ICMS_B$1$25 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ST$SIT_TRIB_IPI$1$26 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ST$SIT_TRIB_PIS$2$27 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_TO$AJ_APUR_DED$11$59 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_TO$COD_ITEM_IPM$1$998 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_TO$INF_ADIC_APUR$6$60 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_TO$REC_REF_OBRIGACAO$2$1623 666 sped-fiscal.x86_64: E: world-writable /opt/sped/fiscal/recursos/TabelasExternas/metadados 777 sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/bin/java sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/bin/jfr sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/bin/jrunscript sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/bin/jwebserver sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/bin/keytool sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/bin/rmiregistry sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/jexec sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/jspawnhelper sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libawt.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libawt_headless.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libawt_xawt.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libdt_socket.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libextnet.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libfontmanager.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libfreetype.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libinstrument.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libj2gss.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libj2pcsc.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libj2pkcs11.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libjaas.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libjava.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libjavajpeg.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libjawt.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libjdwp.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libjimage.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libjli.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libjsig.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libjsound.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libjsvml.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/liblcms.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libmanagement.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libmanagement_agent.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libmanagement_ext.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libmlib_image.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libnet.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libnio.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libprefs.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/librmi.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libsctp.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libsplashscreen.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libsyslookup.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libverify.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/libzip.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/server/libjsig.so sped-fiscal.x86_64: W: unstripped-binary-or-object /opt/sped/fiscal/jre/lib/server/libjvm.so sped-fiscal.x86_64: E: uncompressed-zip /opt/sped/fiscal/lib/net.java.dev.swing-layout/swing-layout.jar sped-fiscal.x86_64: W: symlink-to-binary-with-shebang /usr/bin/fiscalpva is a link to a script (/opt/sped/fiscal/SpedEFD) but missing requires for /usr/bin/sh sped-fiscal.src: W: summary-ended-with-dot Brazilian SPED Fiscal (ICMS/IPI) generator. sped-fiscal.x86_64: W: summary-ended-with-dot Brazilian SPED Fiscal (ICMS/IPI) generator. sped-fiscal.x86_64: E: script-without-shebang /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$AJ_APUR_DED$78$126 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/SpedEFD.png 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/i4j_extf_2_16l6hzb_dq2n9s.png 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/i4j_extf_3_16l6hzb_16m7pgm.ico 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/i4j_extf_4_16l6hzb_18gg8kx.png 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/i4j_extf_4_16l6hzb_18gg8kx@2x.png 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/i4j_extf_4_16l6hzb_18gg8kx@2x_dark.png 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/i4j_extf_4_16l6hzb_18gg8kx_dark.png 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/i4j_extf_5_16l6hzb_ursyib.png 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/i4jempty.ttf 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/i4jruntime.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/install4j_r7lxog-SpedEFD.desktop 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/launcher0.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/launcher2bfa42ba.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/launcherc0269bdd.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/libi4jinst.dylib 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/libi4jinst2.dylib 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/uninstall.png 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/user.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/.install4j/user/flatlaf.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/Ajuda/SpedFiscalPVA_Ajuda.pdf 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/SpedEFD 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/fiscalpva.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/bin/java 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/bin/jfr 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/bin/jrunscript 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/bin/jwebserver 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/bin/keytool 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/bin/rmiregistry 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/jexec 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/jrt-fs.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/jspawnhelper 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libawt.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libawt_headless.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libawt_xawt.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libdt_socket.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libextnet.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libfontmanager.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libfreetype.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libinstrument.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libj2gss.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libj2pcsc.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libj2pkcs11.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libjaas.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libjava.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libjavajpeg.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libjawt.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libjdwp.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libjimage.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libjli.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libjsig.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libjsound.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libjsvml.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/liblcms.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libmanagement.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libmanagement_agent.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libmanagement_ext.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libmlib_image.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libnet.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libnio.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libprefs.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/librmi.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libsctp.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libsplashscreen.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libsyslookup.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libverify.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/libzip.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/modules 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/security/cacerts 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/security/public_suffix_list.dat 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/server/classes.jsa 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/server/classes_nocoops.jsa 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/server/libjsig.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/server/libjvm.so 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/jre/lib/tzdb.dat 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/axis/axis-wsdl4j.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/axis/axis.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.atualizartabela/atualizartabela.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.bdembutido/bdembutido-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.bdembutido/bdembutido-mysql.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-arquivo.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-hash.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-ioc.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-progresso.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-pva.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-relatorio.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-swing.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-xml.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.comum/comum.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.ppgd.dependency/formsrt.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.ppgd.dependency/jhall.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-formatos-externos.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-gui-beans.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-gui-swixml.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-gui.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-infraestrutura.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-negocio.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-dominio.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-edicao.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-geradorregistro.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-nucleo.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-persistencia.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-relatorios.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-validador.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.vepxml.comum.sped/vepxml-comum-sped.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-edicao.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-nucleo.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-persistencia-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-validador-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-validador-comum.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro/assinatura.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro/controleversao.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro/copiaseguranca.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro/jsignnet.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro/mscapijce.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro/receitanet.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro/recnet-envelope.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/br.gov.serpro/recnetutil.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.fasterxml.jackson.core/jackson-annotations.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.fasterxml.jackson.core/jackson-core.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.fasterxml.jackson.core/jackson-databind.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.github.virtuald/curvesapi.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.google.code.gson/gson.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.google.code.guice/guice.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.google.errorprone/error_prone_annotations.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.google.zxing/core.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.ibm.icu/icu4j.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.jhlabs/filters.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.lowagie/itext.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.sun.xml.bind/jaxb-impl.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.sun.xml.fastinfoset/FastInfoset.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.sun.xml.stream.buffer/streambuffer.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.sun.xml.ws/jaxws-rt.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/com.zaxxer/HikariCP.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/commons-beanutils/commons-beanutils.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/commons-codec/commons-codec.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/commons-collections/commons-collections.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/commons-dbcp/commons-dbcp.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/commons-digester/commons-digester.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/commons-discovery/commons-discovery.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/commons-io/commons-io.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/commons-lang/commons-lang.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/commons-logging/commons-logging.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/commons-pool/commons-pool.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/jakarta-regexp/jakarta-regexp.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/jakarta.activation/jakarta.activation-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/jakarta.annotation/jakarta.annotation-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/jakarta.mail/jakarta.mail-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/jakarta.xml.bind/jakarta.xml.bind-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/jakarta.xml.soap/jakarta.xml.soap-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/jakarta.xml.ws/jakarta.xml.ws-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/javax.activation/activation.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/javax.inject/javax.inject.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/javax.xml.bind/jaxb-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/javax.xml.stream/stax-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/junit/junit.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/mysql/mysql-connector-java.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/net.java.dev.swing-layout/swing-layout.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/net.sf.jasperreports/jasperreports.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.apache.axis/axis-jaxrpc.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.apache.axis/axis-saaj.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.apache.commons/commons-collections4.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.apache.commons/commons-lang3.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.apache.lucene/lucene-analyzers-common.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.apache.lucene/lucene-core.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.apache.lucene/lucene-queries.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.apache.lucene/lucene-queryparser.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.apache.lucene/lucene-sandbox.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.apache.maven/maven-artifact.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.apache.poi/poi-ooxml-schemas.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.apache.poi/poi-ooxml.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.apache.poi/poi.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.apache.xmlbeans/xmlbeans.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.bouncycastle/bcmail-jdk18on.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.bouncycastle/bcpkix-jdk18on.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.bouncycastle/bcprov-jdk15on.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.bouncycastle/bcprov-jdk18on.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.bouncycastle/bcutil-jdk18on.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.codehaus.castor/castor-core.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.codehaus.castor/castor-xml.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.codehaus.plexus/plexus-utils.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.eclipse.jdt.core.compiler/ecj.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.glassfish.external/management-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.glassfish.gmbal/gmbal-api-only.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.glassfish.ha/ha-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.hamcrest/hamcrest-core.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.jfree/jcommon.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.jfree/jfreechart.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.json/json.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.jvnet.mimepull/mimepull.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.jvnet.staxex/stax-ex.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.olap4j/olap4j.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.slf4j/slf4j-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.swinglabs/swing-worker.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/org.swinglabs/swingx.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/stax/stax-api.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/lib/stax/stax.jar 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$AJ_APUR_DED$78$126 777 sped-fiscal.x86_64: E: non-standard-executable-perm /opt/sped/fiscal/recursos/TabelasExternas/metadados 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/.install4j 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/.install4j/user 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/Ajuda 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/configuracoes 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/bin 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/conf 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/conf/management 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/conf/sdp 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/conf/security 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/conf/security/policy 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/conf/security/policy/limited 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/conf/security/policy/unlimited 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.base 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.compiler 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.datatransfer 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.desktop 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.instrument 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.logging 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.management 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.management.rmi 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.naming 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.net.http 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.prefs 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.rmi 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.scripting 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.se 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.security.jgss 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.security.sasl 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.smartcardio 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.sql 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.sql.rowset 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.transaction.xa 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.xml 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/java.xml.crypto 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.accessibility 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.charsets 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.crypto.cryptoki 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.crypto.ec 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.dynalink 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.httpserver 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.incubator.vector 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.internal.vm.ci 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.internal.vm.compiler 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.internal.vm.compiler.management 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.jdwp.agent 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.jfr 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.jsobject 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.localedata 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.management 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.management.agent 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.management.jfr 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.naming.dns 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.naming.rmi 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.net 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.nio.mapmode 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.sctp 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.security.auth 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.security.jgss 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.unsupported 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.xml.dom 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/legal/jdk.zipfs 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/lib 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/lib/jfr 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/lib/security 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/jre/lib/server 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/axis 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/br.gov.serpro 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/br.gov.serpro.atualizartabela 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/br.gov.serpro.bdembutido 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/br.gov.serpro.comum 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/br.gov.serpro.ppgd 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/br.gov.serpro.ppgd.dependency 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/br.gov.serpro.vepxml 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/br.gov.serpro.vepxml.comum.sped 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/com.fasterxml.jackson.core 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/com.github.virtuald 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/com.google.code.gson 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/com.google.code.guice 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/com.google.errorprone 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/com.google.zxing 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/com.ibm.icu 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/com.jhlabs 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/com.lowagie 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/com.sun.xml.bind 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/com.sun.xml.fastinfoset 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/com.sun.xml.stream.buffer 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/com.sun.xml.ws 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/com.zaxxer 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/commons-beanutils 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/commons-codec 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/commons-collections 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/commons-dbcp 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/commons-digester 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/commons-discovery 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/commons-io 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/commons-lang 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/commons-logging 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/commons-pool 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/jakarta-regexp 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/jakarta.activation 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/jakarta.annotation 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/jakarta.mail 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/jakarta.xml.bind 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/jakarta.xml.soap 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/jakarta.xml.ws 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/javax.activation 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/javax.inject 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/javax.xml.bind 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/javax.xml.stream 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/junit 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/mysql 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/net.java.dev.swing-layout 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/net.sf.jasperreports 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.apache.axis 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.apache.commons 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.apache.lucene 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.apache.maven 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.apache.poi 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.apache.xmlbeans 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.bouncycastle 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.codehaus.castor 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.codehaus.plexus 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.eclipse.jdt.core.compiler 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.glassfish.external 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.glassfish.gmbal 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.glassfish.ha 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.hamcrest 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.jfree 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.json 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.jvnet.mimepull 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.jvnet.staxex 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.olap4j 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.slf4j 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/org.swinglabs 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/lib/stax 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/recursos 777 sped-fiscal.x86_64: E: non-standard-dir-perm /opt/sped/fiscal/recursos/TabelasExternas 777 sped-fiscal.x86_64: W: no-manual-page-for-binary fiscalpva sped-fiscal.src: E: no-changelogname-tag sped-fiscal.x86_64: E: no-changelogname-tag sped-fiscal.spec: W: no-%check-section sped-fiscal.spec: W: no-%build-section sped-fiscal.spec:10: W: mixed-use-of-spaces-and-tabs (spaces: line 10, tab: line 6) sped-fiscal.spec: W: invalid-url Source0: sped-fiscal_6.0.2.tar.xz sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libawt.so libawt.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libawt_headless.so libawt_headless.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libawt_xawt.so libawt_xawt.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libdt_socket.so libdt_socket.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libextnet.so libextnet.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libfontmanager.so libfontmanager.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libfreetype.so libfreetype.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libinstrument.so libinstrument.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libj2gss.so libj2gss.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libj2pcsc.so libj2pcsc.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libjaas.so libjaas.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libjava.so libjava.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libjavajpeg.so libjavajpeg.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libjawt.so libjawt.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libjdwp.so libjdwp.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libjimage.so libjimage.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libjli.so libjli.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libjsig.so libjsig.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libjsound.so libjsound.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libjsvml.so libjsvml.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/liblcms.so liblcms.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libmanagement.so libmanagement.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libmanagement_agent.so libmanagement_agent.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libmanagement_ext.so libmanagement_ext.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libmlib_image.so libmlib_image.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libnet.so libnet.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libnio.so libnio.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libprefs.so libprefs.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/librmi.so librmi.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libsctp.so libsctp.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libsplashscreen.so libsplashscreen.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libsyslookup.so libsyslookup.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libverify.so libverify.so sped-fiscal.x86_64: E: invalid-soname /opt/sped/fiscal/jre/lib/libzip.so libzip.so sped-fiscal.src: W: invalid-license GPL-2+ sped-fiscal.x86_64: W: invalid-license GPL-2+ sped-fiscal.x86_64: E: incorrect-fsf-address /opt/sped/fiscal/jre/legal/java.base/LICENSE sped-fiscal.x86_64: E: incorrect-fsf-address /opt/sped/fiscal/jre/lib/psfont.properties.ja sped-fiscal.x86_64: E: incorrect-fsf-address /opt/sped/fiscal/jre/lib/psfontj2d.properties sped-fiscal.x86_64: E: incorrect-fsf-address /usr/share/doc/sped-fiscal/license.txt sped-fiscal.x86_64: W: hidden-file-or-dir /opt/sped/fiscal/.install4j sped-fiscal.x86_64: W: hidden-file-or-dir /opt/sped/fiscal/.install4j sped-fiscal.x86_64: W: files-duplicate /opt/sped/fiscal/.install4j/i4j_extf_2_16l6hzb_dq2n9s.png /opt/sped/fiscal/.install4j/SpedEFD.png sped-fiscal.x86_64: W: files-duplicate /opt/sped/fiscal/jre/conf/security/policy/unlimited/default_US_export.policy /opt/sped/fiscal/jre/conf/security/policy/limited/default_US_export.policy sped-fiscal.x86_64: W: files-duplicate /opt/sped/fiscal/jre/lib/server/libjsig.so /opt/sped/fiscal/jre/lib/libjsig.so sped-fiscal.x86_64: W: files-duplicate /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$COD_PROD_USINAS$1$1317 /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MT$COD_PROD_USINAS$1$1318 sped-fiscal.x86_64: E: explicit-lib-dependency libnsl(x86-32) sped-fiscal.x86_64: E: explicit-lib-dependency libxcrypt-compat(x86-32) sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/MessagesDefault sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/SpedEFD.png sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/autoUninstall.1 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/files.log sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/i4j_extf_0_16l6hzb.utf8 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/i4j_extf_1_16l6hzb.utf8 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/i4j_extf_2_16l6hzb_dq2n9s.png sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/i4j_extf_3_16l6hzb_16m7pgm.ico sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/i4j_extf_4_16l6hzb_18gg8kx.png sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/i4j_extf_4_16l6hzb_18gg8kx@2x.png sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/i4j_extf_4_16l6hzb_18gg8kx@2x_dark.png sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/i4j_extf_4_16l6hzb_18gg8kx_dark.png sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/i4j_extf_5_16l6hzb_ursyib.png sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/i4jempty.ttf sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/i4jparams.conf sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/i4jruntime.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/inst_jre.cfg sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/install.prop sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/install4j_r7lxog-..desktop sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/install4j_r7lxog-SpedEFD.desktop sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/installation.log sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/launcher0.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/launcher2bfa42ba.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/launcherc0269bdd.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/libi4jinst.dylib sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/libi4jinst2.dylib sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/pref_jre.cfg sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/response.varfile sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/stats.properties sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/uninstall.png sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/user sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/user.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/.install4j/user/flatlaf.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/Ajuda sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/Ajuda/SpedFiscalPVA_Ajuda.pdf sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/SpedEFD sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/configuracoes sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/configuracoes/env_tabble sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/configuracoes/spedfiscal.properties sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/fiscalpva.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/NOTICE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/bin sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/bin/java sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/bin/jfr sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/bin/jrunscript sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/bin/jwebserver sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/bin/keytool sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/bin/rmiregistry sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/jaxp.properties sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/logging.properties sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/management sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/management/jmxremote.access sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/management/jmxremote.password.template sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/management/management.properties sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/net.properties sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/sdp sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/sdp/sdp.conf.template sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/security sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/security/java.policy sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/security/java.security sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/security/policy sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/security/policy/README.txt sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/security/policy/limited sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/security/policy/limited/default_US_export.policy sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/security/policy/limited/default_local.policy sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/security/policy/limited/exempt_local.policy sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/security/policy/unlimited sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/security/policy/unlimited/default_US_export.policy sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/security/policy/unlimited/default_local.policy sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/conf/sound.properties sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.base sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.base/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.base/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.base/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.base/aes.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.base/asm.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.base/c-libutl.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.base/cldr.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.base/icu.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.base/public_suffix.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.base/siphash.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.base/unicode.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.base/zlib.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.compiler sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.compiler/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.compiler/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.compiler/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.datatransfer sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.datatransfer/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.datatransfer/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.datatransfer/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.desktop sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.desktop/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.desktop/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.desktop/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.desktop/colorimaging.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.desktop/freetype.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.desktop/giflib.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.desktop/harfbuzz.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.desktop/jpeg.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.desktop/lcms.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.desktop/libpng.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.desktop/mesa3d.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.desktop/pipewire.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.desktop/xwd.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.instrument sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.instrument/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.instrument/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.instrument/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.logging sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.logging/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.logging/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.logging/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.management sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.management.rmi sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.management.rmi/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.management.rmi/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.management.rmi/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.management/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.management/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.management/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.naming sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.naming/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.naming/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.naming/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.net.http sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.net.http/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.net.http/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.net.http/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.prefs sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.prefs/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.prefs/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.prefs/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.rmi sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.rmi/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.rmi/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.rmi/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.scripting sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.scripting/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.scripting/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.scripting/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.se sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.se/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.se/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.se/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.security.jgss sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.security.jgss/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.security.jgss/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.security.jgss/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.security.sasl sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.security.sasl/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.security.sasl/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.security.sasl/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.smartcardio sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.smartcardio/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.smartcardio/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.smartcardio/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.smartcardio/pcsclite.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.sql sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.sql.rowset sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.sql.rowset/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.sql.rowset/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.sql.rowset/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.sql/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.sql/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.sql/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.transaction.xa sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.transaction.xa/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.transaction.xa/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.transaction.xa/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.xml sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.xml.crypto sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.xml.crypto/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.xml.crypto/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.xml.crypto/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.xml.crypto/santuario.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.xml/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.xml/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.xml/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.xml/bcel.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.xml/dom.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.xml/jcup.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.xml/xalan.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/java.xml/xerces.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.accessibility sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.accessibility/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.accessibility/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.accessibility/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.charsets sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.charsets/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.charsets/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.charsets/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.crypto.cryptoki sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.crypto.cryptoki/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.crypto.cryptoki/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.crypto.cryptoki/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.crypto.ec sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.crypto.ec/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.crypto.ec/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.crypto.ec/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.dynalink sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.dynalink/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.dynalink/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.dynalink/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.dynalink/dynalink.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.httpserver sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.httpserver/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.httpserver/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.httpserver/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.incubator.vector sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.incubator.vector/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.incubator.vector/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.incubator.vector/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.internal.vm.ci sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.internal.vm.ci/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.internal.vm.ci/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.internal.vm.ci/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.internal.vm.compiler sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.internal.vm.compiler.management sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.internal.vm.compiler.management/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.internal.vm.compiler.management/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.internal.vm.compiler.management/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.internal.vm.compiler/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.internal.vm.compiler/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.internal.vm.compiler/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.jdwp.agent sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.jdwp.agent/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.jfr sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.jfr/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.jfr/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.jsobject sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.jsobject/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.jsobject/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.localedata sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.localedata/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.localedata/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.localedata/cldr.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.localedata/thaidict.md sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.management sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.management.agent sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.management.agent/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.management.agent/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.management.jfr sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.management.jfr/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.management/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.management/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.management/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.naming.dns sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.naming.dns/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.naming.rmi sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.naming.rmi/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.net sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.net/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.net/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.net/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.nio.mapmode sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.nio.mapmode/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.nio.mapmode/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.nio.mapmode/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.sctp sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.sctp/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.sctp/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.security.auth sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.security.auth/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.security.auth/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.security.jgss sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.security.jgss/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.unsupported sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.unsupported/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.unsupported/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.xml.dom sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.xml.dom/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.zipfs sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.zipfs/ASSEMBLY_EXCEPTION sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/legal/jdk.zipfs/LICENSE sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/classlist sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/jexec sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/jfr sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/jfr/default.jfc sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/jfr/profile.jfc sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/jrt-fs.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/jspawnhelper sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/jvm.cfg sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libawt.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libawt_headless.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libawt_xawt.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libdt_socket.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libextnet.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libfontmanager.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libfreetype.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libinstrument.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libj2gss.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libj2pcsc.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libj2pkcs11.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libjaas.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libjava.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libjavajpeg.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libjawt.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libjdwp.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libjimage.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libjli.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libjsig.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libjsound.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libjsvml.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/liblcms.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libmanagement.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libmanagement_agent.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libmanagement_ext.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libmlib_image.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libnet.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libnio.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libprefs.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/librmi.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libsctp.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libsplashscreen.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libsyslookup.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libverify.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/libzip.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/modules sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/psfont.properties.ja sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/psfontj2d.properties sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/security sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/security/blocked.certs sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/security/cacerts sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/security/default.policy sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/security/public_suffix_list.dat sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/server sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/server/classes.jsa sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/server/classes_nocoops.jsa sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/server/libjsig.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/server/libjvm.so sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/lib/tzdb.dat sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/jre/release sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/axis sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/axis/axis-wsdl4j.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/axis/axis.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.atualizartabela sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.atualizartabela/atualizartabela.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.bdembutido sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.bdembutido/bdembutido-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.bdembutido/bdembutido-mysql.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.comum sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-arquivo.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-hash.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-ioc.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-progresso.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-pva.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-relatorio.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-swing.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-xml.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.comum/comum.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.ppgd sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.ppgd.dependency sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.ppgd.dependency/formsrt.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.ppgd.dependency/jhall.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-formatos-externos.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-gui-beans.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-gui-swixml.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-gui.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-infraestrutura.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-negocio.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-dominio.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-edicao.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-geradorregistro.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-nucleo.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-persistencia.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-relatorios.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-validador.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.vepxml sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.vepxml.comum.sped sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.vepxml.comum.sped/vepxml-comum-sped.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-edicao.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-nucleo.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-persistencia-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-validador-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-validador-comum.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro/assinatura.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro/controleversao.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro/copiaseguranca.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro/jsignnet.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro/mscapijce.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro/receitanet.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro/recnet-envelope.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/br.gov.serpro/recnetutil.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.fasterxml.jackson.core sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.fasterxml.jackson.core/jackson-annotations.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.fasterxml.jackson.core/jackson-core.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.fasterxml.jackson.core/jackson-databind.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.github.virtuald sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.github.virtuald/curvesapi.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.google.code.gson sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.google.code.gson/gson.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.google.code.guice sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.google.code.guice/guice.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.google.errorprone sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.google.errorprone/error_prone_annotations.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.google.zxing sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.google.zxing/core.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.ibm.icu sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.ibm.icu/icu4j.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.jhlabs sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.jhlabs/filters.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.lowagie sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.lowagie/itext.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.sun.xml.bind sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.sun.xml.bind/jaxb-impl.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.sun.xml.fastinfoset sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.sun.xml.fastinfoset/FastInfoset.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.sun.xml.stream.buffer sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.sun.xml.stream.buffer/streambuffer.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.sun.xml.ws sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.sun.xml.ws/jaxws-rt.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.zaxxer sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/com.zaxxer/HikariCP.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-beanutils sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-beanutils/commons-beanutils.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-codec sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-codec/commons-codec.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-collections sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-collections/commons-collections.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-dbcp sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-dbcp/commons-dbcp.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-digester sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-digester/commons-digester.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-discovery sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-discovery/commons-discovery.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-io sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-io/commons-io.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-lang sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-lang/commons-lang.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-logging sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-logging/commons-logging.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-pool sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/commons-pool/commons-pool.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/jakarta-regexp sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/jakarta-regexp/jakarta-regexp.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/jakarta.activation sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/jakarta.activation/jakarta.activation-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/jakarta.annotation sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/jakarta.annotation/jakarta.annotation-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/jakarta.mail sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/jakarta.mail/jakarta.mail-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/jakarta.xml.bind sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/jakarta.xml.bind/jakarta.xml.bind-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/jakarta.xml.soap sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/jakarta.xml.soap/jakarta.xml.soap-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/jakarta.xml.ws sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/jakarta.xml.ws/jakarta.xml.ws-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/javax.activation sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/javax.activation/activation.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/javax.inject sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/javax.inject/javax.inject.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/javax.xml.bind sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/javax.xml.bind/jaxb-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/javax.xml.stream sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/javax.xml.stream/stax-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/junit sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/junit/junit.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/mysql sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/mysql/mysql-connector-java.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/net.java.dev.swing-layout sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/net.java.dev.swing-layout/swing-layout.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/net.sf.jasperreports sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/net.sf.jasperreports/jasperreports.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.axis sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.axis/axis-jaxrpc.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.axis/axis-saaj.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.commons sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.commons/commons-collections4.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.commons/commons-lang3.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.lucene sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.lucene/lucene-analyzers-common.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.lucene/lucene-core.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.lucene/lucene-queries.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.lucene/lucene-queryparser.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.lucene/lucene-sandbox.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.maven sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.maven/maven-artifact.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.poi sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.poi/poi-ooxml-schemas.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.poi/poi-ooxml.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.poi/poi.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.xmlbeans sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.apache.xmlbeans/xmlbeans.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.bouncycastle sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.bouncycastle/bcmail-jdk18on.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.bouncycastle/bcpkix-jdk18on.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.bouncycastle/bcprov-jdk15on.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.bouncycastle/bcprov-jdk18on.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.bouncycastle/bcutil-jdk18on.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.codehaus.castor sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.codehaus.castor/castor-core.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.codehaus.castor/castor-xml.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.codehaus.plexus sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.codehaus.plexus/plexus-utils.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.eclipse.jdt.core.compiler sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.eclipse.jdt.core.compiler/ecj.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.glassfish.external sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.glassfish.external/management-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.glassfish.gmbal sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.glassfish.gmbal/gmbal-api-only.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.glassfish.ha sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.glassfish.ha/ha-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.hamcrest sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.hamcrest/hamcrest-core.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.jfree sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.jfree/jcommon.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.jfree/jfreechart.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.json sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.json/json.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.jvnet.mimepull sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.jvnet.mimepull/mimepull.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.jvnet.staxex sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.jvnet.staxex/stax-ex.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.olap4j sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.olap4j/olap4j.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.slf4j sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.slf4j/slf4j-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.swinglabs sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.swinglabs/swing-worker.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/org.swinglabs/swingx.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/stax sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/stax/stax-api.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/lib/stax/stax.jar sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AC$AJ_APUR_DED$5$727 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AC$AJ_BENEF_INCENTIVO$6$725 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AC$COD_ITEM_IPM$2$1314 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AC$INF_ADIC_APUR$4$724 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AC$REC_REF_OBRIGACAO$4$726 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AL$AJ_APUR_DED$22$33 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AL$AJ_BENEF_INCENTIVO$7$35 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AL$COD_ITEM_IPM$2$1484 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AL$COD_MOT_REST_COMPL_ST$1$1675 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AL$COD_PROD_USINAS$1$1485 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AL$INF_ADIC_APUR$2$34 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AL$REC_REF_OBRIGACAO$16$196 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AM$AJ_APUR_DED$51$220 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AM$AJ_BENEF_INCENTIVO$34$222 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AM$INF_ADIC_APUR$4$221 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AM$REC_REF_OBRIGACAO$15$188 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AP$AJ_APUR_DED$8$842 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AP$AJ_BENEF_INCENTIVO$6$844 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AP$INF_ADIC_APUR$7$997 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AP$REC_REF_OBRIGACAO$3$845 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_AP$TP_UTIL_CRED_FISCAIS$1$843 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_BA$AJ_APUR_DED$37$190 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_BA$COD_ITEM_IPM$4$991 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_BA$INF_ADIC_APUR$8$245 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_BA$REC_REF_OBRIGACAO$7$189 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_BA$TP_UTIL_CRED_FISCAIS$2$408 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CARDOC$COD_SIT$6$18 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CARDOC$IND_EMIT$1$16 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CARDOC$MOD_DOC$9$17 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CE$AJ_APUR_DED$45$36 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CE$REC_REF_OBRIGACAO$8$197 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CLASCONS$CL_CONS_AGUA$1$28 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CLASCONS$CL_CONS_COMUN_TELECOM$1$30 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CLASCONS$CL_CONS_GAS$3$29 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CLASCONS$CL_ITENS_ENG_COM_TELECOM$3$31 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_CLASCONS$FAIXA_CONS_ENG_ELET$3$32 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$AJ_APUR_DED$33$838 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$AJ_BENEF_INCENTIVO$17$869 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$INF_ADIC_APUR$12$1168 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$ISS_UNIPROF$4$1170 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$REC_REF_OBRIGACAO$7$1315 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$TAB_CONTA_ISS_DF$3$1009 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$TAB_DOC_ISS$1$1007 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_DF$TAB_ISS_DF$2$1008 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ES$AJ_APUR_DED$34$171 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ES$AJ_BENEF_INCENTIVO$14$172 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ES$COD_ITEM_IPM$2$555 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ES$INF_ADIC_APUR$6$1664 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ES$REC_REF_OBRIGACAO$18$193 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GENERICA$AJ_APUR_DED$7$15 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GENERICA$COD_PROD_USINAS$3$1172 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GENERICA$REC_REF_OBRIGACAO$2$181 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GENERICA$TP_UTIL_CRED_FISCAIS$1$14 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$ANP$19$1 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$CFOP$14$2 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$COD_CEST$18$996 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$GEN_ITEM_MERC_SERV$1$3 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$MUNICIPIOS$20$4 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$OBR_ICMS_RECOL$1$5 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$PAISES$10$6 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$PAIS_SISCOMEX$13$13 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$TOT_PARC_REDZ$2$8 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$TP_CONHEC_TRANS$1$7 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$TP_CT_E$6$12 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$UF_COD_SIG$2$9 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$UF_SIG_NOM$4$10 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GLOBAL$VERSOES_LEIAUTE$20$11 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GO$AJ_APUR_DED$145$37 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GO$AJ_BENEF_INCENTIVO$46$39 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GO$INF_ADIC_APUR$48$38 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GO$REC_REF_OBRIGACAO$10$187 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_GO$TP_UTIL_CRED_FISCAIS$5$40 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_IPI$AJ_APUR_IPI$1$19 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_IPI$CLASS_CONTRIB_IPI$1$1171 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_IPI$CL_ENQ_IPI$2$20 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_IPI$ENQ_LEGAL_IPI$1$21 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_IPI$SELO_CONT_IPI$1$22 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MA$AJ_APUR_DED$28$122 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MA$AJ_BENEF_INCENTIVO$17$121 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MA$COD_ITEM_IPM$1$1313 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MA$REC_REF_OBRIGACAO$5$1614 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MA$TP_UTIL_CRED_FISCAIS$1$1617 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$AJ_APUR_DED$38$43 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$AJ_BENEF_INCENTIVO$35$45 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$COD_ITEM_IPM$3$1312 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$COD_MOT_REST_COMPL_ST$2$1309 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$COD_MSG_PRE_VALIDACAO$2$1674 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$COD_PROD_USINAS$3$1308 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$INF_ADIC_APUR$6$44 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$REC_REF_OBRIGACAO$10$194 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MG$TP_UTIL_CRED_FISCAIS$5$248 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MS$AJ_APUR_DED$42$42 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MS$AJ_BENEF_INCENTIVO$15$41 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MS$COD_MOT_REST_COMPL_ST$1$1311 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MS$REC_REF_OBRIGACAO$8$192 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MS$TP_UTIL_CRED_FISCAIS$3$1176 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MT$AJ_APUR_DED$137$131 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MT$AJ_BENEF_INCENTIVO$28$714 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MT$COD_PROD_USINAS$1$1318 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MT$INF_ADIC_APUR$49$170 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MT$REC_REF_OBRIGACAO$41$841 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_MT$TP_UTIL_CRED_FISCAIS$1$534 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PA$AJ_APUR_DED$34$123 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PA$AJ_BENEF_INCENTIVO$24$124 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PA$COD_ITEM_IPM$1$1663 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PA$COD_MOT_REST_COMPL_ST$1$1620 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PA$REC_REF_OBRIGACAO$16$186 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$AJ_APUR_DED$25$46 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$AJ_BENEF_INCENTIVO$2$48 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$COD_PROD_USINAS$1$1317 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$INF_ADIC_APUR$15$47 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$OBR_ICMS_RECOL$1$125 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$REC_REF_OBRIGACAO$12$195 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PB$TP_UTIL_CRED_FISCAIS$2$49 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PE$AJ_APUR_DED$12$212 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PE$COD_INF_ITEM$2$1019 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PE$COD_ITEM_IPM$1$1174 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PE$IND_SUBAP$1$1018 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PE$REC_REF_OBRIGACAO$8$1022 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PE$TP_UTIL_CRED_FISCAIS$1$1021 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PI$AJ_APUR_DED$103$127 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PI$COD_ITEM_IPM$1$1463 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PI$INF_ADIC_APUR$9$1329 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PI$REC_REF_OBRIGACAO$3$1330 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PI$TP_UTIL_CRED_FISCAIS$2$1616 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PR$AJ_APUR_DED$48$50 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PR$AJ_BENEF_INCENTIVO$5$51 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PR$COD_ITEM_IPM$4$1464 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PR$COD_PROD_USINAS$2$1325 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PR$INF_ADIC_APUR$25$1015 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PR$REC_REF_OBRIGACAO$3$191 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_PR$TP_UTIL_CRED_FISCAIS$3$1615 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$AJ_APUR_DED$125$52 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$AJ_BENEF_INCENTIVO$68$129 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$COD_ITEM_IPM$21$1034 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$COD_ITEM_IPM_ST$1$1665 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$COD_MOT_REST_COMPL_ST$1$1643 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$INF_ADIC_APUR$124$620 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$REC_REF_OBRIGACAO$6$1033 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RJ$TP_UTIL_CRED_FISCAIS$21$244 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$AJ_APUR_DED$78$126 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$AJ_BENEF_INCENTIVO$24$128 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$COD_ITEM_IPM$4$617 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$INF_ADIC_APUR$1$1619 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$REC_REF_OBRIGACAO$5$224 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RN$TP_UTIL_CRED_FISCAIS$1$223 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RO$AJ_APUR_DED$67$53 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RO$AJ_BENEF_INCENTIVO$42$179 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RO$COD_MOT_REST_COMPL_ST$1$1466 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RO$REC_REF_OBRIGACAO$6$185 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RO$TP_UTIL_CRED_FISCAIS$1$1624 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RS$AJ_APUR_DED$63$173 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RS$AJ_BENEF_INCENTIVO$96$176 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RS$COD_ITEM_IPM$1$715 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RS$COD_MOT_REST_COMPL_ST$3$1331 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RS$INF_ADIC_APUR$110$180 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RS$REC_REF_OBRIGACAO$6$184 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_RS$TP_UTIL_CRED_FISCAIS$5$175 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SC$AJ_APUR_DED$52$54 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SC$AJ_BENEF_INCENTIVO$62$55 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SC$COD_ITEM_IPM$7$249 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SC$COD_MSG_PRE_VALIDACAO$13$1642 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SC$INF_ADIC_APUR$25$1634 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SC$REC_REF_OBRIGACAO$19$183 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SE$AJ_APUR_DED$10$56 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SE$AJ_BENEF_INCENTIVO$6$57 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SE$COD_MOT_REST_COMPL_ST$1$1332 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SE$INF_ADIC_APUR$1$1637 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SE$REC_REF_OBRIGACAO$8$182 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SE$TP_UTIL_CRED_FISCAIS$1$58 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SP$AJ_APUR_DED$17$247 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SP$AJ_BENEF_INCENTIVO$10$598 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SP$COD_ITEM_IPM$4$246 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SP$REC_REF_OBRIGACAO$4$713 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_SP$TP_UTIL_CRED_FISCAIS$2$837 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ST$SIT_TRIB_COFINS$2$23 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ST$SIT_TRIB_ICMS$4$130 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ST$SIT_TRIB_ICMS_A$2$24 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ST$SIT_TRIB_ICMS_B$1$25 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ST$SIT_TRIB_IPI$1$26 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_ST$SIT_TRIB_PIS$2$27 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_TO$AJ_APUR_DED$11$59 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_TO$COD_ITEM_IPM$1$998 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_TO$INF_ADIC_APUR$6$60 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/SPEDFISCAL_TO$REC_REF_OBRIGACAO$2$1623 sped-fiscal.x86_64: E: dir-or-file-in-opt /opt/sped/fiscal/recursos/TabelasExternas/metadados sped-fiscal.x86_64: W: dangerous-command-in-%postun rm sped-fiscal.x86_64: W: dangerous-command-in-%post chown sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/fiscalpva.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.bdembutido/bdembutido-api.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.bdembutido/bdembutido-mysql.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-arquivo.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-hash.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-ioc.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-pva.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-relatorio.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.comum/comum-swing.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.comum/comum.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.ppgd/ppgd-gui-swixml.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-dominio.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-edicao.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-geradorregistro.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-nucleo.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-persistencia.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-relatorios.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.sped.fiscalpva/fiscalpva-validador.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-edicao.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-nucleo.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-validador-api.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro.vepxml/vepxml-validador-comum.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro/assinatura.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro/jsignnet.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/br.gov.serpro/receitanet.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/com.sun.xml.bind/jaxb-impl.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/com.sun.xml.ws/jaxws-rt.jar sped-fiscal.x86_64: W: class-path-in-manifest /opt/sped/fiscal/lib/org.glassfish.ha/ha-api.jar sped-fiscal.spec:25: E: buildarch-instead-of-exclusivearch-tag x86_64 sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/bin/java (RUNPATH: $ORIGIN:$ORIGIN/../lib) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/bin/jfr (RUNPATH: $ORIGIN:$ORIGIN/../lib) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/bin/jrunscript (RUNPATH: $ORIGIN:$ORIGIN/../lib) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/bin/jwebserver (RUNPATH: $ORIGIN:$ORIGIN/../lib) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/bin/keytool (RUNPATH: $ORIGIN:$ORIGIN/../lib) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/bin/rmiregistry (RUNPATH: $ORIGIN:$ORIGIN/../lib) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libawt.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libawt_headless.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libawt_xawt.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libdt_socket.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libextnet.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libfontmanager.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libfreetype.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libinstrument.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libj2gss.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libj2pcsc.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libj2pkcs11.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libjaas.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libjava.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libjavajpeg.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libjawt.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libjdwp.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libjimage.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libjli.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libjsig.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libjsound.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libjsvml.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/liblcms.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libmanagement.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libmanagement_agent.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libmanagement_ext.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libmlib_image.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libnet.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libnio.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libprefs.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/librmi.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libsctp.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libsplashscreen.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libverify.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/libzip.so (RUNPATH: $ORIGIN) sped-fiscal.x86_64: E: binary-or-shlib-defines-rpath /opt/sped/fiscal/jre/lib/server/libjsig.so (RUNPATH: $ORIGIN) 2 packages and 0 specfiles checked; 1763 errors, 91 warnings, 611 filtered, 1763 badness; has taken 8.5 s Rpmlint (installed packages) ---------------------------- ============================ rpmlint session starts ============================ rpmlint: 2.8.0 configuration: /usr/lib/python3.14/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml checks: 32, packages: 1 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s (none): E: there is no installed rpm "sped-fiscal". There are no files to process nor additional arguments. Nothing to do, aborting. Unversioned so-files -------------------- sped-fiscal: /opt/sped/fiscal/jre/lib/libawt.so sped-fiscal: /opt/sped/fiscal/jre/lib/libawt_headless.so sped-fiscal: /opt/sped/fiscal/jre/lib/libawt_xawt.so sped-fiscal: /opt/sped/fiscal/jre/lib/libdt_socket.so sped-fiscal: /opt/sped/fiscal/jre/lib/libextnet.so sped-fiscal: /opt/sped/fiscal/jre/lib/libfontmanager.so sped-fiscal: /opt/sped/fiscal/jre/lib/libfreetype.so sped-fiscal: /opt/sped/fiscal/jre/lib/libinstrument.so sped-fiscal: /opt/sped/fiscal/jre/lib/libj2gss.so sped-fiscal: /opt/sped/fiscal/jre/lib/libj2pcsc.so sped-fiscal: /opt/sped/fiscal/jre/lib/libj2pkcs11.so sped-fiscal: /opt/sped/fiscal/jre/lib/libjaas.so sped-fiscal: /opt/sped/fiscal/jre/lib/libjava.so sped-fiscal: /opt/sped/fiscal/jre/lib/libjavajpeg.so sped-fiscal: /opt/sped/fiscal/jre/lib/libjawt.so sped-fiscal: /opt/sped/fiscal/jre/lib/libjdwp.so sped-fiscal: /opt/sped/fiscal/jre/lib/libjimage.so sped-fiscal: /opt/sped/fiscal/jre/lib/libjli.so sped-fiscal: /opt/sped/fiscal/jre/lib/libjsig.so sped-fiscal: /opt/sped/fiscal/jre/lib/libjsound.so sped-fiscal: /opt/sped/fiscal/jre/lib/libjsvml.so sped-fiscal: /opt/sped/fiscal/jre/lib/liblcms.so sped-fiscal: /opt/sped/fiscal/jre/lib/libmanagement.so sped-fiscal: /opt/sped/fiscal/jre/lib/libmanagement_agent.so sped-fiscal: /opt/sped/fiscal/jre/lib/libmanagement_ext.so sped-fiscal: /opt/sped/fiscal/jre/lib/libmlib_image.so sped-fiscal: /opt/sped/fiscal/jre/lib/libnet.so sped-fiscal: /opt/sped/fiscal/jre/lib/libnio.so sped-fiscal: /opt/sped/fiscal/jre/lib/libprefs.so sped-fiscal: /opt/sped/fiscal/jre/lib/librmi.so sped-fiscal: /opt/sped/fiscal/jre/lib/libsctp.so sped-fiscal: /opt/sped/fiscal/jre/lib/libsplashscreen.so sped-fiscal: /opt/sped/fiscal/jre/lib/libsyslookup.so sped-fiscal: /opt/sped/fiscal/jre/lib/libverify.so sped-fiscal: /opt/sped/fiscal/jre/lib/libzip.so sped-fiscal: /opt/sped/fiscal/jre/lib/server/libjsig.so sped-fiscal: /opt/sped/fiscal/jre/lib/server/libjvm.so Requires -------- sped-fiscal (rpmlib, GLIBC filtered): /bin/sh desktop-file-utils libnsl(x86-32) libxcrypt-compat(x86-32) python3-distro Provides -------- sped-fiscal: PVA_EFD application() application(br.gov.serpro.sped.fiscalpva.desktop) libawt.so()(64bit) libawt_headless.so()(64bit) libawt_xawt.so()(64bit) libdt_socket.so()(64bit) libextnet.so()(64bit) libfontmanager.so()(64bit) libfreetype.so()(64bit) libinstrument.so()(64bit) libj2gss.so()(64bit) libj2pcsc.so()(64bit) libj2pkcs11.so()(64bit) libjaas.so()(64bit) libjava.so()(64bit) libjavajpeg.so()(64bit) libjawt.so()(64bit) libjdwp.so()(64bit) libjimage.so()(64bit) libjli.so()(64bit) libjsig.so()(64bit) libjsound.so()(64bit) libjsvml.so()(64bit) libjvm.so()(64bit) libjvm.so(SUNWprivate_1.1)(64bit) liblcms.so()(64bit) libmanagement.so()(64bit) libmanagement_agent.so()(64bit) libmanagement_ext.so()(64bit) libmlib_image.so()(64bit) libnet.so()(64bit) libnio.so()(64bit) libprefs.so()(64bit) librmi.so()(64bit) libsctp.so()(64bit) libsplashscreen.so()(64bit) libsyslookup.so()(64bit) libverify.so()(64bit) libzip.so()(64bit) sped-fiscal sped-fiscal(x86-64) Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name sped-fiscal --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-43-x86_64 Active plugins: Shell-api, Generic, Java Disabled plugins: PHP, R, C/C++, Ocaml, SugarActivity, fonts, Python, Perl, Haskell Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH