fink / fink-distributions

Package descriptions and patches for Fink
25 stars 38 forks source link

Failed: phase compiling: pixman-0.42.2-1 failed #1021

Closed dak180 closed 1 year ago

dak180 commented 1 year ago

pixman compile output

Package manager version: 0.45.99.git
Distribution version: selfupdate-rsync Sun Apr 16 08:53:34 2023, 12.0, arm64
Trees: local/main remote/dak180 stable/main local/injected
Xcode.app: 14.2
Xcode command-line tools: 14.2.0.0.1.1668646533
Max. Fink build jobs:  1
nieder commented 1 year ago

According to these two upstream reports

https://gitlab.freedesktop.org/pixman/pixman/-/issues/69 https://gitlab.freedesktop.org/pixman/pixman/-/issues/59

try adding --disable-arm-a64-neon to ConfigureParams in pixman.info. The final fix needs to be conditionalized for Apple Silicon installs, but this will tell us if that parameter is sufficient.

c.f. https://sourceforge.net/p/fink/mailman/fink-users/thread/FF0F3365-4EC2-4FF3-964B-7A93CA9B6892%40tpg.com.au/#msg37802636

dak180 commented 1 year ago

@nieder --disable-arm-a64-neon fixes the compile and the tests all pass.