On Thu 13 Feb 13:55, Nuno Teixeira wrote:
> Maybe we can open a go PR demonstrating this results and a link to
> https://github.com/freebsd/poudriere/pull/1204
> 
> Maybe go team understand the problem?
> 
> Cheers

No, I do understand the issue, for nvidia-driver, this is the port that provides
a binary which requires the 32bit version of libx11 which the ports tree will
never be able to provide, this case is in my opinion a bug in the nvidia-driver
port. nothing should be done in the pkg or poudriere side.

for the golang port in the testdata there is a freebsd elf file which depends on
libc.so.6:32 so has no chances to work, that said it is a test file, we should
be able to skip the elf analysis on some files, there is a WIP work to add the
ability so skip the analysis of some files by pkg following a variable in the
ports tree.

So nothing is expected yet from the golang team, once this feature lands into
the ports tree, I will use golang as a guinea pig.

Best regards,
Bapt

Reply via email to