Bug 1803137
| Summary: | Missing goaltipath for github.com/go-ldap/ldap/v3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Xavier Bachelot <xavier> |
| Component: | golang-gopkg-ldap-3 | Assignee: | Robert-André Mauchin 🐧 <eclipseo> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 33 | CC: | eclipseo, go-sig |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | golang-gopkg-ldap-3-3.2.4-1.fc34 golang-gopkg-ldap-3-3.2.4-1.fc33 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-12-23 15:44:59 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: | |||
|
Description
Xavier Bachelot
2020-02-14 14:54:21 UTC
/vX paths are part of the new Golang modules thing that we don't support (yet): https://github.com/golang/go/wiki/Modules#releasing-modules-v2-or-higher Depending on what you are trying to do, best to replace the import paths in your project, for example: find . -name "*.go" -exec sed -i "s|github.com/cespare/xxhash/v2|github.com/cespare/xxhash|" "{}" +; IF you need any help packaging, drop me an email. This bug appears to have been reported against 'rawhide' during the Fedora 33 development cycle. Changing version to 33. FEDORA-2020-ae8f90c46b has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2020-e35ea0c645 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-e35ea0c645 FEDORA-2020-e35ea0c645 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-e35ea0c645` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-e35ea0c645 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-e35ea0c645 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |