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 01-24-2019, 08:37 PM   #1621
av2zeal
Member
 
Registered: Jul 2008
Distribution: Slackware64
Posts: 56

Rep: Reputation: 1

Quote:
Originally Posted by av2zeal View Post
Thank you for confirming ponce and bassmadrigal! It must be somethig on my end then. I'm going to do a clean 64-current install of my system.
Yesterday, after removing everything I had installed and doing a complete system upgrade (with --reinstall), I launched discord... and it still froze without error. After poking around it the /tmp/ folder, i found a strange discord-ipc-0= file. I figured, why not, and I deleted it, and voila, discord launched and everything worked. I chalked it up to my own ignorance and moved on with my life. Today, I built vlc from scratch, and then went to launch discord, and it froze again. I found the a stray file in /tmp/ deleted it, relaunched, and still... nothing. Now I'm getting frustrated. I clear out the discord folder in .config, delete the (again) stray file, launch discord. Frozen. I start uninstalling vlc dependencies that I'm guessing could be culprits, first jdk, then qt5, still nothing. Upon a ps -u av2zeal, I see a crazy amount of open xdg-mime processes, but I don't have a file browser or web browser open, so I kill them. I then had a thought... what if discord is querying xdg-mime but it is hanging or discord doesn't like the response it's getting. So, I run discord and kill xdg-mime and... everything works. My question is now, what could possibly be happening here? Do I need to reinstall xdg-utils? Does discord have some sort of bug? Is my configuration just unstable? Regardless, I thought I would post this for posterity in case anyone else runs across this problem, so that they don't need to spend hours troubleshooting something so silly. Also, any thoughts about how to fix this instead of killing xdg-mime when I run discord would be appreciated. Sorry for the long rant.
 
Old 01-25-2019, 02:59 AM   #1622
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by mralk3 View Post
arc-theme fails to build on the latest -current. I believe a version bump is all that is required.

Code:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: creating directory build-aux
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:12: installing 'build-aux/install-sh'
configure.ac:12: installing 'build-aux/missing'
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: error: Invalid GNOME version: 3.24
It looks like Debian is using the following repo as upstream:

https://github.com/nicohood/arc-theme
http://cgit.ponce.cc/slackbuilds/commit/?h=arc-theme

(note the new additional dependencies)
 
Old 01-25-2019, 02:16 PM   #1623
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
Quote:
Originally Posted by ponce View Post
Quote:
Originally Posted by mralk3 View Post
arc-theme fails to build on the latest -current. I believe a version bump is all that is required.

Code:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: creating directory build-aux
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:12: installing 'build-aux/install-sh'
configure.ac:12: installing 'build-aux/missing'
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: error: Invalid GNOME version: 3.24
It looks like Debian is using the following repo as upstream:

https://github.com/nicohood/arc-theme
http://cgit.ponce.cc/slackbuilds/commit/?h=arc-theme

(note the new additional dependencies)
Thanks!
 
Old 01-26-2019, 10:20 PM   #1624
av2zeal
Member
 
Registered: Jul 2008
Distribution: Slackware64
Posts: 56

Rep: Reputation: 1
Hello,

Was there a change to the man2html script that causes it not to exit? I'm trying to build an SBo that is calling it but since the script never exits, the SBo hangs when man2html is called.
 
Old 01-27-2019, 01:47 AM   #1625
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by av2zeal View Post
Hello,

Was there a change to the man2html script that causes it not to exit? I'm trying to build an SBo that is calling it but since the script never exits, the SBo hangs when man2html is called.
the man2html file (a perl script) seems to have changed last time more than one year ago... which script from SBo are you trying to build?
 
Old 01-27-2019, 04:48 AM   #1626
av2zeal
Member
 
Registered: Jul 2008
Distribution: Slackware64
Posts: 56

Rep: Reputation: 1
Quote:
Originally Posted by ponce View Post
the man2html file (a perl script) seems to have changed last time more than one year ago... which script from SBo are you trying to build?
x2goserver
 
Old 01-27-2019, 05:11 AM   #1627
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by av2zeal View Post
x2goserver
that hasn't been upgraded since a long time: I wrote the maintainer and he told me that he hasn't time to maintain it anymore so it will be removed from the repository.
the version on SBo for 14.2 is probably incompatible with the newer perl in current.
 
Old 01-27-2019, 08:45 AM   #1628
rwcooper
Member
 
Registered: Mar 2006
Posts: 123

Rep: Reputation: 20
avr-libc and avr-gcc are out of sync

Hi,

The version of avr-gcc in current requires a version of avr-libc newer than 1.8.1 as even the simplest C program will not link. avr-libc 2.0.0 contains the necessary files for successful linking.

Thanks,
Randy
 
Old 01-27-2019, 04:04 PM   #1629
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 974

Rep: Reputation: 239Reputation: 239Reputation: 239
Quote:
Originally Posted by ponce View Post
that hasn't been upgraded since a long time: I wrote the maintainer and he told me that he hasn't time to maintain it anymore so it will be removed from the repository.
the version on SBo for 14.2 is probably incompatible with the newer perl in current.
After editing the available scripts one can compile version 3.5.0.33 of the nx-libs (and they work in the sense that I get my X2go-client connected to a ubuntu-based x2go server at work) and the 4.1.0.1 X2go-client. (I have never tried to use the server)

The newest version of the library (nx-libs-3.5.99.17-1) fails on this error (after entering nxcompshad):
Quote:
libtool: error: error: cannot install 'libXcompshad.la' to a directory not ending in /usr/local/lib
possibly because of these lines:
Quote:
PREFIX ?= /usr/local
..
LIBDIR ?= $(PREFIX)/lib
in the MakeFile. The Slackbuild changes all these lines, also in the scripts, but possibly need to do that somewhere else as well.
(Note: apart from version no, one has to edit the Slackbuild so that the work-directory that will be removed and cd-ed into, becomes "nx-libs-HEAD")

