Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnome 2.10
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4 ... 23, 24, 25  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
darkgamorck
n00b
n00b


Joined: 15 Jan 2003
Posts: 41
Location: Greenville, SC

PostPosted: Thu Mar 10, 2005 2:03 am    Post subject: Reply with quote

For those blockages... you need unmerge your current version of the package as the old versions of some packages aren't compatible with new versions of the dependencies that its decendents rely upon. Its quite odd but just unmerge the the packages that block their own dependencies and you should be fine.
Back to top
View user's profile Send private message
Nos_
n00b
n00b


Joined: 16 Nov 2004
Posts: 10

PostPosted: Thu Mar 10, 2005 2:13 am    Post subject: Reply with quote

I meant bug-buddy
Back to top
View user's profile Send private message
thoffmeyer
Apprentice
Apprentice


Joined: 11 Apr 2004
Posts: 208
Location: GMT -5 Hours

PostPosted: Thu Mar 10, 2005 2:32 am    Post subject: Reply with quote

my thread is popular :P
_________________
Conrad Guide, Current Maintainer

Join us on IRC
Server: irc.freenode.net
Channel: #conrad
Back to top
View user's profile Send private message
slashcom
n00b
n00b


Joined: 05 May 2004
Posts: 41

PostPosted: Thu Mar 10, 2005 2:58 am    Post subject: Reply with quote

i just quickpkg'd all the blocked packages for backup and then unmerged them. then i went right ahead with my merge and everything has been dandy so far, except one thing. For some reason, vte is failing to compile. I'm compiling other things before vte and waiting for someone to fix it. right now i only have 22/70 packages left...

wish me luck. i'll post the vte error when i come across it again.
_________________
nah, that's gangsta.
Back to top
View user's profile Send private message
slashcom
n00b
n00b


Joined: 05 May 2004
Posts: 41

PostPosted: Thu Mar 10, 2005 3:17 am    Post subject: Reply with quote

vte.c:752: error: `pyg_pyobj_to_unichar_conv' undeclared (first use in this function)
vte.c:752: error: (Each undeclared identifier is reported only once
vte.c:752: error: for each function it appears in.)
make[2]: *** [vtemodule_la-vte.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/vte-0.11.12/work/vte-0.11.12/python'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/vte-0.11.12/work/vte-0.11.12'
make: *** [all] Error 2
_________________
nah, that's gangsta.
Back to top
View user's profile Send private message
geekforhire
n00b
n00b


Joined: 01 Feb 2003
Posts: 17

PostPosted: Thu Mar 10, 2005 3:23 am    Post subject: Reply with quote

slashcom wrote:
i just quickpkg'd all the blocked packages for backup and then unmerged them. then i went right ahead with my merge and everything has been dandy so far, except one thing. For some reason, vte is failing to compile. I'm compiling other things before vte and waiting for someone to fix it. right now i only have 22/70 packages left...

wish me luck. i'll post the vte error when i come across it again.


I am also having trouble with x11-libs/vte-0.11.12....fails with:

module.lo -MD -MP -MF .deps/vtemodule_la-vtemodule.Tpo -c vtemodule.c -o vtemodule_la-vtemodule.o >/dev/null 2>&1
vte.c: In function `_wrap_vte_terminal_get_font':
vte.c:684: warning: assignment discards qualifiers from pointer target type
vte.c: In function `_wrap_vte_terminal_is_word_char':
vte.c:752: error: `pyg_pyobj_to_unichar_conv' undeclared (first use in this function)
vte.c:752: error: (Each undeclared identifier is reported only once
vte.c:752: error: for each function it appears in.)
make[2]: *** [vtemodule_la-vte.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/vte-0.11.12/work/vte-0.11.12/python'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/vte-0.11.12/work/vte-0.11.12'
make: *** [all] Error 2

!!! ERROR: x11-libs/vte-0.11.12 failed.
!!! Function gnome2_src_compile, Line 40, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.
Back to top
View user's profile Send private message
slashcom
n00b
n00b


Joined: 05 May 2004
Posts: 41

PostPosted: Thu Mar 10, 2005 3:31 am    Post subject: Reply with quote

i noticed that the vte-0.11.12 ebuild applies a 0.11.11 patch to it, but when I commented that patch, it didn't make a difference. =/

i'm still skipping it and emerging everything that doesn't depend on it.

edit: looks like bug-buddy is failing too. i'm skipping it for now and i'll look at it later.
_________________
nah, that's gangsta.
Back to top
View user's profile Send private message
geekforhire
n00b
n00b


Joined: 01 Feb 2003
Posts: 17

PostPosted: Thu Mar 10, 2005 4:06 am    Post subject: Reply with quote

slashcom wrote:
vte.c:752: error: `pyg_pyobj_to_unichar_conv' undeclared (first use in this function)
vte.c:752: error: (Each undeclared identifier is reported only once
vte.c:752: error: for each function it appears in.)
make[2]: *** [vtemodule_la-vte.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/vte-0.11.12/work/vte-0.11.12/python'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/vte-0.11.12/work/vte-0.11.12'
make: *** [all] Error 2


Installing dev-python/pygtk-2.4.1 fixed this problem for me.
Back to top
View user's profile Send private message
geekforhire
n00b
n00b


Joined: 01 Feb 2003
Posts: 17

PostPosted: Thu Mar 10, 2005 4:23 am    Post subject: Reply with quote

slashcom wrote:

edit: looks like bug-buddy is failing too. i'm skipping it for now and i'll look at it later.


Somebody posted earlier in this thread to emerge sync again to pickup gnome-doc-utils as a dep...did the trick for me.
Back to top
View user's profile Send private message
GaMMa
l33t
l33t


Joined: 23 Aug 2002
Posts: 684
Location: USA

PostPosted: Thu Mar 10, 2005 6:57 am    Post subject: Reply with quote

I'm going to try emerging this tonight. Good job Gentoo Gnome Team!

Update: Does the new totem include the mozilla plugin or is that still being worked on? I need an excuse to ditch mplayer.
_________________
Ubuntu Linux Dapper Drake running Gnome-2.14.1
[Website | Screenshot | Portage Guide]
Back to top
View user's profile Send private message
geekforhire
n00b
n00b


Joined: 01 Feb 2003
Posts: 17

PostPosted: Thu Mar 10, 2005 7:05 am    Post subject: Reply with quote

GaMMa wrote:
I'm going to try emerging this tonight. Good job Gentoo Gnome Team!



Indeed...good job and thanks!

Once I fixed the two small problems I had everything else built and installed well. Looks like a real good version.
Back to top
View user's profile Send private message
Mystilleef
Guru
Guru


Joined: 27 Apr 2003
Posts: 561
Location: Earth

PostPosted: Thu Mar 10, 2005 7:21 am    Post subject: Reply with quote

GaMMa wrote:
I'm going to try emerging this tonight. Good job Gentoo Gnome Team!

Update: Does the new totem include the mozilla plugin or is that still being worked on? I need an excuse to ditch mplayer.


I understand the Totem plug-in for Mozilla is unstable and still being worked on.
_________________
simple, sleek and sexy text editor for gnome

"My logic is undeniable."
Back to top
View user's profile Send private message
Mystilleef
Guru
Guru


Joined: 27 Apr 2003
Posts: 561
Location: Earth

PostPosted: Thu Mar 10, 2005 7:23 am    Post subject: Reply with quote

If any of the Gentoo GNOME devs are reading, can they comment on allowing gentoo users to compile Epiphany against Firefox instead of Mozilla? And also on the inclusion of epiphany-extension in portage? There are some epiphany extension plug-ins that are broken if Epiphany isn't compiled against Firefox.
_________________
simple, sleek and sexy text editor for gnome

"My logic is undeniable."
Back to top
View user's profile Send private message
Goalie_Ca
Apprentice
Apprentice


Joined: 13 Jan 2003
Posts: 156
Location: Vancouver,B.C

PostPosted: Thu Mar 10, 2005 7:32 am    Post subject: Reply with quote

I would really love to see a libGecko package. That way thunderbird, moz, firefox, gecko-sharp, epiphany, etc. can all compile against that one set.
_________________
Jabber: goalieca[AT]jabber.fr
Beautiful Vancouver, B.C.
http://www.sfu.ca/~rdickie/images/sig_small.jpg
Back to top
View user's profile Send private message
sisiacik
n00b
n00b


Joined: 09 Mar 2005
Posts: 5
Location: slovakia

PostPosted: Thu Mar 10, 2005 8:45 am    Post subject: gtk+ glib problems (i think) Reply with quote

hi everyone
in few minutes g2.10 will be emerged but i get this error :

Code:
(nautilus:24778): libgnomevfs-WARNING **: Cannot load module `/usr/lib/gnome-vfs-2.0/modules/libvfolder-desktop' (/usr/lib/gnome-vfs-2.0/modules/libvfolder-desktop.so: cannot open shared object file: No such file or directory)
free(): invalid pointer 0x82b5e78!


i encountered "free() error" on other apps (gimageview) but recompile helped
and now i don't know where is the error

first i encountered after emerging new glib and gtk+ libs
if anyone helps would be nice
bye
Back to top
View user's profile Send private message
sepp
Guru
Guru


Joined: 11 Jul 2002
Posts: 330

PostPosted: Thu Mar 10, 2005 9:16 am    Post subject: somewhat "offical" gnome.ebuild file Reply with quote

here goes my gnome-2.10_pre1.ebuild

I compared the packages' version numbers with the offical packages on ftp.gnome.org. so some of them needed a version bumb.


Code:
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.10_pre0.ebuild,v 1.2 2005/03/09 20:51:16 joem Exp $

DESCRIPTION="Meta package for the GNOME desktop"
HOMEPAGE="http://www.gnome.org/"

LICENSE="as-is"
SLOT="2.0"
# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS="~x86 ~ppc"
IUSE="accessibility cdr dvdr hal"

S=${WORKDIR}

RDEPEND="!gnome-base/gnome-core

   >=dev-libs/glib-2.6.3
   >=dev-libs/atk-1.9.1
   >=x11-libs/gtk+-2.6.4
   >=x11-libs/pango-1.8.1

   hppa? ( >=dev-libs/libxml2-2.6.9 )
   !hppa? ( >=dev-libs/libxml2-2.6.17 )
   >=dev-libs/libxslt-1.1.12

   >=x11-libs/libxklavier-2.0
   >=media-libs/audiofile-0.2.6-r1
   >=media-sound/esound-0.2.34
   >=gnome-base/gnome-mime-data-2.4.2
   >=media-libs/libart_lgpl-2.3.17

   >=dev-libs/libIDL-0.8.5
   >=gnome-base/orbit-2.12.1

   >=gnome-base/gconf-2.10.0
   >=gnome-base/gnome-keyring-0.4.2
   >=gnome-base/gnome-vfs-2.10.0

   >=gnome-base/libbonobo-2.8.1
   >=gnome-base/libbonoboui-2.8.1
   >=gnome-base/libgnome-2.10
   >=gnome-base/libgnomeui-2.10
   >=gnome-base/libgnomecanvas-2.10
   >=gnome-base/libglade-2.5.1

   >=gnome-extra/bug-buddy-2.10
   >=gnome-base/control-center-2.10

   >=gnome-base/eel-2.10
   >=gnome-base/nautilus-2.10

   >=media-libs/gstreamer-0.8.9
   >=media-libs/gst-plugins-0.8.8
   >=gnome-extra/gnome-media-2.10

   >=media-gfx/eog-2.9.0
   !hppa? ( !mips? ( >=net-www/epiphany-1.6 ) )
   >=app-arch/file-roller-2.10
   >=gnome-extra/gcalctool-5.5.41
   >=gnome-extra/gconf-editor-2.10
   >=gnome-base/gdm-2.6.0.8
   >=app-editors/gedit-2.10

   >=app-text/ggv-2.8.2
   >=app-text/gpdf-2.10

   >=gnome-base/gnome-session-2.10
   >=gnome-base/gnome-desktop-2.10
   >=gnome-base/gnome-applets-2.10
   >=gnome-base/gnome-panel-2.10
   >=gnome-base/gnome-menus-2.10

   >=x11-themes/gnome-icon-theme-2.10
   >=x11-themes/gtk-engines-2.6.2
   >=x11-themes/gnome-themes-2.10
   >=x11-themes/gnome-backgrounds-2.10

   >=x11-terms/gnome-terminal-2.10
   >=gnome-extra/gnome2-user-docs-2.8.1

   >=x11-libs/gtksourceview-1.2
   >=gnome-extra/gucharmap-1.4.3
   >=gnome-base/libgnomeprint-2.10
   >=gnome-base/libgnomeprintui-2.10.0.1

   >=gnome-extra/gnome-utils-2.10
   >=gnome-extra/gnome-games-2.10

   >=gnome-base/libgtop-2.10
   >=gnome-extra/gnome-system-monitor-2.10

   >=gnome-base/librsvg-2.9.5
   >=x11-libs/libwnck-2.10
   >=x11-wm/metacity-2.10

   >=x11-libs/startup-notification-0.8

   >=gnome-extra/yelp-2.6.5
   >=x11-libs/vte-0.11.12
   >=gnome-extra/zenity-2.10
   >=net-analyzer/gnome-netstatus-2.10

   cdr? ( >=gnome-extra/nautilus-cd-burner-2.10 )
   dvdr? ( >=gnome-extra/nautilus-cd-burner-2.10 )

   hal? ( >=gnome-base/gnome-volume-manager-1.2.0 )

   >=gnome-extra/evolution-data-server-1.2.0
   >=mail-client/evolution-2.2.0
   >=gnome-extra/evolution-webcal-2.2.0
   >=gnome-extra/gal-2.4.0
   >=gnome-extra/libgtkhtml-3.6.0

   >=net-misc/vino-2.10

   >=app-admin/gnome-system-tools-1.2.0

   accessibility? (
      >=gnome-extra/libgail-gnome-1.1
      >=gnome-base/gail-1.8.2
      >=gnome-extra/at-spi-1.6.2
      >=app-accessibility/gnome-mag-0.11.11
      >=app-accessibility/gok-0.11.16
      >=app-accessibility/gnopernicus-0.9.18 )"

# freetts not stable yet
#      >=app-accessibility/gnome-speech-0.3.5

# unrelated
# scrollkeeper
# pkgconfig
# intltool
# gtk-doc

pkg_postinst() {

   einfo "Note that to change windowmanager to metacity do: "
   einfo " export WINDOW_MANAGER=\"/usr/bin/metacity\""
   einfo "of course this works for all other window managers as well"
   echo
   einfo "To take full advantage of GNOME's functionality, please start"
   einfo "the File Alteration Monitoring service (famd) before using"
   einfo "GNOME, unless you have a specific reason for not doing so."
   echo
   einfo "To start famd now use:"
   einfo "'/etc/init.d/famd start'"
   echo
   einfo "And please ensure you add it to the default runlevel using:"
   einfo "'rc-update add famd default'"
   echo

}


you will have to probably create following ebuilds by copying older ones:

libglade-2.5.1
atk-1.9.1
gnome-keyring-0.4.2
eog-2.9.0
gdm-2.6.0.8
librsvg-2.9.5


[EDIT]
it compiled without any problems and runs very nice here
[/EDIT]


Last edited by sepp on Thu Mar 10, 2005 12:06 pm; edited 1 time in total
Back to top
View user's profile Send private message
sphantom
n00b
n00b


Joined: 16 Jul 2003
Posts: 72

PostPosted: Thu Mar 10, 2005 9:19 am    Post subject: Reply with quote

well i guess i've been more fortunate then some, after syncing, then unmasking the ebuilds everything compiled fine for me..

however my (seemingly minor) initial complaint is that the terminal window doesnt load my environment properly, it just drops me to a default looking bash prompt.. running source /etc/profile fixes it, but im assuming this isnt desired behavior, so i thought I'd mention it..

other then that things look good, I like the mild improvements..

-sp
Back to top
View user's profile Send private message
cybertron
n00b
n00b


Joined: 30 Jan 2004
Posts: 65
Location: Sweden

PostPosted: Thu Mar 10, 2005 9:20 am    Post subject: Reply with quote

well, I must say that I believe that they have speeded up gnome..alot :) ...I like it so far...:D also looking forward to 2.12
_________________
Gentoo using ~x86 branch
computer: Dell Inspiron 8500
everything working except standby/suspend
for newbie configs for gentoo/slackware: http://www.linuxportalen.info
Back to top
View user's profile Send private message
sebastian_bergmann
Retired Dev
Retired Dev


Joined: 29 Aug 2004
Posts: 22
Location: Siegburg, Germany

PostPosted: Thu Mar 10, 2005 10:18 am    Post subject: No problems installing GNOME 2.10. Reply with quote

http://www.sebastian-bergmann.de/blog/archives/469-GNOME-2.10.html
Back to top
View user's profile Send private message
slashcom
n00b
n00b


Joined: 05 May 2004
Posts: 41

PostPosted: Thu Mar 10, 2005 11:15 am    Post subject: Reply with quote

I'm on the last few packages. Emerging pygtk-2.4.1 fixed vte like geekforhire suggested. Unfortunately, I'm heading off to school now, so I won't be able to see the results of my hard cpu hours until much later today. I'll post anything else I notice. Thanks for the help, everyone.
_________________
nah, that's gangsta.
Back to top
View user's profile Send private message
GaMMa
l33t
l33t


Joined: 23 Aug 2002
Posts: 684
Location: USA

PostPosted: Thu Mar 10, 2005 11:41 am    Post subject: Re: gtk+ glib problems (i think) Reply with quote

sisiacik wrote:
hi everyone
in few minutes g2.10 will be emerged but i get this error :

Code:
(nautilus:24778): libgnomevfs-WARNING **: Cannot load module `/usr/lib/gnome-vfs-2.0/modules/libvfolder-desktop' (/usr/lib/gnome-vfs-2.0/modules/libvfolder-desktop.so: cannot open shared object file: No such file or directory)
free(): invalid pointer 0x82b5e78!


i encountered "free() error" on other apps (gimageview) but recompile helped
and now i don't know where is the error

first i encountered after emerging new glib and gtk+ libs
if anyone helps would be nice
bye

Yep getting the same exact error message. I'm sure they know about it.. I'm going to try deleting my .gconf, .gnome2 all other gnome config directories and see if that fixes it..
_________________
Ubuntu Linux Dapper Drake running Gnome-2.14.1
[Website | Screenshot | Portage Guide]
Back to top
View user's profile Send private message
sepp
Guru
Guru


Joined: 11 Jul 2002
Posts: 330

PostPosted: Thu Mar 10, 2005 12:05 pm    Post subject: Reply with quote

sphantom wrote:

however my (seemingly minor) initial complaint is that the terminal window doesnt load my environment properly, it just drops me to a default looking bash prompt.. running source /etc/profile fixes it, but im assuming this isnt desired behavior, so i thought I'd mention it..


I can confirm that I encounter the same behaviour. maybe we should submit a bug report. https://bugs.gentoo.org/show_bug.cgi?id=84738


Last edited by sepp on Thu Mar 10, 2005 12:34 pm; edited 1 time in total
Back to top
View user's profile Send private message
xoen
Guru
Guru


Joined: 06 Sep 2003
Posts: 472
Location: /dev/null

PostPosted: Thu Mar 10, 2005 12:30 pm    Post subject: Reply with quote

Hello world.
After the countdown for the GNOME 2.10 release...
The Gentoo developers are FAST!! I'm emerging ... 32/70 packages installed ;)
_________________
xoen.Blog()
god@paradise # tar xfvjp big-bang.tar.bz2 -C universe
Back to top
View user's profile Send private message
graphic23
Tux's lil' helper
Tux's lil' helper


Joined: 06 Dec 2004
Posts: 102
Location: Chicago

PostPosted: Thu Mar 10, 2005 12:42 pm    Post subject: Reply with quote

For my dep error, I had to --nodeps install one of them, then install the other and it just upgraded fine. Now I'm getting the BugBuddy error so I'll just re-sync again as joem(?) said and i should be fine. :)
_________________
Sincerly,
Graphic23
Back to top
View user's profile Send private message
sepp
Guru
Guru


Joined: 11 Jul 2002
Posts: 330

PostPosted: Thu Mar 10, 2005 1:25 pm    Post subject: firefox doesn't behave Reply with quote

I have configured firefox as my default web browser in gnome. and in itself firefox I have configured new links to get opened in a new tab. but if I click on a link in evolution, I always get a new firefox window. anyone a hint how to get rid of this?
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3, 4 ... 23, 24, 25  Next
Page 3 of 25

 
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