Bug 1803137 - Missing goaltipath for github.com/go-ldap/ldap/v3
Summary: Missing goaltipath for github.com/go-ldap/ldap/v3
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: golang-gopkg-ldap-3
Version: 33
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Robert-André Mauchin 🐧
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-02-14 14:54 UTC by Xavier Bachelot
Modified: 2021-01-01 02:10 UTC (History)
2 users (show)

Fixed In Version: golang-gopkg-ldap-3-3.2.4-1.fc34 golang-gopkg-ldap-3-3.2.4-1.fc33
Clone Of:
Environment:
Last Closed: 2020-12-23 15:44:59 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.