LinuxQuestions.org
Visit Jeremy's Blog.
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-08-2019, 03:17 PM   #1606
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,102

Original Poster
Rep: Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177

Quote:
Originally Posted by giomat View Post
perhaps i should just email the mantainer since the build failure is not really related to -current.
yes, please email him, thanks!
 
Old 01-12-2019, 10:12 AM   #1607
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
ngspice-30 says docs aren't found so I commented out
Code:
#rm -rf $PRGNAM-doc-$VERSION
#tar xvf $CWD/$PRGNAM-doc-$VERSION.tar.gz
#(cd $PRGNAM-doc-$VERSION
#    chown -R root:root .
#    find -L . \
#    \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 5
11 \) \
#    -exec chmod 755 {} \; -o \
#    \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
#    -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
#)
to get it to build.
 
Old 01-12-2019, 10:31 AM   #1608
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,102

Original Poster
Rep: Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177
Quote:
Originally Posted by RadicalDreamer View Post
ngspice-30 says docs aren't found so I commented out
Code:
#rm -rf $PRGNAM-doc-$VERSION
#tar xvf $CWD/$PRGNAM-doc-$VERSION.tar.gz
#(cd $PRGNAM-doc-$VERSION
#    chown -R root:root .
#    find -L . \
#    \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 5
11 \) \
#    -exec chmod 755 {} \; -o \
#    \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
#    -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
#)
to get it to build.
this is not current specific: it has been reported on the slackbuilds-users mailing list

https://lists.slackbuilds.org/piperm...ry/022598.html

and the maintainer has already submitted a fix that will most probably go in the next public update.
 
Old 01-12-2019, 11:24 AM   #1609
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 859

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Regarding the new gambas3:

