HomeFreeBSD

Avoid 'rpm -q' bug for 'make pkg'

Description

Avoid 'rpm -q' bug for 'make pkg'

RPM version 4.9.0 has been observed to generate extra debug
messages in certain cases. These debug messages prevent us
from cleanly acquiring the architecture. This is clearly
an upstream RPM bug which will get fixed. But until then
a safe solution is to pipe the result through 'tail -1'
to just grab the architecture bit we care about.

Example 'rpm -qp spl-0.6.0-rc4.src.rpm --qf %{arch}' output:

Freeing read locks for locker 0x166: 28031/47480843735008
Freeing read locks for locker 0x168: 28031/47480843735008
x86_64

Details

Provenance
Brian Behlendorf <behlendorf1@llnl.gov>Authored on Jun 16 2011, 7:14 PM
Parents
rGe2e7aa2df887: Add ZFS specific mmap() checks
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGbd2f5ac97f42: Avoid 'rpm -q' bug for 'make pkg' (authored by Brian Behlendorf <behlendorf1@llnl.gov>).Jul 1 2011, 7:39 PM