LinuxQuestions.org
Visit Jeremy's Blog.
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 02-16-2020, 04:46 PM   #4471
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

Quote:
Originally Posted by USUARIONUEVO View Post
impossible , i use and build 1.20.1 without editing slackbuild ... i patch the tarball first.

from the archlinux buildscript



I say the patch apply perfectly and examples build fine here using git tarball 1.20.1

Im my test i apply the patch with

patch -p1 -i /patch/directory
i used the released tarball from upstream, not directly from git
 
3 members found this post helpful.
Old 02-17-2020, 02:43 AM   #4472
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
@willysr

ok , man --no problem ,examples are not a big issue to put out disabling , for me this tarball works , from the git page
https://github.com/kcat/openal-soft/...-1.20.1.tar.gz

when i visit official page he points to downloads from github.

In some case, well done.

But in my case i can patch and build examples using this tarball.
 
Old 02-17-2020, 08:57 AM   #4473
camerabambai
Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 408

Rep: Reputation: 54
The LXC package is outdated, the newest 3.2.1 works fine and permit the creation of unprivileged containers on Slackware in a really simple way.
 
Old 02-17-2020, 09:38 AM   #4474
ArTourter
Member
 
Registered: Oct 2010
Location: Frome, UK
Distribution: Slackware, CentOS, Rocky
Posts: 66

Rep: Reputation: 29
since the inclusion of qt5 on -current, logging to a kde5 session (from alienbob ktown) takes a very long time: after I enter my password, the screen gets greyed out and doesn't do anything for a couple of minutes.

Looking at the logs I get these messages (but I am not sure if they are a cause or an effect):

Feb 17 14:22:53 geog-a111 dbus-daemon[1235]: [system] Activating service name='org.freedesktop.UPower' requested by ':1.6' (uid=64 pid=1877 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-yVFtlk") (using
servicehelper)
Feb 17 14:22:53 geog-a111 dbus-daemon[1235]: [system] Successfully activated service 'org.freedesktop.UPower'
Feb 17 14:22:53 geog-a111 dbus-daemon[1235]: [system] Activating service name='org.freedesktop.PolicyKit1' requested by ':1.13' (uid=0 pid=1913 comm="/usr/libexec/upowerd ") (using servicehelper)
Feb 17 14:22:53 geog-a111 dbus-daemon[1235]: [system] Activated service 'org.freedesktop.PolicyKit1' failed: Launch helper exited with unknown return code 127
Feb 17 14:22:53 geog-a111 kernel: [ 19.136026] traps: upowerd[1913] trap int3 ip:7fb16e4ab855 sp:7ffd9ba0d1c0 error:0 in libglib-2.0.so.0.6200.4[7fb16e473000+7d000]

these are repeated 2 or 3 time in a row, and then after a couple of minutes, the desktop loads, with more of these message as well as

Feb 17 14:27:04 geog-a111 dbus-daemon[1235]: [system] Successfully activated service 'org.freedesktop.login1'
Feb 17 14:27:04 geog-a111 dbus-daemon[1235]: [system] Activating service name='org.freedesktop.UPower' requested by ':1.37' (uid=31228 pid=2183 comm="/usr/lib64/org_kde_powerdevil ") (using servicehelper)
Feb 17 14:27:04 geog-a111 dbus-daemon[1235]: [system] Successfully activated service 'org.freedesktop.UPower'
Feb 17 14:27:04 geog-a111 dbus-daemon[1235]: [system] Activating service name='org.freedesktop.PolicyKit1' requested by ':1.44' (uid=0 pid=2233 comm="/usr/libexec/upowerd ") (using servicehelper)
Feb 17 14:27:04 geog-a111 dbus-daemon[1235]: [system] Activated service 'org.freedesktop.PolicyKit1' failed: Launch helper exited with unknown return code 127
Feb 17 14:27:04 geog-a111 kernel: [ 270.006530] traps: upowerd[2233] trap int3 ip:7f1367fd0855 sp:7ffe048db9b0 error:0 in libglib-2.0.so.0.6200.4[7f1367f98000+7d000]

These are repeated about 20 times very rapidly.

I am currently on an up-to-date non-pam 64bit -current and that behaviour occurs on both my desktop and my laptop.
 
1 members found this post helpful.
Old 02-17-2020, 11:22 PM   #4475
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,022

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Please enable on kernel the Intel SOC audio support for ALSA.

