Shirakumo / cl-mixed

A simple audio mixing and processing library based on libmixed.
https://shirakumo.github.io/cl-mixed/
zlib License
22 stars 7 forks source link

Can't build recently - not sure what changed #4

Closed quicklisp closed 4 years ago

quicklisp commented 4 years ago

When building today I get this:

Unhandled LOAD-FOREIGN-LIBRARY-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1000A380D3}>: Unable to load any of the alternatives:
   ("libmixed.so.2" "libmixed2.so" "libmixed.so" "lin-amd64-libmixed.so")

Is this the result of a recent source update? Is it possible the build environment changed instead somehow? How can I get libmixed?

Shinmera commented 4 years ago

Hmm. The library is bundled with the repo (see the static/ directory). Not sure why it would fail to find it.

quicklisp commented 4 years ago

More detail: when digging into the low-level calls, I get the error "/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found, as required by <path to the static/ shared library>"

I'm using Debian 10 for test builds.

On Wed, Aug 26, 2020 at 10:59 AM Nicolas Hafner notifications@github.com wrote:

Hmm. The library is bundled with the repo (see the static/ directory). Not sure why it would fail to find it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Shirakumo/cl-mixed/issues/4#issuecomment-680934262, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACPNLIXX2MNA4KUB4EJRNDSCUPNBANCNFSM4QLYODPQ .

Shinmera commented 4 years ago

Ah, that's helpful. I thought I had taken care of the glibc versioning stuff, but I guess I must not have got it down quite right. Will look into it tomorrow.

Shinmera commented 4 years ago

Should be good now, tested it successfully on a lower version of linux.