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 04-22-2018, 11:13 PM   #1066
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,682

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375

Just reinstalled -current x86_64 in a VM today and noticed that the config file in the boot directory is a dead symlink pointing to config-huge-4.4.35. Looks like its dead because it should be pointing to config-huge-4.4.35.x64?
 
Old 04-23-2018, 02:17 AM   #1067
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,205

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
gutenprint-5.2.14:

http://gimp-print.sourceforge.net/
https://sourceforge.net/projects/gim...nt-5.2/5.2.14/
 
1 members found this post helpful.
Old 04-23-2018, 11:18 AM   #1068
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,205

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
perl(URI-1.74):

http://search.cpan.org/dist/URI/
http://search.cpan.org/CPAN/authors/...RI-1.74.tar.gz
 
Old 04-23-2018, 11:31 AM   #1069
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,205

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
meson-0.46.0:

http://mesonbuild.com/Release-notes-for-0-46-0.html
https://github.com/mesonbuild/meson/...-0.46.0.tar.gz
 
Old 04-24-2018, 01:29 PM   #1070
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
I took a look at the imagemagick.SlackBuild and noticed it has both --disable-opencl and --enable-opencl. Should it really have both? I was under the impression that imagemagick should no longer link to opencl in Slackware current? Personally I have noticed it still is in at least some places.
Code:
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
  --prefix=/usr \
  --libdir=/usr/lib${LIBDIRSUFFIX} \
  --mandir=/usr/man \
  --sysconfdir=/etc \
  --program-prefix= \
  --with-x \
  --with-frozenpaths=no \
  --with-modules \
  --disable-opencl \
  --disable-openmp \
  --enable-hdri \
  --enable-static=no \
  --enable-shared \
  --with-gcc-arch=$ARCH \
  --with-perl \
  --with-perl-options="INSTALLDIRS=vendor" \
  --with-rsvg \
  --enable-opencl \
  --build=$ARCH-slackware-linux || exit 1
 
2 members found this post helpful.
Old 04-24-2018, 03:22 PM   #1071
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147
In gcc-gnat-7.3.0-x86_64-2 package, there is no longer dynamic libs for

/usr/lib64/gcc/x86_64-slackware-linux/7.3.0/adalib/libgnarl-7.so
/usr/lib64/gcc/x86_64-slackware-linux/7.3.0/adalib/libgnarl.so

/usr/lib64/gcc/x86_64-slackware-linux/7.3.0/adalib/libgnat-7.so
/usr/lib64/gcc/x86_64-slackware-linux/7.3.0/adalib/libgnat.so

While trying to rebuild it from official build script, they are available in the final package.

It would be better to include the dynamic libs.
 
Old 04-24-2018, 03:40 PM   #1072
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by qunying View Post
In gcc-gnat-7.3.0-x86_64-2 package, there is no longer dynamic libs for

/usr/lib64/gcc/x86_64-slackware-linux/7.3.0/adalib/libgnarl-7.so
/usr/lib64/gcc/x86_64-slackware-linux/7.3.0/adalib/libgnarl.so

/usr/lib64/gcc/x86_64-slackware-linux/7.3.0/adalib/libgnat-7.so
/usr/lib64/gcc/x86_64-slackware-linux/7.3.0/adalib/libgnat.so

While trying to rebuild it from official build script, they are available in the final package.

It would be better to include the dynamic libs.

It would seem strange that the official packages built with the official script do not contain these libraries, would you not agree?
By the way, my multilib version of gcc-gnat does contain these libraries, but I had to make some modifications to the SlackBuild to achieve that.
 
Old 04-24-2018, 10:17 PM   #1073
Ne01eX
Member
 
Registered: Mar 2018
Location: Ekaterinburg region, Ural, Russian Federation
Distribution: Slackware, RTK GNU/Linux
Posts: 173

Rep: Reputation: 22
<skip>


Last edited by Ne01eX; 04-25-2018 at 12:58 AM. Reason: It was a stupid message.
 
