-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need Help: Stuck during upgrade from V1.24.0-1 to V1.28.0 #136
Comments
You need to install mate-common first, the version provided through synaptic should
work but if it does not, build and install it from source first.That's why you had a file
not found.
The "autoupdate" stuff has nothing to do with it. I see that and always ignore it
as I simply don't know enough about Autotools to work on that.
|
Hi Luke,
thanks for your reply and apologies for my delayed answer.
I did install mate-common 1.26.0-1, which is the only version offered through Synaptic, and that is how I am getting the posted output when running "./autogen.sh --prefix=/usr" as suggested in the mate-sensors-applet-1.28.0 README file.
My /usr/share/autoconf/Autom4te/FileUtils.pm is dated 2021-08-23.
Should I run "install-sh" from
- https://github.com/mate-desktop/mate-common/releases/tag/v1.28.0 or get
+ https://github.com/mate-desktop/mate-common/releases/download/v1.28.0/mate-common-1.28.0.tar.xz or get
(looks like copying the link of the package didn't work as intended and I had missed that initially, while still having had the webpage link in the copy buffer instead)
https://github.com/mate-desktop/mate-common/archive/refs/tags/v1.28.0.zip
and run autogen.sh instead?
By the way, does mate-sensors-applet-1.28 fix the V1.26 problem of the tooltips appearing below the icons/labels, which are then invisible outside the screen, when the Mate Panel 1.26.2 is positioned at the bottom of the screen?
Just like with System Monitor 1.26.0 they should then flip up to appear above the Mate Panel, but they don't.
Thanks
|
I actually have only ever installed mate-common from the unpacked tarball So to install for use with your existing MATE install you would run |
Also note that the last change to tooltip-handing code in this applet was in 2016 and in mate-panel was in 2018. While I do have the tooltips working here, I am using the wayland session and almost certainly a different GTK3 version. Tooltip handling is for the most part done inside GTK, |
Oh dear! Btw, I fixed the link to mate-common-1.28.0.tar.xz in my previous post From all the items I have added to my bottom Panel, mate-sensors-applet so far is the only one failing to handle the tooltips properly. |
I didn't find any other place to ask for help, so I am doing it here.
Only available mate-sensors-applet in the repository of my Linux Mint is V1.26.0,-1 which is acting very weird when it comes to changing the colour of the graphs for most of my temperature sensors. And I just can't take in any longer!
It is definitively NOT expected behaviour, that the graph turns red already, when the actual temperature, for example of the Intel PCH, rises to < 25 K of the set "Sensor high limit" value of 88°C and I also don't consider it normal, that the graph is already orange at 25+ K below the set "Sensor high limit".
25 K below the set limit is normal operating range and should not warrant any orange or red graph whatsoever.
Turning orange maybe some 7-5 K below and turning red up to 2 K below the limit would seem to be much more appropriate and go along with daily life common sense.
Anyhow, following the link in the V1.26.0-1 Help to the project's homepage led me here, where I found the latest version to be V1.28.0 https://github.com/mate-desktop/mate-sensors-applet/releases/tag/v1.28.0, which I downloaded and tried to install in the hopes, that this weird graph colorization issue is fixed, after not having seen anything obvious here in the README, suggesting not to do so.
Expected behaviour
That the upgrade completes and replaces the existing V1.26.0-1
/usr/lib/mate-sensors-applet/mate-sensors-applet
And that after a successful update the color changes of those graphs behave more sane and in the range of common expectation.
Actual behaviour
$ ./autogen.sh --prefix=/usr
→You need to install mate-common
→ installed V1.26.0-1 via Synaptic$ ./autogen.sh --prefix=/usr /usr/bin/mate-autogen You need to install yelp-tools
→ installed V42.0-1 via Synaptic$ ./autogen.sh --prefix=/usr
/usr/bin/mate-autogen
/usr/bin/yelp-build
checking for autoreconf >= 2.53...
testing autoreconf... found 2.71
configure.ac:16: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:16: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:16: the top level
configure.ac:19: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:19: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:19: the top level
checking for pkg-config >= 0.14.0...
testing pkg-config... found 0.29.2
checking for mate-common >= 1.1.0...
testing mate-doc-common... found 1.26.0
Checking for required M4 macros...
Checking for forbidden M4 macros...
Processing ./configure.ac
configure.ac:16: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:16: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:16: the top level
configure.ac:19: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:19: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:19: the top level
Running mate-doc-common...
Running autoreconf...
autoreconf: export WARNINGS=no-portability
autoreconf: Entering directory '.'
autoreconf: running: autopoint --force
Can't exec "autopoint": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 293.
autoreconf: error: autopoint failed with exit status: 2
So, what does this all mean so far? How do I fix the "autopoint" error?
And where or what is this "You should run autoupdate."? Autoupdate of what?
I certainly didn't find it anywhere in the unpacked
/mate-sensors-applet-1.28.0
.Steps to reproduce the behaviour
Rerun the update
MATE general version
MATE 1.26.0 on x11
Package version
mate-sensors-applet 1.28.0 release
Linux Distribution
Linux Mint 21.3 Mate (based on Ubuntu 22.04 Jammy)
Link to bugreport of your Distribution (requirement)
https://github.com/mate-desktop/mate-sensors-applet/issues/136
The text was updated successfully, but these errors were encountered: