Bug 1455282 - yad compiled with --enable-html but without webkitgtk3-devel
Summary: yad compiled with --enable-html but without webkitgtk3-devel
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: yad
Version: 26
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Elder Marco
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-05-24 16:15 UTC by Jay Guerette
Modified: 2017-12-09 03:30 UTC (History)
2 users (show)

Fixed In Version: yad-0.40.0-2.fc27 yad-0.40.0-2.fc26 yad-0.40.0-2.fc25 yad-0.40.0-2.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-12-04 19:03:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jay Guerette 2017-05-24 16:15:35 UTC
Description of problem:

yad --html ... fails to display html
ldd $(which yad) | grep webkit ... outputs nothing

Version-Release number of selected component (if applicable):
yad-0.39.0-1

How reproducible:
Very

Steps to Reproduce:
1. echo '<html><body>hello world</body></html>' > yad.html
2. yad --html --uri=yad.html

Actual results:
Simple dialog box with no "hello world"

Expected results:
A worldly greeting

Additional info:
The spec file says it's configured with "--enable-html".
I rebuilt it locally after installing webkitgtk3-devel, and now it shows up as a dependency:

ldd ./yad | grep webkit
        libwebkitgtk-3.0.so.0 => /lib64/libwebkitgtk-3.0.so.0 (0x00007fdd2c8ae000)

And now it works:

echo '<html><body>hello world</body></html>' > yad.html ; ./yad --html --uri=yad.html

... produces the expected output.

Comment 1 Fedora End Of Life 2017-11-16 19:53:34 UTC
This message is a reminder that Fedora 25 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 25. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '25'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 25 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

Comment 2 Oliver Ilian 2017-11-19 14:12:19 UTC
I looked into this, and the problem is, that webkitgtk3-devel is retired in Fedora 27 and 28 [0]. I have tried to use webkitgtk4-devel, but yad is not supporting it at the moment.

[0] https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/7APAJVWLKRJWNLIW2N4SOGL2JOOYLW5N/

Comment 3 Fedora Update System 2017-11-19 14:55:45 UTC
yad-0.40.0-2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-c00b24feef

Comment 4 Fedora Update System 2017-11-19 14:55:54 UTC
yad-0.40.0-2.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-7fc09efbc5

Comment 5 Fedora Update System 2017-11-19 14:56:03 UTC
yad-0.40.0-2.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-661100a354

Comment 6 Fedora Update System 2017-11-19 14:56:11 UTC
yad-0.40.0-2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-dd970e90c1

Comment 7 Fedora Update System 2017-11-20 18:12:14 UTC
yad-0.40.0-2.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-c00b24feef

Comment 8 Fedora Update System 2017-11-20 19:52:54 UTC
yad-0.40.0-2.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-661100a354

Comment 9 Fedora Update System 2017-11-20 20:07:17 UTC
yad-0.40.0-2.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-7fc09efbc5

Comment 10 Fedora Update System 2017-11-20 20:38:41 UTC
yad-0.40.0-2.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-dd970e90c1

Comment 11 Fedora Update System 2017-12-04 19:03:29 UTC
yad-0.40.0-2.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.

Comment 12 Fedora Update System 2017-12-04 20:14:41 UTC
yad-0.40.0-2.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.

Comment 13 Fedora Update System 2017-12-04 21:33:08 UTC
yad-0.40.0-2.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.

Comment 14 Fedora Update System 2017-12-09 03:30:31 UTC
yad-0.40.0-2.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.