RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1601372 - [fix available] libreoffice fails to build with --nocheck
Summary: [fix available] libreoffice fails to build with --nocheck
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libreoffice
Version: 7.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Caolan McNamara
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On: 1601882
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-07-16 08:31 UTC by Kamil Dudka
Modified: 2020-03-31 20:06 UTC (History)
4 users (show)

Fixed In Version: libreoffice-5.3.6.1-23.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1601882 (view as bug list)
Environment:
Last Closed: 2020-03-31 20:06:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2020:1151 0 None None None 2020-03-31 20:06:58 UTC

Description Kamil Dudka 2018-07-16 08:31:09 UTC
Version-Release number of selected component (if applicable):
libreoffice-5.3.6.1-16.el7


Steps to Reproduce:
1. rpmbuild --nocheck --rebuild libreoffice-5.3.6.1-16.el7.src.rpm


Actual results:
[...]
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libreoffice-5.3.6.1-10.el7.x86_64
error: Installed (but unpackaged) file(s) found:
   /usr/lib64/libreoffice/program/classes/smoketest.jar


Expected results:
Successful build.


Additional info:
This bug prevents the package from being automatically analyzed by Covscan.

The following patch fixes it:

--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -1485,12 +1485,6 @@ for jar in %{buildroot}%{baseinstdir}/program/classes/*.jar; do
     esac
 done

-%check
-unset WITH_LANG
-# work around flawed accessibility check
-export JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY="1"
-export OOO_TEST_SOFFICE=path:%{buildroot}%{baseinstdir}/program/soffice
-# timeout -k 2m 2h make smoketest.subsequentcheck
 # we don't need this anymore
 rm -f %{buildroot}%{baseinstdir}/program/classes/smoketest.jar

Comment 8 errata-xmlrpc 2020-03-31 20:06:45 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2020:1151


Note You need to log in before you can comment on or make changes to this bug.