LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 05-23-2019, 04:05 AM   #3316
J_W
Member
 
Registered: Apr 2004
Location: Yamagata, JAPAN
Distribution: Slackware64-current
Posts: 189

Rep: Reputation: 123Reputation: 123
ncurses-6.1_20190420(slackware64-current) and mp3blaster


Since I'm not familiar with install script, I'm not sure that this is ncurses's version specific issue or not.
Anyway, I moved from another thread and post the same message here.

Dose someone suggest me how to solve issue between ncurses-6.1_20190420 and mp3blaster-3.2.6 ?
I tried to build and execute a mp3blaster-3.2.6 under slackware64-current environment.

<1st> I used SBo's build script of mp3blaster and the build was OK.
But when I tried it run at a virtual console such as Xce-Terminal, the mp3blaster showed segmentation fault and does not work.

<2nd> I rebuilt ncurses-5.9 using slackware64-14.2 source and script under slackware64-current environment and replaced ncurese from 6.1_20190420 to 5.9. Then I built the mp3blaster. This case, mp3blaster works OK.

<3rd> I pulled ncurese git source (I named it 6.1_20190522) and built by manual-way(dirty way) as follows.
In git source,
./configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --with-gpm --disable-termcap --with-shared --with-cxx-shared --without-normal --without-debug --without-profile --enable-symlinks --enable-pc-files --with-pkg-config-libdir=/usr/lib64/pkgconfig --without-ada

make && make install DESTDIR=<PKGDIR>
make clean
./configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --with-gpm --disable-termcap --with-shared --with-cxx-shared --without-normal --without-debug --without-profile --enable-symlinks --enable-pc-files --with-pkg-config-libdir=/usr/lib64/pkgconfig --without-ada --enable-widec

make && make install DESTDIR=<PKGDIR>
cd <PKGDIR>
makepkg ../ncurses-6.1_20190522-x86_64-1.txz

Then, I updated ncurses-6.1_20190522 and built mp3blaster.
In this case mp3blaster works OK.

So, The only ncurses-6.1_20190420 of original 64-current and mp3blaster caused segmentation fault NG of mp3blaster.
Does someone tell me what would be a smart method to get mp3blaster work under 64-current's ncurses-6.1_20190420 ?

(sorry for my poor English)

J_W
============================
According to Labinnah's comment in other thead, I recompiled mp3blaster with "-lncursesw" and installed it.
And I confirmed it works under ncurses-6.1_20190420 environment.
So, this is NOT the ncurses's issue.

Last edited by J_W; 05-23-2019 at 04:25 AM.
 
Old 05-23-2019, 02:52 PM   #3317
petslack
Member
 
Registered: Apr 2009
Location: Sao Paulo, Brazil
Distribution: Slackware64-Current, Arch, OpenBSD, CentOS, Debian
Posts: 51

Rep: Reputation: 15
python-urllib3-1.25.3

Changelog: https://raw.githubusercontent.com/ur...er/CHANGES.rst
Download: https://github.com/urllib3/urllib3/a.../1.25.3.tar.gz
 
Old 05-23-2019, 05:18 PM   #3318
alex14641
Member
 
Registered: Feb 2016
Distribution: Slackware64_14.2, Slackware 15.0, Slackware64_current
Posts: 321

Rep: Reputation: Disabled
Rust 1.35.0
Source: https://github.com/rust-lang/rust/archive/1.35.0.zip
Release notes: https://github.com/rust-lang/rust/bl....0/RELEASES.md
 
Old 05-24-2019, 02:45 PM   #3319
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,022

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
I am not sure that is needed a separate thread for this bug report:

On the today KDE4 from slackware-current, the OpenGL page from KInfoCenter crashes. I am not sure when started this behavior.

Maybe there's a need for a rebuild of some KDE4 package or to apply some patch to align with the modern Mesa3D from slackware-current?
 
1 members found this post helpful.
Old 05-24-2019, 04:04 PM   #3320
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
Quote:
Originally Posted by ZhaoLin1457 View Post
I am not sure that is needed a separate thread for this bug report:

On the today KDE4 from slackware-current, the OpenGL page from KInfoCenter crashes. I am not sure when started this behavior.

Maybe there's a need for a rebuild of some KDE4 package or to apply some patch to align with the modern Mesa3D from slackware-current?
I've been seeing some minor problems the last couple of days. Adobe Reader runs perfectly in KDE-4, but crashes the moment you click on file/open in Xfce. Pale Moon runs perfectly in Xfce, but crashes the moment you click on any of the drop down menu headings on the tool bar when running in KDE-4. There have been one or two others, but that is what comes to mind at the moment. Nothing critical.

Last edited by cwizardone; 05-24-2019 at 04:06 PM.
 
Old 05-24-2019, 04:47 PM   #3321
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
Pale Moon runs perfectly in Xfce, but crashes the moment you click on any of the drop down menu headings on the tool bar when running in KDE-4.
Just out of curiosity, are you building Palemoon from source or repackaging the binary?
 
Old 05-24-2019, 05:05 PM   #3322
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
Quote:
Originally Posted by Skaendo View Post
Just out of curiosity, are you building Palemoon from source or repackaging the binary?
Presently, I'm running board member khronosschoty's package from,
http://repo.khronosschoty.org/Slackware/Pale-Moon/

I really can't tell the difference between it and the repackaged binary.
 
1 members found this post helpful.
Old 05-24-2019, 05:12 PM   #3323
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
May I suggest a way to deal with the fact that "vim" is vim built without X (so that it runs even if you don't install X), and "gvim -v" is console vim with X support?

/etc/profile.d/vim.csh
Code:
#!/bin/csh
if ( $?DISPLAY ) then
    alias vim 'gvim -v'
endif
/etc/profile.d/vim.sh
Code:
#!/bin/sh
if [ ! "$DISPLAY" = "" ]; then
    alias vim='gvim -v'
fi

Last edited by dugan; 05-24-2019 at 06:54 PM.
 
3 members found this post helpful.
Old 05-24-2019, 07:14 PM   #3324
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Hi , in reference to this thread

https://www.linuxquestions.org/quest...720/page2.html

spanish gcc-9 locale need a patch to fix error building some source code like "linux kernel". in to spanish system locale.

gcc , apply the patch in to github , we need patch gcc9 or make a snaptshot from git/svn


The patch is this one
https://686076.bugs.gentoo.org/attachment.cgi?id=577160

and you can check how gcc apply as official needed patch here
https://github.com/gcc-mirror/gcc/co...d53dadb2a21139

Thanks!

Last edited by USUARIONUEVO; 05-24-2019 at 10:43 PM.
 
1 members found this post helpful.
Old 05-25-2019, 04:58 AM   #3325
TurboBlaze
Member
 
Registered: Jan 2018
Location: Russian Federation, Lipetsk region, Dankov
Distribution: Porteus
Posts: 195

Rep: Reputation: Disabled
CUPS v2.3.0
News -> https://github.com/apple/cups/blob/master/CHANGES.md
https://github.com/apple/cups
 
1 members found this post helpful.
Old 05-25-2019, 05:02 PM   #3326
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Thanks for fix gcc "es.po" locale. :=)
 
1 members found this post helpful.
Old 05-25-2019, 06:50 PM   #3327
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Mutt 1.12 is out:
ftp://ftp.mutt.org/pub/mutt/mutt-1.12.0.tar.gz
http://www.mutt.org/relnotes/1.12/
https://gitlab.com/muttmua/mutt/raw/stable/UPDATING
Quote:
1.12.0 (2019-05-25)
! $ssl_use_tlsv1 and $ssl_use_tlsv1_1 now default to unset.
+ $auto_subscribe, when set, automatically adds an email with the List-Post
header to the subscribe list.
! Fcc now occurs after sending a message. If the fcc fails, mutt will prompt
to try again, or to try another mailbox.
+ Basic protected header ("memory hole") support added for the Subject header.
See the config vars: $crypt_protected_headers_read,
$crypt_protected_headers_save, $crypt_protected_headers_subject,
and $crypt_protected_headers_write.
! Color names can be prefixed with "light" in addition to "bright". "bright"
colors are bold face, while "light" are non-bold.
! Color commands can now include an attribute (e.g. bold, underline).
! $pgp_use_gpg_agent defaults set.
+ <descend-directory> in the browser menu allows entering nested maildir directories.
+ <group-chat-reply> replies to all, but preserves To recipients in the reply.
+ $include_encrypted, default unset, prevents separately encrypted contents
from being included in a reply. This helps to prevent a decryption oracle attack.
! With gpgme >= 1.11, recipient keys with a trailing '!' now force subkey use,
as with classic gpg.
! In send mode, %{charset} mailcap expansion uses the current charset of the file.
+ $imap_fetch_chunk_size allows fetching new headers in groups of this size.
This might help with timeouts during opening of huge mailboxes.
If you have huge mailboxes, you should also try $imap_qresync.
! <toggle-write> can be invoked from the pager too.
+ The $forward_attachments quad option allows including attachments in
inline-forwards (i.e. $mime_forward unset, $forward_decode set.)

Last edited by mats_b_tegner; 05-25-2019 at 06:54 PM.
 
2 members found this post helpful.
Old 05-25-2019, 07:46 PM   #3328
Okie
Senior Member
 
Registered: Mar 2002
Location: Oklahoma
Posts: 1,154

Rep: Reputation: 187Reputation: 187
deleted

Last edited by Okie; 05-25-2019 at 08:25 PM.
 
Old 05-27-2019, 03:03 PM   #3329
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
libevent-2.1.10

changes --> https://raw.githubusercontent.com/li...able/ChangeLog
sources --> https://github.com/libevent/libevent...-stable.tar.gz
 
Old 05-27-2019, 04:09 PM   #3330
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Cython-0.29.8
https://github.com/cython/cython/archive/0.29.8.tar.gz
 
  


Reply



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] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

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

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