Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 758941 - app-emulation/qemu-9999: Changelog is no longer part of the distribution
Summary: app-emulation/qemu-9999: Changelog is no longer part of the distribution
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-07 17:50 UTC by Rafael Kitover
Modified: 2020-12-07 19:23 UTC (History)
2 users (show)

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


Attachments
build log (build.log.xz,76.17 KB, application/x-xz)
2020-12-07 17:53 UTC, Rafael Kitover
Details
emerge --info (emerge-info.txt.xz,8.14 KB, application/x-xz)
2020-12-07 17:54 UTC, Rafael Kitover
Details
emerge -pqv (emerge-pqv.txt.xz,688 bytes, application/x-xz)
2020-12-07 17:54 UTC, Rafael Kitover
Details
trivial patch (0001-app-emulation-qemu-9999-Don-t-install-Changelog.patch,908 bytes, patch)
2020-12-07 17:55 UTC, Rafael Kitover
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Kitover 2020-12-07 17:50:23 UTC
Build fails on the `dodoc Changelog` invocation in the ebuild.

Trivial patch attached.

Reproducible: Always
Comment 1 Rafael Kitover 2020-12-07 17:53:51 UTC
Created attachment 677164 [details]
build log
Comment 2 Rafael Kitover 2020-12-07 17:54:15 UTC
Created attachment 677167 [details]
emerge --info
Comment 3 Rafael Kitover 2020-12-07 17:54:35 UTC
Created attachment 677170 [details]
emerge -pqv
Comment 4 Rafael Kitover 2020-12-07 17:55:41 UTC
Created attachment 677173 [details, diff]
trivial patch
Comment 5 Larry the Git Cow gentoo-dev 2020-12-07 19:22:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c7598221ee79703f6843f38b997c689fa57883

commit 94c7598221ee79703f6843f38b997c689fa57883
Author:     Rafael Kitover <rkitover@gmail.com>
AuthorDate: 2020-12-07 17:48:48 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-12-07 19:22:04 +0000

    app-emulation/qemu-9999: Don't install Changelog.
    
    Changelog is no longer part of the distribution.
    
    Closes: https://bugs.gentoo.org/758941
    Signed-off-by: Rafael Kitover <rkitover@gmail.com>
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 app-emulation/qemu/qemu-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb0aa68ec8614f38545961a55a30d59b9d5d572

commit 3cb0aa68ec8614f38545961a55a30d59b9d5d572
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-12-07 19:20:41 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-12-07 19:22:04 +0000

    net-libs/mbedtls: avoid blanket -Werror
    
    Reoprted-by: Agostino Sarubbo
    Closes: https://bugs.gentoo.org/758941
    Package-Manager: Portage-3.0.11, Repoman-3.0.2
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 net-libs/mbedtls/mbedtls-2.24.0.ebuild | 1 +
 1 file changed, 1 insertion(+)
Comment 6 Sergei Trofimovich (RETIRED) gentoo-dev 2020-12-07 19:23:08 UTC
Thank you!