Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 907236

Summary: dev-tcltk/blt-2.5.3-r2: parallelMake.patch is broken
Product: Gentoo Linux Reporter: Gabriel Linder <linder.gabriel>
Component: Current packagesAssignee: 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

Description Gabriel Linder 2023-05-27 08:55:17 UTC
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() {
Comment 1 Gabriel Linder 2023-05-27 08:55:42 UTC
Created attachment 862687 [details]
without parallelMake.patch
Comment 2 Tupone Alfredo gentoo-dev 2023-10-04 20:24:21 UTC
Why do you think is broken?
Can you highlight what file should be moved or removed and why?
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-10-04 20:29:31 UTC
(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.
Comment 4 Tupone Alfredo gentoo-dev 2023-10-05 06:10:16 UTC
(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
Comment 5 Tupone Alfredo gentoo-dev 2024-02-26 10:14:13 UTC
Difference on the set of installed file is wanted (a fix)