Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930659 - net-misc/geckodriver-0.35.0 fails to compile: !!! doexe: geckodriver does not exist
Summary: net-misc/geckodriver-0.35.0 fails to compile: !!! doexe: geckodriver does not...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-25 11:39 UTC by Agostino Sarubbo
Modified: 2024-08-08 14:46 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,208.02 KB, text/plain)
2024-04-25 11:40 UTC, Agostino Sarubbo
Details
/var/log/portage/net-misc:geckodriver-0.35.0:20240808-134120.log (net-misc:geckodriver-0.35.0:20240808-134120.log,254.84 KB, text/plain)
2024-08-08 13:44 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-04-25 11:39:58 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/geckodriver-0.34.0 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-04-25 11:40:00 UTC
Created attachment 891687 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-25 11:40:00 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


 * 	doexe: target/release/geckodriver does not exist
!!! doexe: target/release/geckodriver does not exist
 * QA Notice: file does not exist:
Comment 3 Joonas Niilola gentoo-dev 2024-04-25 11:50:57 UTC
Can I get a listing for files:

  find /var/tmp/portage/net-misc/geckodriver-0.34.0/work/ -type f
Comment 4 Joonas Niilola gentoo-dev 2024-04-25 11:55:59 UTC
Oh it might be +debug related, cargo doesn't tag it as a release.
Comment 5 Agostino Sarubbo gentoo-dev 2024-08-08 11:28:48 UTC
ci has reproduced this issue with version 0.35.0 - Updating summary.
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-08-08 13:35:09 UTC
Heard a report this might creep up w/o debug now too.
Comment 7 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-08-08 13:44:19 UTC
[ebuild     U ~] net-misc/geckodriver-0.35.0::gentoo [0.34.0::gentoo] USE="-debug -unchained" 0 KiB
Comment 8 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-08-08 13:44:51 UTC
Created attachment 899605 [details]
/var/log/portage/net-misc:geckodriver-0.35.0:20240808-134120.log

This is w/ USE=-debug.
Comment 9 Joonas Niilola gentoo-dev 2024-08-08 14:00:18 UTC
I noticed difference in linker flags. Do you have some RUSTFLAGS set that could be breaking the ebuild? What rust version? Also

(In reply to Joonas Niilola from comment #3)
> Can I get a listing for files:
> 
>   find /var/tmp/portage/net-misc/geckodriver-0.34.0/work/ -type f

could help since it doesn't error out, just doesn't seem to find the file.

FTR:
# equery f geckodriver
 * Searching for geckodriver ...
 * Contents of net-misc/geckodriver-0.35.0:
/usr
/usr/bin
/usr/bin/geckodriver -> ../lib64/firefox/geckodriver
/usr/lib64
/usr/lib64/firefox
/usr/lib64/firefox/geckodriver
/usr/share
/usr/share/doc
/usr/share/doc/geckodriver-0.35.0
/usr/share/doc/geckodriver-0.35.0/README.md.bz2
Comment 10 James Le Cuirot gentoo-dev 2024-08-08 14:46:14 UTC
My fault. The target directory changed with the recent eclass change. I've pushed a fix, and it should now work with and without debug.