LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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-14-2015, 07:25 PM   #31
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589

What version of wxpython did you install? I just recently reinstalled audacity on slackware-current and first went with the most current version of wxpython-3.0.2.0 and ran into problems. I don't remember what it was just that I end up using wxpython-2.8.12.1(slackbuilds version) to get audacity to work.
 
Old 12-14-2015, 07:54 PM   #32
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 bassmadrigal View Post
I think willysr pointed out the first thing you need to figure out... how did you install wx-gtk (since it is installed in /usr/local/, that typically means that you compiled it from source without using a SlackBuild)? Then we need to figure out how to remove it so you can install other software.
Back in October I installed a large amount of dependencies for "Simon" which included lots of tar.bz's (including everything for gtk and htk)that I compiled from src.

-::-wxgtk is not installed, I removed it. To be certain I ran 'ls /var/log/packages | grep -i wxgtk'and bash returned an empty field. To clarify I pulled up my pkg list in the konsole and checked twice for wxgtk; it doesn't exist.-::-

If I have to rm pkgs that necessary for Simon run I'd rather due w/o Audacity as I have invested the past 3 months in getting Simon to run properly.
 
Old 12-14-2015, 07:58 PM   #33
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 colorpurple21859 View Post
What version of wxpython did you install? I just recently reinstalled audacity on slackware-current and first went with the most current version of wxpython-3.0.2.0 and ran into problems. I don't remember what it was just that I end up using wxpython-2.8.12.1(slackbuilds version) to get audacity to work.
The version of wxPthon I installed was 2.8.12 that I downloaded from the SlackBuilds repo.-
 
Old 12-14-2015, 08:03 PM   #34
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
if you install it from source, then it will not be shown at /var/log/packages since only packages created in native Slackware format that will be stored there
 
1 members found this post helpful.
Old 12-14-2015, 08:11 PM   #35
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
problem is you need to stay focused on one problem. If you want to make audacity priority then I would go back to basics and reinstall all the base libraries from the 14.1 install disk and update those that are in patches. you seem to have many broken lib links. if you your not running multilib then I would reinstall "l"
then upgrade your "patches" at that point you should have the base links back.
make sure your using the correct sbopkg repo.
Thats a start.
 
Old 12-14-2015, 08:21 PM   #36
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
problem is you need to stay focused on one problem. If you want to make audacity priority then I would go back to basics and reinstall all the base libraries from the 14.1 install disk and update those that are in patches. you seem to have many broken lib links. if you your not running multilib then I would reinstall "l"
then upgrade your "patches" at that point you should have the base links back.
make sure your using the correct sbopkg repo.
Thats a start.
To reinstall all of the base libraries I would just use slackpkg for that right?

Or would I throw in the Slackware 14.1 CD and use pkgtool?
 
Old 12-14-2015, 08:30 PM   #37
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by Ztcoracat View Post
Back in October I installed a large amount of dependencies for "Simon" which included lots of tar.bz's (including everything for gtk and htk)that I compiled from src.

-::-wxgtk is not installed, I removed it. To be certain I ran 'ls /var/log/packages | grep -i wxgtk'and bash returned an empty field. To clarify I pulled up my pkg list in the konsole and checked twice for wxgtk; it doesn't exist.-::-

If I have to rm pkgs that necessary for Simon run I'd rather due w/o Audacity as I have invested the past 3 months in getting Simon to run properly.
As willysr pointed out, if it is showing up in /usr/local/, then it was probably compiled manually using ./configure && make && make install. This does not create a Slackware package and does not allow pkgtool, /var/log/packages/, or any other portion of the package manager to be aware of its files. For the package manager to be aware of it, you'd either need to use a SlackBuild or compile it and have it installed into a directory that you then run makepkg on (which is effectively what a SlackBuild does). Have a look in /usr/local/lib/ and see what is in there (since the error states libwx_gtk2u_webview-3.0.so exists there).

You could also run locate wx_gtk to see what it returns.

Once we get wx_gtk removed, then the rest of the process should hopefully go smoothly.
 
1 members found this post helpful.
Old 12-14-2015, 08:45 PM   #38
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 bassmadrigal View Post
As willysr pointed out, if it is showing up in /usr/local/, then it was probably compiled manually using ./configure && make && make install. This does not create a Slackware package and does not allow pkgtool, /var/log/packages/, or any other portion of the package manager to be aware of its files. For the package manager to be aware of it, you'd either need to use a SlackBuild or compile it and have it installed into a directory that you then run makepkg on (which is effectively what a SlackBuild does). Have a look in /usr/local/lib/ and see what is in there (since the error states libwx_gtk2u_webview-3.0.so exists there).

You could also run locate wx_gtk to see what it returns.

Once we get wx_gtk removed, then the rest of the process should hopefully go smoothly.
Thank you for explaining that. I get the difference between the 2 types of installation going into different directories now.

I looked in /usr/local/lib and I did not find wxgtk. I did find a directory marked "wx" in /usr/local/lib/wx/include/and it contained /gtk2-unicode-3.0. I also looked in /usr/local/bin/ and the only thing remotely close is wx-config which has a target link to: al/lib/wx/config/gtk2-unicode-3.0.

Code:
bash-4.2$ locate wx_gtk 
locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old
bash-4.2$
 
Old 12-14-2015, 09:29 PM   #39
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
first, you need to uninstall all those wx* that came from source
extract wxWidgets and run
Code:
./configure
make uninstall
please make sure all wx* files in /usr/local/ are removed before attempting to try to install wxPython and audicity
 
Old 12-14-2015, 09:52 PM   #40
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
first, you need to uninstall all those wx* that came from source
extract wxWidgets and run
Code:
./configure
make uninstall
please make sure all wx* files in /usr/local/ are removed before attempting to try to install wxPython and audicity
I'll work on that tomorrow when I can focus clearly it's getting late.
BTW I also have wx* in /usr/local/include/wx-3.0/wx/-
 
Old 12-15-2015, 12:11 AM   #41
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
That will have to be removed as well
 
Old 12-15-2015, 06:47 AM   #42
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by Ztcoracat View Post
Code:
bash-4.2$ locate wx_gtk 
locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old
bash-4.2$
Do you turn your computer off at night? Because I believe updatedb runs at like 4AM every day. You could try running updatedb manually as root, then after it has finished indexing everything, try the locate command again.

However, willysr's advice should likely cover the complete removal of wx-gtk.
 
Old 12-15-2015, 06:57 PM   #43
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
That will have to be removed as well
One of the folders in the /usr/local/include/wx-3.0/ contains a gtk folder with libraries that are like little engines that run 'Simon'.If I'm not mistaken the gtk libraries for the graphical control element are responsible for running Simon's GUI.
If I remove wx-3.0 Simon most likely would fail and I don't want to do that.

Mr. knudfl spent a lot of time teaching me how to build and compile and install gtk, htk and other dependencies in order to get Simon installed. I don't want to wreck the good that I have.
http://www.linuxquestions.org/questi...es-4175557896/

If there's another way?

If not I'll have to do w/o Audacity.
 
Old 12-15-2015, 07:01 PM   #44
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 bassmadrigal View Post
Do you turn your computer off at night? Because I believe updatedb runs at like 4AM every day. You could try running updatedb manually as root, then after it has finished indexing everything, try the locate command again.

However, willysr's advice should likely cover the complete removal of wx-gtk.
Yes, I shut down the pc at night.

I could update the data base this weekend.
 
Old 12-15-2015, 09:09 PM   #45
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Quote:
Originally Posted by Ztcoracat View Post
One of the folders in the /usr/local/include/wx-3.0/ contains a gtk folder with libraries that are like little engines that run 'Simon'.If I'm not mistaken the gtk libraries for the graphical control element are responsible for running Simon's GUI.
If I remove wx-3.0 Simon most likely would fail and I don't want to do that.

Mr. knudfl spent a lot of time teaching me how to build and compile and install gtk, htk and other dependencies in order to get Simon installed. I don't want to wreck the good that I have.
http://www.linuxquestions.org/questi...es-4175557896/

If there's another way?

If not I'll have to do w/o Audacity.
If that's your choice then i'm afraid i can't help you further on this issue

my advice is NOT to mix applications compiled from source and from SlackBuild script.
 
  


Reply



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 01:02 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