Coder Social home page Coder Social logo

Comments (4)

joedrago avatar joedrago commented on July 2, 2024

Can you provide a minimal repro case? I'm sure there's a chance I'm missing something in CMake, but the common build paths we're already using are currently working for us.

from libavif.

brad0 avatar brad0 commented on July 2, 2024

You're not going to be able to reproduce unless you build on something other than a Linux based Operating System because the compiler config makes assumptions that do not pertain elsewhere.

from libavif.

brad0 avatar brad0 commented on July 2, 2024

Actually that is not 100% true. There are some Linux based Operating Systems that install packages into another path other than /usr/local like /opt or something similar where the bug in the CMake build would be exposed.

from libavif.

brad0 avatar brad0 commented on July 2, 2024
[12/13] : && /home/ports/pobj/libavif-0.5.5/bin/cc -fPIC -O2 -pipe -DNDEBUG   -shared -Wl,-soname,libavif.so.0.0 -o libavif.so.0.0 CMakeFiles/avif.dir/src/avif.c.o CMakeFiles/avif.dir/src/colr.c.o CMakeFiles/avif.dir/src/mem.c.o CMakeFiles/avif.dir/src/rawdata.c.o CMakeFiles/avif.dir/src/read.c.o CMakeFiles/avif.dir/src/reformat.c.o CMakeFiles/avif.dir/src/stream.c.o CMakeFiles/avif.dir/src/utils.c.o CMakeFiles/avif.dir/src/write.c.o CMakeFiles/avif.dir/src/codec_dav1d.c.o CMakeFiles/avif.dir/src/codec_aom.c.o  -ldav1d  -laom  -lm  -pthread  -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && :
FAILED: libavif.so.0.0
: && /home/ports/pobj/libavif-0.5.5/bin/cc -fPIC -O2 -pipe -DNDEBUG   -shared -Wl,-soname,libavif.so.0.0 -o libavif.so.0.0 CMakeFiles/avif.dir/src/avif.c.o CMakeFiles/avif.dir/src/colr.c.o CMakeFiles/avif.dir/src/mem.c.o CMakeFiles/avif.dir/src/rawdata.c.o CMakeFiles/avif.dir/src/read.c.o CMakeFiles/avif.dir/src/reformat.c.o CMakeFiles/avif.dir/src/stream.c.o CMakeFiles/avif.dir/src/utils.c.o CMakeFiles/avif.dir/src/write.c.o CMakeFiles/avif.dir/src/codec_dav1d.c.o CMakeFiles/avif.dir/src/codec_aom.c.o  -ldav1d  -laom  -lm  -pthread  -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && :
ld: error: unable to find library -ldav1d
ld: error: unable to find library -laom
cc: error: linker command failed with exit code 1 (use -v to see invocation)

from libavif.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.