Bug 1034306 - fails to build for AArch64
Summary: fails to build for AArch64
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: squid
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Pavel Šimerda (pavlix)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1038337 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-25 14:53 UTC by Marcin Juszkiewicz
Modified: 2013-12-30 14:17 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-30 14:17:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
spec patch (1.29 KB, patch)
2013-11-25 14:53 UTC, Marcin Juszkiewicz
no flags Details | Diff

Description Marcin Juszkiewicz 2013-11-25 14:53:10 UTC
Created attachment 828717 [details]
spec patch

Description of problem:
During the initial build of packages on the ARM (Aarch64) architecture,
squid failed to build.

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

How reproducible:
  Always

Steps to Reproduce:
  Attempt to build package on Aarch64 system

Actual results:
  Fails to build.

Additional info:
Squid's spec file includes some custom logic in its configure line to recognize when large file support for 32 bit architectures is unnecessary. It isn't necessary for aarch64, so aarch64 should be added to the ifnarch line like so:

   %ifnarch ppc64 ia64 x86_64 s390x aarch64
   --with-large-files \
   %endif

Comment 1 Michal Luscon 2013-12-30 13:07:38 UTC
*** Bug 1038337 has been marked as a duplicate of this bug. ***

Comment 2 Michal Luscon 2013-12-30 14:17:45 UTC
Fixed in squid-3.4.1-1.fc21


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