Opened on 04/11/18 at 22:30:55
Closed on 04/06/20 at 05:09:31
#3388 closed defect (fixed)
rtems-tester: possible parsing error for qemuprep-altivec on exclude SMP configuration
Reported by: | Joel Sherrill | Owned by: | chrisj@… |
---|---|---|---|
Priority: | normal | Milestone: | 5.1 |
Component: | tool | Version: | 5 |
Severity: | normal | Keywords: | rtems-tester |
Cc: | Blocked By: | ||
Blocking: |
Description
These failures have persisted across all the autoconf changes:
Failures:
powerpc/qemuprep-altivec:
configure --target=powerpc-rtems5 --enable-rtemsbsp=qemuprep-altivec\
--prefix=/home/joel/rtems-work/bsps --enable-networking --enable-smp
ld/collect2:0 error: no error message found!
powerpc/qemuprep-altivec:
configure --target=powerpc-rtems5 --enable-rtemsbsp=qemuprep-altivec\
--prefix=/home/joel/rtems-work/bsps --enable-debug --enable-smp
ld/collect2:0 error: no error message found!
powerpc/qemuprep-altivec:
configure --target=powerpc-rtems5 --enable-rtemsbsp=qemuprep-altivec\
--prefix=/home/joel/rtems-work/bsps --enable-debug --enable-\
networking --enable-smp
ld/collect2:0 error: no error message found!
powerpc/qemuprep-altivec:
configure --target=powerpc-rtems5 --enable-rtemsbsp=qemuprep-altivec\
--prefix=/home/joel/rtems-work/bsps --enable-smp
ld/collect2:0 error: no error message found!
I checked and it looks like qemuprep-altivec is listed in the smp excludes section.
It is the only BSP with a - in the name that is in smp-excludes. Could it be that the
matching fails in this case?
The other is pc586-sse which is SMP excluded also but using a different mechanism..
Change History (3)
comment:1 Changed on 10/19/18 at 00:34:17 by Chris Johns
comment:3 Changed on 04/06/20 at 05:09:31 by Gedare Bloom
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This should be fixed in a recent
rtems-tools
. Please test and closed fixed if it is fixed.