Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems Emerging Gnome Settings Daemon-3.6.4
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Raistlfiren
Tux's lil' helper
Tux's lil' helper


Joined: 02 Oct 2005
Posts: 100

PostPosted: Fri May 23, 2014 3:57 am    Post subject: Problems Emerging Gnome Settings Daemon-3.6.4 Reply with quote

Hi I am trying to just emerge gnome-settings-daemon onto my pc to handle GTK settings. Everytime I attempt to emerge it I run into this error:

Code:
gsd-power-manager.c: In function ‘backlight_get_abs’:
gsd-power-manager.c:2588:55: error: too many arguments to function ‘gnome_rr_output_get_backlight’
                                                       error);
                                                       ^
In file included from gsd-power-manager.c:37:0:
/usr/include/gnome-desktop-3.0/libgnome-desktop/gnome-rr.h:156:17: note: declared here
 gint            gnome_rr_output_get_backlight      (GnomeRROutput         *output);
                 ^
gsd-power-manager.c: In function ‘backlight_get_percentage’:
gsd-power-manager.c:2610:17: error: too many arguments to function ‘gnome_rr_output_get_backlight’
                 now = gnome_rr_output_get_backlight (output, error);
                 ^
In file included from gsd-power-manager.c:37:0:
/usr/include/gnome-desktop-3.0/libgnome-desktop/gnome-rr.h:156:17: note: declared here
 gint            gnome_rr_output_get_backlight      (GnomeRROutput         *output);
                 ^
gsd-power-manager.c: In function ‘backlight_step_up’:
gsd-power-manager.c:2759:17: error: too many arguments to function ‘gnome_rr_output_get_backlight’
                 now = gnome_rr_output_get_backlight (output, error);
                 ^
In file included from gsd-power-manager.c:37:0:
/usr/include/gnome-desktop-3.0/libgnome-desktop/gnome-rr.h:156:17: note: declared here
 gint            gnome_rr_output_get_backlight      (GnomeRROutput         *output);
                 ^
gsd-power-manager.c: In function ‘backlight_step_down’:
gsd-power-manager.c:2820:17: error: too many arguments to function ‘gnome_rr_output_get_backlight’
                 now = gnome_rr_output_get_backlight (output, error);
                 ^
In file included from gsd-power-manager.c:37:0:
/usr/include/gnome-desktop-3.0/libgnome-desktop/gnome-rr.h:156:17: note: declared here
 gint            gnome_rr_output_get_backlight      (GnomeRROutput         *output);
                 ^
gsd-backlight-helper.c: In function ‘main’:
gsd-backlight-helper.c:147:2: warning: ‘g_type_init’ is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:669) [-Wdeprecated-declarations]
  g_type_init ();
  ^
LC_ALL=C /usr/bin/intltool-merge -d -u -c ../../po/.intltool-merge-cache ../../po power.gnome-settings-plugin.in power.gnome-settings-plugin
sed -e "s|\@libexecdir\@|/usr/libexec|" org.gnome.settings-daemon.plugins.power.policy.in.in > org.gnome.settings-daemon.plugins.power.policy.in
make[3]: *** [gsd_test_power-gsd-power-manager.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Found cached translation database
Merging translations into power.gnome-settings-plugin.
gsd-power-manager.c: In function 'backlight_get_abs':
gsd-power-manager.c:2588:55: error: too many arguments to function 'gnome_rr_output_get_backlight'
                                                       error);
                                                       ^
In file included from gsd-power-manager.c:37:0:
/usr/include/gnome-desktop-3.0/libgnome-desktop/gnome-rr.h:156:17: note: declared here
 gint            gnome_rr_output_get_backlight      (GnomeRROutput         *output);
                 ^
gsd-power-manager.c: In function 'backlight_get_percentage':
gsd-power-manager.c:2610:17: error: too many arguments to function 'gnome_rr_output_get_backlight'
                 now = gnome_rr_output_get_backlight (output, error);
                 ^
In file included from gsd-power-manager.c:37:0:
/usr/include/gnome-desktop-3.0/libgnome-desktop/gnome-rr.h:156:17: note: declared here
 gint            gnome_rr_output_get_backlight      (GnomeRROutput         *output);
                 ^
gsd-power-manager.c: In function 'backlight_step_up':
gsd-power-manager.c:2759:17: error: too many arguments to function 'gnome_rr_output_get_backlight'
                 now = gnome_rr_output_get_backlight (output, error);
                 ^
In file included from gsd-power-manager.c:37:0:
/usr/include/gnome-desktop-3.0/libgnome-desktop/gnome-rr.h:156:17: note: declared here
 gint            gnome_rr_output_get_backlight      (GnomeRROutput         *output);
                 ^
gsd-power-manager.c: In function 'backlight_step_down':
gsd-power-manager.c:2820:17: error: too many arguments to function 'gnome_rr_output_get_backlight'
                 now = gnome_rr_output_get_backlight (output, error);
                 ^
In file included from gsd-power-manager.c:37:0:
/usr/include/gnome-desktop-3.0/libgnome-desktop/gnome-rr.h:156:17: note: declared here
 gint            gnome_rr_output_get_backlight      (GnomeRROutput         *output);
                 ^
make[3]: *** [libpower_la-gsd-power-manager.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-settings-daemon-3.6.4/work/gnome-settings-daemon-3.6.4/plugins/power'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-settings-daemon-3.6.4/work/gnome-settings-daemon-3.6.4/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-base/gnome-settings-daemon-3.6.4/work/gnome-settings-daemon-3.6.4'
make: *** [all] Error 2
 * ERROR: gnome-base/gnome-settings-daemon-3.6.4 failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=gnome-base/gnome-settings-daemon-3.6.4'`,
 * the complete build log and the output of `emerge -pqv '=gnome-base/gnome-settings-daemon-3.6.4'`.
 * The complete build log is located at '/var/tmp/portage/gnome-base/gnome-settings-daemon-3.6.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/gnome-base/gnome-settings-daemon-3.6.4/temp/environment'.
 * Working directory: '/var/tmp/portage/gnome-base/gnome-settings-daemon-3.6.4/work/gnome-settings-daemon-3.6.4'
 * S: '/var/tmp/portage/gnome-base/gnome-settings-daemon-3.6.4/work/gnome-settings-daemon-3.6.4'


Here is my emerge --info

Code:
Portage 2.3.6-r7 (funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-4.8.2, glibc-2.18-r1, 3.12.13-gentoo x86_64)
=================================================================
System uname: Linux-3.12.13-gentoo-x86_64-Intel-R-_Core-TM-_i7-2600_CPU_@_3.40GHz-with-gentoo-2.2.0
KiB Mem:    12312940 total,   4578772 free
KiB Swap:    2097148 total,   2097148 free
Timestamp of tree: Thu, 22 May 2014 22:45:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
app-shells/bash:          4.2_p45-r1
dev-java/java-config:     2.2.0-r1000
dev-lang/python:          2.7.6-r1001, 3.3.5-r1000
dev-util/cmake:           2.8.12.2
sys-apps/baselayout:      2.2.0-r6
sys-apps/openrc:          0.12.3-r2
sys-apps/sandbox:         2.6-r2
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.12.6, 1.13.4
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.8.2-r2
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.13 (virtual/os-headers)
sys-libs/glibc:           2.18-r1
Repositories: gentoo miramir x-portage
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA AdobeFlash-11.x AdobeFlash-10.3 PUEL google-chrome skype-4.0.0.7-copyright Oracle-BCLA-JavaSE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -mtune=generic -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=native -mtune=generic -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/miramir /usr/local/portage"
SYNC="git://github.com/funtoo/ports-2012.git"
SYNC_USER="root"
USE="256-color X aac acl alsa amd64 apache2 apng audacious berkdb bzip2 cairo cdda cracklib crypt cvs cxx daemon dts faad ffmpeg flac freerdp g3dvl gdbm geoip git gphoto2 gpm gtk hddtemp iconv icu imlib introspection ipv6 jpeg jpg kdrive lame libkms libnotify lm_sensors lua mad mercurial mms mmx modules mp3 mudflap multilib ncurses nls nptl opengl openmp pam pcre png policykit python qt3support rar readline remote resolvconf samba scrobbler sse sse2 ssl static-libs stats subversion tcpd unicode vdpau vim-syntax vorbis wavpack x264 xcb xft xml xpm xvid zlib zsh-completion" ABI_X86="64" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev synaptics keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_ABIS="2.7 3.3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby19 ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, SYNC_UMASK


Thanks!

Aaron
Back to top
View user's profile Send private message
TomWij
Retired Dev
Retired Dev


Joined: 04 Jul 2012
Posts: 1553

PostPosted: Fri May 23, 2014 4:32 pm    Post subject: Reply with quote

That version has been removed from the Portage tree half a year ago, as well as doesn't seem available in any overlays; if your intention is to use the Gentoo portage tree then your mirror might be stalled, consider to switch to a different mirror and try again. You also seem to be running Funtoo; from a quick look, this might also be https://github.com/funtoo/funtoo-gnome-overlay/blob/master/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.6.4.ebuild or a similar overlay where this ebuild could come from (though it is odd that the output doesn't tell us this), in which case you need to file an issue with the Funtoo people as I assume this to be a mismatching gnome-desktop dependency. You could try a different version of the gnome-desktop package to see if that helps.
Back to top
View user's profile Send private message
Raistlfiren
Tux's lil' helper
Tux's lil' helper


Joined: 02 Oct 2005
Posts: 100

PostPosted: Wed May 28, 2014 11:26 pm    Post subject: Reply with quote

TomWij,

Thank you for the response. I plan on following up with this on the bug tracker for Funtoo. Sorry for posting it here!
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10587
Location: Somewhere over Atlanta, Georgia

PostPosted: Sat Jun 14, 2014 11:50 pm    Post subject: Reply with quote

Belatedly moved from Portage & Programming to Unsupported Software. Not about Gentoo so it fits better here.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum