Re: [Slackbuilds-users] TauonMusicBox needs more deps

2021-04-05 Thread Dave Woodfall
On 05/04/21 15:29,
Fellype  put forth the proposition:
> Hi all,
> It looks like tauonmb also requires BeautifulSoup4 (runtime dep), which in
> turn require python3-soupsieve since tauonmb is built under some python3
> Regards,
> Fellype

Thanks, I'll add those for next weeks updates.

--
Dave
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] chntpw doesn't compile on -current

2021-04-05 Thread Ricardo J. Barberis
El Domingo 04/04/2021 a las 12:51, Sebastian Arcus escribió:
> Just a heads up that chntpw doesn't seem to compile any more against
> -current. I've updated today to -current and tried it using the 14.2 SBo
> scripts, and using the scripts from Ponce's GitHub repository. The error
> message is below. Looking at the age of the code, I wouldn't be
> surprised if it has become incompatible with current libraries somewhere
> - but this is only me guessing.

FWIW, version 140201 compiles fine on -current so maybe a bump will be needed.

Also, I see that 7 utilities get compiled: chntpw, chntpw.static, cpnt, reged, 
reged.static, samusrgrp and sampasswd but only the first 5 get packaged by 
the slackbuild.

CCing the maintainer in case they want to send an update.

Cheers,
-- 
Ricardo J. Barberis
Usuario Linux Nº 250625: http://counter.li.org/
Usuario LFS Nº 5121: http://www.linuxfromscratch.org/
Senior SysAdmin / IT Architect - www.DonWeb.com
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



[Slackbuilds-users] TauonMusicBox needs more deps

2021-04-05 Thread Fellype
Hi all,

It looks like tauonmb also requires BeautifulSoup4 (runtime dep), which in
turn require python3-soupsieve since tauonmb is built under some python3
stuff. With those deps tauonmb runs fine. Without them, the following
errors are returned in command line:

fellype@plasma:~$ tauonmb
Tauon Music Box v6.5.4
Copyright 2015-2020 Taiko2k captain@gmail.com

Running from installed location
User files location: /home/fellype/.local/share/TauonMusicBox
Found XDG-Downloads: /home/fellype/Downloads
Found XDG-Music: /home/fellype/
Install directory: /opt/tauon-music-box
Traceback (most recent call last):
  File "/usr/lib64/python3.9/site-packages/PyLyrics/classes.py", line 3, in

from .functions import *
  File "/usr/lib64/python3.9/site-packages/PyLyrics/functions.py", line 2,
in 
from bs4 import BeautifulSoup, Comment, NavigableString
ModuleNotFoundError: No module named 'bs4'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib64/python3.9/site-packages/PyLyrics/__init__.py", line 6,
in 
from .classes import *
  File "/usr/lib64/python3.9/site-packages/PyLyrics/classes.py", line 5, in

from functions import *
ModuleNotFoundError: No module named 'functions'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/tauon-music-box/tauon.py", line 747, in 
from t_modules.t_lyrics import *
  File "/opt/tauon-music-box/t_modules/t_lyrics.py", line 22, in 
from PyLyrics import PyLyrics
  File "/usr/lib64/python3.9/site-packages/PyLyrics/__init__.py", line 11,
in 
from functions import *
ModuleNotFoundError: No module named 'functions'

Note: tested in -current. But I guess it also applies to 14.2.

Regards,

Fellype
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/