Bug 1558586

Summary: FTBFS with parallel make
Product: [Fedora] Fedora Reporter: Dominik 'Rathann' Mierzejewski <dominik>
Component: innAssignee: Dominik 'Rathann' Mierzejewski <dominik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dominik, jochen, ovasik
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-10-22 07:45:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dominik 'Rathann' Mierzejewski 2018-03-20 14:40:59 UTC
Description of problem:
INN fails to build with parallel make.

Version-Release number of selected component (if applicable):
2.6.1-11.fc29

How reproducible:
Often.

Steps to Reproduce:
1. Uncomment %{?_smp_mflags} in the %build section
2. build the current inn src.rpm

Actual results:
gcc: error: /builddir/build/BUILD/inn-2.6.2/storage/.libs/libstorage.so: No such file or directory

Expected results:
Successful build.

Comment 2 Jan Kurik 2018-08-14 10:10:07 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 29 development cycle.
Changing version to '29'.

Comment 3 Dominik 'Rathann' Mierzejewski 2019-10-19 08:21:12 UTC
Bumping to rawhide.

Comment 4 Dominik 'Rathann' Mierzejewski 2021-10-21 21:46:24 UTC
Looks like upstream has finally analysed this and is working on a fix.

Comment 5 Dominik 'Rathann' Mierzejewski 2021-10-22 07:45:03 UTC
Applied a workaround patch proposed upstream (https://github.com/InterNetNews/inn/pull/208).