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 04-17-2016, 06:22 AM   #151
bassplayer69
Member
 
Registered: Jul 2007
Location: In a van down by the river...
Distribution: MX Linux 21
Posts: 237

Rep: Reputation: 56

Quote:
Originally Posted by bassplayer69 View Post
After the latest RC2 updates, Moneydance stopped working:

Code:
Inconsistency detected by ld.so: dl-open.c: 677: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
I upgraded to 2015.1358 from 2015.1299 (current SBO) to see if that would help and I still get the error.

Code:
# Moneydance (Cross-platform Personal Finance Manager)
#
# Simplify your finances with Moneydance, the groundbreaking
# personal finance manager! Whether you want to organize your
# finances, manage your budget, track your portfolio, or just
# automatically balance your checkbook, Moneydance is the
# solution for you.
#
# Homepage: http://moneydance.com
#
Executing install script for moneydance-2015.1358-x86_64-1_SBo.tgz.
Package moneydance-2015.1358-x86_64-1_SBo.tgz installed.

Package moneydance-2015.1299-x86_64-1_SBo upgraded with new package ./moneydance-2015.1358-x86_64-1_SBo.tgz.
I'm going to create a fresh 14.2 RC2 VM and see if it works next, but just wanted to see if anyone else had the same issue.

Update: Works fine in yesterday's current .iso build in a VM. Time to figure out why it's broke on my system.

Last edited by bassplayer69; 04-17-2016 at 02:30 PM. Reason: way -> why
 
1 members found this post helpful.
Old 04-17-2016, 11:10 AM   #152
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by bassplayer69 View Post
After the latest RC2 updates, Moneydance stopped working:

Code:
Inconsistency detected by ld.so: dl-open.c: 677: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
I upgraded to 2015.1358 from 2015.1299 (current SBO) to see if that would help and I still get the error.

Code:
# Moneydance (Cross-platform Personal Finance Manager)
#
# Simplify your finances with Moneydance, the groundbreaking
# personal finance manager! Whether you want to organize your
# finances, manage your budget, track your portfolio, or just
# automatically balance your checkbook, Moneydance is the
# solution for you.
#
# Homepage: http://moneydance.com
#
Executing install script for moneydance-2015.1358-x86_64-1_SBo.tgz.
Package moneydance-2015.1358-x86_64-1_SBo.tgz installed.

Package moneydance-2015.1299-x86_64-1_SBo upgraded with new package ./moneydance-2015.1358-x86_64-1_SBo.tgz.
I'm going to create a fresh 14.2 RC2 VM and see if it works next, but just wanted to see if anyone else had the same issue.
2015.1299 is still working fine here.
 
Old 04-17-2016, 04:46 PM   #153
Qury
Member
 
Registered: Feb 2004
Location: Naas,IE
Distribution: Slackware
Posts: 212

Rep: Reputation: 184Reputation: 184
Quote:
Originally Posted by mralk3 View Post

EDIT #2: Both Xfce and KDE in the guest OS have issue with the mouse being out of sync. The pointer is shown in the wrong location when QXL is enabled. Sometimes my pointer leaves the VM entirely while in windowed mode. I am guessing this is a problem with my video card on the host OS. I was not able to duplicate this issue while in Fluxbox on the Guest OS.
I had the exact same issue, and not building the xf86-qxl driver solved the issue, copy and paste works fine.
 
Old 04-17-2016, 06:35 PM   #154
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 Qury View Post
I had the exact same issue, and not building the xf86-qxl driver solved the issue, copy and paste works fine.
I can also confirm that excluding the qxl X driver fixes the issue. Thanks Qury!
 
Old 04-25-2016, 09:16 AM   #155
gperon
LQ Newbie
 
Registered: Feb 2006
Location: Italy
Distribution: Slackware 64 current multilib
Posts: 7

