You are not logged in.

#1 2019-10-12 09:01:11

Aenra
Member
Registered: 2019-10-12
Posts: 9

[Solved] help needed:'package already exists' and sleep/suspend mode

Hello Arch community smile

New to all this, but have been doing my reading diligently and i must admit this was a lot easier than i'd have expected it to be; kinda helps when things make sense i guess.
I registered because my aforementioned reading aside, there are two things i just cannot work out, my Google-ing notwithstanding. Help would be sincerely appreciated.

1) Am using Mate (and lightdm if that matters) and my screen keeps turning off; listing things i've tried but have done nothing, issue persists:

gsettings set org.gnome.desktop.session idle-delay 0
gsettings set org.gnome.settings-daemon.plugins.power active false
xset -display :0 dpms 0 0 0
xset -display :0 -dpms

No other setting i can find (again, through Google) that relates to this. And yet, the screen keeps turning off. Any ideas?

2) I have a 'package already exists' error when attempting to build a package. Have tried with -e, after which i simply got a new error:

[max@Max ~]$ cd libgksu-colormap-fix
[max@Max libgksu-colormap-fix]$ makepkg -esic
==> Making package: libgksu-colormap-fix 2.0.12-6 (Sat 12 Oct 2019 11:56:16 AM EEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
patching file libgksu/libgksu.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file libgksu/libgksu.c.rej
patching file libgksu/Makefile.am
Hunk #1 FAILED at 30.
1 out of 1 hunk FAILED -- saving rejects to file libgksu/Makefile.am.rej
patching file libgksu/Makefile.in
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file libgksu/Makefile.in.rej
patching file libgksuui/Makefile.am
Hunk #1 FAILED at 12.
1 out of 1 hunk FAILED -- saving rejects to file libgksuui/Makefile.am.rej
patching file libgksuui/Makefile.in
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file libgksuui/Makefile.in.rej
==> ERROR: A failure occurred in build().
    Aborting...

Have found a post in this forum related to this but, as stated, new to this. Might as well have been Chinese to me.

Hopefully someone volunteers to educate this peasant. Regardless, my thanks for reading.

Last edited by Aenra (2019-10-12 21:09:09)

Offline

#2 2019-10-12 10:27:36

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,422

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

Welcome to the boards, please use [ code ] tags instead to post output.

In general please post one topic per question.

1) Which graphics hardware? A cursory googler tells me there should be a

mate-screensaver-preferences

utility to set that. FWIW what's your output for

loginctl show-session
loginctl show-session $XDG_SESSION_ID
systemd-inhibit --list --no-pager

2) Both of the "errors" are normal, did you actually install the resulting package with pacman? There should be a libgksu-colormap-fix.tar.xz you can install with pacman -U https://wiki.archlinux.org/index.php/Ar … he_package

Online

#3 2019-10-12 10:46:45

Aenra
Member
Registered: 2019-10-12
Posts: 9

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

Apologies for both, corrected the code tags, will make sure to keep the latter (one question at a time) in mind.

To start with the easy bit;

- My loginctl show-session:

[max@Max ~]$ loginctl show-session
EnableWallMessages=no
NAutoVTs=6
KillUserProcesses=no
RebootToFirmwareSetup=no
RebootToBootLoaderMenu=18446744073709551615
IdleHint=no
IdleSinceHint=0
IdleSinceHintMonotonic=0
DelayInhibited=sleep
InhibitDelayMaxUSec=5s
UserStopDelayUSec=10s
HandlePowerKey=poweroff
HandleSuspendKey=suspend
HandleHibernateKey=hibernate
HandleLidSwitch=suspend
HandleLidSwitchDocked=ignore
HoldoffTimeoutUSec=30s
IdleAction=ignore
IdleActionUSec=30min
PreparingForShutdown=no
PreparingForSleep=no
Docked=no
LidClosed=no
OnExternalPower=yes
RemoveIPC=yes
RuntimeDirectorySize=3351293952
InhibitorsMax=8192
NCurrentInhibitors=1
SessionsMax=8192

- My loginctl show-session $XDG_SESSION_ID:

Id=3
User=1000
Name=max
Timestamp=Sat 2019-10-12 12:28:09 EEST
TimestampMonotonic=3220992867
VTNr=7
Seat=seat0
Display=:0
Remote=no
Service=lightdm
Desktop=mate
Scope=session-3.scope
Leader=2167
Audit=3
Type=x11
Class=user
Active=yes
State=active
IdleHint=no
IdleSinceHint=0
IdleSinceHintMonotonic=0
LockedHint=no

- My systemd-inhibit --list --no-pager

WHO            UID USER PID COMM           WHAT  WHY                            MODE 
NetworkManager 0   root 513 NetworkManager sleep NetworkManager needs to turn … delay

1 inhibitors listed.

re: 1) Screen turning off, my apologies, i realise i left out a crucial part; i haven't installed the screensaver package (since i don't want a screensaver); left it out on purpose, so as to avoid, well, this issue. As to the hardware, this one's an Nvidia GTX 1080 (drivers + mesa [including 32bit variants for both] installed).

re: 2) package error, am afraid your post confused me; i was under the impression i needed yay (or equivalent) + makepkging because pacman won't install AUR files; wiki does mention pacman -U but without a package.. which it won't do for me.. anyway, the part of the wiki you listed shows pretty much the procedure i followed, which is why i say am confused; i'm missing something basic here.
(sorry)

Edit:  And my thanks for replying!

Last edited by Aenra (2019-10-12 11:05:02)

Offline

#4 2019-10-12 14:40:38

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

I'm not exactly sure what you did to build the package, but the build fails because some patches cannot be applied.
I would *guess* the reason is:

==> WARNING: Using existing $srcdir/ tree

ie. you're re-building and the patches had previously been applied to the source tree => delete the "src" dir.

Online

#5 2019-10-12 15:56:44

Aenra
Member
Registered: 2019-10-12
Posts: 9

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

seth wrote:

