LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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


Closed Thread
  Search this Thread
Old 06-03-2017, 02:56 AM   #2371
ppencho
Member
 
Registered: Jan 2004
Location: Bulgaria
Distribution: Slackware64-current
Posts: 94

Rep: Reputation: Disabled

Code:
gcc -xc++ -E -v - <<< ""
Code:
...
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-slackware-linux/7.1.0/../../../../x86_64-slackware-linux/include"
Not sure if this is wrong configuration, missing include directory or just insignificant message.
 
Old 06-03-2017, 01:47 PM   #2372
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,357

Rep: Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962
xterm-328
ftp://invisible-island.net/xterm/xterm-328.tgz

xkeyboard-config-2.21
https://xorg.freedesktop.org/archive...g-2.21.tar.bz2

ethtool-4.11
https://www.kernel.org/pub/software/...ol-4.11.tar.xz

Last edited by USUARIONUEVO; 06-03-2017 at 01:51 PM.
 
Old 06-03-2017, 10:09 PM   #2373
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,357

Rep: Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962
python-setuptools-36.0.1
https://pypi.python.org/packages/a9/...9f444a300007f0
 
Old 06-04-2017, 03:50 AM   #2374
zakame
Member
 
Registered: Apr 2012
Location: Philippines
Distribution: Debian, Ubuntu, Slackware
Posts: 295

Rep: Reputation: 181Reputation: 181
The update-gdk-query-pixbuf loaders (from gdk-pixbuf{,-compat32} package) may need some update, apparently gtk+2.0 no longer ships config for multilib (e.g. /etc/gtk-2.0/i?86*.) Related to https://www.linuxquestions.org/quest...ml#post5297526. Ran into this while investigating why my Steam tray icon suddenly became missing earlier...

Also, it would seem that the update-pango-querymodules script is gone now in pango-1.40?
 
Old 06-04-2017, 04:06 AM   #2375
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,079

Rep: Reputation: Disabled
Quote:
Originally Posted by zakame View Post
The update-gdk-query-pixbuf loaders (from gdk-pixbuf{,-compat32} package) may need some update, apparently gtk+2.0 no longer ships config for multilib (e.g. /etc/gtk-2.0/i?86*.) Related to https://www.linuxquestions.org/quest...ml#post5297526. Ran into this while investigating why my Steam tray icon suddenly became missing earlier...

Also, it would seem that the update-pango-querymodules script is gone now in pango-1.40?
Isn't this issue specific to a multilib setting? Then it doesn't fit in this thread as far as I understand its aim, as stock Slackware is not multilib.
 
Old 06-04-2017, 04:59 AM   #2376
zakame
Member
 
Registered: Apr 2012
Location: Philippines
Distribution: Debian, Ubuntu, Slackware
Posts: 295

Rep: Reputation: 181Reputation: 181
Quote:
Originally Posted by Didier Spaier View Post
Isn't this issue specific to a multilib setting? Then it doesn't fit in this thread as far as I understand its aim, as stock Slackware is not multilib.
Well the `update-gdk-pixbuf-loaders` script is in the slackware64-current source itself: http://ftp.slackware.com/pub/slackwa...pixbuf-loaders, which does check for multilib, despite what you say. It just likely needs an small update since the path checking has bit-rot.
 
Old 06-04-2017, 05:19 AM   #2377
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,079

Rep: Reputation: Disabled
Quote:
Originally Posted by zakame View Post
Well the `update-gdk-pixbuf-loaders` script is in the slackware64-current source itself: http://ftp.slackware.com/pub/slackwa...pixbuf-loaders, which does check for multilib, despite what you say. It just likely needs an small update since the path checking has bit-rot.
The script does check for multilib, yes. However, this has no consequence on a stock Slackware installation that includes either gdk-pixbuf-query-loaders-32 or gdk-pixbuf-query-loaders-64 but not both, that's what I really meant.

That being said I do not object to patching update-gdk-pixbuf-loaders as suggested by Sébastien if that helps people running multilib and doesn't hurt others. Anyway I am not the decider here

