#2547 closed defect (fixed)

qemu fails to build on CentOS 6.x 32-bit

Reported by: Joel Sherrill Owned by: Chris Johns
Priority: normal Milestone: 4.11
Component: tool/rsb Version: 4.11
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

When attempting to rebuild all 4.12 tools from master and 4.11 tools from the 4.11 branch, I encountered this building qemu:

CC trace/generated-events.o
AR libqemustub.a

lt LINK vscclient
/usr/bin/ld: -f may not be used without -shared
collect2: ld returned 1 exit status
make: * [vscclient] Error 1

A Google turned up https://lists.gnu.org/archive/html/qemu-discuss/2015-01/msg00037.html which suggested adding --disable-smartcard-nss to the configure line.

It worked. Filing a ticket to track the issue and proposed patch.

Change History (2)

comment:1 Changed on 01/24/16 at 22:02:45 by Joel Sherrill <joel@…>

Resolution: fixed
Status: newclosed

In 14b00fff999ad8eeb39fddd028634ba90ee7ff51/rtems-source-builder:

source-builder/config/qemu-1-1.cfg: Add --disable-smartcard-nss

closes #2547.

comment:2 Changed on 01/24/16 at 22:03:44 by Joel Sherrill <joel@…>

In 436ec884a86c32166a538e5190e13ae088169533/rtems-source-builder:

source-builder/config/qemu-1-1.cfg: Add --disable-smartcard-nss

closes #2547.

Note: See TracTickets for help on using tickets.