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 11-12-2020, 10:35 AM   #5896
bormant
Member
 
Registered: Jan 2008
Posts: 426

Rep: Reputation: 240Reputation: 240Reputation: 240

Quote:
just typing "cd /usr/doc/<package>"
Why not to type "cd /usr/doc/<package>*"?
 
Old 11-12-2020, 04:20 PM   #5897
Moun
Member
 
Registered: Oct 2017
Distribution: Slackware
Posts: 39

Rep: Reputation: Disabled
Quote:
Originally Posted by Didier Spaier View Post
Even deepl.com and linguee didn't help much this time. Maybe "give and take" or "exchange of good manners"?
According to the article échange de bons procédés of English Wiktionary:
  • two-way street
  • exchange of favours
  • exchange of courtesies
  • exchange of friendly services
  • like-for-like exchange
  • quid pro quo

Last edited by Moun; 11-12-2020 at 04:22 PM.
 
1 members found this post helpful.
Old 11-13-2020, 04:20 AM   #5898
etienne
Member
 
Registered: Jul 2007
Location: Belgium
Distribution: Slackware
Posts: 59

Rep: Reputation: 30
Hello,

Trying to run digikam from vtown gives me the following error :
digikam: error while loading shared libraries: libMagickCore-7.Q16HDRI.so.7: cannot open shared object file: No such file or directory

After the upgrade of ImageMagick of November 9, I have the following lib : /usr/lib64/libMagickCore-7.Q16HDR.so.8
 
Old 11-13-2020, 04:50 AM   #5899
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,213

Rep: Reputation: 999Reputation: 999Reputation: 999Reputation: 999Reputation: 999Reputation: 999Reputation: 999Reputation: 999
cups.SlackBuild:

Just cosmetic,

but it's improvement and simplification for cups.SlackBuild
(and if you have the time)

removed configuration option:
--docdir (this is not an option for cups)

added configution option:
--mandir=/usr/man (this is the good option for mandir in /usr/man)
--with-docdir=/usr/doc/$VERSION (this is the good option for docdir )

removed these lines,

## Remove preformatted manpages and move the manpages to /usr/man:
( cd $PKG/usr/share/man
find . -type d -name "cat*" | xargs rm -rf
cd ..
mv man ..
)

and these others,

# Adjust/expand docs:
( mkdir -p $PKG/usr/doc
mv $PKG/usr/share/doc/cups $PKG/usr/doc/cups-$VERSION
rmdir $PKG/usr/share/doc
cd $PKG/usr/doc
ln -sf cups-$VERSION cups )
 
1 members found this post helpful.
Old 11-13-2020, 01:02 PM   #5900
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Seamonkey 2.53.5
https://archive.mozilla.org/pub/seam....source.tar.xz

Also, the xine-packages probably needs to be rebuilt against the latest ImageMagick:
https://www.linuxquestions.org/quest...ck-4175685167/

Last edited by mats_b_tegner; 11-13-2020 at 01:11 PM.
 
Old 11-13-2020, 01:22 PM   #5901
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,505

Rep: Reputation: 3319Reputation: 3319Reputation: 3319Reputation: 3319Reputation: 3319Reputation: 3319Reputation: 3319Reputation: 3319Reputation: 3319Reputation: 3319Reputation: 3319
Quote:
Originally Posted by mats_b_tegner View Post
Seamonkey 2.53.5
https://archive.mozilla.org/pub/seam....source.tar.xz

Also, the xine-packages probably needs to be rebuilt against the latest ImageMagick:
https://www.linuxquestions.org/quest...ck-4175685167/
Also, the Digikam package needs a rebuild against latest ImageMagick.

Last edited by LuckyCyborg; 11-13-2020 at 01:24 PM.
 
2 members found this post helpful.
Old 11-13-2020, 05:04 PM   #5902
lonestar_italy
Member
 
Registered: Nov 2010
Location: Italy
Distribution: Slackware64-current
Posts: 169

Rep: Reputation: 67
Quote:
Originally Posted by LuckyCyborg View Post
Also, the Digikam package needs a rebuild against latest ImageMagick.
and dvdauthor too
 
2 members found this post helpful.
Old 11-13-2020, 07:34 PM   #5903
hpfeil
Member
 
Registered: Nov 2010
Location: Tucson, Arizona US
Distribution: Slackware Current
Posts: 354
Blog Entries: 1

Rep: Reputation: Disabled
Vulkan SDK 1.2.160

Vulkan SDK 1.2.160 presents itself. (Current is still at 1.2.141)

Last edited by hpfeil; 11-16-2020 at 10:58 AM. Reason: add title for more visibility, otherwise lost in the chatter
 
Old 11-14-2020, 04:55 AM   #5904
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
On support for resume offset in initrd

Hi,

Not that long ago I was playing with resume offset support in initrd.
I abandoned the work, because I decided to go with swap on LUKS2.

Anyway, below please find the results I came up with at that time:

Code:
diff --git a/mkinitrd/etc/mkinitrd.conf.sample b/mkinitrd/etc/mkinitrd.conf.sample
index 70256ef..187ac29 100644
--- a/mkinitrd/etc/mkinitrd.conf.sample
+++ b/mkinitrd/etc/mkinitrd.conf.sample
@@ -13,6 +13,7 @@
 #ROOTDEV="/dev/sda1"
 #ROOTFS="ext4"
 #RESUMEDEV="/dev/sda2"
+#RESUMEOFF="0"
 #RAID="0"
 #LVM="0"
 #UDEV="1"
diff --git a/mkinitrd/sbin/mkinitrd b/mkinitrd/sbin/mkinitrd
index bca7e29..ea45b09 100755
--- a/mkinitrd/sbin/mkinitrd
+++ b/mkinitrd/sbin/mkinitrd
@@ -527,6 +527,11 @@ if [ ! -z "$RESUMEDEV" ]; then
   echo $RESUMEDEV > $SOURCE_TREE/resumedev
 fi
 
+# Fill /resumeoff with the swap file offset within partition holding the hibernation image
+if [ ! -z "$RESUMEOFF" ]; then
+  echo $RESUMEOFF > $SOURCE_TREE/resumeoff
+fi
+
 # Add custom keymap support if one was given
 if [ ! -z "$KEYMAP" ]; then
   echo $KEYMAP > $SOURCE_TREE/keymap
diff --git a/mkinitrd/usr/share/mkinitrd/init b/mkinitrd/usr/share/mkinitrd/init
index f193f60..7a0ceb0 100755
--- a/mkinitrd/usr/share/mkinitrd/init
+++ b/mkinitrd/usr/share/mkinitrd/init
@@ -80,6 +80,7 @@ LUKSDEV=$(cat /luksdev)
 LUKSTRIM=$(cat /lukstrim 2>/dev/null)
 LUKSKEY=$(cat /lukskey)
 RESUMEDEV=$(cat /resumedev)
+RESUMEOFF=$(cat /resumeoff)
 WAIT=$(cat /wait-for-root)
 KEYMAP=$(cat /keymap)
 INIT=/sbin/init
@@ -117,6 +118,9 @@ for ARG in $(cat /proc/cmdline); do
     resume=*)
       RESUMEDEV=$(echo $ARG | cut -f2- -d=)
     ;;