Last edited by Didier Spaier; 06-04-2017 at 05:37 AM. Reason: s/don't hurt/doesn't hurt/
 
Old 06-04-2017, 12:02 PM   #2378
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,923

Rep: Reputation: 5040Reputation: 5040Reputation: 5040Reputation: 5040Reputation: 5040Reputation: 5040Reputation: 5040Reputation: 5040Reputation: 5040Reputation: 5040Reputation: 5040
'Joe' had a new release earlier this year:
https://sourceforge.net/projects/joe...urces/joe-4.4/


Appears to build without issue, but the slackbuild will need minor tweaking because some of the doc files that get copied to /usr/doc no longer exist in 4.4.

I changed this:
COPYING* HACKING HINTS LIST NEWS* README* TODO docs/help-system.html
to this:
COPYING* NEWS* README* docs/help-system.html
 
Old 06-04-2017, 12:34 PM   #2379
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,560

Rep: Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601
Quote:
Originally Posted by GazL View Post
'Joe' had a new release earlier this year:
https://sourceforge.net/projects/joe...urces/joe-4.4/
Thanks for the heads-up. Joe's an old friend who I worked with on my first paid Linux trip over 20 years ago.

Quote:
Appears to build without issue, but the slackbuild will need minor tweaking because some of the doc files that get copied to /usr/doc no longer exist in 4.4.

I changed this:
COPYING* HACKING HINTS LIST NEWS* README* TODO docs/help-system.html
to this:
COPYING* NEWS* README* docs/help-system.html
I tend to avoid making changes like this, because a few missing doc files when the SlackBuild runs cp is harmless, but dropping things from the list makes it more likely that they'll be dropped from the package if they ever return in a future version.
 
2 members found this post helpful.
Old 06-04-2017, 01:24 PM   #2380
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,357

Rep: Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962
elfutils-0.169
https://sourceware.org/elfutils/ftp/...-0.169.tar.bz2
 
1 members found this post helpful.
Old 06-04-2017, 03:23 PM   #2381
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
Hi,

GDB 8.0 has been released.

--
Best regards,
Andrzej Telszewski
 
Old 06-04-2017, 09:21 PM   #2382
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,357

Rep: Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962
mcelog-152
https://git.kernel.org/pub/scm/utils...log-152.tar.gz
 
2 members found this post helpful.
Old 06-05-2017, 01:43 PM   #2383
CTM
Member
 
Registered: Apr 2004
Distribution: Slackware
Posts: 308

Rep: Reputation: 287Reputation: 287Reputation: 287
dnsmasq 2.77 has been released.

Last edited by CTM; 06-05-2017 at 01:48 PM.
 
1 members found this post helpful.
Old 06-05-2017, 07:49 PM   #2384
alex14641
Member
 
Registered: Feb 2016
Distribution: Slackware64_14.2, Slackware 15.0, Slackware64_current
Posts: 324

Rep: Reputation: Disabled
Mesa 17.1.2 is out: https://www.mesa3d.org/relnotes/17.1.2.html
 
1 members found this post helpful.
Old 06-06-2017, 12:45 AM   #2385
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
file: 5.31
dosfstools: 4.1
reiserfsprogs: 3.6.25
xfsprogs: 4.11.0
isapnptools: 1.27
os-prober: 1.73
diffutils: 3.6
at: 3.1.20
gtkmm2: 2.24.5

not used by many...
and:
shadow: 4.5

Last edited by nobodino; 06-06-2017 at 01:13 AM.
 
1 members found this post helpful.
  


Closed Thread



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] how to show the current time at the top in the current shell Always ? rohitchauhan Linux - General 5 04-09-2014 03:05 PM
Slackware ARM (current) epic mistake: the current Android kernels are kicked out! Darth Vader Slackware 16 08-25-2013 04:36 PM
[SOLVED] setup fails on most current Slackware-current March 26, 2012 AlleyTrotter Slackware 15 04-09-2012 06:05 AM
Observation of Feb -current vs March -current Hangaber Slackware 14 03-12-2010 08:26 AM
cvs diff the most current and second last current version powah Linux - Software 1 03-30-2006 01:02 PM

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

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