Opened 6 years ago

Closed 6 years ago

#9961 closed enhancement (fixed)

at-spi2-atk-2.26.1 at-spi2-core-2.26.2

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point versions.

Change History (4)

comment:1 by bdubbs@…, 6 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 6 years ago

What's new in at-spi2-core 2.26.2:

  • dist po/meson.build (bgo#789666).
  • Generate correct sonname when building with meson.

comment:3 by bdubbs@…, 6 years ago

What's new in at-spi2-atk 2.26.1:

  • meson: Ensure paths written to .pc file are absolute.
  • Package a couple of missing meson.build files.

comment:4 by bdubbs@…, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 19466.

I tried to update to meson/ninja, but had problems with tests and docs so I left it using autotools. If someone wants to try, I tried (for at-spi2-core):

mkdir build &&
cd    build &&
meson --prefix=/usr --sysconfdir=/etc  -Denable_docs=true .. &&
ninja -j1 &&
ninja -j1 test &&
sudo ninja -j1 install

And got:

BLFS Start CHECK
[0/1] Running all tests.
1/2 dbind-test                              OK       0.00 s
2/2 memory                                  TIMEOUT 30.03 s

OK:         1
FAIL:       1
SKIP:       0
TIMEOUT:    1

The output from the failed tests:

2/2 memory                                  TIMEOUT 30.03 s

--- command ---
/tmp/at-spi2-meson/at-spi2-core-2.26.2/build/test/memory
-------

Full log written to /tmp/at-spi2-meson/at-spi2-core-2.26.2/build/meson-logs/\
testlog.txt
FAILED: meson-test

The detailed log showed:

Error getting team spaces org.freedesktop.DBus.Error.NoReply: timeout from dbind

The autotools version did not seem to run the 2nd test.

Note: See TracTickets for help on using tickets.