LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 08-10-2017, 10:37 PM   #1
GrumpyGnome
Member
 
Registered: May 2004
Location: El Sobrante, CA (the scraps)
Distribution: Fedora, RH, & Slack
Posts: 57

Rep: Reputation: 15
wxHexEditor not running; Successfull SlackBuild and Install


Hello,
I was able to complete the download, slackbuild and install for wxHexEditor and it's dependency wxPython 2.8.12.1
There were no errors that I could see.
When I launch it from KDE the icon bounces up and down then disappears. I did this install about 7 months ago on a different computer and it worked great.
I ran wxHexEdior from a console in KDE and got this error:
Code:
/usr/bin/wxHexEditor: error while loading shared libraries: libwx_gtk2_richtext-2.8.so.0: cannot open shared object file: No such file or directory
I see that the lib file is missing but should I just start moving them manually or??? They did get made in the build process. I am too noob to just start whacking files here and there. Also not sure where the file needs to go.
Happy Trails
 
Old 08-10-2017, 11:03 PM   #2
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
Do you happen to have wxGTK installed as well? It conflicts with wxPython,
 
1 members found this post helpful.
Old 08-11-2017, 11:20 AM   #3
GrumpyGnome
Member
 
Registered: May 2004
Location: El Sobrante, CA (the scraps)
Distribution: Fedora, RH, & Slack
Posts: 57

Original Poster
Rep: Reputation: 15
Thanks bassmadrigal,
That may be my problem. I had wxGTK installed in error because I misread a post. But I ran removepkg and verified the removal in the /var/log/package list. In desperation I used removepkg on all three wxGTK, wxPython, & wxHexEditor. Now with just wxPython and wxHexEditor installed I get the same error.
I find the file listed in my console error line is in /usr/lib64 and wonder if it and the other wxPython libs need to be in /lib64?
Also the permissions look correct with owner and group read as well as executable.

Happy Trails
 
Old 08-11-2017, 11:31 AM   #4
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
wxHexEditor will be updated tomorrow in the next public update. Stay tune
 
Old 08-14-2017, 04:20 PM   #5
GrumpyGnome
Member
 
Registered: May 2004
Location: El Sobrante, CA (the scraps)
Distribution: Fedora, RH, & Slack
Posts: 57

Original Poster
Rep: Reputation: 15
Hello willysr,I am hoping you may be watching this thread.
I have finally been able to work on my wxHexEditor install again. Thanks for the tip and your work on wxHexEditor SlackBuid.
I had two snags. One I fixed and one I can't find a way to remedy. As this was started here I am thinking I can continue with this line.
I found a problem with the libwebp.SlackBuild file which was a simple change from the source file ref from .tar.gz to .tar.
I instlled, hyphen, geoclue, libwebp, webkit2gtk, wxGTK3 and wxHexEditor in that order.
wxHexEditor stopped with this error:
Code:
g++ -c `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD -fopenmp -Wall -O2 -fPIC   src/HexEditorGui.cpp -o src/HexEditorGui.o
src/HexEditorGui.cpp:8:23: fatal error: wx/wxprec.h: No such file or directory
compilation terminated.
The file wxprec.h is not found on my root disk. So I need some help here.

Should I submit these as bugs?

Happy Trails
 
Old 08-14-2017, 05:06 PM   #6
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
Can you show the results of this command?
Code:
grep wx/wxprec.h /var/log/packages/*
 
Old 08-15-2017, 09:32 AM   #7
GrumpyGnome
Member
 
Registered: May 2004
Location: El Sobrante, CA (the scraps)
Distribution: Fedora, RH, & Slack
Posts: 57

Original Poster
Rep: Reputation: 15
Here it is.

Code:
root@NomadLx:~#
root@NomadLx:~# grep wx/wxprec.h /var/log/packages/*
root@NomadLx:~#
Thank You
 
Old 08-15-2017, 10:02 AM   #8
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's strange. Are you sure you have wxGTK3 installed?
here's on my machine
Code:
grep wx/wxprec.h /var/log/packages/*                                                                                           
/var/log/packages/wxGTK3-3.0.3.1-i586-1_SBo:usr/include/wx-3.0/wx/wxprec.h
 
Old 08-15-2017, 05:18 PM   #9
GrumpyGnome
Member
 
Registered: May 2004
Location: El Sobrante, CA (the scraps)
Distribution: Fedora, RH, & Slack
Posts: 57

Original Poster
Rep: Reputation: 15
OMG. I forgot the installpkg step for wxGTK3. No it wasn't installed. I ran installpkg on the GTK3 SBo. It was successful. But I still get the same error about wx/wxprec.h. However, the grep you suggested shows that the file is there.

Code:
root@NomadLx:~# grep wx/wxprec.h /var/log/packages/*
/var/log/packages/wxGTK3-3.0.3.1-x86_64-1_SBo:usr/include/wx-3.0/wx/wxprec.h
root@NomadLx:~#
I either made a mess or still have something done wrong.

Thank you for helping me.

Last edited by GrumpyGnome; 08-15-2017 at 05:18 PM. Reason: typo
 
Old 08-15-2017, 06:05 PM   #10
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
Did you get the updated wxHexEditor from SBo?
I can build it here on my Slackware64-14.2 VM
Code:
wxHexEditor:
  MD5SUM check for wxHexEditor-20170415_bb951eb.tar.xz ... OK
  Building package wxHexEditor-20170415_bb951eb-x86_64-1_SBo.tgz ... OK
  Installing package wxHexEditor-20170415_bb951eb-x86_64-1_SBo.tgz ... OK
 
Old 08-16-2017, 11:21 AM   #11
GrumpyGnome
Member
 
Registered: May 2004
Location: El Sobrante, CA (the scraps)
Distribution: Fedora, RH, & Slack
Posts: 57

Original Poster
Rep: Reputation: 15
Hello,
And thank you again.
Yes from SlaclBuilds.org I have:
wxHexEditor.tar.gz
wxHexEditor.tar.gz.asc
wxHexEditor-20170415_bb951eb.tar.xz (8b3f8d2c459a6bc7bd18d091d85f9671)

my calculated md5: 8b3f8d2c459a6bc7bd18d091d85f9671 (match, I pasted one below of the other)
I also checked the version in my wxHexEditor.SlackBuild (from wxHexEditor.tar.gz.asc)
VERSION=${VERSION:-20170415_bb951eb}
The file definitely is there but the compiler says it can't find it.
I am certain that I have the files you want me to use.
I just downloaded them again and the md5's match the files I have used.
The build works for you (I am certain of that).

This issue must be caused by something I have done.
I may be off the net for a couple of days travelling.
Ina day or two I'll install a fresh Slack64 14.2 and I bet when I report back it works fine.

Happy Trails
 
  


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
successfull debin 6 install, but messy screen after bootstrap Enkhbayar Linux - Newbie 1 11-10-2012 07:51 AM
[SOLVED] trouble running amaya slackbuild Z038 Slackware 7 09-05-2012 05:34 PM
errors running a slackbuild. garyg007 Linux - Software 5 01-12-2009 11:26 AM
Install of amorok successfull but it doesn't put a link on the menu royeo Linux - Newbie 1 08-19-2006 02:50 AM
A Successfull install of 10.0 cabinetcrafter Mandriva 1 04-23-2004 05:37 PM

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

All times are GMT -5. The time now is 04:08 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