I bought recently a mini-PC model MinisForum Z83-F which runs quite fine a full install of 64bit slackware-current from an external USB3 hard drive and I consider replacing its Windows 10 Pro, from eMMC, with SLackware in the near future.

The mini-PC is strong enough to run smoothly the full-blown KDE4 desktop and to do a decent Internet browsing with Firefox/Chromium and to watch videos with SMPlayer.

It have a Z8350 Atom x4 CPU, with 2W TP, 4GB RAM DDR3 1066, 64GB eMMC storage, 2x USB2 ports, 1x USB3 port, HDMI and VGA output, headphones output (very useful to use with the VGA) and an SD-CARD slot.

However, its headphones port does not work out of box, because it uses the RT5651 driver: snd-soc-sst-bytcr-rt5651.ko which is part of Intel SOC support on ALSA. I managed to build successfully the required driver, and with it, the headphones works fine. There's what I enabled:
Code:
--- .config.old	2020-02-18 05:50:21.635000845 +0200
+++ .config	2020-02-18 06:07:57.748002256 +0200
@@ -3860,6 +3860,7 @@
 CONFIG_INPUT_MISC=y
 CONFIG_INPUT_AD714X=m
 CONFIG_INPUT_AD714X_I2C=m
+# CONFIG_INPUT_ARIZONA_HAPTICS is not set
 CONFIG_INPUT_BMA150=m
 CONFIG_INPUT_E3X0_BUTTON=m
 # CONFIG_INPUT_MSM_VIBRATOR is not set
@@ -4787,6 +4788,8 @@
 CONFIG_REGULATOR_ACT8865=m
 CONFIG_REGULATOR_AD5398=m
 CONFIG_REGULATOR_ANATOP=m
+# CONFIG_REGULATOR_ARIZONA_LDO1 is not set
+# CONFIG_REGULATOR_ARIZONA_MICSUPP is not set
 CONFIG_REGULATOR_BCM590XX=m
 CONFIG_REGULATOR_BD9571MWV=m
 CONFIG_REGULATOR_DA9210=m
@@ -5168,6 +5171,7 @@
 CONFIG_USB_SI4713=m
 CONFIG_PLATFORM_SI4713=m
 CONFIG_I2C_SI4713=m
+# CONFIG_RADIO_SI476X is not set
 CONFIG_USB_MR800=m
 CONFIG_USB_DSBR=m
 CONFIG_RADIO_MAXIRADIO=m
@@ -5233,6 +5237,7 @@
 CONFIG_VIDEO_TVAUDIO=m
 CONFIG_VIDEO_TDA7432=m
 CONFIG_VIDEO_TDA9840=m
+# CONFIG_VIDEO_TDA1997X is not set
 CONFIG_VIDEO_TEA6415C=m
 CONFIG_VIDEO_TEA6420=m
 CONFIG_VIDEO_MSP3400=m
@@ -5916,9 +5921,12 @@
 CONFIG_SND=m
 CONFIG_SND_TIMER=m
 CONFIG_SND_PCM=m
+CONFIG_SND_PCM_ELD=y
+CONFIG_SND_PCM_IEC958=y
 CONFIG_SND_HWDEP=m
 CONFIG_SND_SEQ_DEVICE=m
 CONFIG_SND_RAWMIDI=m
+CONFIG_SND_COMPRESS_OFFLOAD=m
 CONFIG_SND_JACK=y
 CONFIG_SND_JACK_INPUT_DEV=y
 CONFIG_SND_OSSEMUL=y
@@ -6099,7 +6107,204 @@
 CONFIG_SND_PCMCIA=y
 CONFIG_SND_VXPOCKET=m
 CONFIG_SND_PDAUDIOCF=m
-# CONFIG_SND_SOC is not set
+CONFIG_SND_SOC=m
+CONFIG_SND_SOC_COMPRESS=y
+CONFIG_SND_SOC_ACPI=m
+# CONFIG_SND_SOC_AMD_ACP is not set
+# CONFIG_SND_SOC_AMD_ACP3x is not set
+# CONFIG_SND_ATMEL_SOC is not set
+# CONFIG_SND_DESIGNWARE_I2S is not set
+
+#
+# SoC Audio for Freescale CPUs
+#
+
+#
+# Common SoC Audio options for Freescale CPUs:
+#
+# CONFIG_SND_SOC_FSL_ASRC is not set
+# CONFIG_SND_SOC_FSL_SAI is not set
+# CONFIG_SND_SOC_FSL_AUDMIX is not set
+# CONFIG_SND_SOC_FSL_SSI is not set
+# CONFIG_SND_SOC_FSL_SPDIF is not set
+# CONFIG_SND_SOC_FSL_ESAI is not set
+# CONFIG_SND_SOC_FSL_MICFIL is not set
+# CONFIG_SND_SOC_IMX_AUDMUX is not set
+# end of SoC Audio for Freescale CPUs
+
+# CONFIG_SND_I2S_HI6210_I2S is not set
+# CONFIG_SND_SOC_IMG is not set
+CONFIG_SND_SOC_INTEL_SST_TOPLEVEL=y
+CONFIG_SND_SST_IPC=m
+CONFIG_SND_SST_IPC_ACPI=m
+# CONFIG_SND_SOC_INTEL_HASWELL is not set
+CONFIG_SND_SST_ATOM_HIFI2_PLATFORM=m
+# CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_PCI is not set
+CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_ACPI=m
+# CONFIG_SND_SOC_INTEL_SKYLAKE is not set
+# CONFIG_SND_SOC_INTEL_SKL is not set
+# CONFIG_SND_SOC_INTEL_APL is not set
+# CONFIG_SND_SOC_INTEL_KBL is not set
+# CONFIG_SND_SOC_INTEL_GLK is not set
+# CONFIG_SND_SOC_INTEL_CNL is not set
+# CONFIG_SND_SOC_INTEL_CFL is not set
+# CONFIG_SND_SOC_INTEL_CML_H is not set
+# CONFIG_SND_SOC_INTEL_CML_LP is not set
+CONFIG_SND_SOC_ACPI_INTEL_MATCH=m
+CONFIG_SND_SOC_INTEL_MACH=y
+CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
+CONFIG_SND_SOC_INTEL_BYTCR_RT5651_MACH=m
+CONFIG_SND_SOC_INTEL_CHT_BSW_RT5672_MACH=m
+CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH=m
+CONFIG_SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH=m
+CONFIG_SND_SOC_INTEL_CHT_BSW_NAU8824_MACH=m
+CONFIG_SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
+CONFIG_SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
+CONFIG_SND_SOC_INTEL_BYT_CHT_ES8316_MACH=m
+# CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH is not set
+# CONFIG_SND_SOC_MTK_BTCVSD is not set
+# CONFIG_SND_SOC_SOF_TOPLEVEL is not set
+
+#
+# STMicroelectronics STM32 SOC audio support
+#
+# end of STMicroelectronics STM32 SOC audio support
+
+# CONFIG_SND_SOC_XILINX_I2S is not set
+# CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER is not set
+# CONFIG_SND_SOC_XILINX_SPDIF is not set
+# CONFIG_SND_SOC_XTFPGA_I2S is not set
+# CONFIG_ZX_TDM is not set
+CONFIG_SND_SOC_I2C_AND_SPI=m
+
+#
+# CODEC drivers
+#
+# CONFIG_SND_SOC_AC97_CODEC is not set
+# CONFIG_SND_SOC_ADAU1701 is not set
+# CONFIG_SND_SOC_ADAU1761_I2C is not set
+# CONFIG_SND_SOC_ADAU7002 is not set
+# CONFIG_SND_SOC_AK4118 is not set
+# CONFIG_SND_SOC_AK4458 is not set
+# CONFIG_SND_SOC_AK4554 is not set
+# CONFIG_SND_SOC_AK4613 is not set
+# CONFIG_SND_SOC_AK4642 is not set
+# CONFIG_SND_SOC_AK5386 is not set
+# CONFIG_SND_SOC_AK5558 is not set
+# CONFIG_SND_SOC_ALC5623 is not set
+# CONFIG_SND_SOC_BD28623 is not set
+# CONFIG_SND_SOC_BT_SCO is not set
+# CONFIG_SND_SOC_CROS_EC_CODEC is not set
+# CONFIG_SND_SOC_CS35L32 is not set
+# CONFIG_SND_SOC_CS35L33 is not set
+# CONFIG_SND_SOC_CS35L34 is not set
+# CONFIG_SND_SOC_CS35L35 is not set
+# CONFIG_SND_SOC_CS35L36 is not set
+# CONFIG_SND_SOC_CS42L42 is not set
+# CONFIG_SND_SOC_CS42L51_I2C is not set
+# CONFIG_SND_SOC_CS42L52 is not set
+# CONFIG_SND_SOC_CS42L56 is not set
+# CONFIG_SND_SOC_CS42L73 is not set
+# CONFIG_SND_SOC_CS4265 is not set
+# CONFIG_SND_SOC_CS4270 is not set
+# CONFIG_SND_SOC_CS4271_I2C is not set
+# CONFIG_SND_SOC_CS42XX8_I2C is not set
+# CONFIG_SND_SOC_CS43130 is not set
+# CONFIG_SND_SOC_CS4341 is not set
+# CONFIG_SND_SOC_CS4349 is not set
+# CONFIG_SND_SOC_CS53L30 is not set
+CONFIG_SND_SOC_CX2072X=m
+CONFIG_SND_SOC_DA7213=m
+# CONFIG_SND_SOC_DMIC is not set
+CONFIG_SND_SOC_HDMI_CODEC=m
+# CONFIG_SND_SOC_ES7134 is not set
+# CONFIG_SND_SOC_ES7241 is not set
+CONFIG_SND_SOC_ES8316=m
+# CONFIG_SND_SOC_ES8328_I2C is not set
+# CONFIG_SND_SOC_GTM601 is not set
+# CONFIG_SND_SOC_INNO_RK3036 is not set
+# CONFIG_SND_SOC_MAX98088 is not set
+CONFIG_SND_SOC_MAX98090=m
+# CONFIG_SND_SOC_MAX98357A is not set
+# CONFIG_SND_SOC_MAX98504 is not set
+# CONFIG_SND_SOC_MAX9867 is not set
+# CONFIG_SND_SOC_MAX98927 is not set
+# CONFIG_SND_SOC_MAX98373 is not set
+# CONFIG_SND_SOC_MAX9860 is not set
+# CONFIG_SND_SOC_MSM8916_WCD_DIGITAL is not set
+# CONFIG_SND_SOC_PCM1681 is not set
+# CONFIG_SND_SOC_PCM1789_I2C is not set
+# CONFIG_SND_SOC_PCM179X_I2C is not set
+# CONFIG_SND_SOC_PCM186X_I2C is not set
+# CONFIG_SND_SOC_PCM3060_I2C is not set
+# CONFIG_SND_SOC_PCM3168A_I2C is not set
+# CONFIG_SND_SOC_PCM512x_I2C is not set
+# CONFIG_SND_SOC_RK3328 is not set
+CONFIG_SND_SOC_RL6231=m
+# CONFIG_SND_SOC_RT5616 is not set
+# CONFIG_SND_SOC_RT5631 is not set
+CONFIG_SND_SOC_RT5640=m
+CONFIG_SND_SOC_RT5645=m
+CONFIG_SND_SOC_RT5651=m
+CONFIG_SND_SOC_RT5670=m
+# CONFIG_SND_SOC_SGTL5000 is not set
+# CONFIG_SND_SOC_SIMPLE_AMPLIFIER is not set
+# CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set
+# CONFIG_SND_SOC_SPDIF is not set
+# CONFIG_SND_SOC_SSM2305 is not set
+# CONFIG_SND_SOC_SSM2602_I2C is not set
+# CONFIG_SND_SOC_SSM4567 is not set
+# CONFIG_SND_SOC_STA32X is not set
+# CONFIG_SND_SOC_STA350 is not set
+# CONFIG_SND_SOC_STI_SAS is not set
+# CONFIG_SND_SOC_TAS2552 is not set
+# CONFIG_SND_SOC_TAS5086 is not set
+# CONFIG_SND_SOC_TAS571X is not set
+# CONFIG_SND_SOC_TAS5720 is not set
+# CONFIG_SND_SOC_TAS6424 is not set
+# CONFIG_SND_SOC_TDA7419 is not set
+# CONFIG_SND_SOC_TFA9879 is not set
+# CONFIG_SND_SOC_TLV320AIC23_I2C is not set
+# CONFIG_SND_SOC_TLV320AIC31XX is not set
+# CONFIG_SND_SOC_TLV320AIC32X4_I2C is not set
+# CONFIG_SND_SOC_TLV320AIC3X is not set
+CONFIG_SND_SOC_TS3A227E=m
+# CONFIG_SND_SOC_TSCS42XX is not set
+# CONFIG_SND_SOC_TSCS454 is not set
+# CONFIG_SND_SOC_UDA1334 is not set
+# CONFIG_SND_SOC_WM8510 is not set
+# CONFIG_SND_SOC_WM8523 is not set
+# CONFIG_SND_SOC_WM8524 is not set
+# CONFIG_SND_SOC_WM8580 is not set
+# CONFIG_SND_SOC_WM8711 is not set
+# CONFIG_SND_SOC_WM8728 is not set
+# CONFIG_SND_SOC_WM8731 is not set
+# CONFIG_SND_SOC_WM8737 is not set
+# CONFIG_SND_SOC_WM8741 is not set
+# CONFIG_SND_SOC_WM8750 is not set
+# CONFIG_SND_SOC_WM8753 is not set
+# CONFIG_SND_SOC_WM8776 is not set
+# CONFIG_SND_SOC_WM8782 is not set
+# CONFIG_SND_SOC_WM8804_I2C is not set
+# CONFIG_SND_SOC_WM8903 is not set
+# CONFIG_SND_SOC_WM8904 is not set
+# CONFIG_SND_SOC_WM8960 is not set
+# CONFIG_SND_SOC_WM8962 is not set
+# CONFIG_SND_SOC_WM8974 is not set
+# CONFIG_SND_SOC_WM8978 is not set
+# CONFIG_SND_SOC_WM8985 is not set
+# CONFIG_SND_SOC_ZX_AUD96P22 is not set
+# CONFIG_SND_SOC_MAX9759 is not set
+# CONFIG_SND_SOC_MT6351 is not set
+# CONFIG_SND_SOC_MT6358 is not set
+# CONFIG_SND_SOC_NAU8540 is not set
+# CONFIG_SND_SOC_NAU8810 is not set
+# CONFIG_SND_SOC_NAU8822 is not set
+CONFIG_SND_SOC_NAU8824=m
+# CONFIG_SND_SOC_TPA6130A2 is not set
+# end of CODEC drivers
+
+# CONFIG_SND_SIMPLE_CARD is not set
 CONFIG_SND_X86=y
 CONFIG_HDMI_LPE_AUDIO=m
 CONFIG_SND_SYNTH_EMUX=m
