Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 818544 - [mv] app-shells/schily-tools-2021.09.18 ../DEFAULTS/Defaults:8: ../DEFAULTS/Defaults.: No such file or directory when MAKE is set
Summary: [mv] app-shells/schily-tools-2021.09.18 ../DEFAULTS/Defaults:8: ../DEFAULTS/D...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Martin Väth
URL:
Whiteboard:
Keywords:
: 818559 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-10-17 01:29 UTC by Alessandro Barbieri
Modified: 2021-10-24 07:13 UTC (History)
0 users

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


Attachments
emerge_info (emerge_info,35.76 KB, text/plain)
2021-10-17 01:29 UTC, Alessandro Barbieri
Details
schily-tools-2021.09.18:20211017-012543.log (schily-tools-2021.09.18:20211017-012543.log,139.72 KB, text/plain)
2021-10-17 01:29 UTC, Alessandro Barbieri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2021-10-17 01:29:38 UTC
This package fails to build on an unstable system. Attached relevant logs and emerge --info
Comment 1 Alessandro Barbieri 2021-10-17 01:29:50 UTC
Created attachment 745257 [details]
emerge_info

emerge --info
Comment 2 Alessandro Barbieri 2021-10-17 01:29:52 UTC
Created attachment 745260 [details]
schily-tools-2021.09.18:20211017-012543.log

build log
Comment 3 Alessandro Barbieri 2021-10-17 03:11:31 UTC
*** Bug 818559 has been marked as a duplicate of this bug. ***
Comment 4 Martin Väth 2021-10-17 11:30:49 UTC
Unrelated note (now too late): Please, do not report overlay bugs to bugs.gentoo.org: Gentoo needs resources to assign these bugs.

Concerning your main problem, it seems that something is completely misdetected on your system, but I do not know what:

There appeared never "remake" on the logs on my systems. In fact, it is "smake" which should be used to build the schily-tools. (Roughly speaking, the schily-tools build system should first builds smake and then the rest with smake.)

Maybe it is related with not using the GNU linker as the default or with some *FLAGS which you are using? Does uninstalling remake help?
Comment 5 Alessandro Barbieri 2021-10-17 19:44:56 UTC
It happen also if I set MAKE=make
Comment 6 Martin Väth 2021-10-18 17:22:23 UTC
As mentioned, schily-tools needs smake to build. According to Jörg Schilling, GNU make has unfixed bugs which prevents the schily build system to work properly. Probably, the same holds for remake.
Comment 7 Alessandro Barbieri 2021-10-21 08:49:18 UTC
Can you unset MAKE in the ebuild?
Comment 8 Martin Väth 2021-10-21 15:46:54 UTC
(In reply to Alessandro Barbieri from comment #7)
> Can you unset MAKE in the ebuild?

Does this solve the problem for you?
If yes, this might be the right thing for this particular package.
Comment 9 Martin Väth 2021-10-24 07:13:49 UTC
Thanks for the PR on github. Closing