Summary: | dev-tcltk/blt-2.5.3-r2: parallelMake.patch is broken | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Gabriel Linder <linder.gabriel> |
Component: | Current packages | Assignee: | TCL/TK Project <tcltk> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | tupone |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=903895 https://bugs.gentoo.org/show_bug.cgi?id=880325 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
with parallelMake.patch
without parallelMake.patch |
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) |
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() {