LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-01-2018, 04:03 PM   #841
OldHolborn
Member
 
Registered: Jul 2012
Posts: 229

Rep: Reputation: 190Reputation: 190

Quote:
Originally Posted by volkerdi View Post
The ncurses package already contains terminfo/termcap definitions for rxvt. Does more need to be done than that?
Ah, I couldn't tell you without double checking - I've done it to all my machines, one of the first things on every install - urxvt is my everyday terminal.

From memory top was one that showed problems

That said - I do have a habit of not doing full installs, so it may be self inflicted

I'll check!
 
Old 04-01-2018, 04:06 PM   #842
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Rep: Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162
I am asking Pat to consider a way to identify Slackware Current. I started another thread and then decided the idea is a candidate for a feature request.
 
Old 04-01-2018, 04:12 PM   #843
OldHolborn
Member
 
Registered: Jul 2012
Posts: 229

Rep: Reputation: 190Reputation: 190
Connecting to Slackwarearm-current (as of March 26)

$ top
'rxvt-unicode': unknown terminal type.

edit:
$ ls -l /var/log/packages/ncurses-6.0-arm-2
-rw-r--r-- 1 root root 58882 Mar 27 17:19 /var/log/packages/ncurses-6.0-arm-2

edit2:
scp rxvt-unicode{,-256color} from another machine, x86_64 !, mv to /usr/share/terminfo/r/

and top works, the tic is unnecessary ( cos I build from source normally! )

edit3:
also in my .Xresources...

!! Defeats the purpose somewhat urxvt is nice and everything else works
!! but scrolling text off to the left on long lines is an absolute fuckin no
!!URxvt*termName: xterm
! Fixed, adding an adding an entry to /etc/termcap fixes this
!! use whatever urxvt defaults to
!URxvt*termName: rxvt-unicode-256color
!URxvt*termName: rxvt-unicode

edit4:
Yes, lots of bits commented out, I've been using that file for few years ( I swear less now! )

sorry...
edit 5: ( new user set up at each end of the connection )

bash-4.4$ set | grep TERM
COLORTERM=rxvt-xpm
TERM=rxvt-unicode
bash-4.4$ ssh testbob@tiny
testbob@tiny's password:
Linux 4.14.32-vds.

You are false data.

testbob@tiny:~$ set | grep TERM
TERM=rxvt-unicode
testbob@tiny:~$ top
'rxvt-unicode': unknown terminal type.
testbob@tiny:~$ ls -l /var/log/packages/ncurses-5.9-i486-4
-rw-r--r-- 1 root root 58331 Sep 30 2017 /var/log/packages/ncurses-5.9-i486-4
testbob@tiny:~$ ls -ltr /var/log/packages/ | tail -n 1
-rw-r--r-- 1 root root 937283 Apr 1 15:22 ruby-2.2.10-i586-1_slack14.2
testbob@tiny:~$

Last edited by OldHolborn; 04-01-2018 at 05:05 PM.
 
Old 04-01-2018, 10:21 PM   #844
DarkVision
Member
 
Registered: Jul 2007
Posts: 199

Rep: Reputation: Disabled
xorg-server: bug report for 1.19.6. Just a cosmetic issue but the upstream patch included in the bug report does fix the issue for me.

sddm: If a user is added to /etc/passwd please make 100% sure that the home directory does exist. Maybe this could be fixed by the sddm package itself with simply add the /var/lib/sddm directory but in my opinion the home directory should be added by the system when adding a new user. In this case sddm may fail to start if the home directory does not exist.

Last edited by DarkVision; 04-01-2018 at 10:31 PM.
 
Old 04-01-2018, 10:23 PM   #845
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,338

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
libsecret-0.18.6
http://ftp.gnome.org/pub/gnome/sourc...-0.18.6.tar.xz
 
Old 04-01-2018, 11:11 PM   #846
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,902

Rep: Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052
Quote:
Originally Posted by DarkVision View Post
xorg-server: bug report for 1.19.6. Just a cosmetic issue but the upstream patch included in the bug report does fix the issue for me.
I am not sure this bug is the same one on my system. Xorg isn't freezing my system but it does have odd output showing that x is trying to add input devices and then ignoring them. I attached my Xorg.0.log.
Attached Files
File Type: txt Xorg.0.log.txt (52.7 KB, 11 views)
 
1 members found this post helpful.
Old 04-01-2018, 11:28 PM   #847
DarkVision
Member
 
Registered: Jul 2007
Posts: 199

Rep: Reputation: Disabled
Quote:
Originally Posted by mralk3 View Post
I am not sure this bug is the same one on my system. Xorg isn't freezing my system but it does have odd output showing that x is trying to add input devices and then ignoring them. I attached my Xorg.0.log.
Thx for second that, XOrg isn't freezing here too... i get the same output to Xorg.log. As said, just a cosmetic issue since X will start anyway...
 
1 members found this post helpful.
Old 04-02-2018, 05:05 AM   #848
audriusk
Member
 
Registered: Mar 2011
Location: Klaipėda, Lithuania
Distribution: Slackware
Posts: 361

Rep: Reputation: 199Reputation: 199
I see that Vim in -current now has Python 3 support. May I suggest a small python3-related improvement to its SlackBuilds?

