Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 774528 - app-emulation/docker-cli-20.10.5: fails to build due to md2man rename
Summary: app-emulation/docker-cli-20.10.5: fails to build due to md2man rename
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-03-06 21:01 UTC by Nathan Lewis
Modified: 2021-06-14 00:36 UTC (History)
6 users (show)

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


Attachments
patch to ebuild to fix the build error (remove-md2man-rename.patch,834 bytes, patch)
2021-03-06 21:01 UTC, Nathan Lewis
Details | Diff
emerge --info (emerge.info.log,7.27 KB, text/x-log)
2021-03-06 21:02 UTC, Nathan Lewis
Details
build log for docker-cli (build.log.xz,1.41 KB, application/x-xz)
2021-03-06 21:06 UTC, Nathan Lewis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Lewis 2021-03-06 21:01:29 UTC
Created attachment 689715 [details, diff]
patch to ebuild to fix the build error

I'm running ACCEPT_KEYWORDS="~amd64" on my laptop

I was running updates this morning and bumped into a build error with app-emulation/docker-cli-20.10.5. It failed trying to run "go-go-md2man".
Comment 1 Nathan Lewis 2021-03-06 21:02:22 UTC
Created attachment 689718 [details]
emerge --info
Comment 2 Nathan Lewis 2021-03-06 21:06:29 UTC
Created attachment 689721 [details]
build log for docker-cli
Comment 3 Nathan Lewis 2021-03-06 21:08:49 UTC
ebuild has a sed operation in src_prepare that renames md2man to go-md2man. docker-cli commit https://github.com/docker/cli/commit/6e2607c6a68ecf1a7378133f22cb7192e2eb9d5b renamed md2man to go-md2man, which causes the script to look for go-go-md2man, which causes a build error.

Attached a patch to remove the sed operation.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-05-16 20:45:56 UTC
*** Bug 763897 has been marked as a duplicate of this bug. ***
Comment 5 Georgy Yakovlev archtester gentoo-dev 2021-06-14 00:36:52 UTC
I think it has been fixed in c0c33a0ae0c9409cca1973799558a075c225b12e and 4c755df83b5c37940956859bf8e19ce10e102918