Bug 1594191 - libspf2: FTBFS with automake-1.16 in Fedora rawhide
Summary: libspf2: FTBFS with automake-1.16 in Fedora rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libspf2
Version: 29
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Steve Jenkins
QA Contact: Fedora Extras Quality Assurance
URL: http://apps.fedoraproject.org/koschei...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-06-22 11:04 UTC by Jitka Plesnikova
Modified: 2019-03-21 09:24 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-03-21 09:24:55 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


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