Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 882715 - dev-libs/xalan-c-1.12 installs more files (docs) in presence of available programs
Summary: dev-libs/xalan-c-1.12 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: Viorel Munteanu
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-24 11:34 UTC by Agostino Sarubbo
Modified: 2022-11-24 13:57 UTC (History)
0 users

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


Attachments
diff (diff,688.92 KB, text/plain)
2022-11-24 11:35 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-11-24 11:34:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/xalan-c-1.12 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-11-24 11:35:50 UTC
Created attachment 836317 [details]
diff

diff
Comment 2 Larry the Git Cow gentoo-dev 2022-11-24 13:57:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e705631cf84d70167034d2f25cab0113485c678

commit 5e705631cf84d70167034d2f25cab0113485c678
Author:     Viorel Munteanu <ceamac@gentoo.org>
AuthorDate: 2022-11-24 13:55:29 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2022-11-24 13:55:29 +0000

    dev-libs/xalan-c: fix automagic USE=doc
    
    Closes: https://bugs.gentoo.org/882715
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 dev-libs/xalan-c/xalan-c-1.12-r1.ebuild | 59 +++++++++++++++++++++++++++++++++
 dev-libs/xalan-c/xalan-c-9999.ebuild    |  2 +-
 2 files changed, 60 insertions(+), 1 deletion(-)