Code:
--- vim.SlackBuild.orig 2018-03-22 02:36:29.000000000 +0200
+++ vim.SlackBuild      2018-04-02 12:57:40.817830466 +0300
@@ -63,7 +63,6 @@
 NUMJOBS=${NUMJOBS:-" -j7 "}
 
 PYVER=$(python -V 2>&1 | cut -f 2 -d' ' | cut -f 1-2 -d.)
-PY3VER=$(python3 -V 2>&1 | cut -f 2 -d' ' | cut -f 1-2 -d.)
 
 if [ "$ARCH" = "x86_64" ]; then
   export SLKCFLAGS="-O2 -fPIC"
@@ -120,7 +119,7 @@
   --enable-pythoninterp \
   --with-python-config-dir=/usr/lib${LIBDIRSUFFIX}/python$PYVER/config \
   --enable-python3interp \
-  --with-python3-config-dir=/usr/lib${LIBDIRSUFFIX}/python$PY3VER/config-${PY3VER}m-${ARCH}-linux-gnu \
+  --with-python3-config-dir=$(python3-config --configdir) \
   --enable-perlinterp \
   --disable-tclinterp \
   --enable-multibyte \
Code:
--- vim-gvim.SlackBuild.orig    2018-03-22 02:36:29.000000000 +0200
+++ vim-gvim.SlackBuild 2018-04-02 13:00:59.839816063 +0300
@@ -51,7 +51,6 @@
 NUMJOBS=${NUMJOBS:-" -j7 "}
 
 PYVER=$(python -V 2>&1 | cut -f 2 -d' ' | cut -f 1-2 -d.)
-PY3VER=$(python3 -V 2>&1 | cut -f 2 -d' ' | cut -f 1-2 -d.)
 
 if [ "$ARCH" = "x86_64" ]; then
   export SLKCFLAGS="-O2 -fPIC"
@@ -80,7 +79,7 @@
   --enable-pythoninterp \
   --with-python-config-dir=/usr/lib${LIBDIRSUFFIX}/python$PYVER/config \
   --enable-python3interp \
-  --with-python3-config-dir=/usr/lib${LIBDIRSUFFIX}/python$PY3VER/config-${PY3VER}m-${ARCH}-linux-gnu \
+  --with-python3-config-dir=$(python3-config --configdir) \
   --enable-perlinterp \
   --disable-tclinterp \
   --enable-multibyte \
 
1 members found this post helpful.
Old 04-02-2018, 06:31 AM   #849
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,376

Rep: Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756
Quote:
Originally Posted by volkerdi View Post
This doesn't seem to have any effect here.
No - It does not work for me either, but I used to find it necessary.

Quote:
Originally Posted by GazL View Post
Yes, home/end appear to work here without need of any additional configuration.
Now working for me. My problem was cruft in $HOME/.Xresources from rxvt.

Sorry for the noise.
 
Old 04-02-2018, 01:55 PM   #850
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,338

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
iproute2-4.16.0
https://git.kernel.org/pub/scm/netwo...-4.16.0.tar.gz
 
Old 04-03-2018, 06:13 AM   #852
sbolokanov
Member
 
Registered: Feb 2013
Location: Бдинъ, Бѫлгариѧ
Distribution: GNU/Linux
Posts: 104

Rep: Reputation: 27
edit: Thanks for the fix!

Just want to report that installpkg can't work with multibyte chars (.utf8) in path.
example:
Code:
root@sevar:~# installpkg /home/sbolokanov/Свалѣно/ffmpeg-3.4.2-x86_64-1alien.txz 
rev: stdin: Invalid or incomplete multibyte or wide character
Cannot install /home/sbolokanov/Свалѣно/ffmpeg-3.4.2-x86_64-1alien.txz:  external compression utility  missing
It is caused by this part:
Code:
# A stronger formula is needed to regularize output that will be parsed.
unset LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY \
  LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT \
  LC_IDENTIFICATION LC_ALL
LANG=C
export LANG
It would be nice if it can work with unicode out of the box.

Last edited by sbolokanov; 04-04-2018 at 03:54 AM.
 
1 members found this post helpful.
Old 04-03-2018, 06:25 AM   #853
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,063

Rep: Reputation: Disabled
Quote:
Originally Posted by sbolokanov View Post
It is caused by this part:
Code:
# A stronger formula is needed to regularize output that will be parsed.
unset LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY \
  LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT \
  LC_IDENTIFICATION LC_ALL
LANG=C
export LANG
It would be nice if it can work with unicode out of the box.
Yes. In Slint instead we have:
Code:
# A stronger formula is needed to regularize output that will be parsed.
unset LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY \
  LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT \
  LC_IDENTIFICATION LC_ALL
#unset LANG  No: keeping LANG set is needed for i18n - Didier Spaier
#LANG=C      
#export LANG
With no known issue so far.

Last edited by Didier Spaier; 04-03-2018 at 06:27 AM.
 
Old 04-03-2018, 11:14 AM   #854
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,227

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
getmail-5.6:

http://pyropus.ca/software/getmail/CHANGELOG
http://pyropus.ca/software/getmail/o...ail-5.6.tar.gz
 
Old 04-03-2018, 01:53 PM   #855
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,227

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
sqlite-3.23.0:

https://sqlite.org/releaselog/3_23_0.html
https://sqlite.org/2018/sqlite-autoconf-3230000.tar.gz
 
1 members found this post helpful.
  


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 01:45 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