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 01-30-2019, 06:42 PM   #1636
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147

I got SimGear compiled with the following patch.

Code:
diff --git a/simgear/nasal/cppbind/NasalHash.hxx b/simgear/nasal/cppbind/NasalHash.hxx
index aac672fd..2ee7d044 100644
--- a/simgear/nasal/cppbind/NasalHash.hxx
+++ b/simgear/nasal/cppbind/NasalHash.hxx
@@ -23,6 +23,7 @@
 #include "to_nasal.hxx"
 
 #include <simgear/structure/map.hxx>
+#include <boost/core/enable_if.hpp>
 #include <boost/iterator/iterator_facade.hpp>
 
 namespace nasal
But SimGear depends on specific version of OpenSceneGraph (it is 3.5.5 in SlackBuilds.org) which is incompatible, I have to compile OpenSceneGraph 3.4.1 for it to work.

FlightGear compiled and run fine after this.
 
Old 01-31-2019, 02:09 AM   #1637
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Original Poster
Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
Quote:
Originally Posted by qunying View Post
I got SimGear compiled with the following patch.

Code:
diff --git a/simgear/nasal/cppbind/NasalHash.hxx b/simgear/nasal/cppbind/NasalHash.hxx
index aac672fd..2ee7d044 100644
--- a/simgear/nasal/cppbind/NasalHash.hxx
+++ b/simgear/nasal/cppbind/NasalHash.hxx
@@ -23,6 +23,7 @@
 #include "to_nasal.hxx"
 
 #include <simgear/structure/map.hxx>
+#include <boost/core/enable_if.hpp>
 #include <boost/iterator/iterator_facade.hpp>
 
 namespace nasal
But SimGear depends on specific version of OpenSceneGraph (it is 3.5.5 in SlackBuilds.org) which is incompatible, I have to compile OpenSceneGraph 3.4.1 for it to work.

FlightGear compiled and run fine after this.
I have not tried yet myself as I got my build hosts busy ATM, but I spotted a new SimGear/FlightGear release of two days ago

https://sourceforge.net/projects/fli...elease-2018.3/

could you please check if things are ok with that?
 
Old 01-31-2019, 02:10 AM   #1638
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Original Poster
Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
Quote:
Originally Posted by Poprocks View Post
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.
as it's unmaintaned upstream I opted to remove it for the moment, thanks for reporting!

Last edited by ponce; 01-31-2019 at 05:42 AM.
 
Old 01-31-2019, 03:08 AM   #1639
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Original Poster
Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
Quote:
Originally Posted by av2zeal View Post
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?).
thanks for the report: I updated it too to 2.5.1 here and updated SFGUI too accordingly, they will go in at the next merge.

http://cgit.ponce.cc/slackbuilds/commit/?h=SFML
http://cgit.ponce.cc/slackbuilds/commit/?h=SFGUI
 
Old 01-31-2019, 08:58 AM   #1640
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147
Quote:
Originally Posted by ponce View Post
I have not tried yet myself as I got my build hosts busy ATM, but I spotted a new SimGear/FlightGear release of two days ago

https://sourceforge.net/projects/fli...elease-2018.3/

could you please check if things are ok with that?
Yes, it works. I was compiling the 2018.3.1 version, it still require OpenSceneGraph 3.4.
Since OpenSceneGraph's maintainer is different from SimGear, I guess it is needed by different pkgs. For the time being, only SimGear is requiring it for me, I could bear with it.
 
