Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 96:30:20 |
Calls: | 290 |
Files: | 904 |
Messages: | 76,426 |
I have two Gentoo OS that are supposedly identical.
My emerge world :
emerge -auvDN --with-bdeps=y --binpkg-respect-use=y --keep-going world
emerge --info for the second OS in an attached file.
Where could this difference be coming from?
Eli,
On Sun, 8 Dec 2024 10:17:50 -0500 you wrote:
...
Your use of --binpkg-respect-use=y deletes one form of diagnostic. The
default behavior of portage without that flag specified is for portage to: >>
- respect USE flags
- verbosely log a warning if binaries were ineligible due to USE flags
With that flag set to =y, the verbose warning log is disabled. That is all.
I've seen this remark somewhere and have therefore removed this option
from my "make.conf" file already some time ago, but I have still to see
this message. Is it also issued with "--pretend" and does it go to std-
out or just to the log file? If the former, it's probably suppressed by
the "--quiet" option in my "make.conf". I will try with that option re- moved.
Thanks for reminding me :-)
Sincerely,
Rainer
I saw that the two directories /etc/portage were different, particularly
the make.conf files. So i copied the first one to replace the second, and everything went back to normal.
I would have difficulty detecting where the differences between the two directories came from.