+    resume_offset=*)
+      RESUMEOFF=$(echo $ARG | cut -f2- -d=)
+    ;;
     root=/dev/*)
       ROOTDEV=$(echo $ARG | cut -f2 -d=)
     ;;
@@ -314,7 +318,10 @@ if [ "$RESCUE" = "" ]; then
     elif ls -l $RESUMEDEV | grep -q "^l" ; then
       RESUMEDEV=$(readlink -f $RESUMEDEV)
     fi
-    echo "Trying to resume from $RESUMEDEV"
+    echo "Trying to resume from $RESUMEDEV${RESUMEOFF:+,$RESUMEOFF}"
+    if [ "$RESUMEOFF" != "" ]; then
+        echo $RESUMEOFF >/sys/power/resume_offset
+    fi
     RESMAJMIN=$(ls -l $RESUMEDEV | tr , : | awk '{ print $5$6 }')
     echo $RESMAJMIN > /sys/power/resume
   fi
I also patched swap-offset tool from suspend-utils so that its output does not need further processing with cut or something alike.
swap-offset is used to obtain the swapfile offset that has to be fed to the kernel when wanting to resume from swapfile.
Code:
diff --git a/swap-offset.c b/swap-offset.c
index 79aeef7..8d4e49b 100644
--- a/swap-offset.c
+++ b/swap-offset.c
@@ -117,7 +117,7 @@ int main(int argc, char **argv)
                err = EINVAL;
        } else {
                offset = (unsigned long long)first_block * blk_size / page_size;
-               printf("resume offset = %u\n", offset);
+               printf("%u\n", offset);
        }
 
 out:
Building the whole suspend-utils package was failing due to some perl-ish problem I couldn't be bothered to resolve.
But for just getting swap-offset tool up and running:
Code:
$ make swap-offset[/i]
is sufficient.

Hope this helps.

--
Best regards,
Andrzej Telszewski
 
Old 11-14-2020, 08:17 AM   #5905
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Did anyone notice that digiKam for x86_64 is misplaced in source directory instead of packages?
https://slackware.osuosl.org/slackwa...-1_vtown_2.txz
 
3 members found this post helpful.
Old 11-14-2020, 09:41 AM   #5906
etienne
Member
 
Registered: Jul 2007
Location: Belgium
Distribution: Slackware
Posts: 59

Rep: Reputation: 30
Quote:
Originally Posted by willysr View Post
Did anyone notice that digiKam for x86_64 is misplaced in source directory instead of packages?
https://slackware.osuosl.org/slackwa...-1_vtown_2.txz
Good catch !

I thought digikam was finally removed...
 
Old 11-14-2020, 04:47 PM   #5907
Spinlock
Member
 
Registered: Jan 2006
Location: Missouri
Distribution: Slackware -current, Slackware64 -current, Slackware 12.2
Posts: 191

Rep: Reputation: 49
Quote:
Originally Posted by willysr View Post
Did anyone notice that digiKam for x86_64 is misplaced in source directory instead of packages?
https://slackware.osuosl.org/slackwa...-1_vtown_2.txz
That's the real reason Pat wants to remove it, it keeps breaking out and trashing other people's hotel rooms.
 
1 members found this post helpful.
Old 11-15-2020, 08:12 AM   #5908
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
ImageMagick 7.0.10-38
https://imagemagick.org/download/Ima...0.10-38.tar.lz
https://imagemagick.org/script/changelog.php
Quote:
2020-11-14 7.0.10-38 <quetzlzacatenango@image...>
Release ImageMagick version 7.0.10-38 GIT revision 17815:bf51a3f1f:20201114
2020-11-07 7.0.10-38 <quetzlzacatenango@image...>
add image settings support to -fx.
better support for TIFF YCbCr photometric.
verify TTF glyph format before dereferencing (reference https://bugs.chromium.org/p/oss-fuzz...etail?id=26932).
force single HEIC image per container.
Mutt 2.0.1
ftp://ftp.mutt.org/pub/mutt/mutt-2.0.1.tar.gz
https://gitlab.com/muttmua/mutt/raw/stable/UPDATING
Quote:
2.0.1 (2020-11-14):
! Bug fix release.

Last edited by mats_b_tegner; 11-15-2020 at 11:25 AM.
 
Old 11-15-2020, 04:48 PM   #5909
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,022

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
I propose that the HPLIP package to be moved to /extra

While supporting well the HP printers is an admirable intention, I believe that this HPLIP package should be absolutely optional and out of the scope of The Recommended Full Installation.

Why? Obviously because not everybody owns a HP printer, and many others (like me) even do not bother to buy a printer at all.

The end result is that is started a thing which has no use if you do not own a HP printer, and in the system tray is an obnoxious icon which have no use if you do not own an HP printer.

Did you seen how looks this big blue HPLIP icon on a Plasma5 desktop with its monochrome icons from systray? It is extremely obnoxious and if it is even useless, why we should have it?

Those who owns a HP printer could install HPLIP very well also from /extra if they really need it, but I do not need it and probably many others do not need it.

Today, what Slackware does today with this HPLIP is like Apache webserver starting by default.

Yes, I know well that in my mini-PC is installed also the Apache, BUT at least it stays dead. HPLIP doesn't ...

Last edited by ZhaoLin1457; 11-15-2020 at 05:09 PM.
 
2 members found this post helpful.
Old 11-15-2020, 05:29 PM   #5910
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Quote:
Originally Posted by ZhaoLin1457 View Post
I propose that the HPLIP package to be moved to /extra

While supporting well the HP printers is an admirable intention, I believe that this HPLIP package should be absolutely optional and out of the scope of The Recommended Full Installation.

Why? Obviously because not everybody owns a HP printer, and many others (like me) even do not bother to buy a printer at all.

The end result is that is started a thing which has no use if you do not own a HP printer, and in the system tray is an obnoxious icon which have no use if you do not own an HP printer.

Did you seen how looks this big blue HPLIP icon on a Plasma5 desktop with its monochrome icons from systray? It is extremely obnoxious and if it is even useless, why we should have it?

Those who owns a HP printer could install HPLIP very well also from /extra if they really need it, but I do not need it and probably many others do not need it.

Today, what Slackware does today with this HPLIP is like Apache webserver starting by default.

Yes, I know well that in my mini-PC is installed also the Apache, BUT at least it stays dead. HPLIP doesn't ...
I uninstall ever , ..but probably the correct for this is go to /extra
 
2 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 06:38 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