On Thu, Feb 25, 2016 at 12:47 PM, Arnie Stender <[email protected]> wrote:
> Good morning, > I finally got my kernel configured to the point where X will run and I > am building Xfce. I got to book 7.8 as-spi2-core-2.16.0 and ran into my > inadequate knowledge again. The package compiled without complaint but > 'make check' failed in at least 3 places. Just before the instruction to > run make check the book says "A session bus address is necessary to run the > tests" What exactly is a session address? I have all the listed > dependencies for this package. My gut tells me I can just install the > package but I felt I should get instruction from the people who know and > not "assume" everything will be OK. I will post the output from make check > but I have the feeling you won't need it to tell me what I am doing wrong. > > make check-TESTS > make[2]: Entering directory > '/home/astender/blfs/xsource/at-spi2-core-2.16.0/dbind' > make[3]: Entering directory > '/home/astender/blfs/xsource/at-spi2-core-2.16.0/dbind' > ../config/test-driver: line 95: 9565 Aborted "$@" > > $log_file 2>&1 > FAIL: dbtest > make[4]: Entering directory > '/home/astender/blfs/xsource/at-spi2-core-2.16.0/dbind' > make[4]: Nothing to be done for 'all'. > make[4]: Leaving directory > '/home/astender/blfs/xsource/at-spi2-core-2.16.0/dbind' > =================================================== > Testsuite summary for at-spi2-core 2.16.0 > ================================================== > # TOTAL: 1 > # PASS: 0See dbind/test-suite.log > Please report to [email protected] > > ============================================================================ > Makefile:770: recipe for target 'test-suite.log' failed > make[3]: *** [test-suite.log] Error 1 > make[3]: Leaving directory > '/home/astender/blfs/xsource/at-spi2-core-2.16.0/dbind' > Makefile:876: recipe for target 'check-TESTS' failed > make[2]: *** [check-TESTS] Error 2 > make[2]: Leaving directory > '/home/astender/blfs/xsource/at-spi2-core-2.16.0/dbind' > Makefile:949: recipe for target 'check-am' failed > make[1]: *** [check-am] Error 2 > make[1]: Leaving directory > '/home/astender/blfs/xsource/at-spi2-core-2.16.0/dbind' > Makefile:540: recipe for target 'check-recursive' failed > make: *** [check-recursive] Error 1 > > # SKIP: 0 > # XFAIL: 0 > # FAIL: 1 > # XPASS: 0 > # ERROR: 0 > =================================================== > See dbind/test-suite.log > Please report to [email protected] > =================================================== > Makefile:770: recipe for target 'test-suite.log' failed > make[3]: *** [test-suite.log] Error 1 > make[3]: Leaving directory > '/home/astender/blfs/xsource/at-spi2-core-2.16.0/dbind' > Makefile:876: recipe for target 'check-TESTS' failed > make[2]: *** [check-TESTS] Error 2 > make[2]: Leaving directory > '/home/astender/blfs/xsource/at-spi2-core-2.16.0/dbind' > Makefile:949: recipe for target 'check-am' failed > make[1]: *** [check-am] Error 2 > make[1]: Leaving directory > '/home/astender/blfs/xsource/at-spi2-core-2.16.0/dbind' > Makefile:540: recipe for target 'check-recursive' failed > make: *** [check-recursive] Error 1 > > >From one newbie to another, Try running the command: dbus-launch make check I am not entirely sure what a session bus address is, but dbus-launch starts a session daemon which will provide the session bus address for the command. See the Configuring D-Bus section of the D-Bus page for more info. Hope this helps. > -- > http://lists.linuxfromscratch.org/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page >
-- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
