Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 801235 - sys-libs/libservicelog-1.1.19 - fails to run tests
Summary: sys-libs/libservicelog-1.1.19 - fails to run tests
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 800770
  Show dependency tree
 
Reported: 2021-07-08 17:11 UTC by ernsteiswuerfel
Modified: 2021-09-07 03:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (libservicelog-1.1.19:20210708-170650.log,24.14 KB, text/plain)
2021-07-08 17:11 UTC, ernsteiswuerfel
Details
emerge --info (file_801235.txt,5.82 KB, text/plain)
2021-07-08 17:12 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2021-07-08 17:11:38 UTC
Created attachment 722824 [details]
build.log

[...]
>>> Test phase: sys-libs/libservicelog-1.1.19
make -j16 -l18   check
make  all-am
make[1]: Entering directory '/var/tmp/portage/sys-libs/libservicelog-1.1.19/work/libservicelog-1.1.19'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/var/tmp/portage/sys-libs/libservicelog-1.1.19/work/libservicelog-1.1.19'
make  check-am
make[1]: Entering directory '/var/tmp/portage/sys-libs/libservicelog-1.1.19/work/libservicelog-1.1.19'
make  src/tests/test_libservicelog
make[2]: Entering directory '/var/tmp/portage/sys-libs/libservicelog-1.1.19/work/libservicelog-1.1.19'
powerpc-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./config    -Wall -g -I.. -I./servicelog-1 -DDEST_DIR='"/usr"' -Os -mcpu=7450 -pipe -c -o src/tests/test_libservicelog.o src/tests/test_libservicelog.c
/bin/sh ./libtool  --tag=CC   --mode=link powerpc-unknown-linux-gnu-gcc -Wall -g -I.. -I./servicelog-1 -DDEST_DIR='"/usr"' -Os -mcpu=7450 -pipe -lsqlite3 -lrtas -lrtasevent -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o src/tests/test_libservicelog src/tests/test_libservicelog.o libservicelog.la -lrtas -lrtasevent -lsqlite3 

*** Warning: Linking the executable src/tests/test_libservicelog against the loadable module
*** libservicelog.so is not portable!
libtool: link: powerpc-unknown-linux-gnu-gcc -Wall -g -I.. -I./servicelog-1 -DDEST_DIR=\"/usr\" -Os -mcpu=7450 -pipe -Wl,-O1 -Wl,--hash-style=gnu -o src/tests/.libs/test_libservicelog src/tests/test_libservicelog.o  -Wl,--as-needed ./.libs/libservicelog.so -lrtas -lrtasevent -lsqlite3
make[2]: Leaving directory '/var/tmp/portage/sys-libs/libservicelog-1.1.19/work/libservicelog-1.1.19'
make  check-TESTS
make[2]: Entering directory '/var/tmp/portage/sys-libs/libservicelog-1.1.19/work/libservicelog-1.1.19'
make[3]: Entering directory '/var/tmp/portage/sys-libs/libservicelog-1.1.19/work/libservicelog-1.1.19'
FAIL: src/tests/run_tests
============================================================================
Testsuite summary for libservicelog 1.1.19
============================================================================
# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
Comment 1 ernsteiswuerfel archtester 2021-07-08 17:12:09 UTC
Created attachment 722827 [details]
emerge --info