Created attachment 862686 [details] with parallelMake.patch With current *stable* ebuild : * Final size of build directory: 25432 KiB (24.8 MiB) * Final size of installed tree: 8832 KiB ( 8.6 MiB) Without parallelMake.patch (see diff below) : * Final size of build directory: 25432 KiB (24.8 MiB) * Final size of installed tree: 9476 KiB ( 9.2 MiB) See installed files list in attachments, some folders gets mangled. The only discriminant is the presence of parallelMake.patch : diff --git a/dev-tcltk/blt/blt-2.5.3-r2.ebuild b/dev-tcltk/blt/blt-2.5.3-r2.ebuild index 0d8f822d5b07..fa4766d2f673 100644 --- a/dev-tcltk/blt/blt-2.5.3-r2.ebuild +++ b/dev-tcltk/blt/blt-2.5.3-r2.ebuild @@ -56,7 +56,6 @@ PATCHES=( "${FILESDIR}"/${P}-darwin.patch "${FILESDIR}"/${P}-gbsd.patch "${FILESDIR}"/${P}-lto.patch - "${FILESDIR}"/${P}-parallelMake.patch ) src_prepare() {
Created attachment 862687 [details] without parallelMake.patch
Why do you think is broken? Can you highlight what file should be moved or removed and why?
(In reply to Tupone Alfredo from comment #2) > Why do you think is broken? > Can you highlight what file should be moved or removed and why? It causes a different set of files to be installed.
(In reply to Sam James from comment #3) > It causes a different set of files to be installed. That is wanted. Maybe some path is wrong, or some files are duplicated. I noted the README is duplicated, but maybe other are not on the good place. I would like to know what is wrong with the install
Difference on the set of installed file is wanted (a fix)