Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 887375 - dev-util/hip-5.3.3-r1 installs more files (docs) in presence of available programs
Summary: dev-util/hip-5.3.3-r1 installs more files (docs) in presence of available pro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-12-20 10:16 UTC by Agostino Sarubbo
Modified: 2023-01-31 13:32 UTC (History)
2 users (show)

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


Attachments
diff (file_887375.txt,34.69 KB, text/plain)
2022-12-20 10:17 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-12-20 10:16:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/hip-5.3.3 installs more files (docs) in presence of available programs.
Discovered on: amd64 (internal ref: ci)

NOTE:
To reproduce this issue:
1) Install the package with USE=-doc
2) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist1 )
3) Install the package with USE=doc
4) Install (again) the package with USE=-doc
5) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist2 )
6) Both files should have the same content because they come from a 'USE=-doc' build
7) See the diff between the two files ( diff -ru /tmp/qlist_1 /tmp/qlist_2 )

This type of report comes from a check that is a bit outside of the tinderbox, that's the reason because build.log was not provided (however in cases like these the build.log doesn't help much) but if you need further help to diagnose this issue feel free to ask.

In any case I'm providing a diff.
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-20 10:17:13 UTC
Created attachment 843991 [details]
diff
Comment 2 Agostino Sarubbo gentoo-dev 2023-01-21 06:49:01 UTC
ci has reproduced this issue with version 5.3.3-r1 - Updating summary.
Comment 3 Larry the Git Cow gentoo-dev 2023-01-31 13:32:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c334e7ba3bc8c4acaad5d94fe1e248eb1a9db0a

commit 7c334e7ba3bc8c4acaad5d94fe1e248eb1a9db0a
Author:     Yiyang Wu <xgreenlandforwyy@gmail.com>
AuthorDate: 2023-01-25 03:17:30 +0000
Commit:     Benda Xu <heroxbd@gentoo.org>
CommitDate: 2023-01-31 13:31:02 +0000

    dev-util/hip: bump patch "remove-cmake-doxygen-commands"
    
    Closes: https://bugs.gentoo.org/887375
    Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
    Signed-off-by: Benda Xu <heroxbd@gentoo.org>

 .../hip-5.3.3-remove-cmake-doxygen-commands.patch   | 21 +++++++++++++++++++++
 dev-util/hip/hip-5.3.3-r2.ebuild                    |  1 +
 2 files changed, 22 insertions(+)