LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   audacity close stop button (https://www.linuxquestions.org/questions/slackware-14/audacity-close-stop-button-4175554251/)

allenlinux 09-22-2015 11:50 PM

audacity close stop button
 
my audacity on slackware 14 64 just go out when im working it, at that time when i use the stop button


First some history (vamp issue on instalation)

# VAMP=yes
# sbopkg -i vamp-plugin-sdk
# ln -s /usr/lib64/vamp/ /usr/lib/vamp


#sbopkg -i audacity
# pulseaudio --kill
# jack_control start



report

$ audacity

ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib64/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib64/alsa-lib/libasound_module_pcm_pulse.so
Cannot lock down 207603658 byte memory area (Cannot allocate memory)
Cannot lock down 82274202 byte memory area (Cannot allocate memory)
Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4607
Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4607
Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4607
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted

ponce 09-22-2015 11:59 PM

Code:

# VAMP=yes
# sbopkg -i vamp-plugin-sdk
# ln -s /usr/lib64/vamp/ /usr/lib/vamp

that shouldn't happen: why do you have to link 64bit vamp plugins path to a /usr/lib, used by 32bit stuff?

Code:

# pulseaudio --kill
# jack_control start

that shouldn't be necessary too.
on which platform are you trying this?
which is the output of these two commands
Code:

cat /etc/slackware-version
grep REPO /etc/sbopkg/sbopkg.conf

Code:

libgcc_s.so.1 must be installed for pthread_cancel to work
I'm guessing: maybe the problem is this?

allenlinux 09-23-2015 02:32 AM

audacity
 
i have multilib enable, i thougth if bipass vamp lib 64 to 32 maybe the program should work, which i think that happen but all that the troubleshooting included


cat /etc/slackware-version

Slackware 14.1

allen:~# grep REPO /etc/sbopkg/sbopkg.conf

REPO_ROOT=${REPO_ROOT:-/var/lib/sbopkg}
REPO_BRANCH=${REPO_BRANCH:-14.1}
REPO_NAME=${REPO_NAME:-SBo}

ponce 09-23-2015 02:50 AM

Quote:

Originally Posted by allenlinux (Post 5424339)
i have multilib enable, i thougth if bipass vamp lib 64 to 32 maybe the program should work, which i think that happen

no, it's most probably unrelated to the problem you are reporting but you shouldn't do that.

what about this?
Quote:

Originally Posted by ponce (Post 5424293)
Code:

libgcc_s.so.1 must be installed for pthread_cancel to work
I'm guessing: maybe the problem is this?

if it's not clear this seems to say that you are missing that library that in my slackware64-14.1 is contained both in aaa_elflibs and gcc packages (and in a multilib system should be also in aaa_elflibs-compat32)...
I could be wrong but it seems to me that you are mixing 32bit and 64bit stuff and/or you got a partial installation.
what does say
Code:

grep libgcc_s.so.1 /var/log/packages/*
file /usr/bin/audacity


allenlinux 09-23-2015 01:02 PM

audacity
 
something its wrong but i dont know what, maybe something its missing

$ grep libgcc_s.so.1 /var/log/packages/*

/var/log/packages/aaa_elflibs-14.1-x86_64-3:usr/lib64/libgcc_s.so.1
/var/log/packages/aaa_elflibs-compat32-14.1-x86_64-3compat32:usr/lib/libgcc_s.so.1
/var/log/packages/gcc-4.8.2_multilib-x86_64-1alien:usr/lib64/libgcc_s.so.1
/var/log/packages/gcc-4.8.2_multilib-x86_64-1alien:usr/lib/libgcc_s.so.1


$ file /usr/bin/audacity

/usr/bin/audacity: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), stripped

allenlinux 10-05-2015 01:20 PM

audacity
 
i re install multi lib ffmpeg and other multimedia support.


All times are GMT -5. The time now is 06:40 PM.