Summary: | net-wireless/wpa_supplicant-9999: Install fails due to changed dbus file paths | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Trevor Summers Smith <trevorsummerssmith> |
Component: | New packages | Assignee: | Bjarke Istrup Pedersen (RETIRED) <gurligebis> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | alexxy, facorread |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 301335 | ||
Attachments: | Proposed fix |
Created attachment 216778 [details, diff]
Proposed fix
I suggest both of the D-Bus service files (old and new services) are included by the "dbus" use flag. This patch follows that suggestion, and fixes this bug.
sure it would be nice if sb can put this path in to portage. its since january but still nox put in portage Hello, please see related bug#351174 regarding the stable version of wpa_supplicant. 9999 ebuild was dropped |
There are three problems: 1) dbus-wpa_supplicant.conf has the wrong src path. 2) The "old" D-Bus service file (dbus-wpa_supplicant.service) has been renamed and has a new src path. 3) A new D-Bus service file has been added (fi.w1.wpa_supplicant1.service). Reproducible: Always Steps to Reproduce: 1. emerge =net-wireless/wpa_supplicant-9999 Actual Results: >>> Install wpa_supplicant-9999 into /var/tmp/portage/net-wireless/wpa_supplicant-9999/image/ category net-wireless !!! newins: dbus-wpa_supplicant.conf does not exist * * ERROR: net-wireless/wpa_supplicant-9999 failed. * Call stack: * ebuild.sh, line 49: Called src_install * environment, line 3178: Called die * The specific snippet of code: * newins dbus-wpa_supplicant.conf wpa_supplicant.conf || die; * The die message: * (no error message) * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/net-wireless/wpa_supplicant-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-wireless/wpa_supplicant-9999/temp/environment'. * * QA Notice: file does not exist: * * newins: dbus-wpa_supplicant.conf does not exist Expected Results: The software installs without error.