Using the lite-version of the library (only needed for the client; nx-libs-3.5.99.17-1-lite), compiling works with the same script. But communication with the x2go-server (version 4.1.0.3) at work does not complete and I do not get a desktop (maybe the version of the client I can use does not match sufficiently that of the newest library)

Development of the nx libraries has now moved to https://github.com/ArcticaProject/nx-libs.

The latest version of the X2go-client (4.1.2.1) as well as version 4.1.1.0 fail on
Quote:
/usr/bin/ld: cannot find -lssh threads
If only I was a bit more knowledgeable of C-programming/compiling ..... maybe someone else is able to make this work

Last edited by brobr; 01-27-2019 at 04:08 PM.
 
Old 01-28-2019, 04:50 AM   #1630
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by rwcooper View Post
Hi,

The version of avr-gcc in current requires a version of avr-libc newer than 1.8.1 as even the simplest C program will not link. avr-libc 2.0.0 contains the necessary files for successful linking.

Thanks,
Randy
Thanks for reporting, Randy!

I just pushed updates on github for avr-binutils, avr-gcc and avr-libc: they will go in the main branch at the next merge (most probably next weekend).
 
Old 01-28-2019, 05:30 PM   #1631
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
Quote:
Originally Posted by ponce View Post
http://cgit.ponce.cc/slackbuilds/commit/?h=arc-theme

(note the new additional dependencies)
I had to add optipng to update to the latest arc-theme in your SBo-git repo. http://slackbuilds.org/repository/14...phics/optipng/
 
Old 01-29-2019, 04:52 AM   #1632
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Original Poster
Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by mralk3 View Post
I had to add optipng to update to the latest arc-theme in your SBo-git repo. http://slackbuilds.org/repository/14...phics/optipng/
thanks for that, my bad, I had it already installed where I tested the SlackBuild.
 
1 members found this post helpful.
Old 01-29-2019, 06:54 PM   #1633
Poprocks
Member
 
Registered: Sep 2003
Location: Toronto, Canada
Distribution: Slackware
Posts: 522

Rep: Reputation: 279Reputation: 279Reputation: 279
thunar-dropbox (currently at 0.2.1) no longer builds. This is no fault of SBO; it appears that its upstream maintainer has gone MIA. The issue is, it is no longer compatible with the gtk3 version of Thunar, which is shipped with Slackware Current.

The attached patch gets it to build; however, the app itself seems quite buggy. Quaere whether it's worth continuing to include in SBO or if it should just be cut as unmaintained software.
Attached Files
File Type: txt thunar-dropbox-support-gtk3.patch.txt (4.2 KB, 5 views)
 
Old 01-30-2019, 05:10 PM   #1634
av2zeal
Member
 
Registered: Jul 2008
Distribution: Slackware64
Posts: 56

Rep: Reputation: 1
Quote:
Originally Posted by brobr View Post
After editing the available scripts one can compile version 3.5.0.33 of the nx-libs (and they work in the sense that I get my X2go-client connected to a ubuntu-based x2go server at work) and the 4.1.0.1 X2go-client. (I have never tried to use the server)

The newest version of the library (nx-libs-3.5.99.17-1) fails on this error (after entering nxcompshad):

possibly because of these lines:

in the MakeFile. The Slackbuild changes all these lines, also in the scripts, but possibly need to do that somewhere else as well.
(Note: apart from version no, one has to edit the Slackbuild so that the work-directory that will be removed and cd-ed into, becomes "nx-libs-HEAD")

Using the lite-version of the library (only needed for the client; nx-libs-3.5.99.17-1-lite), compiling works with the same script. But communication with the x2go-server (version 4.1.0.3) at work does not complete and I do not get a desktop (maybe the version of the client I can use does not match sufficiently that of the newest library)

Development of the nx libraries has now moved to https://github.com/ArcticaProject/nx-libs.

The latest version of the X2go-client (4.1.2.1) as well as version 4.1.1.0 fail on

If only I was a bit more knowledgeable of C-programming/compiling ..... maybe someone else is able to make this work
Thanks for the info, I was able to version bump the server script to 4.1.0.3, revert to a previous man2html and make enough changes to get it to build, but when I tried to do the same for the client 4.1.2.1, I ran into compile errors as well. Between this and the maintainer not wanting to update it, I gave up. I ended up using x11vnc (SBo) for the server and tigervnc (/extra) for the client.
 
Old 01-30-2019, 06:15 PM   #1635
av2zeal
Member
 
Registered: Jul 2008
Distribution: Slackware64
Posts: 56

Rep: Reputation: 1
SFML 2.4.2 does not build on -current, it fails with conflicting variable declarations in glx. I was able to fix it by version bumping to 2.5.1 and commenting out the FindSFML.cmake file move section (since it is no longer included?).
 
  


Reply

Tags
current, sbo, sbopkg, slackrepo



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
[SOLVED] Error building gst1-plugins-good 1.4.1 from SBO l0rddarkf0rce Slackware 4 10-06-2014 05:58 PM
[SOLVED] Failure building nvidia-kernel Slackbuild from SBo sysfce2 Slackware 7 07-02-2011 01:10 AM
problems building fontforge from SBo gtludwig Slackware 7 05-12-2010 01:52 PM
Pls help me take my 1st step! verysoon Fedora - Installation 2 12-12-2005 07:49 AM

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

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