Old 01-31-2019, 10:27 AM   #1641
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Original Poster
Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
Quote:
Originally Posted by qunying View Post
Yes, it works. I was compiling the 2018.3.1 version, it still require OpenSceneGraph 3.4.
I'm not really sure what you mean with this "require" because I just tried building the FlightGear version in the repository and all of its dependencies (so with OpenSceneGraph-3.5.5) on 14.2 and it went fine...
what I see on current is compilation breaking because of the newer boost
Code:
[ 45%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/structure/SGPerfMon.cxx.o
[ 46%] Building CXX object simgear/CMakeFiles/SimGearCore.dir/structure/StringTable.cxx.o
In file included from /tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalContext.cxx:20:
/tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx:123:23: error: ‘enable_if’ in namespace ‘boost’ does not name a template type
       typename boost::enable_if< boost::is_function<Sig>,
                       ^~~~~~~~~
/tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx:123:23: note: suggested alternative: ‘enable_if_’
       typename boost::enable_if< boost::is_function<Sig>,
                       ^~~~~~~~~
                       enable_if_
/tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx:123:32: error: expected unqualified-id before ‘<’ token
       typename boost::enable_if< boost::is_function<Sig>,
                                ^
/tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx:240:37: error: ‘enable_if_c’ in namespace ‘boost’ does not name a template type
                     typename boost::enable_if_c< is_const || !is_other_const,
                                     ^~~~~~~~~~~
/tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx:240:37: note: suggested alternative: ‘enable_if_t’
                     typename boost::enable_if_c< is_const || !is_other_const,
                                     ^~~~~~~~~~~
                                     enable_if_t
/tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx:240:48: error: expected ‘,’ or ‘...’ before ‘<’ token
                     typename boost::enable_if_c< is_const || !is_other_const,
                                                ^
In file included from /tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.cxx:19:
/tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx:123:23: error: ‘enable_if’ in namespace ‘boost’ does not name a template type
       typename boost::enable_if< boost::is_function<Sig>,
                       ^~~~~~~~~
/tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx:123:23: note: suggested alternative: ‘enable_if_’
       typename boost::enable_if< boost::is_function<Sig>,
                       ^~~~~~~~~
                       enable_if_
/tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx:123:32: error: expected unqualified-id before ‘<’ token
       typename boost::enable_if< boost::is_function<Sig>,
                                ^
/tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx:240:37: error: ‘enable_if_c’ in namespace ‘boost’ does not name a template type
                     typename boost::enable_if_c< is_const || !is_other_const,
                                     ^~~~~~~~~~~
/tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx:240:37: note: suggested alternative: ‘enable_if_t’
                     typename boost::enable_if_c< is_const || !is_other_const,
                                     ^~~~~~~~~~~
                                     enable_if_t
/tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx:240:48: error: expected ‘,’ or ‘...’ before ‘<’ token
                     typename boost::enable_if_c< is_const || !is_other_const,
                                                ^
/tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx: In function ‘simgear::Map<std::__cxx11::basic_string<char>, Value> from_nasal_helper(naContext, naRef, const simgear::Map<std::__cxx11::basic_string<char>, Value>*)’:
/tmp/sbopkg.Inv3ur/simgear-2018.2.2/simgear/nasal/cppbind/NasalHash.hxx:290:57: error: no match for ‘operator!=’ (operand types are ‘nasal::Hash::const_iterator’ {aka ‘nasal::Hash::Iterator<true>’} and ‘nasal::Hash::iterator’ {aka ‘nasal::Hash::Iterator<false>’})
   for(nasal::Hash::const_iterator it = hash.begin(); it != hash.end(); ++it)
BTW, thanks a lot for testing the new version: I'll test it too and push the updates.

EDIT: SimGear 2018.3.2 seems to have built fine with the boost patch you posted in your previous message and so FlightGear-2018.3.2 and FlightGear-data-2018.3.2 (I've used OpenSceneGraph-3.5.5).

Last edited by ponce; 01-31-2019 at 12:30 PM.
 
Old 01-31-2019, 01:37 PM   #1642
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147
Quote:
Originally Posted by ponce View Post
I'm not really sure what you mean with this "require" because I just tried building the FlightGear version in the repository and all of its dependencies (so with OpenSceneGraph-3.5.5) on 14.2 and it went fine...
Really strange, it is compiled fine now with 3.5.5.
 
Old 02-01-2019, 10:00 AM   #1643
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
simple-scan failed to build on -current withe : sbopkg -V SBo-git/current -i simple-scan
---------------------
[6/16] Compiling Vala source ../src/config.vapi ../src/book.vala ../src/book-view.vala ../src/page.vala ../src/page-view.vala ../src/simple-scan.vala ../src/scanner.vala ../src/ui.vala ../src/autosave-manager.vala.
FAILED: src/25a6634@@simple-scan@exe/book.c src/25a6634@@simple-scan@exe/book-view.c src/25a6634@@simple-scan@exe/page.c src/25a6634@@simple-scan@exe/page-view.c src/25a6634@@simple-scan@exe/simple-scan.c src/25a6634@@simple-scan@exe/scanner.c src/25a6634@@simple-scan@exe/ui.c src/25a6634@@simple-scan@exe/autosave-manager.c
valac -C --debug --debug --pkg packagekit-glib2 --pkg colord --pkg sane-backends --pkg gusb --pkg gdk-pixbuf-2.0 --pkg cairo --pkg zlib --pkg gtk+-3.0 --target-glib ' 2.38' --pkg glib-2.0 --color=always --directory src/25a6634@@simple-scan@exe --basedir ../src --gresources=../src/simple-scan.gresource.xml --pkg=posix --vapidir=/tmp/SBo/simple-scan-3.25.1/src -D HAVE_COLORD -D HAVE_PACKAGEKIT ../src/config.vapi ../src/book.vala ../src/book-view.vala ../src/page.vala ../src/page-view.vala ../src/simple-scan.vala ../src/scanner.vala ../src/ui.vala ../src/autosave-manager.vala
../src/page.vala:90.5-90.39: error: Property `Page.scan_direction' with custom `get' accessor and/or `set' mutator cannot have `default' value
public ScanDirection scan_direction
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/ui.vala:1347.25-1347.80: warning: Gtk.Arrow.new has been deprecated since 3.14
../src/ui.vala:1904.13-1904.31: warning: Gtk.Application.add_accelerator has been deprecated since 3.14
../src/ui.vala:1905.13-1905.31: warning: Gtk.Application.add_accelerator has been deprecated since 3.14
../src/ui.vala:1906.13-1906.31: warning: Gtk.Application.add_accelerator has been deprecated since 3.14
../src/ui.vala:1907.13-1907.31: warning: Gtk.Application.add_accelerator has been deprecated since 3.14
../src/ui.vala:1908.13-1908.31: warning: Gtk.Application.add_accelerator has been deprecated since 3.14
../src/ui.vala:1909.13-1909.31: warning: Gtk.Application.add_accelerator has been deprecated since 3.14
../src/ui.vala:1071.9-1071.23: warning: Gtk.Menu.popup has been deprecated since 3.22
../src/ui.vala:470.42-470.45: error: Argument 1: Cannot pass value to reference or output parameter
device_model.remove (iter);
^^^^
../src/ui.vala:483.34-483.37: error: Argument 1: Cannot pass value to reference or output parameter
device_model.remove (iter);
^^^^
Compilation failed: 3 error(s), 8 warning(s)
ninja: build stopped: subcommand failed.

simple-scan:
Would you like to continue processing the rest of the
queue or would you like to abort? If this failed
package is a dependency of another package in the queue
then it may not make sense to continue.

(Y)es to continue, (N)o to abort, (R)etry the build?:
-------------------------------------------
 
Old 02-01-2019, 10:10 AM   #1644
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,670

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
i wonder, what vala version did you have on your machine?
 
Old 02-01-2019, 05:29 PM   #1645
Poprocks
Member
 
Registered: Sep 2003
Location: Toronto, Canada
Distribution: Slackware
Posts: 522

Rep: Reputation: 279Reputation: 279Reputation: 279
I just tried to build simple-scan on current and received same error.

vala version: vala-0.42.5-x86_64-1

Trying to build simple-scan 3.25.1
 
Old 02-01-2019, 08:46 PM   #1646
Poprocks
Member
 
Registered: Sep 2003
Location: Toronto, Canada
Distribution: Slackware
Posts: 522

Rep: Reputation: 279Reputation: 279Reputation: 279
re: simple-scan

Project has relocated to gitlab, and a newer stable version is available. That version does build on my machine. Following patches to .SlackBuild and .info get it to build:

Code:
--- simple-scan.SlackBuild	2019-01-28 14:59:55.975807283 -0500
+++ simple-scan.SlackBuild.sbopkg	2019-02-01 21:40:16.619857650 -0500
@@ -26,7 +26,7 @@
 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 PRGNAM="simple-scan"
-VERSION=${VERSION:-3.25.1}
+VERSION=${VERSION:-3.30.1.1}
 BUILD=${BUILD:-1}
 TAG=${TAG:-_SBo}
 
--- simple-scan.info	2019-01-28 14:59:55.975807283 -0500
+++ simple-scan.info.sbopkg	2019-02-01 21:39:55.699858448 -0500
@@ -1,8 +1,8 @@
 PRGNAM="simple-scan"
-VERSION="3.25.1"
+VERSION="3.30.1.1"
 HOMEPAGE="https://launchpad.net/simple-scan"
-DOWNLOAD="https://launchpad.net/simple-scan/3.25/3.25.1/+download/simple-scan-3.25.1.tar.xz"
-MD5SUM="6bff2b9bdfb529e21582f4a65c3f2d27"
+DOWNLOAD="https://gitlab.gnome.org/GNOME/simple-scan/-/archive/3.30.1.1/simple-scan-3.30.1.1.tar.bz2"
+MD5SUM="0f4da95ee93ee2eb5421af16100190c9"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES="colord packagekit meson libgusb vala"
 
2 members found this post helpful.
Old 02-02-2019, 12:11 AM   #1647
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 Poprocks View Post
re: simple-scan

Project has relocated to gitlab, and a newer stable version is available. That version does build on my machine. Following patches to .SlackBuild and .info get it to build:

Code:
--- simple-scan.SlackBuild	2019-01-28 14:59:55.975807283 -0500
+++ simple-scan.SlackBuild.sbopkg	2019-02-01 21:40:16.619857650 -0500
@@ -26,7 +26,7 @@
 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 PRGNAM="simple-scan"
-VERSION=${VERSION:-3.25.1}
+VERSION=${VERSION:-3.30.1.1}
 BUILD=${BUILD:-1}
 TAG=${TAG:-_SBo}
 
--- simple-scan.info	2019-01-28 14:59:55.975807283 -0500
+++ simple-scan.info.sbopkg	2019-02-01 21:39:55.699858448 -0500
@@ -1,8 +1,8 @@
 PRGNAM="simple-scan"
-VERSION="3.25.1"
+VERSION="3.30.1.1"
 HOMEPAGE="https://launchpad.net/simple-scan"
-DOWNLOAD="https://launchpad.net/simple-scan/3.25/3.25.1/+download/simple-scan-3.25.1.tar.xz"
-MD5SUM="6bff2b9bdfb529e21582f4a65c3f2d27"
+DOWNLOAD="https://gitlab.gnome.org/GNOME/simple-scan/-/archive/3.30.1.1/simple-scan-3.30.1.1.tar.bz2"
+MD5SUM="0f4da95ee93ee2eb5421af16100190c9"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES="colord packagekit meson libgusb vala"
Is it worth updating the homepage to the gitlab site as well since it seems to cover the basics (and more) that's on the launchpad site?

https://gitlab.gnome.org/GNOME/simple-scan
 
Old 02-02-2019, 12:15 AM   #1648
Poprocks
Member
 
Registered: Sep 2003
Location: Toronto, Canada
Distribution: Slackware
Posts: 522

Rep: Reputation: 279Reputation: 279Reputation: 279
Quote:
Originally Posted by bassmadrigal View Post
Is it worth updating the homepage to the gitlab site as well since it seems to cover the basics (and more) that's on the launchpad site?

https://gitlab.gnome.org/GNOME/simple-scan
Ah yes, sorry, I meant to change that as well in the .info.
 
Old 02-06-2019, 03:40 AM   #1649
linuxtinker
Member
 
Registered: Dec 2013
Location: NJ / USA
Distribution: Slackware 64 -Current
Posts: 232

Rep: Reputation: 99
I cannot build qtkeychain 0.9.1 on current(2/6/2019) using ponce's sbo & slackrepo.
In my log file I have:

Code:
Calculating dependencies ... none.

Building misc/qtkeychain (update for version 0.9.1) ------------------- 04:04:09
Verifying source files ... done.
Running qtkeychain.SlackBuild ...                                   ETA 04:05:??
env MAKEFLAGS='-j4 -l3' /usr/libexec/slackrepo/unbuffer nice -n 5 bash ./qtkeychain.SlackBuild
misc/qtkeychain: qtkeychain.SlackBuild failed (status 2)                04:04:18
Call Stack (most recent call first):
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC - not found
/tmp/ponce/slackrepo.3jRz6W/build_qtkeychain/qtkeychain-0.9.1/keychain_unix.cpp:94:37: error: ‘QStringLiteral’ was not declared in this scope
make[2]: *** [CMakeFiles/qtkeychain.dir/build.make:145: CMakeFiles/qtkeychain.dir/keychain_unix.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/qtkeychain.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
See /var/log/slackrepo/ponce/misc/qtkeychain/rebuild.log
:-( misc/qtkeychain FAILED )-:
 
Old 02-06-2019, 06:00 AM   #1650
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Original Poster
Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
Quote:
Originally Posted by linuxtinker View Post
I cannot build qtkeychain 0.9.1 on current(2/6/2019) using ponce's sbo & slackrepo.
In my log file I have:

Code:
Calculating dependencies ... none.

Building misc/qtkeychain (update for version 0.9.1) ------------------- 04:04:09
Verifying source files ... done.
Running qtkeychain.SlackBuild ...                                   ETA 04:05:??
env MAKEFLAGS='-j4 -l3' /usr/libexec/slackrepo/unbuffer nice -n 5 bash ./qtkeychain.SlackBuild
misc/qtkeychain: qtkeychain.SlackBuild failed (status 2)                04:04:18
Call Stack (most recent call first):
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC - not found
/tmp/ponce/slackrepo.3jRz6W/build_qtkeychain/qtkeychain-0.9.1/keychain_unix.cpp:94:37: error: ‘QStringLiteral’ was not declared in this scope
make[2]: *** [CMakeFiles/qtkeychain.dir/build.make:145: CMakeFiles/qtkeychain.dir/keychain_unix.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/qtkeychain.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
See /var/log/slackrepo/ponce/misc/qtkeychain/rebuild.log
:-( misc/qtkeychain FAILED )-:
what is the output of
Code:
ls -la /var/log/packages/qt*
?

EDIT: I've tested it and it seems not to build anymore with qt-4.x, it needs qt5 (probably because of a bug upstream): report this to the maintainer.

Last edited by ponce; 02-06-2019 at 08:06 AM.
 
  


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 08:04 PM.

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