Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907236 - dev-tcltk/blt-2.5.3-r2: parallelMake.patch is broken
Summary: dev-tcltk/blt-2.5.3-r2: parallelMake.patch is broken
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-27 08:55 UTC by Gabriel Linder
Modified: 2024-02-26 10:14 UTC (History)
1 user (show)

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


Attachments
with parallelMake.patch (with-parallelMake.txt,8.16 KB, text/plain)
2023-05-27 08:55 UTC, Gabriel Linder
Details
without parallelMake.patch (without-parallelMake.txt,13.14 KB, text/plain)
2023-05-27 08:55 UTC, Gabriel Linder
Details

Note You need to log in before you can comment on or make changes to this bug.
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)