I'm not exactly sure what you did to build the package

Thanks for replying smile

I wanted to install this: https://aur.archlinux.org/libgksu-colormap-fix.git (emphasis on "wanted", have yet to manage to)
Things i've tried:

i) yay -S libgksu-colormap-fix  [fail, 473524 pages long terminal output, so pasting from where there's an issue [so i think] until the end)

*** Rebuilding template files ***
cd . && gtkdoc-mktmpl --module=libgksu
/bin/sh: gtkdoc-mktmpl: command not found
make[2]: *** [Makefile:688: tmpl-build.stamp] Error 127
make[2]: Leaving directory '/home/max/.cache/yay/libgksu-colormap-fix/src/libgksu-2.0.12/docs'
make[1]: *** [Makefile:520: all-recursive] Error 1
make[1]: Leaving directory '/home/max/.cache/yay/libgksu-colormap-fix/src/libgksu-2.0.12'
make: *** [Makefile:410: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

ii) git clone https://aur.archlinux.org/libgksu-colormap-fix.git
    cd libgksu-colormap-fix
    makepkg -sic, -esic, -fsic, you name it; if it makes sense, it's been tried [also fail, pasting below]

==> Making package: libgksu-colormap-fix 2.0.12-6 (Sat 12 Oct 2019 06:55:38 PM EEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
patching file libgksu/libgksu.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file libgksu/libgksu.c.rej
patching file libgksu/Makefile.am
Hunk #1 FAILED at 30.
1 out of 1 hunk FAILED -- saving rejects to file libgksu/Makefile.am.rej
patching file libgksu/Makefile.in
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file libgksu/Makefile.in.rej
patching file libgksuui/Makefile.am
Hunk #1 FAILED at 12.
1 out of 1 hunk FAILED -- saving rejects to file libgksuui/Makefile.am.rej
patching file libgksuui/Makefile.in
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file libgksuui/Makefile.in.rej
==> ERROR: A failure occurred in build().
    Aborting...

* Edit: Deleted the 'src' folder with "rm -rf" and tried again, same exact error as with "yay -S" listed above

Am at a loss smile

Last edited by Aenra (2019-10-12 16:08:49)

Offline

#6 2019-10-12 16:07:41

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

libgksu-colormap-fix wrote:

First Submitted:     2016-01-17 14:40
Last Updated:     2016-01-17 14:40

The errors suggest upstream did add those patches.

I guess you're aiming to build gksu  ?
If so, try https://aur.archlinux.org/packages/libgksu/


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#7 2019-10-12 16:12:13

Aenra
Member
Registered: 2019-10-12
Posts: 9

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

Lone_Wolf wrote:

If so, try ..

Well i got a warning that 'base' gksu was a prerequisite for the colormap fix, so installed it first (successfully), then tried the colormap fix again; which lead to all this.

Edit: By the way, checking the comments there, person up top has had the same issue i have with the color fix package. Pasting his post:
" The next patch would create the file po/LINGUAS, which already exists! Skipping patch. "
That's the error i get too; different package, sure, but.. just in case this means anything.

Last edited by Aenra (2019-10-12 16:17:33)

Offline

#8 2019-10-12 16:30:35

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

What is the output from

makepkg -Crs

It should fail because gtk-doc-tools dropped gtkdoc-mktmpl which could be worked around by

git diff
diff --git a/PKGBUILD b/PKGBUILD
index 7fb4ad6..8df60c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=(i686 x86_64)
 url="http://www.nongnu.org/gksu/index.html"
 license=(GPL)
 depends=('gconf' 'gtk2' 'libgnome-keyring' 'libgtop' 'startup-notification')
-makedepends=('intltool' 'gtk-doc')
+makedepends=('intltool')
 options=('!emptydirs')
 conflicts=(libgksu)
 provides=("libgksu=$pkgver")
@@ -51,7 +51,7 @@ build() {
   intltoolize --force --copy --automake
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static --disable-schemas-install
+      --localstatedir=/var --disable-static --disable-schemas-install --disable-gtk-doc
   make
 }
 

Are you sure you want a privilege escalation tool for an EOL toolkit?

Offline

#9 2019-10-12 16:33:27

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

I should have  checked better, upstream didn't add those patches but you did in previous build run.

Many build errors are caused by leftovers from previous builds.

When you're building outside of a clean chroot, add -C   / --cleanbuild to the makepkg command or remove $srcdir manually after building.

check man makepkg for the meaning of that option.

Edit :

makepkg -Crs

is also my favorite for building outside a chroot.

Last edited by Lone_Wolf (2019-10-12 16:34:37)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#10 2019-10-12 16:54:47

Aenra
Member
Registered: 2019-10-12
Posts: 9

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

@loqs no, not sure at all; we may skip this. Thank you.

Lone_Wolf wrote:

add -C   / --cleanbuild to the makepkg command or remove $srcdir manually after building

I didn't know about the -C, i thought -sic was enough smile
But i do remove the folders entirely afterwards (i only kept this one because it failed, wanted to ask here first), so i'd assume this wasn't/hasn't been an issue.

..Right..? Or is that folder located elsewhere too?


As to my other issue, regarding the monitor turning off no matter what; i was thinking in Windows terms (no stoning please), in as far as power savings may be concerned.
But since i haven't installed the relevant Mate addon and since i've run the two relevant gnome commands, my thinking is it's actually Arch-derived?

Because even if so, i've edited my sleep.conf to disable sleep, hibernate, etc, but the monitor -still- turns off?
Google took me to xinitrc modifications, which in turn took me to lightDM and it's own settings that one should change for that (instead of xinit's). Also at a loss. Why would a greeter mess with my power savings? Or isn't it? :S

And again, sincere thanks for everyone's patience.

Last edited by Aenra (2019-10-12 16:57:43)

Offline

#11 2019-10-12 17:01:22

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

On this system:

git clone https://aur.archlinux.org/libgksu-colormap-fix.git
cd libgksu-colormap-fix/
makepkg -Crsf
==> Making package: libgksu-colormap-fix 2.0.12-6 (Sat 12 Oct 2019 16:57:29)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (2) libgnome-keyring-3.12.0+11+g3766bcc-1
             libgtop-2.40.0+2+g31db82ef-1

Total Installed Size:  2.39 MiB

:: Proceed with installation? [Y/n] y
(2/2) checking keys in keyring                     [######################] 100%
(2/2) checking package integrity                   [######################] 100%
(2/2) loading package files                        [######################] 100%
(2/2) checking for file conflicts                  [######################] 100%
(2/2) checking available disk space                [######################] 100%
:: Processing package changes...
(1/2) installing libgnome-keyring                  [######################] 100%
Optional dependencies for libgnome-keyring
    gnome-keyring: key storage service (or use any other service implementing
    org.freedesktop.secrets) [installed]
(2/2) installing libgtop                           [######################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating the info directory file...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (7) glib2-docs-2.62.1-1  perl-xml-parser-2.44-9
             python-anytree-2.7.1-1  python-lxml-4.4.1-1
             python-pygments-2.4.2-1  gtk-doc-1.31-2  intltool-0.51.0-4

Total Installed Size:  35.30 MiB

:: Proceed with installation? [Y/n] y
(7/7) checking keys in keyring                     [######################] 100%
(7/7) checking package integrity                   [######################] 100%
(7/7) loading package files                        [######################] 100%
(7/7) checking for file conflicts                  [######################] 100%
(7/7) checking available disk space                [######################] 100%
:: Processing package changes...
(1/7) installing perl-xml-parser                   [######################] 100%
(2/7) installing intltool                          [######################] 100%
(3/7) installing glib2-docs                        [######################] 100%
(4/7) installing python-lxml                       [######################] 100%
Optional dependencies for python-lxml
    python-beautifulsoup4: support for beautifulsoup parser to parse not well
    formed HTML
    python-cssselect: support for cssselect
    python-html5lib: support for html5lib parser [installed]
    python-lxml-docs: offline docs
(5/7) installing python-pygments                   [######################] 100%
(6/7) installing python-anytree                    [######################] 100%
(7/7) installing gtk-doc                           [######################] 100%
Optional dependencies for gtk-doc
    dblatex: PDF support
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Warn about old perl modules
==> Retrieving sources...
  -> Found libgksu-2.0.12.tar.gz
  -> Found libgksu-2.0.0-fbsd.patch
  -> Found libgksu-2.0.12-automake-1.11.2.patch
  -> Found libgksu-2.0.12-fix-make-3.82.patch
  -> Found libgksu-2.0.12-notests.patch
  -> Found libgksu-2.0.12-revert-forkpty.patch
  -> Found libgksu-2.0.7-libs.patch
  -> Found libgksu-2.0.7-polinguas.patch
  -> Found libgksu-rgba-fix.diff
==> Validating source files with md5sums...
    libgksu-2.0.12.tar.gz ... Passed
    libgksu-2.0.0-fbsd.patch ... Passed
    libgksu-2.0.12-automake-1.11.2.patch ... Passed
    libgksu-2.0.12-fix-make-3.82.patch ... Passed
    libgksu-2.0.12-notests.patch ... Passed
    libgksu-2.0.12-revert-forkpty.patch ... Passed
    libgksu-2.0.7-libs.patch ... Passed
    libgksu-2.0.7-polinguas.patch ... Passed
    libgksu-rgba-fix.diff ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting libgksu-2.0.12.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
patching file libgksu/libgksu.c
Hunk #1 succeeded at 24 (offset 1 line).
patching file libgksu/Makefile.am
patching file libgksu/Makefile.in
Hunk #1 succeeded at 268 (offset -15 lines).
patching file libgksuui/Makefile.am
patching file libgksuui/Makefile.in
Hunk #1 succeeded at 232 (offset -18 lines).
patching file configure.ac
Hunk #1 succeeded at 43 with fuzz 2.
patching file gksu-properties/Makefile.am
Hunk #1 succeeded at 3 with fuzz 1.
patching file libgksu/Makefile.am
patching file libgksuui/Makefile.am
patching file configure.ac
Hunk #1 succeeded at 53 (offset 3 lines).
patching file po/LINGUAS
patching file libgksu/libgksu.c
Hunk #2 succeeded at 60 (offset 5 lines).
Hunk #3 succeeded at 2010 (offset 5 lines).
Hunk #4 succeeded at 2124 (offset 5 lines).
Hunk #5 succeeded at 2141 (offset 5 lines).
Hunk #6 succeeded at 2152 (offset 5 lines).
Hunk #7 succeeded at 2466 (offset 5 lines).
Hunk #8 succeeded at 2476 (offset 5 lines).
Hunk #9 succeeded at 2553 (offset 5 lines).
Hunk #10 succeeded at 2631 (offset 5 lines).
Hunk #11 succeeded at 2658 (offset 5 lines).
Hunk #12 succeeded at 2716 (offset 5 lines).
Hunk #13 succeeded at 2732 (offset 5 lines).
Hunk #14 succeeded at 2766 (offset 5 lines).
Hunk #15 succeeded at 2786 (offset 5 lines).
Hunk #16 succeeded at 2805 (offset 5 lines).
Hunk #17 succeeded at 2830 (offset 5 lines).
Hunk #18 succeeded at 2846 (offset 5 lines).
Hunk #19 succeeded at 2868 (offset 5 lines).
Hunk #20 succeeded at 2876 (offset 5 lines).
Hunk #21 succeeded at 2888 (offset 5 lines).
patching file Makefile.am
patching file libgksu/Makefile.am
Hunk #1 succeeded at 27 with fuzz 2.
patching file libgksuui/Makefile.am
Hunk #1 succeeded at 10 with fuzz 2 (offset 1 line).
patching file libgksu/Makefile.am
patching file libgksu/libgksu.c
Hunk #1 succeeded at 427 with fuzz 1 (offset -51 lines).
configure.ac:36: warning: AC_CACHE_VAL(use_version_script, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
/usr/share/aclocal/libtool.m4:1642: _LT_LINKER_OPTION is expanded from...
/usr/share/aclocal/libtool.m4:1677: AC_LIBTOOL_LINKER_OPTION is expanded from...
configure.ac:36: the top level
configure.ac:36: warning: AC_CACHE_VAL(use_version_script, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
aclocal.m4:2378: _LT_LINKER_OPTION is expanded from...
aclocal.m4:2413: AC_LIBTOOL_LINKER_OPTION is expanded from...
configure.ac:36: the top level
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:36: warning: AC_CACHE_VAL(use_version_script, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
/usr/share/aclocal/libtool.m4:1642: _LT_LINKER_OPTION is expanded from...
/usr/share/aclocal/libtool.m4:1677: AC_LIBTOOL_LINKER_OPTION is expanded from...
configure.ac:36: the top level
configure.ac:36: warning: AC_CACHE_VAL(use_version_script, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
aclocal.m4:2378: _LT_LINKER_OPTION is expanded from...
aclocal.m4:2413: AC_LIBTOOL_LINKER_OPTION is expanded from...
configure.ac:36: the top level
configure.ac:36: warning: AC_CACHE_VAL(use_version_script, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
aclocal.m4:2378: _LT_LINKER_OPTION is expanded from...
aclocal.m4:2413: AC_LIBTOOL_LINKER_OPTION is expanded from...
configure.ac:36: the top level
configure.ac:36: warning: AC_CACHE_VAL(use_version_script, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
aclocal.m4:2378: _LT_LINKER_OPTION is expanded from...
aclocal.m4:2413: AC_LIBTOOL_LINKER_OPTION is expanded from...
configure.ac:36: the top level
configure.ac:7: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.ac:7: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:28: installing './compile'
configure.ac:7: installing './missing'
gksu-properties/Makefile.am:2: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gksu-properties/Makefile.am: installing './depcomp'
libgksu/Makefile.am:2: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
libgksuui/Makefile.am:2: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether the linker accepts the --version-script flag... yes
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBGKSU... yes
checking for GKSU_PROPERTIES... yes
checking for GLIB... yes
checking for GTK... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.5... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.30.0
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  ca cs da de es eu fr hu it ko lt pl pt_BR ro ru sk sv nb nl th zh_CN
checking gtk-doc version >= 1.0... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating libgksu/Makefile
config.status: creating libgksu/libgksu2.pc
config.status: creating libgksuui/Makefile
config.status: creating gksu-properties/Makefile
config.status: creating docs/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
make  all-recursive
make[1]: Entering directory '/tmp/libgksu-colormap-fix/src/libgksu-2.0.12'
Making all in po
make[2]: Entering directory '/tmp/libgksu-colormap-fix/src/libgksu-2.0.12/po'
file=`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ca.po
file=`echo cs | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo da | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo eu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file eu.po
file=`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file fr.po
file=`echo hu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file hu.po
file=`echo it | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ko | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ko.po
file=`echo lt | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file lt.po
file=`echo pl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pl.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
file=`echo ro | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ro.po
file=`echo ru | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ru.po
file=`echo sk | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sk.po
file=`echo sv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sv.po
file=`echo nb | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nb.po
file=`echo nl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nl.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
make[2]: Leaving directory '/tmp/libgksu-colormap-fix/src/libgksu-2.0.12/po'
Making all in libgksuui
make[2]: Entering directory '/tmp/libgksu-colormap-fix/src/libgksu-2.0.12/libgksuui'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags gtk+-2.0 gconf-2.0` -DLOCALEDIR=\"/usr/share/locale\" -DDATA_DIR=\"/usr/share\" -DPREFIX=\"/usr\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT gksuui-dialog.lo -MD -MP -MF .deps/gksuui-dialog.Tpo -c -o gksuui-dialog.lo gksuui-dialog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -I/usr/include/harfbuzz -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -pthread -DLOCALEDIR=\"/usr/share/locale\" -DDATA_DIR=\"/usr/share\" -DPREFIX=\"/usr\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT gksuui-dialog.lo -MD -MP -MF .deps/gksuui-dialog.Tpo -c gksuui-dialog.c  -fPIC -DPIC -o .libs/gksuui-dialog.o
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from gksuui-dialog.c:23:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from gksuui-dialog.c:23:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  679 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from gksuui-dialog.c:23:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from gksuui-dialog.c:23:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from /usr/include/gconf/2/gconf/gconf-schema.h:26,
                 from /usr/include/gconf/2/gconf/gconf.h:27,
                 from /usr/include/gconf/2/gconf/gconf-client.h:25,
                 from gksuui-dialog.c:27:
/usr/include/gconf/2/gconf/gconf-value.h:139:3: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  139 |   GTime  mod_time; /* time of the modification */
      |   ^~~~~
/usr/include/gconf/2/gconf/gconf-value.h:144:1: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  144 | GTime       gconf_meta_info_mod_time     (GConfMetaInfo *gcmi);
      | ^~~~~
/usr/include/gconf/2/gconf/gconf-value.h:153:46: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  153 |                                              GTime          mod_time);
      |                                              ^~~~~
mv -f .deps/gksuui-dialog.Tpo .deps/gksuui-dialog.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -g -O2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libgksuui1.0.la  gksuui-dialog.lo -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lharfbuzz -lfontconfig -lfreetype -lgconf-2 -lglib-2.0  
libtool: link: ar cr .libs/libgksuui1.0.a .libs/gksuui-dialog.o 
libtool: link: ranlib .libs/libgksuui1.0.a
libtool: link: ( cd ".libs" && rm -f "libgksuui1.0.la" && ln -s "../libgksuui1.0.la" "libgksuui1.0.la" )
make[2]: Leaving directory '/tmp/libgksu-colormap-fix/src/libgksu-2.0.12/libgksuui'
Making all in libgksu
make[2]: Entering directory '/tmp/libgksu-colormap-fix/src/libgksu-2.0.12/libgksu'
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -I/usr/include/harfbuzz -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -pthread -I/usr/include/startup-notification-1.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libgtop-2.0  -DLOCALEDIR=\"/usr/share/locale\" -DDATA_DIR=\"/usr/share\" -DPREFIX=\"/usr\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT gksu-run-helper.o -MD -MP -MF .deps/gksu-run-helper.Tpo -c -o gksu-run-helper.o gksu-run-helper.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -I/usr/include/harfbuzz -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -pthread -I/usr/include/startup-notification-1.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libgtop-2.0  -DLOCALEDIR=\"/usr/share/locale\" -DDATA_DIR=\"/usr/share\" -DPREFIX=\"/usr\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT libgksu.lo -MD -MP -MF .deps/libgksu.Tpo -c -o libgksu.lo libgksu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -I/usr/include/harfbuzz -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -pthread -I/usr/include/startup-notification-1.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libgtop-2.0 -DLOCALEDIR=\"/usr/share/locale\" -DDATA_DIR=\"/usr/share\" -DPREFIX=\"/usr\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT libgksu.lo -MD -MP -MF .deps/libgksu.Tpo -c libgksu.c  -fPIC -DPIC -o .libs/libgksu.o
gksu-run-helper.c: In function ‘main’:
gksu-run-helper.c:177:5: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
  177 |     system (command);
      |     ^~~~~~~~~~~~~~~~
mv -f .deps/gksu-run-helper.Tpo .deps/gksu-run-helper.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc -g -O2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o gksu-run-helper gksu-run-helper.o -pthread -lgthread-2.0 -lglib-2.0   
libtool: link: gcc -g -O2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o gksu-run-helper gksu-run-helper.o -pthread  -lgthread-2.0 -lglib-2.0 -pthread
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from libgksu.c:48:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/libgtop-2.0/glibtop.h:30,
                 from libgksu.c:39:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  679 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from libgksu.c:48:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/libgtop-2.0/glibtop.h:29,
                 from libgksu.c:39:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from /usr/include/gconf/2/gconf/gconf-schema.h:26,
                 from /usr/include/gconf/2/gconf/gconf.h:27,
                 from /usr/include/gconf/2/gconf/gconf-client.h:25,
                 from libgksu.c:51:
/usr/include/gconf/2/gconf/gconf-value.h:139:3: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  139 |   GTime  mod_time; /* time of the modification */
      |   ^~~~~
/usr/include/gconf/2/gconf/gconf-value.h:144:1: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  144 | GTime       gconf_meta_info_mod_time     (GConfMetaInfo *gcmi);
      | ^~~~~
/usr/include/gconf/2/gconf/gconf-value.h:153:46: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  153 |                                              GTime          mod_time);
      |                                              ^~~~~
libgksu.c:177:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  177 |   GTimeVal      start_time;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/libgtop-2.0/glibtop.h:29,
                 from libgksu.c:39:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
libgksu.c: In function ‘fadeout_callback’:
libgksu.c:284:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  284 |   GTimeVal current_time;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/libgtop-2.0/glibtop.h:29,
                 from libgksu.c:39:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
libgksu.c:287:3: warning: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  287 |   g_get_current_time (&current_time);
      |   ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from /usr/include/libgtop-2.0/glibtop.h:29,
                 from libgksu.c:39:
/usr/include/glib-2.0/glib/gmain.h:575:8: note: declared here
  575 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
libgksu.c: In function ‘fadein_callback’:
libgksu.c:348:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  348 |   GTimeVal current_time;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/libgtop-2.0/glibtop.h:29,
                 from libgksu.c:39:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
libgksu.c:351:3: warning: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  351 |   g_get_current_time (&current_time);
      |   ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from /usr/include/libgtop-2.0/glibtop.h:29,
                 from libgksu.c:39:
/usr/include/glib-2.0/glib/gmain.h:575:8: note: declared here
  575 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
libgksu.c: In function ‘fadeout_screen’:
libgksu.c:472:3: warning: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  472 |   g_get_current_time (&fadeout->start_time);
      |   ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from /usr/include/libgtop-2.0/glibtop.h:29,
                 from libgksu.c:39:
/usr/include/glib-2.0/glib/gmain.h:575:8: note: declared here
  575 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
libgksu.c: In function ‘grab_keyboard_and_mouse’:
libgksu.c:577:4: warning: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  577 |    g_get_current_time (&fade_data->start_time);
      |    ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from /usr/include/libgtop-2.0/glibtop.h:29,
                 from libgksu.c:39:
/usr/include/glib-2.0/glib/gmain.h:575:8: note: declared here
  575 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
libgksu.c:597:4: warning: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  597 |    g_get_current_time (&fade_data->start_time);
      |    ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from /usr/include/libgtop-2.0/glibtop.h:29,
                 from libgksu.c:39:
/usr/include/glib-2.0/glib/gmain.h:575:8: note: declared here
  575 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
libgksu.c: In function ‘ungrab_keyboard_and_mouse’:
libgksu.c:625:3: warning: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  625 |   g_get_current_time (&fade_data->start_time);
      |   ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from /usr/include/libgtop-2.0/glibtop.h:29,
                 from libgksu.c:39:
/usr/include/glib-2.0/glib/gmain.h:575:8: note: declared here
  575 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
libgksu.c: In function ‘get_gnome_keyring_password’:
libgksu.c:640:3: warning: ‘gnome_keyring_attribute_list_new’ is deprecated: Use 'g_hash_table_new' instead [-Wdeprecated-declarations]
  640 |   attributes = gnome_keyring_attribute_list_new ();
      |   ^~~~~~~~~~
In file included from libgksu.c:52:
/usr/include/gnome-keyring-1/gnome-keyring.h:153:28: note: declared here
  153 | GnomeKeyringAttributeList *gnome_keyring_attribute_list_new           (void);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c:659:3: warning: ‘gnome_keyring_find_items_sync’ is deprecated: Use 'secret_service_search_sync' instead [-Wdeprecated-declarations]
  659 |   result = gnome_keyring_find_items_sync (GNOME_KEYRING_ITEM_GENERIC_SECRET,
      |   ^~~~~~
In file included from libgksu.c:52:
/usr/include/gnome-keyring-1/gnome-keyring.h:321:20: note: declared here
  321 | GnomeKeyringResult gnome_keyring_find_items_sync  (GnomeKeyringItemType        type,
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c:662:3: warning: ‘gnome_keyring_attribute_list_free’ is deprecated: Use 'g_hash_table_unref' instead [-Wdeprecated-declarations]
  662 |   gnome_keyring_attribute_list_free (attributes);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libgksu.c:52:
/usr/include/gnome-keyring-1/gnome-keyring.h:155:28: note: declared here
  155 | void                       gnome_keyring_attribute_list_free          (GnomeKeyringAttributeList *attributes);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c: In function ‘set_gnome_keyring_password’:
libgksu.c:711:7: warning: ‘gnome_keyring_attribute_list_new’ is deprecated: Use 'g_hash_table_new' instead [-Wdeprecated-declarations]
  711 |       attributes = gnome_keyring_attribute_list_new ();
      |       ^~~~~~~~~~
In file included from libgksu.c:52:
/usr/include/gnome-keyring-1/gnome-keyring.h:153:28: note: declared here
  153 | GnomeKeyringAttributeList *gnome_keyring_attribute_list_new           (void);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c:739:7: warning: ‘gnome_keyring_create_sync’ is deprecated: Use 'secret_collection_create_sync' instead [-Wdeprecated-declarations]
  739 |       result = gnome_keyring_create_sync(keyring_name, NULL);
      |       ^~~~~~
In file included from libgksu.c:52:
/usr/include/gnome-keyring-1/gnome-keyring.h:220:20: note: declared here
  220 | GnomeKeyringResult gnome_keyring_create_sync        (const char                                   *keyring_name,
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c:744:7: warning: ‘gnome_keyring_item_create’ is deprecated: Use 'secret_item_create' instead [-Wdeprecated-declarations]
  744 |       gnome_keyring_item_create (keyring_name,
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libgksu.c:52:
/usr/include/gnome-keyring-1/gnome-keyring.h:330:20: note: declared here
  330 | gpointer           gnome_keyring_item_create              (const char                                 *keyring,
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c:752:7: warning: ‘gnome_keyring_attribute_list_free’ is deprecated: Use 'g_hash_table_unref' instead [-Wdeprecated-declarations]
  752 |       gnome_keyring_attribute_list_free (attributes);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libgksu.c:52:
/usr/include/gnome-keyring-1/gnome-keyring.h:155:28: note: declared here
  155 | void                       gnome_keyring_attribute_list_free          (GnomeKeyringAttributeList *attributes);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c: In function ‘unset_gnome_keyring_password’:
libgksu.c:774:7: warning: ‘gnome_keyring_attribute_list_new’ is deprecated: Use 'g_hash_table_new' instead [-Wdeprecated-declarations]
  774 |       attributes = gnome_keyring_attribute_list_new ();
      |       ^~~~~~~~~~
In file included from libgksu.c:52:
/usr/include/gnome-keyring-1/gnome-keyring.h:153:28: note: declared here
  153 | GnomeKeyringAttributeList *gnome_keyring_attribute_list_new           (void);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c:793:7: warning: ‘gnome_keyring_find_items_sync’ is deprecated: Use 'secret_service_search_sync' instead [-Wdeprecated-declarations]
  793 |       result = gnome_keyring_find_items_sync (GNOME_KEYRING_ITEM_GENERIC_SECRET,
      |       ^~~~~~
In file included from libgksu.c:52:
/usr/include/gnome-keyring-1/gnome-keyring.h:321:20: note: declared here
  321 | GnomeKeyringResult gnome_keyring_find_items_sync  (GnomeKeyringItemType        type,
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c:796:7: warning: ‘gnome_keyring_attribute_list_free’ is deprecated: Use 'g_hash_table_unref' instead [-Wdeprecated-declarations]
  796 |       gnome_keyring_attribute_list_free (attributes);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libgksu.c:52:
/usr/include/gnome-keyring-1/gnome-keyring.h:155:28: note: declared here
  155 | void                       gnome_keyring_attribute_list_free          (GnomeKeyringAttributeList *attributes);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c:804:4: warning: ‘gnome_keyring_item_delete_sync’ is deprecated: Use 'secret_item_delete_sync' instead [-Wdeprecated-declarations]
  804 |    gnome_keyring_item_delete_sync (found->keyring,
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libgksu.c:52:
/usr/include/gnome-keyring-1/gnome-keyring.h:354:20: note: declared here
  354 | GnomeKeyringResult gnome_keyring_item_delete_sync         (const char                                 *keyring,
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c: In function ‘gksu_su_fuller’:
libgksu.c:2060:4: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
 2060 |    read (fdpty, buf, 255);
      |    ^~~~~~~~~~~~~~~~~~~~~~
libgksu.c:2114:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
 2114 |        write (fdpty, password, strlen(password) + 1);
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c:2115:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
 2115 |        write (fdpty, "\n", 1);
      |        ^~~~~~~~~~~~~~~~~~~~~~
libgksu.c:2127:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
 2127 |      read (fdpty, buf, 255);
      |      ^~~~~~~~~~~~~~~~~~~~~~
libgksu.c:2130:4: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
 2130 |    read (fdpty, buf, 255);
      |    ^~~~~~~~~~~~~~~~~~~~~~
libgksu.c:2187:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
 2187 |        write (fdpty, line, strlen(line));
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c:2191:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
 2191 |        write (fdpty, line, strlen(line));
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c:2195:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
 2195 |        write (fdpty, line, strlen(line));
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c:2201:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
 2201 |        read (fdpty, buf, 255);
      |        ^~~~~~~~~~~~~~~~~~~~~~
libgksu.c:2256:4: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
 2256 |    read (fdpty, buf, 255);
      |    ^~~~~~~~~~~~~~~~~~~~~~
libgksu.c: In function ‘get_xauth_token’:
libgksu.c:1122:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
 1122 |   fread (xauth, sizeof(char), 255, xauth_output);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c: In function ‘gksu_sudo_fuller’:
libgksu.c:2778:4: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
 2778 |    fgets (buffer, 255, infile);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c:2780:4: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
 2780 |    fgets (buffer, 255, infile);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
libgksu.c: In function ‘read_line’:
libgksu.c:2383:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
 2383 |       read (fd, tmp, 1);
      |       ^~~~~~~~~~~~~~~~~
mv -f .deps/libgksu.Tpo .deps/libgksu.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -g -O2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -version-info 0:2:0 -Wl,-O1 -Wl,--version-script=libgksu.ver -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libgksu2.la -rpath /usr/lib libgksu.lo ../libgksuui/libgksuui1.0.la -lutil -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lharfbuzz -lfontconfig -lfreetype -lgconf-2 -lstartup-notification-1 -lgnome-keyring -lgtop-2.0 -lglib-2.0  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgksu.o  -Wl,--whole-archive ../libgksuui/.libs/libgksuui1.0.a -Wl,--no-whole-archive  -lutil -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lharfbuzz -lfontconfig -lfreetype -lgconf-2 -lstartup-notification-1 -lgnome-keyring -lgtop-2.0 -lglib-2.0  -g -O2 -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--version-script=libgksu.ver -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libgksu2.so.0 -o .libs/libgksu2.so.0.0.2
libtool: link: (cd ".libs" && rm -f "libgksu2.so.0" && ln -s "libgksu2.so.0.0.2" "libgksu2.so.0")
libtool: link: (cd ".libs" && rm -f "libgksu2.so" && ln -s "libgksu2.so.0.0.2" "libgksu2.so")
libtool: link: ( cd ".libs" && rm -f "libgksu2.la" && ln -s "../libgksu2.la" "libgksu2.la" )
make[2]: Leaving directory '/tmp/libgksu-colormap-fix/src/libgksu-2.0.12/libgksu'
Making all in gksu-properties
make[2]: Entering directory '/tmp/libgksu-colormap-fix/src/libgksu-2.0.12/gksu-properties'
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -I/usr/include/harfbuzz -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -pthread  -DLOCALEDIR=\"/usr/share/locale\" -DDATA_DIR=\"/usr/share\" -DPREFIX=\"/usr\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -Wl,--export-dynamic -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT gksu-properties.o -MD -MP -MF .deps/gksu-properties.Tpo -c -o gksu-properties.o gksu-properties.c
LC_ALL=C /usr/bin/intltool-merge  -d -u -c ../po/.intltool-merge-cache ../po gksu-properties.desktop.in gksu-properties.desktop
Generating and caching the translation database
NOTICE: ../po/ru.po is not in UTF-8 but CP1251, converting...
Merging translations into gksu-properties.desktop.
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from gksu-properties.c:4:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from gksu-properties.c:4:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  679 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from gksu-properties.c:4:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from gksu-properties.c:4:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from /usr/include/gconf/2/gconf/gconf-schema.h:26,
                 from /usr/include/gconf/2/gconf/gconf.h:27,
                 from /usr/include/gconf/2/gconf/gconf-client.h:25,
                 from gksu-properties.c:5:
/usr/include/gconf/2/gconf/gconf-value.h:139:3: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  139 |   GTime  mod_time; /* time of the modification */
      |   ^~~~~
/usr/include/gconf/2/gconf/gconf-value.h:144:1: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  144 | GTime       gconf_meta_info_mod_time     (GConfMetaInfo *gcmi);
      | ^~~~~
/usr/include/gconf/2/gconf/gconf-value.h:153:46: warning: ‘GTime’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  153 |                                              GTime          mod_time);
      |                                              ^~~~~
mv -f .deps/gksu-properties.Tpo .deps/gksu-properties.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc -g -O2 -Wall -Wl,--export-dynamic -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o gksu-properties gksu-properties.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lharfbuzz -lfontconfig -lfreetype -lgconf-2 -lglib-2.0  
libtool: link: gcc -g -O2 -Wall -Wl,--export-dynamic -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o gksu-properties gksu-properties.o  -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lharfbuzz -lfontconfig -lfreetype -lgconf-2 -lglib-2.0
make[2]: Leaving directory '/tmp/libgksu-colormap-fix/src/libgksu-2.0.12/gksu-properties'
Making all in docs
make[2]: Entering directory '/tmp/libgksu-colormap-fix/src/libgksu-2.0.12/docs'
*** Scanning header files ***
if grep -l '^..*$' ./libgksu.types > /dev/null ; then \
    CC="gcc   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" LD="gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" CFLAGS="-I../libgksu `pkg-config --cflags gobject-2.0`" LDFLAGS="../libgksu/.libs/libgksu-1.2.a `pkg-config --libs gobject-2.0`" gtkdoc-scangobj  --module=libgksu --output-dir=. ; \
else \
    cd . ; \
    for i in libgksu.args libgksu.hierarchy libgksu.interfaces libgksu.prerequisites libgksu.signals ; do \
               test -f $i || touch $i ; \
    done \
fi
cd . && \
  gtkdoc-scan --module=libgksu --source-dir=../libgksu/ --ignore-headers="glib.h defines.h config.h libintl.h eval-plural.h gettextP.h gmo.h hash-string.h loadinfo.h localcharset.h os2compat.h plural-exp.h printf-args.h printf-parse.h relocatable.h vasnprintf.h vasnwprintf.h wprintf-parse.h xsize.h"  
touch scan-build.stamp
*** Rebuilding template files ***
cd . && gtkdoc-mktmpl --module=libgksu
/bin/sh: gtkdoc-mktmpl: command not found
make[2]: *** [Makefile:688: tmpl-build.stamp] Error 127
make[2]: Leaving directory '/tmp/libgksu-colormap-fix/src/libgksu-2.0.12/docs'
make[1]: *** [Makefile:520: all-recursive] Error 1
make[1]: Leaving directory '/tmp/libgksu-colormap-fix/src/libgksu-2.0.12'
make: *** [Makefile:410: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> Removing installed dependencies...
checking dependencies...
:: python-html5lib optionally requires python-lxml: lxml treebuilder
:: subversion optionally requires libgnome-keyring: for GNOME Keyring for auth credentials

Packages (9) glib2-docs-2.62.1-1  gtk-doc-1.31-2  intltool-0.51.0-4  libgnome-keyring-3.12.0+11+g3766bcc-1  libgtop-2.40.0+2+g31db82ef-1  perl-xml-parser-2.44-9  python-anytree-2.7.1-1
             python-lxml-4.4.1-1  python-pygments-2.4.2-1

Total Removed Size:  37.69 MiB

:: Do you want to remove these packages? [Y/n] 

Offline

#12 2019-10-12 18:25:50

Aenra
Member
Registered: 2019-10-12
Posts: 9

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

Appreciate your trying @loqs, though even if i could sort it, i've decided to take your hint and refrain smile

Now if i could solve the monitor turn offs, i'd be really happy. This one i have to, it's driving me crazy.

Offline

#13 2019-10-12 19:46:40

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

If you install openbox and start that instead of mate does the moitor still turn off?

Offline

#14 2019-10-12 20:06:37

Aenra
Member
Registered: 2019-10-12
Posts: 9

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

loqs wrote:

If you install openbox

No offense (looking a gift horse in the mouth), but given my new-and-it-shows status, would it perhaps be possible to ascertain the root cause in some less radical fashion? Took me some effort to get to where i am now, lol

Perhaps a setting or two i could look into?
As mentioned above, i came across similar issues where the culprit was xorg, only programs like lightDM (which i use) bypass/overwrite some of its settings, hence one should look into those instead (scripts were mentioned, confusion was generated). Tried to search for settings just in case, but haven't found any relevant entries. Yet.

Currently checking this forum specifically, see if i can come up with something more solid; like a guide for dummies smile
Have already modified sleep.conf and nothing's changed, so unless there's something else inside Arch? That i'm missing? Might be i know where to focus at least?

I'm patient.

Last edited by Aenra (2019-10-12 20:07:41)

Offline

#15 2019-10-12 20:14:46

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,422

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

Nothing radical about the suggestion, you don't have to change anything about your mate setup, just switch to an openbox session and see whether this still happens. FWIW I don't think we really have established yet whether your monitor actually turns off due to DPMS. Is it a set interval? Does it wake up moving the mouse pressing buttons? Can you post your /var/log/Xorg.0.log ?

Online

#16 2019-10-12 20:18:09

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

OP please edit your thread title and choose one that actually describes your issue: https://wiki.archlinux.org/index.php/Co … ow_to_post the current one is useless.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#17 2019-10-12 20:18:50

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

in some less radical fashion

I'm pretty sure that was meant as a test, not a suggestion to resort to a different session type.

Let's see whether this is about DPSM at all, output of:

xset q

Online

#18 2019-10-12 21:05:04

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

jasonwryan wrote:

OP please edit your thread title and choose one that actually describes your issue: https://wiki.archlinux.org/index.php/Co … ow_to_post the current one is useless.

Did you bother to read the link? "Greetings, help needed" is the sort of redundant cruft that is explicitly discouraged.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#19 2019-10-12 21:08:50

Aenra
Member
Registered: 2019-10-12
Posts: 9

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

Changed OP as requested (and apologies for the apparent misconduct, not intentional).
@V1del was not aware this was even possible, was thinking everything from scratch.
@Seth have i failed it then? smile

On topic, i found the right post! Finally! Took me a whole day for crying out loud, but i fixed it!
So for the next clueless person, let's hope i saved you some time:

Type: nano /etc/X11/xorg.conf
Add the lines marked with <---

 Section "ServerLayout"
     Identifier     "Layout0"
     Screen      0  "Screen0"
     InputDevice    "Keyboard0" "CoreKeyboard"
     InputDevice    "Mouse0" "CorePointer"
     Option         "BlankTime" "0"     <---
     Option         "StandbyTime" "0"   <---
     Option         "SuspendTime" "0"   <---
     Option         "OffTime" "0"       <---

Reboot.

Now since i'm at it, regarding xset; i've already come across it while searching, and have disabled DPMS with "xset -dpms". However it won't persist and after rebooting or shutting down it reverts back to 'on'. Needless to say, no idea why.
If, for those of you still reading, someone could explain why, or more to the point, how i could make it permanent, always willing to learn.

Once again, many thanks for your patience!

Last edited by Aenra (2019-10-12 21:10:52)

Offline

#20 2019-10-12 21:16:28

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,422

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

Yes xset -dpms in and of itself will only stick for the current session, adding such a xorg.conf will be a more permanent solution. I would've thought mate had their own handlers here, but if you've explicitly not installed these then the fact that xorg standards kicked in is not so surprising.

You should've mentioned that xset -dpms did actually work until reboot, because if you mention you've tried that and it didn't work, people will start to think in the direction of something overriding your explicit choice during active runtime.

However glad to hear you got this fixed.

Online

#21 2019-10-12 21:31:46

Aenra
Member
Registered: 2019-10-12
Posts: 9

Re: [Solved] help needed:'package already exists' and sleep/suspend mode

Point..
Been an eye-melting couple of days, on top of everything else one needs get done on a daily basis; by the time i log in, let's just say i'm not exactly at my mental best.

Once again, i appreciate everyone's patience.

Offline

Board footer

Powered by FluxBB