El lun, 27-10-2025 a las 17:51 +0100, Samuel Thibault escribió: > > Here, the problem is probably rather than the crate detects the hurd > port as both being a unixish system and a bsd system, and thus tries > to > define for both cases. > > Samuel
That's the point of the solution the AI proposed. Adding 'not(target_os = "hurd")' in a couple of strategic locations would prevent detection as a BSD system, leaving only the 'Unixish' definition. In any case, the proposal didn't work; it no longer gives the double definition error, but it does give others. I've submitted the corresponding 'Issue' on the eza-community git page, https://github.com/eza-community/eza/issues, in case the program developers would be willing to review their code and find a compatibility solution. Thanks, Samuel. Regards. Jose Luis. -- http://lordofunix.org/ Not Registered GNU/Hurd User. Registered BSD User 51101. Registered Linux User #213309. Memories..... You are talking about memories. Rick Deckard. Blade Runner.