1. There is a MD5 sum mismatch (reported at the SBo mailing list since it's not specific to -current).

2. In my setup, build fails and can be made to successfully finish only when adding --enable-sqlite2=no to the ./configure parameters.
 
Old 01-15-2019, 03:41 PM   #1610
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 859

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
aegisub cannot be built on -current. Last part of build:

Code:
g++ -MMD -MP -I/tmp/SBo/aegisub-3.2.2/libaegisub/include -I/tmp/SBo/aegisub-3.2.2/ -fPIC -I/usr/include -DBOOST_SYSTEM_NO_DEPRECATED -I/tmp/SBo/aegisub-3.2.2/vendor/luajit/include -O2 -fPIC -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -pipe -g -std=c++11 -Wno-c++11-narrowing -Wno-unused-local-typedefs -O3  -include /tmp/SBo/aegisub-3.2.2/libaegisub/lagi_pre.h   -c -o /tmp/SBo/aegisub-3.2.2/libaegisub/common/character_count.o /tmp/SBo/aegisub-3.2.2/libaegisub/common/character_count.cpp
/tmp/SBo/aegisub-3.2.2/libaegisub/common/character_count.cpp: In lambda function:
/tmp/SBo/aegisub-3.2.2/libaegisub/common/character_count.cpp:39:12: error: ‘BreakIterator’ has not been declared
   bi.reset(BreakIterator::createCharacterInstance(Locale::getDefault(), status));
            ^~~~~~~~~~~~~
/tmp/SBo/aegisub-3.2.2/libaegisub/common/character_count.cpp:39:51: error: ‘Locale’ has not been declared
   bi.reset(BreakIterator::createCharacterInstance(Locale::getDefault(), status));
                                                   ^~~~~~
/tmp/SBo/aegisub-3.2.2/libaegisub/common/character_count.cpp: In function ‘size_t {anonymous}::count_in_range(Iterator, Iterator, int)’:
/tmp/SBo/aegisub-3.2.2/libaegisub/common/character_count.cpp:61:46: error: ‘BreakIterator’ has not been declared
  for (auto end = character_bi.next(); end != BreakIterator::DONE; pos = end, end = character_bi.next()) {
                                              ^~~~~~~~~~~~~
/tmp/SBo/aegisub-3.2.2/libaegisub/common/character_count.cpp: In function ‘size_t agi::IndexOfCharacter(const string&, size_t)’:
/tmp/SBo/aegisub-3.2.2/libaegisub/common/character_count.cpp:146:14: error: ‘BreakIterator’ has not been declared
   if (end == BreakIterator::DONE)
              ^~~~~~~~~~~~~
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-narrowing’
make: *** [Makefile.target:100: /tmp/SBo/aegisub-3.2.2/libaegisub/common/character_count.o] Error 1
 
Old 01-15-2019, 04:33 PM   #1611
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,662

Rep: Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785Reputation: 1785
Quote:
Originally Posted by sombragris View Post
aegisub cannot be built on -current. Last part of build:
Try this commit

I had to add another patch for latest boost and some changes for ICU as well

Last edited by willysr; 01-16-2019 at 04:22 AM.
 
1 members found this post helpful.
Old 01-16-2019, 06:49 AM   #1612
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 859

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Quote:
Originally Posted by willysr View Post
Try this commit

I had to add another patch for latest boost and some changes for ICU as well
Thanks willy! It worked. Now it builds OK.
 
Old 01-17-2019, 01:29 PM   #1613
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147
xml-security-c does not compiled due to the patch is not compatible.
After removing the patch, it compiled fine.

Then I look at the upstream http://santuario.apache.org/cindex.html, it seems the current version in repo will cause application crash, it is better to upgrade to latest 2.0.2.
 
1 members found this post helpful.
Old 01-17-2019, 02:15 PM   #1614
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,102

Original Poster
Rep: Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177Reputation: 4177
Quote:
Originally Posted by qunying View Post
xml-security-c does not compiled due to the patch is not compatible.
After removing the patch, it compiled fine.
thanks for reporting it!
Quote:
Then I look at the upstream http://santuario.apache.org/cindex.html, it seems the current version in repo will cause application crash, it is better to upgrade to latest 2.0.2.
you better write about this to the maintainer...
 
Old 01-22-2019, 08:29 PM   #1615
av2zeal
Member
 
Registered: Jul 2008
Distribution: Slackware64
Posts: 56

Rep: Reputation: 1
Hello,

Can anyone confirm that the -current discord SBo works? The recent update (0.0.8) requires a new package. I was able to version bump Jeremy's SBo, which incidentally is the same SBo as ponce's repo. Everything seems to build properly, but it hangs at "starting". I have tried both via GUI and CLI, with neither showing any errors. I emailed Jeremy and he has a local build for 14.2, but not -current. He suggested that I post here and request help. I know that -current supports libc++ through the most recent versions of glibc, and a quick search for dependencies turned up the AUR. I have tried clearing my discord folder from .config and I am unable to locate anything discord related in .cache. I am able to use the web app in the meantime, but this has drawbacks. Any help is appreciated.

Slackware64-current
4.19.13
Xfce
 
Old 01-23-2019, 12:43 AM   #1616
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,102

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

Can anyone confirm that the -current discord SBo works? The recent update (0.0.8) requires a new package. I was able to version bump Jeremy's SBo, which incidentally is the same SBo as ponce's repo. Everything seems to build properly, but it hangs at "starting". I have tried both via GUI and CLI, with neither showing any errors. I emailed Jeremy and he has a local build for 14.2, but not -current. He suggested that I post here and request help. I know that -current supports libc++ through the most recent versions of glibc, and a quick search for dependencies turned up the AUR. I have tried clearing my discord folder from .config and I am unable to locate anything discord related in .cache. I am able to use the web app in the meantime, but this has drawbacks. Any help is appreciated.

Slackware64-current
4.19.13
Xfce
I just tested it and what happens here doesn't seem to be current-specific, it should happen also on stable: when you launch discord it just want to be updated to 0.0.8 or it won't start (report this to the maintainer), should happen the same also on stable as this is a binary repackaging.
when I version-bump the SlackBuild to 0.0.8 it starts fine, it spits just an error when the GUI is loaded but it seems to function neverthless.
I'm not sure what's happening there, libc++ shouldn't matter as now is included in llvm shipped with current.
 
Old 01-23-2019, 10:29 AM   #1617
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 ponce View Post
I just tested it and what happens here doesn't seem to be current-specific, it should happen also on stable: when you launch discord it just want to be updated to 0.0.8 or it won't start (report this to the maintainer), should happen the same also on stable as this is a binary repackaging.
when I version-bump the SlackBuild to 0.0.8 it starts fine, it spits just an error when the GUI is loaded but it seems to function neverthless.
I'm not sure what's happening there, libc++ shouldn't matter as now is included in llvm shipped with current.
I am the maintainer of discord and 0.0.8 works fine for me on 14.2. I'm not seeing the same issues that av2zeal mentioned when running -current. I was able to log in and have my chats come up. I sent in a PR on GitHub for the version bump to 0.0.8 and it was merged a few hours ago (simple version bump).

I didn't see any error messages on AUR either, although from AUR's changelog, discord did update from gtk2 to gtk3, but Slackware should be unaffected with that since we ship both.
 
Old 01-23-2019, 11:45 AM   #1618
av2zeal
Member
 
Registered: Jul 2008
Distribution: Slackware64
Posts: 56

Rep: Reputation: 1
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.
 
Old 01-23-2019, 06:54 PM   #1619
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147
SimGear compile error on current. Got same error with 2018.3.1

/tmp/SBo/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx:290:69: required from here
/usr/include/boost/iterator/iterator_facade.hpp:901:3: error: no type named ‘type’ in ‘struct boost::iterators::detail::enable_if_interoperable<nasal::Hash::Iterator<true>, nasal::Hash::Iterator<false>, bool>’
make[2]: *** [simgear/CMakeFiles/SimGearCore.dir/build.make:1480: simgear/CMakeFiles/SimGearCore.dir/nasal/cppbind/NasalContext.cxx.o] Error 1

https://forum.flightgear.org/viewtopic.php?p=339977
Upstream reply with back out of boost 1.69
 
Old 01-24-2019, 06:27 PM   #1620
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,901

Rep: Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052
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

Last edited by mralk3; 01-24-2019 at 06:30 PM.
 
  


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 09:21 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