LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-10-2015, 09:09 PM   #1
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
ERROR running audacity.SlackBuild script


Hi:

I'm trying to install Audacity to upload podcasts for Linux.

The first run of the audacity.SlackBuild script gave me an error and asked if I had wxWidgets installed. I didn't so I installed wxWidgets. After wxWidgets was installed I had this message.

Code:
The installation of wxWidgets is finished.  On certain
 platforms (e.g. Linux) you'll now have to run ldconfig
 if you installed a shared library and also modify the
 LD_LIBRARY_PATH (or equivalent) environment variable.
 
 wxWidgets comes with no guarantees and doesn't claim
 to be suitable for any purpose.
 
 Read the wxWindows Licence on licencing conditions
I didn't modify anything and I allowed default settings during installation and didn't install a shared lib.

On the second run of the audacity.SlackBuild script, it ran for a good 15 minutes giving me another error.
I've never had errors while running a SlackBuild script till now.

Code:
/usr/lib64/../lib64/libwebkitgtk-1.0.so.0: undefined reference to `gst_is_initialized'
/usr/lib64/../lib64/libwebkitgtk-1.0.so.0: undefined reference to `png_get_iCCP@PNG16_0'
/usr/lib64/../lib64/libwebkitgtk-1.0.so.0: undefined reference to `gst_message_parse_warning'
/usr/lib64/../lib64/libwebkitgtk-1.0.so.0: undefined reference to `gst_is_missing_plugin_message'
/usr/lib64/../lib64/libwebkitgtk-1.0.so.0: undefined reference to `jpeg_input_complete@LIBJPEG_6.2'
/usr/lib64/../lib64/libwebkitgtk-1.0.so.0: undefined reference to `gst_object_unref'
/usr/lib64/../lib64/libwebkitgtk-1.0.so.0: undefined reference to `ucnv_countAliases_54'
collect2: error: ld returned 1 exit status
make[2]: *** [audacity] Error 1
make[2]: Leaving directory `/tmp/SBo/audacity-src-2.1.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/SBo/audacity-src-2.1.0/src'
make: *** [all-recursive] Error 1
Can someone explain what the error means and what I need to do to satisfy what went wrong in make?
 
Old 12-11-2015, 12:01 AM   #2
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,651

Rep: Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772
I think you need wxPython
 
Old 12-11-2015, 12:11 AM   #3
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by willysr View Post
I think you need wxPython
Thanks, I'll install it tomorrow and see if the script runs w/o error.
 
Old 12-11-2015, 12:25 AM   #4
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,651

Rep: Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772
You may want to remove wxWidgets first
 
Old 12-11-2015, 04:31 AM   #5
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
just like Willy said. http://slackbuilds.org/repository/14.1/audio/audacity/
 
Old 12-11-2015, 09:41 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by willysr View Post
You may want to remove wxWidgets first
Done-
 
Old 12-11-2015, 09:44 PM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Drakeo View Post
Thanks Drakeo.

When I looked at that SlackBuild page yesterday I didn't see wxPython.
It's better to install things during the day when I'm sharp.

I'm off to install wxPython than I'll re-run the SlackBuild script for Audacity.
bb to let you know how it goes.
 
Old 12-11-2015, 10:34 PM   #8
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Pkg wxPython is installed.

Code:
Executing install script for wxPython-2.8.12.1-x86_64-2_SBo.tgz.
Package wxPython-2.8.12.1-x86_64-2_SBo.tgz installed.
***Got an Error while running the audacity.SlackBuild script.***

Quote:
/usr/lib64/../lib64/libwebkitgtk-1.0.so.0: undefined reference to `gst_message_parse_warning'
/usr/lib64/../lib64/libwebkitgtk-1.0.so.0: undefined reference to `gst_is_missing_plugin_message'

