View previous topic :: View next topic |
Author |
Message |
dantrell l33t
Joined: 01 Jun 2007 Posts: 915 Location: Earth
|
Posted: Tue Dec 15, 2020 11:55 am Post subject: |
|
|
Child_of_Sun_24 wrote: | when i try to emerge pangomm-2.42.2 the following error occur: [...] |
Another x.y.z Meson migration.
Sync up and you should be good to go. _________________ Dantrell B. |
|
Back to top |
|
|
Child_of_Sun_24 l33t
Joined: 28 Jul 2004 Posts: 607
|
Posted: Tue Dec 15, 2020 4:28 pm Post subject: |
|
|
dantrell wrote: | Child_of_Sun_24 wrote: | when i try to emerge pangomm-2.42.2 the following error occur: [...] |
Another x.y.z Meson migration.
Sync up and you should be good to go. |
Thank you |
|
Back to top |
|
|
saboya Guru
Joined: 28 Nov 2006 Posts: 552 Location: Brazil
|
Posted: Tue Dec 15, 2020 5:46 pm Post subject: |
|
|
dantrell wrote: | saboya wrote: | Have 3 failures with the latest package bumps [...] |
I wasn't expecting surprise Meson ports on a x.y.z release but there you have it. I did a couple rollbacks and will be shelving the Meson ports for a bit.
GNOME Tweaks is on me though. The patch is still applicable, it just needed to be rebased.
Sync up and you should be good to go. |
All good! Thanks. |
|
Back to top |
|
|
Ultimator n00b
Joined: 23 Jun 2018 Posts: 26
|
Posted: Sun Jan 24, 2021 2:30 pm Post subject: |
|
|
The backlight brightness control slider does not work on my laptop. Related bug: https://bugs.gentoo.org/733394
The current workaround is to patch gnome-base/gnome-settings-daemon with the patch linked in the answers. That worked for me.
Code: | --- a/plugins/power/gsd-backlight.c 2020-07-17 20:20:54.357669199 +0200
+++ b/plugins/power/gsd-backlight.c 2020-07-17 20:21:15.237603777 +0200
@@ -482,7 +482,7 @@
if (backlight->udev_device != NULL) {
BacklightHelperData *task_data;
- if (backlight->logind_proxy) {
+ if (0) {
g_dbus_proxy_call (backlight->logind_proxy,
"SetBrightness",
g_variant_new ("(ssu)", |
|
|
Back to top |
|
|
dantrell l33t
Joined: 01 Jun 2007 Posts: 915 Location: Earth
|
Posted: Mon Jan 25, 2021 4:56 pm Post subject: |
|
|
Ultimator wrote: | The backlight brightness control slider does not work on my laptop. |
Thanks for the heads up.
I'm going to be away from my workstation for a bit but I'll be checking this first thing when I get back. _________________ Dantrell B. |
|
Back to top |
|
|
Elleni Veteran
Joined: 23 May 2006 Posts: 1291
|
Posted: Sun Jan 31, 2021 8:16 pm Post subject: |
|
|
Hi dantrell,
can this be due to the combined profile, or is this not related with your overlay at all? |
|
Back to top |
|
|
dantrell l33t
Joined: 01 Jun 2007 Posts: 915 Location: Earth
|
Posted: Mon Feb 01, 2021 2:14 am Post subject: |
|
|
Elleni wrote: | can this be due to the combined profile, or is this not related with your overlay at all? |
It's because of a significant change in the main tree.
Even with prior announcements I prefer waiting for the changes to go live before I take action (because overlays are second class citizens that are always playing catch up and I prefer to catch up once).
I'm tackling this as we speak, stay tuned.
Edit: Sync up and you should be good to go.
dantrell wrote: | [...] it's entirely possible (if you are running ~) that GNOME 3.28 and later might be free of Python 2.7 entirely. |
dantrell wrote: | Also of note is that Python 2.7 was finally delisted (as in no longer a required default) in Gentoo so it's looks like I'll be sunsetting GNOME 3.26 and earlier soon™. |
That said, since it's still (currently) possible to build the older GNOME release versions, this is a friendly reminder to keep the project's Security Advisories in mind. _________________ Dantrell B. |
|
Back to top |
|
|
Child_of_Sun_24 l33t
Joined: 28 Jul 2004 Posts: 607
|
Posted: Wed Feb 03, 2021 8:07 am Post subject: |
|
|
When installing media-fonts/noto-20201226 the following error occur:
Code: | * Package: media-fonts/noto-20201226
* Repository: dantrell-gnome
* Maintainer: fonts@gentoo.org pacho@gentoo.org
* USE: X abi_x86_64 amd64 elibc_glibc kernel_linux ttf userland_GNU
* FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking noto-20201226.tar.gz to /var/tmp/portage/media-fonts/noto-20201226/work
>>> Source unpacked in /var/tmp/portage/media-fonts/noto-20201226/work
>>> Preparing source in /var/tmp/portage/media-fonts/noto-20201226/work/noto-fonts-2b1fbc36600ccd8becb9f894922f644bff2cbc9b ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-fonts/noto-20201226/work/noto-fonts-2b1fbc36600ccd8becb9f894922f644bff2cbc9b ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-fonts/noto-20201226/work/noto-fonts-2b1fbc36600ccd8becb9f894922f644bff2cbc9b ...
>>> Source compiled.
>>> Test phase [not enabled]: media-fonts/noto-20201226
>>> Install media-fonts/noto-20201226 into /var/tmp/portage/media-fonts/noto-20201226/image
rm: cannot remove '/var/tmp/portage/media-fonts/noto-20201226/work/noto-fonts-2b1fbc36600ccd8becb9f894922f644bff2cbc9b/hinted/ttf/Noto*/Noto*Condensed*.ttf': No such file or directory
rm: cannot remove '/var/tmp/portage/media-fonts/noto-20201226/work/noto-fonts-2b1fbc36600ccd8becb9f894922f644bff2cbc9b/unhinted/ttf/Noto*/Noto*Condensed*.ttf': No such file or directory
* ERROR: media-fonts/noto-20201226::dantrell-gnome failed (install phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 125: Called src_install
* environment, line 650: Called die
* The specific snippet of code:
* rm "${S}"/{hinted,unhinted}/ttf/Noto*/Noto*Condensed*.ttf || die;
*
* If you need support, post the output of `emerge --info '=media-fonts/noto-20201226::dantrell-gnome'`,
* the complete build log and the output of `emerge -pqv '=media-fonts/noto-20201226::dantrell-gnome'`.
* The complete build log is located at '/var/log/portage/media-fonts:noto-20201226:20210203-080456.log'.
* For convenience, a symlink to the build log is located at '/var/tmp/portage/media-fonts/noto-20201226/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-fonts/noto-20201226/temp/environment'.
* Working directory: '/var/tmp/portage/media-fonts/noto-20201226/work/noto-fonts-2b1fbc36600ccd8becb9f894922f644bff2cbc9b'
* S: '/var/tmp/portage/media-fonts/noto-20201226/work/noto-fonts-2b1fbc36600ccd8becb9f894922f644bff2cbc9b'
*
* The following package has failed to build, install, or execute postinst:
*
* (media-fonts/noto-20201226:0/0::dantrell-gnome, ebuild scheduled for merge), Log file:
* '/var/log/portage/media-fonts:noto-20201226:20210203-080456.log' |
|
|
Back to top |
|
|
dantrell l33t
Joined: 01 Jun 2007 Posts: 915 Location: Earth
|
Posted: Wed Feb 03, 2021 8:33 pm Post subject: |
|
|
Child_of_Sun_24 wrote: | When installing media-fonts/noto-20201226 the following error occur: [...] |
Sync up and you should be good to go. _________________ Dantrell B. |
|
Back to top |
|
|
Child_of_Sun_24 l33t
Joined: 28 Jul 2004 Posts: 607
|
Posted: Thu Feb 04, 2021 12:09 pm Post subject: |
|
|
dantrell wrote: | Child_of_Sun_24 wrote: | When installing media-fonts/noto-20201226 the following error occur: [...] |
Sync up and you should be good to go. |
Thank you, now it's working |
|
Back to top |
|
|
Elleni Veteran
Joined: 23 May 2006 Posts: 1291
|
Posted: Tue Feb 23, 2021 5:04 pm Post subject: |
|
|
Hi dantrell
while updating my box, I had run into a problem with gegl. See here. Thought, I should report here in case there is a need of changing something. |
|
Back to top |
|
|
dantrell l33t
Joined: 01 Jun 2007 Posts: 915 Location: Earth
|
Posted: Thu Feb 25, 2021 1:27 am Post subject: |
|
|
Elleni wrote: | Hi dantrell |
Pls no.
Elleni wrote: | while updating my box, I had run into a problem with gegl. See here. Thought, I should report here in case there is a need of changing something. |
Just checking in to say, I saw this post, it's probably a trivial fix but I'm going to be away from the workstation for another day or so.
Edit: Sync up and you should be good to go. _________________ Dantrell B. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54663 Location: 56N 3W
|
Posted: Fri Mar 05, 2021 4:14 pm Post subject: |
|
|
Continued at Dantrell's GNOME Without Systemd Project (Part 4)
Please post there. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
|