Bug 1803137

Summary: Missing goaltipath for github.com/go-ldap/ldap/v3
Product: [Fedora] Fedora Reporter: Xavier Bachelot <xavier>
Component: golang-gopkg-ldap-3Assignee: Robert-André Mauchin 🐧 <eclipseo>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 33CC: 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
Description of problem:
Missing goaltipath for github.com/go-ldap/ldap/v3

Version-Release number of selected component (if applicable):
golang-gopkg-ldap-3-3.0.3-3.fc31


Additional info:
https://github.com/go-ldap/ldap/blob/master/README.md says :
"go get github.com/go-ldap/ldap/v3"

Comment 1 Robert-André Mauchin 🐧 2020-02-16 00:45:05 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|" "{}" +;

Comment 2 Robert-André Mauchin 🐧 2020-02-16 00:50:31 UTC
IF you need any help packaging, drop me an email.

Comment 3 Ben Cotton 2020-08-11 13:08:18 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 33 development cycle.
Changing version to 33.

Comment 4 Fedora Update System 2020-12-23 15:44:59 UTC
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.

Comment 5 Fedora Update System 2020-12-23 15:50:16 UTC
FEDORA-2020-e35ea0c645 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-e35ea0c645

Comment 6 Fedora Update System 2020-12-24 02:04:49 UTC
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.

Comment 7 Fedora Update System 2021-01-01 02:10:09 UTC
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.