MX-19 Beta 2.1 Feedback

Message
Author
slipperyslope
Posts: 8
Joined: Sat Feb 03, 2018 1:56 pm

Re: MX-19 Beta 2.1 Feedback

#311 Post by slipperyslope »

MP3GAIN from Stable Repo has unmet dependencies.

Code: Select all

Hit:1 http://deb.debian.org/debian buster-updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http://iso.mxrepo.com/antix/buster buster InRelease
Hit:5 http://mxrepo.com/mx/repo buster InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable Release
Hit:7 http://deb.debian.org/debian-security buster/updates InRelease
Reading package lists...
sources updated OK
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mp3gain : Depends: libasan0 (>= 4.8) but it is not installable



davemx
Posts: 320
Joined: Sun Aug 12, 2018 2:31 pm

Re: MX-19 Beta 2.1 Feedback

#312 Post by davemx »

anticapitalista wrote: Sat Sep 14, 2019 12:52 pm
Just wondering, does it work on antiX?
Yes, I have the antiX 19ß installed for testing, and once I added the digimend.conf file as above and restarted X, yes, xsetwacom --list did list the "two" devices of my tablet.

I'd like to make a suggestion about this. I got the digimend.conf by copying it from dkms-digimend project. But all that the dkms does, apart from supply the Xorg conf file, is to replace certain drivers in the kernel with the latest versions, which is only needed if the existing ones don't work with your hardware.

So could this be added to MX and antiX repos, but in two parts, the digimend.conf file which can installed on its own, and the dkms-digimend which will depend on the conf file. No need to have dkms's when you don't actually need them.
Desktop: Mini-Box M350 with Asus H110i-plus motherboard, Pentium G4600 processor, 2TB SSD and 16Gb RAM DDR4-2133
Printer/Scanner: Brother MFC-J5335W
Laptop: Lenovo V15 ADA
Media Centre: Lenovo Q190

User avatar
chrispop99
Global Moderator
Posts: 3333
Joined: Tue Jan 27, 2009 2:07 pm

Re: MX-19 Beta 2.1 Feedback

#313 Post by chrispop99 »

slipperyslope wrote: Sat Sep 14, 2019 1:19 pm MP3GAIN from Stable Repo has unmet dependencies.

Code: Select all

Hit:1 http://deb.debian.org/debian buster-updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http://iso.mxrepo.com/antix/buster buster InRelease
Hit:5 http://mxrepo.com/mx/repo buster InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable Release
Hit:7 http://deb.debian.org/debian-security buster/updates InRelease
Reading package lists...
sources updated OK
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mp3gain : Depends: libasan0 (>= 4.8) but it is not installable


Confirmed.

Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines

User avatar
kmathern
Developer
Posts: 2511
Joined: Wed Jul 12, 2006 2:26 pm

Re: MX-19 Beta 2.1 Feedback

#314 Post by kmathern »

chrispop99 wrote: Sat Sep 14, 2019 1:54 pm
slipperyslope wrote: Sat Sep 14, 2019 1:19 pm MP3GAIN from Stable Repo has unmet dependencies.

Code: Select all

Hit:1 http://deb.debian.org/debian buster-updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http://iso.mxrepo.com/antix/buster buster InRelease
Hit:5 http://mxrepo.com/mx/repo buster InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable Release
Hit:7 http://deb.debian.org/debian-security buster/updates InRelease
Reading package lists...
sources updated OK
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mp3gain : Depends: libasan0 (>= 4.8) but it is not installable


Confirmed.

