Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943529 - net-irc/weechat-4.4.3 installs the same files with USE=doc
Summary: net-irc/weechat-4.4.3 installs the same files with USE=doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zoltan Puskas
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-11-15 08:22 UTC by Agostino Sarubbo
Modified: 2025-03-19 23:55 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-11-15 08:22:52 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-irc/weechat-4.4.3 installs the same files with USE=doc.
Discovered on: amd64 (internal ref: ci)

NOTE:
To reproduce this issue:
1) Install the package without 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) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist2 )
5) See the diff between the two files ( diff -ru /tmp/qlist_1 /tmp/qlist_2 )

On this machine:
- the installed files without USE=doc are 46
- the installed files with USE=doc are still 46

Usually USE=doc is supposed to build and install documentation files, so a build with USE=doc should install more files. If that's not the case, feel free to close.

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.
Comment 1 Larry the Git Cow gentoo-dev 2025-03-19 23:55:42 UTC
The bug has been closed via the following commit(s):

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

commit 7f5d27508f7039a06775f9120213ba0e3fb78ed5
Author:     Zoltan Puskas <zoltan@sinustrom.info>
AuthorDate: 2025-03-17 02:25:52 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-19 23:50:53 +0000

    net-irc/weechat: add 4.5.2
    
    Since v4.0.0 weechat supports building partial documentation, we just
    need to enforce it, as Gentoo cannot support all plugins at this time
    (namely PHP and JavaScript)
    
    This new version also fixes compile issues with GCC-15
    
    Closes: https://bugs.gentoo.org/943529
    Closes: https://bugs.gentoo.org/943835
    Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
    Closes: https://github.com/gentoo/gentoo/pull/41128
    Signed-off-by: Sam James <sam@gentoo.org>

 net-irc/weechat/Manifest             |   2 +
 net-irc/weechat/weechat-4.5.2.ebuild | 201 +++++++++++++++++++++++++++++++++++
 net-irc/weechat/weechat-9999.ebuild  |  15 +--
 3 files changed, 212 insertions(+), 6 deletions(-)