Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: core-user on August 31, 2018, 04:45:08 AM
-
(Not sure if this is the right place to post this.)
I would like to have Audacity on my installations, but the one linked to for installation in version 9 of TC, has been built against an incorrect library, or something, & won't work.
Could the maintainer take a look into this, thanks.
(I see version 10 of TC is nearing completion, maybe update it to work with the up coming version - with backward compatibility?)
-
I guess this is the error you're referring to for the tc-9.x x86 extension:
$ audacity
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8).
Aborted
I suggest that you pm the maintainer to request an update.
-
I guess this is the error you're referring to for the tc-9.x x86 extension: $ audacity
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8).
Aborted
I suggest that you pm the maintainer to request an update.
I haven't used tinycore for a while, but I'll try to rebuild audacity now.
-
I guess this is the error you're referring to for the tc-9.x x86 extension: $ audacity
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8).
Aborted
I suggest that you pm the maintainer to request an update.
I haven't used tinycore for a while, but I'll try to rebuild audacity now.
OK, so ffmpeg4-dev depends on sbc.tcz. sbc-dev.tcz exists, maintained by Juanito, but sbc.tcz doesn't. I will try to build audacity with its internal ffmpeg.
-
sbc must have fallen through the cracks - it's there now, so you can build against the ffmpeg4 extension
-
OK, it appears that libasound-dev.tcz is also missing. Audacity builds against alsa/libasound, & it appears that the header that audacity needs is in the libasound-dev.tcz because I've already loaded alsa-dev.tcz
-
OK, it appears that libasound-dev.tcz is also missing. Audacity builds against alsa/libasound, & it appears that the header that audacity needs is in the libasound-dev.tcz because I've already loaded alsa-dev.tcz
The specific header is <alsa/asoundlib.h>
-
Hi JustinCB
So did you find it? It shows up in the alsa-dev.tcz.list file as:
/usr/local/include/alsa/asoundlib.h
I don't see a libasound-dev.tcz extension anywhere.
-
Hi JustinCB
So did you find it? It shows up in the alsa-dev.tcz.list file as:
/usr/local/include/alsa/asoundlib.h
I don't see a libasound-dev.tcz extension anywhere.
My mistake. I thought alsa-dev.tcz was installed, but it wasn't... Sorry.