Bug 1112571
| Summary: | perl-Gtk3-WebKit-0.06-2.fc21 FTBFS: | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
| Component: | perl-Gtk3-WebKit | Assignee: | David Dick <ddick> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | ddick, perl-devel, thierry.vignaud |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://koji.fedoraproject.org/koji/taskinfo?taskID=7070287 | ||
| Whiteboard: | |||
| Fixed In Version: | xorg-x11-server-1.15.99.903-3.fc21 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-07-03 07:21:19 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1113128 | ||
| Bug Blocks: | |||
|
Description
Petr Pisar
2014-06-24 08:54:05 UTC
Interesting. To get rid of the XDG_RUNTIME_DIR error message i made up a new srpm and built it at http://koji.fedoraproject.org/koji/taskinfo?taskID=7070469 Extract from logs is below; Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.emj3cp + umask 022 + cd /builddir/build/BUILD + cd Gtk3-WebKit-0.06 + XDG_RUNTIME_DIR=/builddir + xvfb-run -a make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Unable to init server: Could not connect: Connection refused (webkit.t:19485): Gtk-WARNING **: cannot open display: :99 t/webkit.t .. Dubious, test returned 1 (wstat 256, 0x100) No subtests run Test Summary Report ------------------- t/webkit.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: No plan found in TAP output Files=1, Tests=0, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.17 cusr 0.01 csys = 0.22 CPU) Result: FAIL Which looks like xvfb-run to launch a server. Will need to investigate this more. A workaround is available here: http://svnweb.mageia.org/packages/cauldron/x11-server/current/SOURCES/fix-xvfb-crash.diff?revision=639902&view=markup it fixes Gtk2 build on Mageia which was broken (xvfb is segfaulting when a client connects but this is hidden by xvfb-run...) |