On Tue, Jun 1, 2021 at 7:15 PM kcrisman <kcris...@gmail.com> wrote:
>
>
>> apparently _imaging.cpython-39-darwin.so does not link to the right 
>> libraries.
>> What's the output of
>>
>> otool -L 
>> /Users/karl.crisman/Downloads/BrewSage/sage-9.4.beta0/local/lib/python3.9/site-packages/PIL/_imaging.cpython-39-darwin.so
>
>
> /Users/karl.crisman/Downloads/BrewSage/sage-9.4.beta0/local/lib/python3.9/site-packages/PIL/_imaging.cpython-39-darwin.so:
> /opt/homebrew/opt/zlib/lib/libz.1.dylib (compatibility version 1.0.0, current 
> version 1.2.11)
> /opt/homebrew/opt/libtiff/lib/libtiff.5.dylib (compatibility version 13.0.0, 
> current version 13.0.0)
> /opt/homebrew/opt/libxcb/lib/libxcb.1.dylib (compatibility version 3.0.0, 
> current version 3.0.0)
> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 
> 1292.100.5)

OK, so it doesn't link to a JPEG library for some reason - but needs a
symbol from there.
On an inter macOS I see

/usr/local/opt/openjpeg/lib/libopenjp2.7.dylib

among the libraries

Please post logs/pkgs/pillow-8.1.2.log



>
>
>>
>>
>>
>>
>>
>> > However, I did see some of this type as well in the sage/numerical tests:
>> >
>> > ImportError: 
>> > dlopen(/Users/karl.crisman/Downloads/BrewSage/sage-9.4.beta0/local/lib/python3.9/site-packages/cvxopt/cholmod.cpython-39-darwin.so,
>> >  2): Symbol not found: _cholmod_l_allocate_dense
>> > Referenced from: 
>> > /Users/karl.crisman/Downloads/BrewSage/sage-9.4.beta0/local/lib/python3.9/site-packages/cvxopt/cholmod.cpython-39-darwin.so
>> > Expected in: flat namespace
>> > in 
>> > /Users/karl.crisman/Downloads/BrewSage/sage-9.4.beta0/local/lib/python3.9/site-packages/cvxopt/cholmod.cpython-39-darwin.so
>>
>> same as for PIL, the output
>>
>> otool -L 
>> /Users/karl.crisman/Downloads/BrewSage/sage-9.4.beta0/local/lib/python3.9/site-packages/cvxopt/cholmod.cpython-39-darwin.so
>>
>>
>
> /Users/karl.crisman/Downloads/BrewSage/sage-9.4.beta0/local/lib/python3.9/site-packages/cvxopt/cholmod.cpython-39-darwin.so:
> /opt/homebrew/opt/openblas/lib/libopenblas.0.dylib (compatibility version 
> 0.0.0, current version 0.0.0)
> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 
> 1292.100.5)
>

so it does not link any suitesparse libraries, a bug.

Pldease post logs/pkgs/cvxopt-1.2.6.log


> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/8b014e63-24c1-45f5-8b71-b9570eb12758n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq3zv0f-EOO%2BpeFOqPsR8iR-tuD5JiZ5CXEvwCz_W7W9hg%40mail.gmail.com.

Reply via email to