Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 666902 - www-client/firefox-62.0.2[geckodriver] doesn't install /usr/bin/geckodriver
Summary: www-client/firefox-62.0.2[geckodriver] doesn't install /usr/bin/geckodriver
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-23 18:31 UTC by Chris Mayo
Modified: 2018-09-24 00:55 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2018-09-23 18:31:13 UTC
geckodriver is built:

./work/firefox-62.0.2/ff/testing/geckodriver/x86_64-unknown-linux-gnu/release/geckodriver
./work/firefox-62.0.2/ff/dist/bin/geckodriver

But not installed, 
qlist www-client/firefox-62.0.2 | grep geckodriver
returns nothing.

Expect /usr/bin/geckodriver
Comment 1 Larry the Git Cow gentoo-dev 2018-09-24 00:55:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3888afb7c7c4197294a77b12002334dd67908d10

commit 3888afb7c7c4197294a77b12002334dd67908d10
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2018-09-23 23:56:51 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2018-09-24 00:55:24 +0000

    www-client/firefox: install geckodriver when USE=geckodriver is set
    
    Mozilla's build system doesn't install geckodriver when enabled,
    must be installed manually.
    
    Closes: https://bugs.gentoo.org/666902
    Package-Manager: Portage-2.3.49, Repoman-2.3.10

 www-client/firefox/firefox-60.2.1.ebuild | 7 +++++++
 www-client/firefox/firefox-62.0.2.ebuild | 7 +++++++
 2 files changed, 14 insertions(+)