Old 04-24-2018, 10:32 PM   #1074
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Quote:
Originally Posted by Ne01eX View Post
This will build with open-cl support (will be use last set). In Slackware, everything is built with open-cl support by default. :-)


Here it is not clear: where is the face, and where is the snout...
Victor Tsoy - We are with you / Виктор Цой - Нам с тобой
In case you missed it, it was a big changelog!
Code:
Thu Apr 19 01:04:06 UTC 2018
l/imagemagick-6.9.9_40-x86_64-2.txz: Rebuilt.
       Don't use OpenCL. Thanks to EdGr.
http://www.slackware.com/changelog/c...php?cpu=x86_64
 
1 members found this post helpful.
Old 04-24-2018, 11:45 PM   #1075
Ne01eX
Member
 
Registered: Mar 2018
Location: Ekaterinburg region, Ural, Russian Federation
Distribution: Slackware, RTK GNU/Linux
Posts: 173

Rep: Reputation: 22
Quote:
Originally Posted by orbea View Post
In case you missed it, it was a big changelog!
Code:
Thu Apr 19 01:04:06 UTC 2018
l/imagemagick-6.9.9_40-x86_64-2.txz: Rebuilt.
       Don't use OpenCL. Thanks to EdGr.
http://www.slackware.com/changelog/c...php?cpu=x86_64
Sorry, I really missed it. :-\

Currently, I just get rid of opencl wherever it is not needed. Not only in ImageMagick, but also in other packs. In to my "fork" (read as "dining fork")...

Now I'll delete my stupid previous message.

In any case, it needs to be fixed.


Last edited by Ne01eX; 04-24-2018 at 11:54 PM.
 
Old 04-25-2018, 12:42 AM   #1076
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,205

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
btrfs-progs-4.16.1:

https://mirrors.edge.kernel.org/pub/...v4.16.1.tar.xz
 
1 members found this post helpful.
Old 04-25-2018, 07:57 AM   #1077
aaazen
Member
 
Registered: Dec 2009
Posts: 358

Rep: Reputation: Disabled
Quote:
Originally Posted by Daedra View Post
Just reinstalled -current x86_64 in a VM today and noticed that the config file in the boot directory is a dead symlink pointing to config-huge-4.4.35. Looks like its dead because it should be pointing to config-huge-4.4.35.x64?
I think you mean that "config" should be pointing to "config-huge-4.14.35.x64" and the answer is yes.

I thought it was a typo on March 8, but Patrick informed me that it is a permanent change with x86_64 current update.

This link is mainly informational.

Another source for the config of the running kernel is /proc/config.gz
 
1 members found this post helpful.
Old 04-25-2018, 12:03 PM   #1078
Ne01eX
Member
 
Registered: Mar 2018
Location: Ekaterinburg region, Ural, Russian Federation
Distribution: Slackware, RTK GNU/Linux
Posts: 173

Rep: Reputation: 22
Exclamation

Quote:
Originally Posted by Ne01eX View Post
Sorry, I really missed it. :-\

Currently, I just get rid of opencl wherever it is not needed. Not only in ImageMagick, but also in other packs. In to my "fork" (read as "dining fork")...

Now I'll delete my stupid previous message.

In any case, it needs to be fixed.

However, Patrick builded it with OpenCL.

If you unsure, always look: /usr/lib64/pkgconfig/ImageMagick.pc (and others, this is simple text files),
or look output of ldd:

Code:
ldd /usr/lib64/libMagick*
Best regards, Ne01eX.

 
Old 04-25-2018, 12:52 PM   #1079
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,205

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
poppler-data-0.49:

https://poppler.freedesktop.org/popp...a-0.4.9.tar.gz
 
Old 04-26-2018, 06:36 AM   #1080
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,205

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
php-7.2.5:

http://php.net/ChangeLog-7.php#7.2.5
http://php.net/get/php-7.2.5.tar.xz/from/a/mirror
 
  


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 03:57 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