Bug 1594191

Summary: libspf2: FTBFS with automake-1.16 in Fedora rawhide
Product: [Fedora] Fedora Reporter: Jitka Plesnikova <jplesnik>
Component: libspf2Assignee: Steve Jenkins <steve>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 29CC: pbrobinson, steve
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://apps.fedoraproject.org/koschei/package/libspf2
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-03-21 09:24:55 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 Jitka Plesnikova 2018-06-22 11:04:31 UTC
Description of problem:
Package libspf2 fails to build from source in Fedora rawhide with following error:

CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.15 -I m4
/bin/sh: aclocal-1.15: command not found
make: *** [Makefile:372: aclocal.m4] Error 127

It it caused by update from automake-1.15 to automake-1.16.

Steps to Reproduce:
koji build --scratch f29 libspf2-1.2.10-17.20150405gitd57d79fd.fc28.src.rpm

Additional info:
This package is tracked by Koschei. See:
http://apps.fedoraproject.org/koschei/package/libspf2

Dependency changes from the latest successful build can be found here:
https://apps.fedoraproject.org/koschei/build/4527627

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

Comment 2 Jitka Plesnikova 2018-09-13 13:06:54 UTC
It can be fixed by following commands in %prep, which regenerate files for automake 1.16.

libtoolize --copy --force
autoreconf -vif

autoconf and libtool have to be added to BuildRequires.

0003-autoreconf-f21.patch and 0004-autoreconf-on-f22.patch can be removed if you use the command.