@@ -7242,6 +7447,7 @@
 #
 # SoundWire Devices
 #
+# CONFIG_SOUNDWIRE_INTEL is not set
 
 #
 # SOC (System On Chip) specific Drivers
@@ -7307,6 +7513,7 @@
 # Extcon Device Drivers
 #
 CONFIG_EXTCON_ADC_JACK=m
+# CONFIG_EXTCON_ARIZONA is not set
 CONFIG_EXTCON_FSA9480=m
 CONFIG_EXTCON_GPIO=m
 CONFIG_EXTCON_INTEL_INT3496=m
Honestly, I enabled just the Intel SOC support then (some of) its modules - other ones are auto-selected, then maybe there's room for tuning.

Please note that those Z83x Atom CPUs looks like are being widely used on budget mini-PCs, netbooks and even tablets with Intel architecture, then I think that enabling this Intel SOC audio support is of general interest.

Last edited by ZhaoLin1457; 02-17-2020 at 11:40 PM.
 
3 members found this post helpful.
Old 02-17-2020, 11:31 PM   #4476
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Quote:
Originally Posted by ArTourter View Post
since the inclusion of qt5 on -current, logging to a kde5 session (from alienbob ktown) takes a very long time: after I enter my password, the screen gets greyed out and doesn't do anything for a couple of minutes.
I had some annoying polkit issues recently (sort of freezing in Application Launcher, couldn't mount anything as user). I fixed it by "removepkg polkit" and "slackpkg install polkit."
 
2 members found this post helpful.
Old 02-17-2020, 11:49 PM   #4477
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
argon2-20190702 installs it's own libargon2.pc file now, so manually creating the directory and installing the .pc file is unnecessary in the SlackBuild.

This could be removed:
Code:
# Install pkgconfig file:
mkdir $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig
grep -v "^##" libargon2.pc | sed "s|/@HOST_MULTIARCH@|${LIBDIRSUFFIX}|g" | sed "s|@UPSTREAM_VER@|$VERSION|g" > $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig/libargon2.pc
 
1 members found this post helpful.
Old 02-18-2020, 06:32 AM   #4478
ArTourter
Member
 
Registered: Oct 2010
Location: Frome, UK
Distribution: Slackware, CentOS, Rocky
Posts: 66

Rep: Reputation: 29
Quote:
Originally Posted by RadicalDreamer View Post
I had some annoying polkit issues recently (sort of freezing in Application Launcher, couldn't mount anything as user). I fixed it by "removepkg polkit" and "slackpkg install polkit."
This indeed fixed the problems (all of them in fact).

Looking at what uninstalling does, I thought it would complain that some of the files could not be deleted because they were present in another package. And indeed this is the case:

Turns out that the 64 bit package has a couple of files in /usr/lib rather than /usr/lib64:
Code:
usr/lib/polkit-1/
usr/lib/polkit-1/polkit-agent-helper-1
usr/lib/polkit-1/polkitd
These are also present in AlienBob multilib package and therefore got overwritten with their 32bit equivalent when the multilib repo caught up. Reinstalling the 64bit package on top fixes the problem but forcing the 64bit polkit package to place these files in /usr/lib64 would be a more sustainable plan.

However, looking at the source of polkit, this is an intentional move in version 0.106, from the NEWS file:

Quote:
./NEWS: Store private binaries in /usr/lib/polkit-1 instead of /usr/libexec
and it is indeed hard coded in the makefiles:

Code:
./configure:echo "NOTE: The file ${prefix}/lib/polkit-1/polkit-agent-helper-1 must be owned"
./src/polkitagent/Makefile.in:libprivdir = $(prefix)/lib/polkit-1
./src/polkitagent/polkitagentsession.c:  helper_argv[0] = PACKAGE_PREFIX "/lib/polkit-1/polkit-agent-helper-1";
./src/polkitagent/Makefile.am:libprivdir = $(prefix)/lib/polkit-1
./src/polkitagent/Makefile:libprivdir = $(prefix)/lib/polkit-1
./src/polkitbackend/Makefile.in:libprivdir = $(prefix)/lib/polkit-1
./src/polkitbackend/Makefile.am:libprivdir = $(prefix)/lib/polkit-1
./src/polkitbackend/Makefile:libprivdir = $(prefix)/lib/polkit-1
./configure.ac:echo "NOTE: The file ${prefix}/lib/polkit-1/polkit-agent-helper-1 must be owned"
./data/Makefile.in:libprivdir = $(prefix)/lib/polkit-1
./data/Makefile.am:libprivdir = $(prefix)/lib/polkit-1
./data/Makefile:libprivdir = $(prefix)/lib/polkit-1
Of course the reason why it just showed up is that AlienBob only added polkit to the list of multilib packages this week.

After all that I am not quite sure what the solution should be....

EDIT: this is now fixed in the updated polkit-compat32 package where the duplicated files have been removed. Thanks AlienBob!

Last edited by ArTourter; 02-18-2020 at 06:42 PM. Reason: problem fixed
 
3 members found this post helpful.
Old 02-18-2020, 10:22 AM   #4479
Xsane
Member
 
Registered: Jan 2014
Posts: 186

Rep: Reputation: 134Reputation: 134
MISFILED MAN PAGES

Pat, I think this is the last of my documentation fixes for this cycle.

Most of these have been upstreamed, but I will list them just in case
you get a duplicate request.

man(1) and mandb(8) depend upon the file's path for proper encoding
conversion and discovery.

The locations are part of the FHS[1] and man-db[2] specifications.
__________________________________________________
Upstreamed
groff
Current: /usr/man/man7/groff_mmse.7
Correct: /usr/man/sv/man7/groff_mm.7

gnuplot
Current: /usr/man/man1/gnuplot-ja.1.gz
Correct: /usr/man/ja/man1/gnuplot.1

libcdio-paranoia
Current: /usr/man/jp/man1/cd-paranoia.1.gz
Correct: /usr/man/ja/man1/cd-paranoia.1.gz
Fixed in commit:
https://github.com/rocky/libcdio-par...7dc5941204fccc
__________________________________________________

Fix: cdparanoia.SlackBuild

So cdparanoia-III has the same problem as libcdio-paranoia (which was
fixed upstream, see commit above). Only the path is hardcoded into the
SlackBuild.

Current: /usr/man/jp/man1/cdparanoia.1.gz
Correct: /usr/man/ja/man1/cdparanoia.1.gz

Man page NLS subdirectories must be in the POSIX locale string format;
the mandatory part of which is ISO-639-2 Language Codes. For Japanese it
is ja. Filed under jp, the page will not be discovered or render
correctly.

Code:
cdparanoia.SlackBuild:114
mkdir -p $PKG/usr/man/jp/man1
cp -a cdparanoia.1.jp $PKG/usr/man/jp/man1/cdparanoia.1

Change to:
mkdir -p $PKG/usr/man/ja/man1
cp -a cdparanoia.1.jp $PKG/usr/man/ja/man1/cdparanoia.1

[1] 4.11.6. /usr/share/man : Manual pages:
https://refspecs.linuxfoundation.org....0/fhs-3.0.txt

[2] "NLS manual pages"
http://git.savannah.nongnu.org/cgit/.../files.me#n212
 
3 members found this post helpful.
Old 02-18-2020, 10:36 AM   #4480
camerabambai
Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 408

Rep: Reputation: 54
A request for vfio-vga.
The vfio passtrough works fine on Slackware, but not for vga cards with the current kernel, this line must be enabled:

CONFIG_VFIO_PCI_VGA=y
 
Old 02-18-2020, 10:37 AM   #4481
camerabambai
Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 408

Rep: Reputation: 54
After including pam and krb5, a good idea can be to include the openldap-server.
 
1 members found this post helpful.
Old 02-18-2020, 12:30 PM   #4482
mumahendras3
Member
 
Registered: Feb 2018
Location: Indonesia
Distribution: Slackware-current + s6 + s6-rc + s6-linux-init (github.com/mumahendras3/sl6ckware)
Posts: 125

Rep: Reputation: Disabled
Some systemd .service files and .timer

I notice some systemd .service files under /usr/lib/systemd in my system. Looking at my installed packages list, those files belong to:

at-spi2-core-2.34.0-x86_64-1 : usr/lib/systemd/user/at-spi-dbus-bus.service
blueman-2.1.2-x86_64-1 : usr/lib/systemd/system/blueman-mechanism.service
blueman-2.1.2-x86_64-1 : usr/lib/systemd/user/blueman-applet.service
glib-networking-2.62.3-x86_64-1 : usr/lib/systemd/user/glib-pacrunner.service
hplip-3.19.12-x86_64-2_pam : usr/lib/systemd/system/hplip-printer@.service
man-db-2.9.0-x86_64-1 : lib/systemd/system/man-db.service
man-db-2.9.0-x86_64-1 : lib/systemd/system/man-db.timer

Are these files needed? Can I delete them?
 
Old 02-18-2020, 12:43 PM   #4483
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,504

Rep: Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461
Quote:
Originally Posted by mumahendras3 View Post
I notice some systemd .service files under /usr/lib/systemd in my system. Looking at my installed packages list, those files belong to:

at-spi2-core-2.34.0-x86_64-1 : usr/lib/systemd/user/at-spi-dbus-bus.service
blueman-2.1.2-x86_64-1 : usr/lib/systemd/system/blueman-mechanism.service
blueman-2.1.2-x86_64-1 : usr/lib/systemd/user/blueman-applet.service
glib-networking-2.62.3-x86_64-1 : usr/lib/systemd/user/glib-pacrunner.service
hplip-3.19.12-x86_64-2_pam : usr/lib/systemd/system/hplip-printer@.service
man-db-2.9.0-x86_64-1 : lib/systemd/system/man-db.service
man-db-2.9.0-x86_64-1 : lib/systemd/system/man-db.timer

Are these files needed? Can I delete them?
You can, but I'd suggest just ignoring them.
 
Old 02-18-2020, 09:42 PM   #4484
nullptr
Member
 
Registered: Nov 2019
Posts: 50

Rep: Reputation: Disabled
Please add the ability to set mount options to the setup installer.
I know I can switch to another tty and then type mount -o remount, but it isn't convenient.
 
Old 02-18-2020, 11:09 PM   #4485
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by nullptr View Post
Please add the ability to set mount options to the setup installer.
I know I can switch to another tty and then type mount -o remount, but it isn't convenient.
Out of curiosity, what's the reasoning for this? I've been using Slackware for many years and I don't think I've ever felt a need to adjust how the the setup mounts the drives. But I have a pretty vanilla setup (root and home partitions, both as ext4, and a swap partition), so I expect there's something driving this.
 
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 05:52 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