Bug 1393153 - avr-libc FTBFS on aarch64 epel7
Summary: avr-libc FTBFS on aarch64 epel7
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: avr-libc
Version: epel7
Hardware: aarch64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Dennis Chen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: epel7aarch64
TreeView+ depends on / blocked
 
Reported: 2016-11-09 01:47 UTC by D. Marlin
Modified: 2024-06-14 14:44 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-06-14 14:44:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description D. Marlin 2016-11-09 01:47:46 UTC
Description of problem:

avr-libc fails to build from source for Fedora EPEL7 on RHELSA-7.2.


Version-Release number of selected component (if applicable):

avr-libc-1.8.0-5.el7


How reproducible:

  consistently


Steps to Reproduce:
1.  On a RHELSA-7.2 host:
    mock rebuild avr-libc-1.8.0-5.el7.src.rpm
2.
3.

Actual results:

Fails to build with the following error:

configure: error: cannot guess build type; you must specify one


Expected results:

builds without errors.


Additional info:

According to the spec file:

  #autoreconf -fiv # required for aarch64 support, not needed since autotools 2.69+

however RHELSA-7.2 provides autoconf-2.69-11.el7, and the build still fails.  If I uncomment that line:

  autoreconf -fiv # required for aarch64 support, not needed since autotools 2.69+

the build completes successfully.


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