Cook: ladspa 1.13 ================================================================================ QA: checking package receipt... Extracting source archive "ladspa_sdk_1.13.tgz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed Applying patch fix-memleak-in-plugin-scanning.patch patching file src/search.c Applying patch fallback-ladspa-path.patch patching file src/load.c patching file src/search.c Hunk #1 succeeded at 101 (offset 2 lines). cc -I. -Wall -Werror -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os -fPIC -o plugins/amp.o -c plugins/amp.c cc -I. -Wall -Werror -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os -fPIC -o plugins/delay.o -c plugins/delay.c cc -I. -Wall -Werror -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os -fPIC -o plugins/filter.o -c plugins/filter.c cc -I. -Wall -Werror -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os -fPIC -o plugins/noise.o -c plugins/noise.c c++ -I. -Wall -Werror -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os -fPIC -o plugins/sine.o -c plugins/sine.cpp cc -I. -Wall -Werror -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os -fPIC -D_GLIBCXX_USE_C99_MATH=1 -c -o analyseplugin.o analyseplugin.c ld -o ../plugins/amp.so plugins/amp.o -shared ld -o ../plugins/noise.so plugins/noise.o -shared cc -I. -Wall -Werror -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os -fPIC -D_GLIBCXX_USE_C99_MATH=1 -c -o load.o load.c cc -I. -Wall -Werror -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os -fPIC -D_GLIBCXX_USE_C99_MATH=1 -c -o default.o default.c ld -o ../plugins/delay.so plugins/delay.o -shared cc -I. -Wall -Werror -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os -fPIC -D_GLIBCXX_USE_C99_MATH=1 -c -o applyplugin.o applyplugin.c ld -o ../plugins/filter.so plugins/filter.o -shared cc -I. -Wall -Werror -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os -fPIC -D_GLIBCXX_USE_C99_MATH=1 -c -o listplugins.o listplugins.c cc -I. -Wall -Werror -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os -fPIC -D_GLIBCXX_USE_C99_MATH=1 -c -o search.o search.c cc -I. -Wall -Werror -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os -fPIC -ldl -lm \ -o ../bin/analyseplugin \ analyseplugin.o load.o default.o cc -I. -Wall -Werror -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os -fPIC -ldl -lm \ -o ../bin/listplugins \ listplugins.o search.o /usr/bin/ld: analyseplugin.o: in function `main': analyseplugin.c:(.text.startup+0xf3): undefined reference to `dlerror' /usr/bin/ld: analyseplugin.c:(.text.startup+0x104): undefined reference to `dlsym' /usr/bin/ld: analyseplugin.c:(.text.startup+0x113): undefined reference to `dlerror' /usr/bin/ld: analyseplugin.c:(.text.startup+0x1c3): undefined reference to `log10' /usr/bin/ld: analyseplugin.c:(.text.startup+0x2bc): undefined reference to `log10' /usr/bin/ld: analyseplugin.c:(.text.startup+0x811): undefined reference to `log' /usr/bin/ld: analyseplugin.c:(.text.startup+0x823): undefined reference to `log' /usr/bin/ld: analyseplugin.c:(.text.startup+0x84a): undefined reference to `sqrtf' /usr/bin/ld: analyseplugin.c:(.text.startup+0x881): undefined reference to `log' /usr/bin/ld: analyseplugin.c:(.text.startup+0x893): undefined reference to `log' /usr/bin/ld: analyseplugin.c:(.text.startup+0x8a8): undefined reference to `exp' /usr/bin/ld: load.o: in function `dlopenLADSPA.constprop.0': load.c:(.text+0x3a): undefined reference to `dlopen' /usr/bin/ld: load.c:(.text+0xc9): undefined reference to `dlopen' /usr/bin/ld: load.c:(.text+0x140): undefined reference to `dlopen' /usr/bin/ld: load.o: in function `loadLADSPAPluginLibrary': load.c:(.text+0x1b1): undefined reference to `dlerror' /usr/bin/ld: load.o: in function `unloadLADSPAPluginLibrary': load.c:(.text+0x1f7): undefined reference to `dlclose' /usr/bin/ld: load.o: in function `findLADSPAPluginDescriptor': load.c:(.text+0x218): undefined reference to `dlerror' /usr/bin/ld: load.c:(.text+0x229): undefined reference to `dlsym' /usr/bin/ld: load.c:(.text+0x23b): undefined reference to `dlerror' collect2: error: ld returned 1 exit status make: *** [makefile:98: ../bin/analyseplugin] Error 1 make: *** Waiting for unfinished jobs.... c++ -o ../plugins/sine.so plugins/sine.o -shared /usr/bin/ld: listplugins.o: in function `describePluginLibrary': listplugins.c:(.text+0x60): undefined reference to `dlclose' /usr/bin/ld: search.o: in function `LADSPAPluginSearch': search.c:(.text+0x15e): undefined reference to `dlopen' /usr/bin/ld: search.c:(.text+0x16d): undefined reference to `dlerror' /usr/bin/ld: search.c:(.text+0x182): undefined reference to `dlsym' /usr/bin/ld: search.c:(.text+0x18a): undefined reference to `dlerror' /usr/bin/ld: search.c:(.text+0x1b2): undefined reference to `dlclose' collect2: error: ld returned 1 exit status make: *** [makefile:103: ../bin/listplugins] Error 1 Debug information ret1. ================================================================================ Cook date: 2020-09-12 16:07 Wasted time : 1s 44:analyseplugin.c:(.text.startup+0xf3): undefined reference to `dlerror' 45:/usr/bin/ld: analyseplugin.c:(.text.startup+0x104): undefined reference to `dlsym' 46:/usr/bin/ld: analyseplugin.c:(.text.startup+0x113): undefined reference to `dlerror' 47:/usr/bin/ld: analyseplugin.c:(.text.startup+0x1c3): undefined reference to `log10' 48:/usr/bin/ld: analyseplugin.c:(.text.startup+0x2bc): undefined reference to `log10' 49:/usr/bin/ld: analyseplugin.c:(.text.startup+0x811): undefined reference to `log' 50:/usr/bin/ld: analyseplugin.c:(.text.startup+0x823): undefined reference to `log' 51:/usr/bin/ld: analyseplugin.c:(.text.startup+0x84a): undefined reference to `sqrtf' 52:/usr/bin/ld: analyseplugin.c:(.text.startup+0x881): undefined reference to `log' 53:/usr/bin/ld: analyseplugin.c:(.text.startup+0x893): undefined reference to `log' 54:/usr/bin/ld: analyseplugin.c:(.text.startup+0x8a8): undefined reference to `exp' 56:load.c:(.text+0x3a): undefined reference to `dlopen' 57:/usr/bin/ld: load.c:(.text+0xc9): undefined reference to `dlopen' 58:/usr/bin/ld: load.c:(.text+0x140): undefined reference to `dlopen' 60:load.c:(.text+0x1b1): undefined reference to `dlerror' 62:load.c:(.text+0x1f7): undefined reference to `dlclose' 64:load.c:(.text+0x218): undefined reference to `dlerror' 65:/usr/bin/ld: load.c:(.text+0x229): undefined reference to `dlsym' 66:/usr/bin/ld: load.c:(.text+0x23b): undefined reference to `dlerror' 67:collect2: error: ld returned 1 exit status 72:listplugins.c:(.text+0x60): undefined reference to `dlclose' 74:search.c:(.text+0x15e): undefined reference to `dlopen' 75:/usr/bin/ld: search.c:(.text+0x16d): undefined reference to `dlerror' 76:/usr/bin/ld: search.c:(.text+0x182): undefined reference to `dlsym' 77:/usr/bin/ld: search.c:(.text+0x18a): undefined reference to `dlerror' 78:/usr/bin/ld: search.c:(.text+0x1b2): undefined reference to `dlclose' 79:collect2: error: ld returned 1 exit status ================================================================================ Post-check ================================================================================ Checking build... Failed Updating activity log... Done ================================================================================