Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 631932 - sys-auth/elogind-234.3 : FAIL: test-copy
Summary: sys-auth/elogind-234.3 : FAIL: test-copy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas Sturmlechner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-24 13:22 UTC by Toralf Förster
Modified: 2018-01-31 14:18 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.35 KB, text/plain)
2017-09-24 13:22 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,308.57 KB, text/plain)
2017-09-24 13:22 UTC, Toralf Förster
Details
environment (environment,137.02 KB, text/plain)
2017-09-24 13:22 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,46.04 KB, application/x-bzip)
2017-09-24 13:22 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,24.56 KB, application/x-bzip)
2017-09-24 13:22 UTC, Toralf Förster
Details
sys-auth:elogind-234.3:20170924-122641.log.bz2 (sys-auth:elogind-234.3:20170924-122641.log.bz2,21.90 KB, application/x-bzip)
2017-09-24 13:22 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,56.90 KB, application/x-bzip)
2017-09-24 13:22 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-09-24 13:22:07 UTC
PASS: test-locale-util
./build-aux/test-driver: line 107:  3283 Aborted                 "$@" > $log_file 2>&1
FAIL: test-copy
PASS: test-verbs
PASS: test-signal-util
PASS: test-selinux

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop_libressl_20170914-215948

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.5.1 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv sys-auth/elogind
[ebuild  N    ] sys-auth/elogind-234.3  USE="acl pam policykit -debug (-selinux)"
Comment 1 Toralf Förster gentoo-dev 2017-09-24 13:22:10 UTC
Created attachment 496278 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-09-24 13:22:13 UTC
Created attachment 496280 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-09-24 13:22:17 UTC
Created attachment 496282 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-09-24 13:22:21 UTC
Created attachment 496284 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-09-24 13:22:24 UTC
Created attachment 496286 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-09-24 13:22:27 UTC
Created attachment 496288 [details]
sys-auth:elogind-234.3:20170924-122641.log.bz2
Comment 7 Toralf Förster gentoo-dev 2017-09-24 13:22:30 UTC
Created attachment 496290 [details]
temp.tbz2
Comment 8 Andreas Sturmlechner gentoo-dev 2017-12-11 22:01:40 UTC
CCing Sven, maybe you have an idea right away before I look into it.
Comment 9 Sven Eden 2017-12-12 07:31:53 UTC
(In reply to Andreas Sturmlechner from comment #8)
> CCing Sven, maybe you have an idea right away before I look into it.

According to the log, test-login failed, too. Both should not fail, although this result is not as telling as it were if this was systemd itself.

I'll have a look tonight whether
 a) these tests fail on my dev machine, too, and
 b) if they do, why this is so.
Comment 10 Sven Eden 2017-12-13 11:15:55 UTC
Ok. I have tested a bit and found this out:

a) test-login fails, because it uses functions that are unsupported by elogind.
b) test-copy does *not* fail on master, which is elogind-v235.

For a) I am currently taking a look whether said functions can be enabled without systemd slices support. I have to analyze what the function chain actually tries to accomplish, and maybe I can enable a bunch of previously unsupported API functions.

For b) I'll take a look what the changes between v234 and v235 are. Maybe it is just a simple fix I can back-port.

I'll set this to IN_PROGRESS, although it is an upstream bug. But as nobody has raised an issue for it, this can stay here for a couple of days, no?

I hope to be able to release a new series, including elogind-235.1 until the end of the year.
Comment 11 Andreas Sturmlechner gentoo-dev 2017-12-13 22:23:13 UTC
thanks for your time, I guess we can disable test a) then.
Comment 12 Larry the Git Cow gentoo-dev 2018-01-14 23:05:12 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db7c7784460eb0ad23bdec0a67c9a0352f81ba6

commit 1db7c7784460eb0ad23bdec0a67c9a0352f81ba6
Author:     Sven Eden <yamakuzure@gmx.net>
AuthorDate: 2018-01-14 22:52:49 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-01-14 23:04:54 +0000

    sys-auth/elogind: 235.1 version bump, switched to meson
    
    Tests pass.
    
    Bug: https://bugs.gentoo.org/631932
    Closes: https://bugs.gentoo.org/644600
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-auth/elogind/Manifest                       |   1 +
 sys-auth/elogind/elogind-235.1.ebuild           | 125 ++++++++++++++++++++++++
 sys-auth/elogind/files/elogind-235.1-docs.patch |  20 ++++
 3 files changed, 146 insertions(+)}
Comment 13 Andreas Sturmlechner gentoo-dev 2018-01-31 14:18:32 UTC
234.3 is no longer in tree.