Code:
/usr/lib64/../lib64/libwebkitgtk-1.0.so.0: undefined reference to `gst_is_missing_plugin_message'
/usr/lib64/../lib64/libwebkitgtk-1.0.so.0: undefined reference to `jpeg_input_complete@LIBJPEG_6.2'
/usr/lib64/../lib64/libwebkitgtk-1.0.so.0: undefined reference to `gst_object_unref'
/usr/lib64/../lib64/libwebkitgtk-1.0.so.0: undefined reference to `ucnv_countAliases_54'
collect2: error: ld returned 1 exit status
make[2]: *** [audacity] Error 1
make[2]: Leaving directory `/tmp/SBo/audacity-src-2.1.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/SBo/audacity-src-2.1.0/src'
make: *** [all-recursive] Error 1
What's wrong?

Last edited by Ztcoracat; 12-11-2015 at 10:37 PM.
 
Old 12-11-2015, 11:28 PM   #9
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Between you and I audacity in slackbuilds is just the basic. I been building and using that program for sometime now. To be honest I never just build it the way it is in slackbuilds I always build it when I am building all the stuff for my studio. That includes the kitchen sink. As for gstreamer your missing gst-bad gst-ugly gst-ffmpeg.
wxGTK and wxPython must not be installed together. as per http://slackbuilds.org/repository/14.1/libraries/wxGTK/

I really find running sqg in sbopkg. https://github.com/sbopkg/sbopkg/blo...oc/contrib/sqg
it will really help you.
Code:
faad2
OpenAL
opencore-amr
orc
opus
celt
openjpeg
dirac
dvdauthor
gavl
recordmydesktop
gsm
rtmpdump
soundtouch
ladspa_sdk
speex
lame
twolame
libass
libavc1394
libdc1394
libbluray
libdv
libiec61883
libilbc
libmodplug
libmp4v2
dvgrab
LibRaw
libvpx
vamp-plugin-sdk
wxPython
xvidcore
x264
opencv
swh-plugins
faac
frei0r
schroedinger
jack-audio-connection-kit
ffmpeg
audacity
libquicktime
mlt
kdenlive
these are the basics I install on my system some of them are in current now. but that is the order of the build to do pretty much everything for sound and video.
then I build my extra gstreamers.
I named that multimedia.sqf put it in my /var/lib/sbopkg/queus
 
Old 12-11-2015, 11:38 PM   #10
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Drakeo View Post
Between you and I audacity in slackbuilds is just the basic. I been building and using that program for sometime now. To be honest I never just build it the way it is in slackbuilds I always build it when I am building all the stuff for my studio. That includes the kitchen sink. As for gstreamer your missing gst-bad gst-ugly gst-ffmpeg.
wxGTK and wxPython must not be installed together. as per http://slackbuilds.org/repository/14.1/libraries/wxGTK/

I really find running sqg in sbopkg. https://github.com/sbopkg/sbopkg/blo...oc/contrib/sqg
it will really help you.
Code:
faad2
OpenAL
opencore-amr
orc
opus
celt
openjpeg
dirac
dvdauthor
gavl
recordmydesktop
gsm
rtmpdump
soundtouch
ladspa_sdk
speex
lame
twolame
libass
libavc1394
libdc1394
libbluray
libdv
libiec61883
libilbc
libmodplug
libmp4v2
dvgrab
LibRaw
libvpx
vamp-plugin-sdk
wxPython
xvidcore
x264
opencv
swh-plugins
faac
frei0r
schroedinger
jack-audio-connection-kit
ffmpeg
audacity
libquicktime
mlt
kdenlive
these are the basics I install on my system some of them are in current now. but that is the order of the build to do pretty much everything for sound and video.
then I build my extra gstreamers.
I named that multimedia.sqf put it in my /var/lib/sbopkg/queus
Unless I'm mistaken wxGTK is not installed. I didn't find it in my packages list.

Code:
bash-4.2# slackpkg search wxgtk

Looking for wxgtk in package list. Please wait... DONE

No package name matches the pattern.
Thanks for telling me about those libraries that I didn't have. I had on idea.
I haven't used 'sqg in sbopkg' before. Thanks for the link.
 
Old 12-11-2015, 11:41 PM   #11
Diantre
Member
 
Registered: Jun 2011
Distribution: Slackware
Posts: 515

Rep: Reputation: 234Reputation: 234Reputation: 234
Quote:
Originally Posted by Ztcoracat View Post
What's wrong?
What I don't really understand is why you're getting libwebkitgtk related messages? AFAIK, libwebkitgtk is not a dependency of audacity. I just built audacity in my 14.1 system (no libwebkitgtk installed) without any problems.

In any case, libwebkitgtk appears to be complaining about not finding gstreamer. Which is weird, because gstreamer is part of stock Slackware. But this is just a wild guess, I'm not really sure what's going on here, sorry...
 
Old 12-12-2015, 12:09 AM   #12
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Diantre View Post
What I don't really understand is why you're getting libwebkitgtk related messages? AFAIK, libwebkitgtk is not a dependency of audacity. I just built audacity in my 14.1 system (no libwebkitgtk installed) without any problems.

In any case, libwebkitgtk appears to be complaining about not finding gstreamer. Which is weird, because gstreamer is part of stock Slackware. But this is just a wild guess, I'm not really sure what's going on here, sorry...
I have Voice Recognition Software installed and I'm guessing that one of the libraries for Simon or the dictionaries might be dependent upon libwebkitgtk. Might also be a lib that HTK needs to work.
Simon uses engine libraries (gtk) and other libraries for multipule dictionaries.
 
Old 12-12-2015, 03:01 AM   #13
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,651

Rep: Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772Reputation: 1772
try removing webkitgtk, build audacity and reinstall webkitgtk
 
Old 12-12-2015, 10:14 AM   #14
suppy
Member
 
Registered: Mar 2012
Location: Sweden
Distribution: Slackware
Posts: 83

Rep: Reputation: 60
Quote:
Originally Posted by Ztcoracat View Post
Unless I'm mistaken wxGTK is not installed. I didn't find it in my packages list.

Code:
bash-4.2# slackpkg search wxgtk

Looking for wxgtk in package list. Please wait... DONE

No package name matches the pattern.
Thanks for telling me about those libraries that I didn't have. I had on idea.
I haven't used 'sqg in sbopkg' before. Thanks for the link.
slackpkg search only checks official slackware packages. Try
Code:
ls /var/log/packages/ | grep -i wxgtk
instead.
 
Old 12-12-2015, 08:26 PM   #15
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I'll try that willysr; hope it works.

Bash returned nothing for wxgtk:

Code:
bash-4.2$ ls /var/log/packages/ | grep -i wxgtk
bash-4.2$
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackbuild for Audacity 2.0.6 fails with VAMP=yes slacksam Slackware 7 06-18-2015 09:06 AM
[SOLVED] Compile error when running Devilspie slackbuild SlackerFeast Slackware 9 10-15-2014 01:12 PM
error trying to execute ./conky.SlackBuild script Kilo Delta Slackware 2 09-29-2013 11:37 PM
[SOLVED] Error compiling Thunderbird 8.0 from source using 7.0.1 SlackBuild-script mats_b_tegner Slackware 2 11-11-2011 01:00 PM
i get an error message running php script inside a cgi script. repolona Linux - Software 0 02-22-2007 09:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration