Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnome3 how to emerge?
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
rajackar
n00b
n00b


Joined: 09 Nov 2010
Posts: 15

PostPosted: Mon Apr 18, 2011 12:02 pm    Post subject: Reply with quote

No probs man. I really appreciate all the help and in the process I cleaned up a lot and gained new knowledge :)
Trying to emerge the rest of gnome right now and already at 25 of 114 packages :)
Back to top
View user's profile Send private message
rajackar
n00b
n00b


Joined: 09 Nov 2010
Posts: 15

PostPosted: Mon Apr 18, 2011 2:05 pm    Post subject: Reply with quote

And now all packages actually emerged :)

After replacing kdm with gdm I'm now getting to the gnome logon screen.
Only problem now is that it keeps telling me "oh no something has gone wrong" and then I can only log out. If I select KDE as the shell It all works.
I'm guessing I'm missing an important step here. I'm just not sure which log file to look at to determine what is failing.
Any idea where to look?

edit:
I noticed I have never emerged hald. Could this be the cause?
Back to top
View user's profile Send private message
Thistled
Guru
Guru


Joined: 06 Jan 2011
Posts: 572
Location: Scotland

PostPosted: Mon Apr 18, 2011 3:03 pm    Post subject: Reply with quote

I think you will be okay with the lack of hald as the linux guys are in the middle of phasing it out.
So don't worry about that.

Now you mention the "Oops, something has gone wrong" thing, the memories come flooding back haha.

Have a look around /var/log/messages for any clues, as I am not 100% what I did in order to fix that.

You could try re-merging gnome-session gnome-desktop and gdm again and see where that takes you.

Also, ensure you still have gnome-desktop-2.32 AND gnome-fallback installed.

I'm going to have a look around logs and see exactly how I managed to fix this.
_________________
Whatever you do, do it properly!
Back to top
View user's profile Send private message
Thistled
Guru
Guru


Joined: 06 Jan 2011
Posts: 572
Location: Scotland

PostPosted: Mon Apr 18, 2011 11:41 pm    Post subject: Reply with quote

Just out of interest, have you set gdm to autologin?
_________________
Whatever you do, do it properly!
Back to top
View user's profile Send private message
rajackar
n00b
n00b


Joined: 09 Nov 2010
Posts: 15

PostPosted: Tue Apr 19, 2011 7:24 am    Post subject: Reply with quote

Well something weird happened this morning.
I tried the gnome login to have a look at /var/log/messages and this time it actually logged on.
Something I tried yesterday must have paid off after a cold boot. Not sure wat it is though.
I was messing with environment variables yesterday but I'm not sure if that finally fixed it.
I am glad it works.
Thanks again for all your help in getting me there. It's good to see this is such a helpful community.
Really appreciate it!
I should buy you a beer sometime ;)

edit:
Well I guess I'm not a 100% there yet. Only problem now is hardware acceleration.
The settings manager reports graphics as "VESA: FGL MADISON". Time to figure out how to get my ati driver to do that. KDE did manage to use it so that shouldn't be to much of a problem.
Back to top
View user's profile Send private message
Thistled
Guru
Guru


Joined: 06 Jan 2011
Posts: 572
Location: Scotland

PostPosted: Tue Apr 19, 2011 10:26 am    Post subject: Reply with quote

Cool man.

Gradually, and bit by bit, you are getting there.

Graphics drivers and possibly a kernel compile seem to be next on the agenda.

I had to move to nouveau from nvidia in order to get the hardware acceleration. :roll:
It never ends.

It's all a great learning curve, and it's what makes Gentoo so unique.

You're right, this is the best linux community, with the best documentation.

Good luck with the graphics, gnome 3 is quite sexy when it's in full bloom.

Mines is a Guinness. :wink:
_________________
Whatever you do, do it properly!
Back to top
View user's profile Send private message
rajackar
n00b
n00b


Joined: 09 Nov 2010
Posts: 15

PostPosted: Wed Apr 20, 2011 7:08 pm    Post subject: Reply with quote

Good choice ;)

Sorry for not getting back sooner.
I've been terribly busy right now so I have to postpone further experiments a bit. I'll get back to you with the results.
Back to top
View user's profile Send private message
rajackar
n00b
n00b


Joined: 09 Nov 2010
Posts: 15

PostPosted: Sat Apr 23, 2011 11:49 am    Post subject: Reply with quote

I guess I misinterpreted the graphics setting in Gnome. "VESA: FGL MADISON" seems to mean that it is using my ati hardware. I'm still looking at a garbled top bar but that seems to be a bug in the ati drivers.
So right now gnome3 is kind of usable.
The only real issue now is that the driver seems to crash while shutting down.
I'm also having some nice dependency issues on xulrunner and xorg-server
Code:


!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

net-libs/xulrunner:1.9

  (net-libs/xulrunner-2.0-r1, installed) pulled in by
    >=net-libs/xulrunner-2.0:1.9 required by (dev-libs/gjs-0.7.14, installed)

  (net-libs/xulrunner-1.9.2.16, ebuild scheduled for merge) pulled in by
    =net-libs/xulrunner-1.9*:1.9 required by (x11-misc/google-gadgets-0.11.2, ebuild scheduled for merge)

x11-base/xorg-server:0

  (x11-base/xorg-server-1.10.1, ebuild scheduled for merge) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (x11-base/xorg-server-1.9.5, installed) pulled in by


What bugs me is that the xorg-server-1.10.0 doesn't seem to be needed if I understand this correctly.
[/profile]
Back to top
View user's profile Send private message
Thistled
Guru
Guru


Joined: 06 Jan 2011
Posts: 572
Location: Scotland

PostPosted: Sat Apr 23, 2011 3:18 pm    Post subject: Reply with quote

I suppose you could add to....
~$ /etc/portage/package.use
Code:
x11-misc/google-gadgets -xulrunner

then see if that loses the dependency problem with xulrunner?

I had to move up to the latest xorg-server (1.10) in order to use the latest nvidia-drivers (270.41.03).
Otherwise the gnome experience was a bit sluggish / jittery.
So in my case, the xorg upgrade was kind of needed.

I'm not so sure about the ATI stuff. Is it all configured correctly in the kernel?
_________________
Whatever you do, do it properly!
Back to top
View user's profile Send private message
keenblade
Veteran
Veteran


Joined: 03 Oct 2004
Posts: 1087

PostPosted: Sat Apr 23, 2011 5:47 pm    Post subject: Reply with quote

rajackar wrote:
I guess I misinterpreted the graphics setting in Gnome. "VESA: FGL MADISON" seems to mean that it is using my ati hardware. I'm still looking at a garbled top bar but that seems to be a bug in the ati drivers.
So right now gnome3 is kind of usable.
The only real issue now is that the driver seems to crash while shutting down.

I am using xf86-video-ati with 3d accelerated on my evergreen ati card and I am impressed. It works great with gnome-3. No garbled window or bar here. So you are right it must be a bug in the ati-drivers. Did you try the opensourced drivers? I did not expect that, but lots of games works like charm like "alienarena, world of padman, warsow, chromium, etc".
_________________
Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1"
Back to top
View user's profile Send private message
rajackar
n00b
n00b


Joined: 09 Nov 2010
Posts: 15

PostPosted: Sun Apr 24, 2011 11:23 am    Post subject: Reply with quote

Thanks for the tips :)
After editting package.use google-gadgets starts to emerge but I'm now getting a compile error. Will start looking in to that.

I'll try upgrading the xorg server and if that doesn't work perhaps switch to the open source ati drivers. I did read these don't work well for the power management and that is a bit of an issue on a laptop ;)

I'll get back when I tried and tested.
Back to top
View user's profile Send private message
bacon
n00b
n00b


Joined: 16 Feb 2011
Posts: 18
Location: Brazil

PostPosted: Wed Apr 27, 2011 6:38 am    Post subject: ;d Reply with quote

I think I like gnome 3. It's pretty. I just hope they will get key bindings to manage the Empathy docked chats. I dream for the day we will be free from using the mouse for navigating around the workspaces and programs.

Anyone got a dockable terminal for it? Guake wont work.
_________________
│ █ █ │ █ █ █ │ █ █ │
Back to top
View user's profile Send private message
rajackar
n00b
n00b


Joined: 09 Nov 2010
Posts: 15

PostPosted: Tue May 03, 2011 7:38 am    Post subject: Reply with quote

Just a quick update.
I managed to mess up my X and ati drivers pretty bad so there's no gui now.
Sadly I don't have the time to look in to this for some time. I'll get back though :)
Back to top
View user's profile Send private message
keenblade
Veteran
Veteran


Joined: 03 Oct 2004
Posts: 1087

PostPosted: Tue May 03, 2011 9:00 am    Post subject: Re: ;d Reply with quote

bacon wrote:
I think I like gnome 3. It's pretty. I just hope they will get key bindings to manage the Empathy docked chats. I dream for the day we will be free from using the mouse for navigating around the workspaces and programs.

Anyone got a dockable terminal for it? Guake wont work.

If you mean a drop down like terminal with saying by "a dockable terminal", then :
* x11-terms/tilda works, and drops down nice.
* Also yakuake works fine, but it is based on kde.
* x11-terms/stjerm works. It is very nice and lightest of all. I made a live ebuild for it, if you want.
_________________
Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1"
Back to top
View user's profile Send private message
Jengajam2
n00b
n00b


Joined: 20 Apr 2011
Posts: 4

PostPosted: Fri May 13, 2011 12:40 am    Post subject: Reply with quote

Whenever I attempt to update my USE flags, I encounter an error when emerging glib-9999:
Code:
 * ERROR: dev-libs/glib-9999 failed (prepare phase):
 *   Failed Running automake !
 *
 * Call stack:
 *     ebuild.sh, line   56:  Called src_prepare
 *   environment, line 6340:  Called eautoreconf
 *   environment, line 1686:  Called eautomake
 *   environment, line 1655:  Called autotools_run_tool 'automake' '--add-missing' '--copy' '--foreign'
 *   environment, line 1277:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 *
 * If you need support, post the output of 'emerge --info =dev-libs/glib-9999',
 * the complete build log and the output of 'emerge -pqv =dev-libs/glib-9999'.
 * This ebuild used the following eclasses from overlays:
 *   /var/lib/layman/gnome/eclass/gnome2-live.eclass
 *   /var/lib/layman/gnome/eclass/gnome2.eclass
 * This ebuild is from an overlay named 'gnome': '/var/lib/layman/gnome/'


Here is the output of 'emerge --info =dev-libs/glib-9999':
Code:
 * Package:    dev-libs/glib-9999
 * Repository: gnome
 * USE:        amd64 doc elibc_glibc fam introspection kernel_linux multilib static-libs userland_GNU
 * FEATURES:   sandbox
>>> Unpacking source...
 * GIT update -->
 *    repository:       git://git.gnome.org/glib
remote: Counting objects: 7, done.
remote: Compressing objects:  25% (1/4)   
remote: Compressing objects:  50% (2/4)   
remote: Compressing objects:  75% (3/4)   
remote: Compressing objects: 100% (4/4)   
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 3), reused 0 (delta 0)
Unpacking objects:  25% (1/4)   
Unpacking objects:  50% (2/4)   
Unpacking objects:  75% (3/4)   
Unpacking objects: 100% (4/4)   
Unpacking objects: 100% (4/4), done.
From git://git.gnome.org/glib
   ce77614..b9e3e03  master     -> master
 *    updating from commit:   ce77614142e20c8cfcb5de24a468c743ac0ff381
 *    to commit:      b9e3e03767585e52771fd1faea42176138f25aa5
 gio/gdbusconnection.c |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)
 *    branch:          master
 *    storage directory:    "/usr/portage/distfiles/git-src/glib"
Cloning into /var/tmp/portage/dev-libs/glib-9999/work/glib-9999...
done.
>>> Unpacked to /var/tmp/portage/dev-libs/glib-9999/work/glib-9999
>>> Source unpacked in /var/tmp/portage/dev-libs/glib-9999/work
>>> Preparing source in /var/tmp/portage/dev-libs/glib-9999/work/glib-9999 ...
 * Running gtkdocize ...
 [ ok ]
 * Running eautoreconf in '/var/tmp/portage/dev-libs/glib-9999/work/glib-9999' ...
 * Running aclocal -I m4macros ...
 [ ok ]
 * Running libtoolize --copy --force --install --automake ...
 [ ok ]
 * Running aclocal -I m4macros ...
 [ ok ]
 * Running autoconf ...
 [ ok ]
 * Running autoheader ...
 [ ok ]
 * Running automake --add-missing --copy --foreign ...
 [ ok ]
 * Running elibtoolize in: glib-9999/
 *   Applying portage-2.2.patch ...
 *   Applying sed-1.5.6.patch ...
 *   Applying as-needed-2.2.6.patch ...
 * Fixing OMF Makefiles ...
 [ ok ]
 * Applying glib-2.18.1-workaround-gio-test-failure-without-userpriv.patch ...
 [ ok ]
 * Applying glib-2.12.12-fbsd.patch ...
 [ ok ]
 * Applying glib-2.25-punt-python-check.patch ...
 [ ok ]
 * Applying glib-2.24-assert-test-failure.patch ...
 [ ok ]
 * Running eautoreconf in '/var/tmp/portage/dev-libs/glib-9999/work/glib-9999' ...
 * Running aclocal -I m4macros ...
 [ ok ]
 * Running libtoolize --copy --force --install --automake ...
 [ ok ]
 * Running aclocal -I m4macros ...
 [ ok ]
 * Running autoconf ...
 [ ok ]
 * Running autoheader ...
 [ ok ]
 * Running automake --add-missing --copy --foreign ...
 [ !! ]

 * Failed Running automake !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/dev-libs/glib-9999/temp/automake-6198.out

 * ERROR: dev-libs/glib-9999 failed (prepare phase):
 *   Failed Running automake !
 *
 * Call stack:
 *     ebuild.sh, line   56:  Called src_prepare
 *   environment, line 6340:  Called eautoreconf
 *   environment, line 1686:  Called eautomake
 *   environment, line 1655:  Called autotools_run_tool 'automake' '--add-missing' '--copy' '--foreign'
 *   environment, line 1277:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 *
 * If you need support, post the output of 'emerge --info =dev-libs/glib-9999',
 * the complete build log and the output of 'emerge -pqv =dev-libs/glib-9999'.
 * This ebuild used the following eclasses from overlays:
 *   /var/lib/layman/gnome/eclass/gnome2-live.eclass
 *   /var/lib/layman/gnome/eclass/gnome2.eclass
 * This ebuild is from an overlay named 'gnome': '/var/lib/layman/gnome/'
 * The complete build log is located at '/var/tmp/portage/dev-libs/glib-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/glib-9999/temp/environment'.
 * S: '/var/tmp/portage/dev-libs/glib-9999/work/glib-9999'


and the output of 'emerge -pqv =dev-libs/glib-9999':
Code:
Portage 2.1.9.42 (default/linux/amd64/10.0/desktop, gcc-4.4.5, libc-0-r0, 2.6.37-gentoo-r4 x86_64)
=================================================================
                        System Settings
=================================================================
System uname: Linux-2.6.37-gentoo-r4-x86_64-Intel-R-_Core-TM-_i5_CPU_760_@_2.80GHz-with-gentoo-2.0.2
Timestamp of tree: Wed, 11 May 2011 02:45:01 +0000
app-shells/bash:     4.1_p9
dev-java/java-config: 2.1.11-r3
dev-lang/python:     2.7.1-r1, 3.1.3-r1
dev-util/cmake:      2.8.4-r1
sys-apps/baselayout: 2.0.2
sys-apps/openrc:     0.8.2-r1
sys-apps/sandbox:    2.4
sys-devel/autoconf:  2.13, 2.65-r1
sys-devel/automake:  1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:       4.4.5
sys-devel/gcc-config: 1.4.1-r1
sys-devel/libtool:   2.2.10
sys-devel/make:      3.81-r2
sys-kernel/linux-headers: 2.6.36.1
sys-libs/glibc:      2.11.3
virtual/os-headers:  0
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA AdobeFlash-10.1"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://gentoo.cites.uiuc.edu/pub/gentoo/"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="es"
MAKEOPTS="-j8"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/gnome"
SYNC="rsync://rsync25.us.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 apng berkdb bluetooth branding bzip2 cairo cdb cdda cddb cdr cli consolekit cracklib crypt cups cxx dbus doc dri dts dvd dvdr emboss encode exif fam ffmepg firefox flac fontconfig fortran ftp gd gdbm gdu gif gnome gpm gstreamer gtk gzip hddtemp iconv icu ipv6 jack jadetex java joystick jpeg lame lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg mplayer mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd pulseaudio python qt3support readline sdl session spell sse sse2 ssl startup-notification static-libs svg sysfs tcpd threads tiff truetype udev unicode usb vdpau vorbis x264 xcb xcomposite xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" 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" 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 ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="es" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" 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, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Back to top
View user's profile Send private message
Electromaniac
n00b
n00b


Joined: 02 Mar 2011
Posts: 27

PostPosted: Sat May 21, 2011 11:21 am    Post subject: Re: Gnome3 how to emerge? Reply with quote

I need a help. I have tried to emerge gnome 3 using tutorial from following post:
selberbauer wrote:
Hi, i want to use gnome3 (i know it is still alpha but i tested it some mounths ago and i didnt had to complain about crashes).
So know i am not sure what i have to do in the detail:
- add overlays (which ones?)
- unmask packages (?)
- set keywords (?)
- mask old gnome

i have tried this http://reinemuth.info/gnome3-unter-gentoo-installieren-20101214.html how to but it doesnt work or better it still wants to emerge gnome-2.23.

I also googled around a little and found this http://www.gentoo.ru/node/21939 the russian gentoo site, unfortunatly i cant read russia.

regards


However, it still wants to emerge gnome 2.32
I downloaded all ebuilds from http://gentoo-overlays.zugaina.org/gnome/gnome-base and put into correct folders in /usr/local/portage
When I try to emerge -av gnome it says that Manifests not found for all of these packages. When I try to emerge =gnome-base/gnome-3.0.0 it says that all packages are masked by keyword corruption.

EDIT: When I try to ebuild <package.ebuild> digest it successfully built some of the packages like gnome-3.0.0 and gdm but failed for most. This is the error it gives me. Even this shell is not built with ebuild it still needs to be unmasked.

Code:
gentoo gnome-panel # ebuild gnome-panel-9999.ebuild digest
 * ERROR: gnome-base/gnome-panel-9999 failed (depend phase):
 *   gnome2-live.eclass could not be found by inherit()
 *
 * Call stack:
 *                 ebuild.sh, line 2040:  Called source '/usr/local/portage/gnome-base/gnome-panel/gnome-panel-9999.ebuild'
 *   gnome-panel-9999.ebuild, line   11:  Called inherit 'gnome2-live'
 *                 ebuild.sh, line 1379:  Called die
 * The specific snippet of code:
 *              [ ! -e "$location" ] && die "${1}.eclass could not be found by inherit()"
 *
 * If you need support, post the output of 'emerge --info =gnome-base/gnome-panel-9999',
 * the complete build log and the output of 'emerge -pqv =gnome-base/gnome-panel-9999'.
 * This ebuild is from an overlay: '/usr/local/portage/'
 * S: '/var/tmp/portage/gnome-base/gnome-panel-9999/work/gnome-panel-9999'


Thanks in advance.

UPDATE: I solved my problems by removing and adding overlays with layman again
Back to top
View user's profile Send private message
webbruno
n00b
n00b


Joined: 01 May 2010
Posts: 24

PostPosted: Fri May 27, 2011 11:19 am    Post subject: Reply with quote

IT's a little bit OFFTOPIC but, have you guys tried to install firefox-5.0_beta2 from mozilla overlay in gnome 3? I did it and after that I can't get gnome 3 to start properly.

BTW, how many of you had problems with "suspend" to ramdisk? My Screen gets corrupted when I do it. I'll confirm if this isn't a bug from nvidia-drivers before posting it as a gnome 3 bug.

As of now gnome 3 is very impressive, except maybe for the gnome-control-panel, it just doesn't seem to fit with the new environment. Cheers
Back to top
View user's profile Send private message
ChrisJumper
Advocate
Advocate


Joined: 12 Mar 2005
Posts: 2390
Location: Germany

PostPosted: Sun Jun 05, 2011 8:51 am    Post subject: Reply with quote

Jengajam2 wrote:
Whenever I attempt to update my USE flags, I encounter an error when emerging glib-9999:
Code:
 * ERROR: dev-libs/glib-9999 failed (prepare phase):
 *   Failed Running automake !
 *
 * Call stack:
 *     ebuild.sh, line   56:  Called src_prepare
 *   environment, line 6340:  Called eautoreconf
 *   environment, line 1686:  Called eautomake
 *   environment, line 1655:  Called autotools_run_tool 'automake' '--add-missing' '--copy' '--foreign'
 *   environment, line 1277:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 *
 * If you need support, post the output of 'emerge --info =dev-libs/glib-9999',
 * the complete build log and the output of 'emerge -pqv =dev-libs/glib-9999'.
 * This ebuild used the following eclasses from overlays:
 *   /var/lib/layman/gnome/eclass/gnome2-live.eclass
 *   /var/lib/layman/gnome/eclass/gnome2.eclass
 * This ebuild is from an overlay named 'gnome': '/var/lib/layman/gnome/'



I have the Same issue. And if i look into the automake.out-File, i got this:

Code:
gtk-doc.make:32: EXTRA_DIST multiply defined in condition TRUE ...
docs/reference/gio/Makefile.am:170:   `gtk-doc.make' included from here
Makefile.decl:8: ... `EXTRA_DIST' previously defined here
docs/reference/gio/Makefile.am:1:   `Makefile.decl' included from here
gtk-doc.make:32: EXTRA_DIST multiply defined in condition TRUE ...
docs/reference/gio/gdbus-object-manager-example/Makefile.am:54:   `gtk-doc.make' included from here
Makefile.decl:8: ... `EXTRA_DIST' previously defined here
docs/reference/gio/gdbus-object-manager-example/Makefile.am:1:   `Makefile.decl' included from here
gtk-doc.make:32: EXTRA_DIST multiply defined in condition TRUE ...
docs/reference/glib/Makefile.am:76:   `gtk-doc.make' included from here
Makefile.decl:8: ... `EXTRA_DIST' previously defined here
docs/reference/glib/Makefile.am:2:   `Makefile.decl' included from here
gtk-doc.make:32: EXTRA_DIST multiply defined in condition TRUE ...
docs/reference/gobject/Makefile.am:60:   `gtk-doc.make' included from here
Makefile.decl:8: ... `EXTRA_DIST' previously defined here
docs/reference/gobject/Makefile.am:2:   `Makefile.decl' included from here
gio/gdbus-codegen/Makefile.am:8: Python sources seen but `PYTHON' is undefined
gio/gdbus-codegen/Makefile.am:8:   The usual way to define `PYTHON' is to add `AM_PATH_PYTHON'
gio/gdbus-codegen/Makefile.am:8:   to `configure.ac' and run `aclocal' and `autoconf' again.


I run python-update, and some other stuff too, it did not help. I also emerged one step lower Versions of gtk+-3 (gtk+3.0.9) and glibc (2.28.7). The compiling (of all gnome-stuff, expect glib-999) worked fine and the gdm start too. But if i login into gnome3 there are some errors about gnome-shell could not start. Here is my xsession-errors:

Code:

/etc/gdm/Xsession: Beginning session setup...
which: no keychain in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2:/usr/games/bin)
/etc/gdm/Xsession: Setup done, will execute: /usr/bin/dbus-launch --exit-with-session /usr/bin/ssh-agent -- gnome-session
gnome-session[15078]: WARNING: GSIdleMonitor: Unable to initialize Sync extension
gnome-session[15078]: WARNING: Could not parse desktop file /home/user/.config/autostart/xfconf-migration-4.6.desktop: Die Schlüsselwertedatei enthält nicht den Schlüssel »Name«
gnome-session[15078]: WARNING: could not read /home/user/.config/autostart/xfconf-migration-4.6.desktop
GNOME_KEYRING_CONTROL=/tmp/keyring-SOMETHING
GNOME_KEYRING_CONTROL=/tmp/keyring-SOMETHING
SSH_AUTH_SOCK=/tmp/keyring-SOMETHING/ssh
GNOME_KEYRING_CONTROL=/tmp/keyring-SOMETHING
SSH_AUTH_SOCK=/tmp/keyring-SOMETHING/ssh
GPG_AGENT_INFO=/tmp/keyring-SOMETHING/gpg:0:1
GNOME_KEYRING_CONTROL=/tmp/keyring-SOMETHING
SSH_AUTH_SOCK=/tmp/keyring-SOMETHING/ssh
GPG_AGENT_INFO=/tmp/keyring-SOMETHING/gpg:0:1

** (gnome-settings-daemon:15110): WARNING **: Ignoring unknown module 'org.gnome.settings-daemon.plugins.gconf'

** (gnome-settings-daemon:15110): WARNING **: Connection failed, reconnecting...
Fensterverwalter-Warnung:Log level 8: gtk_style_context_get: assertion `priv->widget_path != NULL' failed
gnome-shell: cairo-pattern.c:764: cairo_pattern_reference: Zusicherung »((*&(&pattern->ref_count)->ref_count) > 0)« nicht erfüllt.
gnome-session[15078]: WARNING: Application 'gnome-shell.desktop' killed by signal
Could not parse arguments: Unbekannte Option --sm-client-id
Fensterverwalter-Warnung:Log level 8: gtk_style_context_get: assertion `priv->widget_path != NULL' failed
gnome-shell: cairo-pattern.c:764: cairo_pattern_reference: Zusicherung »((*&(&pattern->ref_count)->ref_count) > 0)« nicht erfüllt.
gnome-session[15078]: WARNING: Application 'gnome-shell.desktop' killed by signal

** (gnome-settings-daemon:15110): WARNING **: Connection failed, reconnecting...

(process:15164): GLib-WARNING **: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0

(process:15164): GLib-WARNING **: goption.c:2132: ignoring no-arg, optional-arg or filename flags (32) on option of type 1

(process:15164): GLib-WARNING **: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0

(process:15164): GLib-WARNING **: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0
** Message: applet now removed from the notification area
E: main.c: Start des Daemons fehlgeschlagen.

(nm-applet:15162): libnotify-WARNING **: Failed to connect to proxy

** (nm-applet:15162): WARNING **: get_all_cb: couldn't retrieve system settings properties: (25) Launch helper exited with unknown return code 1.

** (nm-applet:15162): WARNING **: fetch_connections_done: error fetching connections: (25) Launch helper exited with unknown return code 1.

** (nm-applet:15162): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1

** (gnome-settings-daemon:15110): WARNING **: Connection failed, reconnecting...

** (gnome-settings-daemon:15110): WARNING **: Connection failed, reconnecting...



Netx i will try to clean my .config-folder or try to start with a fresh user.

Could not fix this and Gnome3 will not start here.
Back to top
View user's profile Send private message
ChrisJumper
Advocate
Advocate


Joined: 12 Mar 2005
Posts: 2390
Location: Germany

PostPosted: Sun Jun 05, 2011 4:26 pm    Post subject: Reply with quote

My Issue got Solved!

I delete old settings in my .config/autostart one of them was xfconf-migration-4.6.desktop, other xfce4 related Stuff and old thnigs that used my gnome-session-properties. I have fluxbox installed to so i start gnome-session-properties from fluxbox and unchecked the (save/memories all running Applications - Sorry my English translation is not so well there, think this is the only checkbox under the Options TAB there.)

In other Forums they recommend to delete ~/.local/share/applications/ but i think that's too much. So I made a backup of this too and delete some stuff.

If the error still occur and ctrl + alt + backspace will not work just login as root and restart /etc/init.d/dbus restart and you should be back to your gdm.

Edit: Ok, just if i connect two screens, (dual mode) gnome3 would not start.
Back to top
View user's profile Send private message
NEOxAKIRA
Guru
Guru


Joined: 20 May 2007
Posts: 302
Location: France

PostPosted: Sat Jun 11, 2011 11:07 am    Post subject: Reply with quote

ho thanks ChrisJumper, I have the same issue.
I disable my second screen, and Gnome3 works...

Now, how can we have dual screen with gnome3 ?
(I have a nvidia card)
Back to top
View user's profile Send private message
Thistled
Guru
Guru


Joined: 06 Jan 2011
Posts: 572
Location: Scotland

PostPosted: Tue Jun 14, 2011 1:06 pm    Post subject: Reply with quote

Okay, so this is weird. I have gnome-shell installed and have been using for some time. It's all good (apart from the mutter crash when coming out of a screen lock :( )
I thought I would update to the latest gnome-shell from the gnome overlay, but my problem is this, it won't compile because it says it requires telepathy-glib-0.15

Code:
Requested 'telepathy-glib >= 0.15.0' but version of Telepathy-GLib is 0.14.7


This is a problem as the requested version of telepathy-glib is not available in portage.

Have the Gentoo devs finally found a way to stop us using gnome-shell?

Until a new version of telepathy-glib becomes available, then you won't be able to build the latest live build of gnome-shell.

** UPDATE **

Managed to find telepathy-glib-0.15.1 in the keruspe overlay.

Gnome-shell is now re-emerged and all is good.
_________________
Whatever you do, do it properly!
Back to top
View user's profile Send private message
Baer
Tux's lil' helper
Tux's lil' helper


Joined: 11 Sep 2003
Posts: 96
Location: Munich, Germany

PostPosted: Fri Jun 17, 2011 9:12 am    Post subject: Reply with quote

Same problem with glib-9999 here. Any help is greatly appreciated.
_________________
Life is like a roll of toilet paper, when the end is near we panic!
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Fri Jun 17, 2011 11:31 am    Post subject: Reply with quote

webbruno wrote:
IT's a little bit OFFTOPIC but, have you guys tried to install firefox-5.0_beta2 from mozilla overlay in gnome 3? I did it and after that I can't get gnome 3 to start properly.


You need gjs-9999 - until a new version comes out.

(No rebuilds or any other -9999 stuff required - not sure what the talk about glib-9999 here is all about, here gnome3 works fine with glib-2.28.6)
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Baer
Tux's lil' helper
Tux's lil' helper


Joined: 11 Sep 2003
Posts: 96
Location: Munich, Germany

PostPosted: Sat Jun 18, 2011 12:44 pm    Post subject: Reply with quote

You are completly right. glib-2.28.6 works fine now. Unluckily I have trouble with webkit-gtk-1.4.1-r300 & my libpng-1.5.2, which seems to have problems being emerged. Any suggestions there?
_________________
Life is like a roll of toilet paper, when the end is near we panic!
Back to top
View user's profile Send private message
yellowhat
Guru
Guru


Joined: 10 Sep 2008
Posts: 528

PostPosted: Sun Jun 19, 2011 7:41 am    Post subject: Reply with quote

Hi I have a little problem with fonts, my current configuration is:
Default Font: Sans 10
Document Font: Sans 10
Monospace Font: Monospace 10
Title Font: Sans 10
Hinting: none
Anialiasing: rgba

Fonts looks very bad in gnome-terminal, gedit, could you advice me a better font configuration?

Thanks
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
Goto page Previous  1, 2, 3, 4  Next
Page 3 of 4

 
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