Project

General

Profile

Actions

Bug #14811

closed

RPM: yasm complains when building with %{with lowmem_builder}

Added by Nathan Cutler about 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
Community (dev)
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

When the "with lowmem_builder" bcond is active, the string "--param ggc-min-expand=20 --param ggc-min-heapsize=32768" is added to RPM_OPT_FLAGS. In the course of the build, these parameters get passed on to yasm-wrapper:

./yasm-wrapper: yasm -I. -f elf64 ggc-min-expand=20 ggc-min-heapsize=32768 common/crc32c_intel_fast_zero_asm.S -o common/.libs/libcommon_crc_la-crc32c_intel_fast_zero_asm.o

And yasm-wrapper dutifully passes them on to yasm, which doesn't understand and complains:

yasm: warning: can open only one input file, only the last file will be processed

By coincidence, it does the right thing.

Actions #2

Updated by Nathan Cutler about 8 years ago

  • Status changed from In Progress to Fix Under Review
Actions #3

Updated by Nathan Cutler about 8 years ago

  • Status changed from Fix Under Review to 17
Actions #4

Updated by Sage Weil about 8 years ago

  • Status changed from 17 to Resolved
Actions

Also available in: Atom PDF