Rep: Reputation: 3
nvidia-driver 361.28 installs a wrong link, see /var/log/scripts/nvidia-driver-361.28-x86_64-1_SBo
Quote:
( cd usr/lib64 ; ln -sf libOpenGL.so.0 libOpenGL.so )
( cd usr/lib64/tls ; rm -rf libnvidia-tls.so )
( cd usr/lib64/tls ; ln -sf libnvidia-tls.so.361.28 libnvidia-tls.so )
( cd usr/lib64 ; rm -rf libnvidia-tls.so )
( cd usr/lib64 ; ln -sf /tmp/SBo/package-nvidia-driver/usr/lib64/tls/libnvidia-tls.so.361.28 libnvidia-tls.so )
( cd usr/lib64 ; rm -rf libcuda.so.1 )
( cd usr/lib64 ; ln -sf libcuda.so.361.28 libcuda.so.1 )
( cd usr/lib64 ; rm -rf libGLX_indirect.so.0 )
( cd usr/lib64 ; ln -sf libGLX_nvidia.so.361.28 libGLX_indirect.so.0 )
( cd usr/lib64 ; rm -rf libcuda.so )
 
Old 04-25-2016, 09:40 PM   #156
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by gperon View Post
nvidia-driver 361.28 installs a wrong link, see /var/log/scripts/nvidia-driver-361.28-x86_64-1_SBo
Code:
commit 42c986495302bc6676cba4951d359d149e69a178
Author: Robby Workman <rworkman@slackbuilds.org>
Date:   Mon Apr 25 21:39:06 2016 -0500

    Fix symlinks pointing to $PKG/ tree inside the package
    
    Thanks to gperon on LQ.
    http://www.linuxquestions.org/questions/slackware-14/sbo-scripts-not-building-on-current-read-1st-post-pls-4175561999/page11.html#post5536231
    
    Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
 
Old 04-26-2016, 06:44 PM   #157
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
gnome-terminal , after build, no start ,error message

Quote:
terminal_app_init: assertion failed: (app->system_font_desc != NULL)

upgrade 2.32.1 to 3.0.1 and now start fine.


upgrade gnome-terminal version ?
 
Old 04-26-2016, 07:20 PM   #158
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
gnome-terminal 2.32.1 works fine here
 
Old 04-26-2016, 08:36 PM   #159
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Quote:
Originally Posted by willysr View Post
gnome-terminal 2.32.1 works fine here
ok , thanks, i try to rebuild then.
 
Old 04-26-2016, 10:29 PM   #160
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 USUARIONUEVO View Post
ok , thanks, i try to rebuild then.
FYI, i tested them on my desktop which is filled with many third party packages from SBo as well
if it doesn't work, i will test on a clean VM
 
Old 04-28-2016, 05:39 PM   #161
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
python-twisted-web2 --> broken link

i found another one

http://pkgs.fedoraproject.org/repo/p...-8.1.0.tar.bz2
 
Old 04-28-2016, 05:55 PM   #162
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by USUARIONUEVO View Post
python-twisted-web2 --> broken link
thanks, fixed in my branch (linked to official site).
 
Old 04-30-2016, 11:17 PM   #163
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
The download link for vivaldi is broken. The new one is http://repo.vivaldi.com/archive/deb/...45-1_amd64.deb for x86_64 and http://repo.vivaldi.com/archive/deb/....45-1_i386.deb for x86. The new version installs if you just update the version number in the SlackBuild script.

P.S. I tried it for about 20 seconds before deciding I didn't like it. It looks weird and doesn't use native window borders.
 
1 members found this post helpful.
Old 04-30-2016, 11:56 PM   #164
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,097

Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
Quote:
Originally Posted by montagdude View Post
The download link for vivaldi is broken....
....I tried it for about 20 seconds before deciding I didn't like it. It looks weird and doesn't use native window borders....
I've been downloading the most recent 64-bit .rpm package, running rpm2tgz on it, and installing the resulting .tgz package. Works just fine and you can change the appearance settings so it uses native borders. All that said, I really don't care for Vivaldi. If I wanted to use chromium, I would use chromium.

Last edited by cwizardone; 05-01-2016 at 12:00 AM.
 
1 members found this post helpful.
Old 05-01-2016, 01:03 PM   #165
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Thanks for the info. I am happy with qupzilla as my main browser, but I wanted to try this to see what all the hype is about. The impression I got was that it was supposed to look like a Windows 10 app out-of-the-box.
 
1 members found this post helpful.
  


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 05:22 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