LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   SBo scripts not building on current (read 1st post, pls) (https://www.linuxquestions.org/questions/slackware-14/sbo-scripts-not-building-on-current-read-1st-post-pls-4175561999/)

bassplayer69 04-17-2016 06:22 AM

Quote:

Originally Posted by bassplayer69 (Post 5532370)
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. :)

rworkman 04-17-2016 11:10 AM

Quote:

Originally Posted by bassplayer69 (Post 5532370)
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.

Qury 04-17-2016 04:46 PM

Quote:

Originally Posted by mralk3 (Post 5532381)

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.

mralk3 04-17-2016 06:35 PM

Quote:

Originally Posted by Qury (Post 5532598)
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!

gperon 04-25-2016 09:16 AM

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 )

rworkman 04-25-2016 09:40 PM

Quote:

Originally Posted by gperon (Post 5536231)
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>


USUARIONUEVO 04-26-2016 06:44 PM

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 ?

willysr 04-26-2016 07:20 PM

gnome-terminal 2.32.1 works fine here

USUARIONUEVO 04-26-2016 08:36 PM

Quote:

Originally Posted by willysr (Post 5537068)
gnome-terminal 2.32.1 works fine here

ok , thanks, i try to rebuild then.

willysr 04-26-2016 10:29 PM

Quote:

Originally Posted by USUARIONUEVO (Post 5537095)
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

USUARIONUEVO 04-28-2016 05:39 PM

python-twisted-web2 --> broken link

i found another one

http://pkgs.fedoraproject.org/repo/p...-8.1.0.tar.bz2

ponce 04-28-2016 05:55 PM

Quote:

Originally Posted by USUARIONUEVO (Post 5538021)
python-twisted-web2 --> broken link

thanks, fixed in my branch (linked to official site).

montagdude 04-30-2016 11:17 PM

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.

cwizardone 04-30-2016 11:56 PM

Quote:

Originally Posted by montagdude (Post 5538863)
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.

montagdude 05-01-2016 01:03 PM

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.


All times are GMT -5. The time now is 12:55 PM.