Chris
I see that libasan0 is a jessie package (https://packages.debian.org/search?suit ... s=libasan0), the dependency in the MX-17/18/Stretch version is for libasan3.

Code: Select all

Package: mp3gain
Version: 1.5.2-r2-6.1~mx17+1
Architecture: amd64
Maintainer: Fabrizio Regalli <fabreg@fabreg.it>
Installed-Size: 301
Depends: libasan3 (>= 6.2), libc6 (>= 2.7)
Homepage: http://mp3gain.sourceforge.net/
edit: and libasan3 is only a Stretch package, not in Buster. A mp3gain package built on a Buster base should probably depend on libasan5, which is in the Buster repos and is installed by default or libasan4 (also in the Buster repos).

slipperyslope
Posts: 8
Joined: Sat Feb 03, 2018 1:56 pm

Re: MX-19 Beta 2.1 Feedback

#315 Post by slipperyslope »

kmathern wrote: Sat Sep 14, 2019 2:10 pm
chrispop99 wrote: Sat Sep 14, 2019 1:54 pm
slipperyslope wrote: Sat Sep 14, 2019 1:19 pm MP3GAIN from Stable Repo has unmet dependencies.

Code: Select all

Hit:1 http://deb.debian.org/debian buster-updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http://iso.mxrepo.com/antix/buster buster InRelease
Hit:5 http://mxrepo.com/mx/repo buster InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable Release
Hit:7 http://deb.debian.org/debian-security buster/updates InRelease
Reading package lists...
sources updated OK
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mp3gain : Depends: libasan0 (>= 4.8) but it is not installable


Confirmed.

Chris
I see that libasan0 is a jessie package (https://packages.debian.org/search?suit ... s=libasan0), the dependency in the MX-17/18/Stretch version is for libasan3.

Code: Select all

Package: mp3gain
Version: 1.5.2-r2-6.1~mx17+1
Architecture: amd64
Maintainer: Fabrizio Regalli <fabreg@fabreg.it>
Installed-Size: 301
Depends: libasan3 (>= 6.2), libc6 (>= 2.7)
Homepage: http://mp3gain.sourceforge.net/
edit: and libasan3 is only a Stretch package, not in Buster. A mp3gain package built on a Buster base should probably depend on libasan5, which is in the Buster repos and is installed by default or libasan4 (also in the Buster repos).
FYI I've also noted the GUI for MP3GAIN is no longer available for buster. I found
easymp3gain-data_0.5.0+svn135-5_all.deb
easymp3gain-gtk_0.5.0+svn135-5_amd64.deb
in jessie.
Also youtube-dlg is missing. I found
youtube-dlg_0.4-1~webupd8~bionic9_all.deb
in Ubuntu 18.04 LTS (Bionic Beaver) I learned my lesson a long time ago about trying to mix and match so normally if a program is not in MX repos, I don't install.

I suppose the point or issue is that all of these were cool little programs and were all available in MX 18 stable and they worked wonderfully to obtain and work with MP3.
My back-up program to youtube-dlg was Clipgrab which is also in MX 19 stable repo. However Clipgrab is doing some strange things with Ublock Origin ad blocker impacting, at least, foxnews.com in both chromium based browsers and FF. You can find a thread i opened about two pages back. If an oversight hopefully we can get all these programs back, but if they are not supported and/or cause breakages leading to loss of data, then so be it, they have run their course.

MX 19 will be great. The re-addition of the above programs remains to be seen, but hopefully they will.
Obviously thanks for all the time y'all put into this incredible distro and thanks for letting me input some observations.
Last edited by slipperyslope on Sun Sep 15, 2019 11:08 am, edited 1 time in total.

User avatar
Jerry3904
Administrator
Posts: 23083
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-19 Beta 2.1 Feedback

#316 Post by Jerry3904 »

Speaking of little programs: does py.Loader still exist (couldn't find it)? If not, and that is intentional, then the Custom action needs to be removed from Thunar.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
dolphin_oracle
Developer
Posts: 22074
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-19 Beta 2.1 Feedback

#317 Post by dolphin_oracle »

Jerry3904 wrote: Sat Sep 14, 2019 6:01 pm Speaking of little programs: does py.Loader still exist (couldn't find it)? If not, and that is intentional, then the Custom action needs to be removed from Thunar.
its there.

Code: Select all

┌─[dolphin@mx]─[06:33:48 pm]─────────────────────────────────────────────────────────────────────[~]
└─> cat /usr/share/applications/Py-Loader.desktop 
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Py-Loader
Icon= /usr/share/pixmaps/python.xpm
Categories=Application;
Exec=python %f
Terminal=false
NoDisplay=True
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
Jerry3904
Administrator
Posts: 23083
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-19 Beta 2.1 Feedback

#318 Post by Jerry3904 »

Thanks. The custom action does not however seem to be functioning
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
dolphin_oracle
Developer
Posts: 22074
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-19 Beta 2.1 Feedback

#319 Post by dolphin_oracle »

Jerry3904 wrote: Sat Sep 14, 2019 6:38 pm Thanks. The custom action does not however seem to be functioning
we actually don't have a custom action. it should just be a standard right-click menu entry, not an actual custom action. It should show up where the "Open With" type stuff is.

I just tried it with /usr/bin/apt-notifier.py and it starts up ok.
You do not have the required permissions to view the files attached to this post.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
Jerry3904
Administrator
Posts: 23083
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-19 Beta 2.1 Feedback

#320 Post by Jerry3904 »

Huh. Didn't work with the wacom-gui but glad it works with others
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

Locked

Return to “General”