Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gnome 2.8
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3 ... 16, 17, 18 ... 23, 24, 25  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
eeknay
Guru
Guru


Joined: 07 Jul 2003
Posts: 402
Location: EndOfTheRainbow

PostPosted: Thu Sep 30, 2004 8:43 am    Post subject: Reply with quote

uhm....i've got a new compile error :(
Code:

[...]
nautilus-image-properties-view.c:133:85: macro "exif_content_get_value" requires
 4 arguments, but only 2 given
nautilus-image-properties-view.c: In function `exif_content_callback':
nautilus-image-properties-view.c:133: error: `exif_content_get_value' undeclared (first use in this function)
nautilus-image-properties-view.c:133: error: (Each undeclared identifier is reported only once
nautilus-image-properties-view.c:133: error: for each function it appears in.)
make[3]: *** [nautilus-image-properties-view.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/nautilus-2.8.0/work/nautilus-2.8.0/components/image_properties'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/nautilus-2.8.0/work/nautilus-2.8.0/components'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/nautilus-2.8.0/work/nautilus-2.8.0'
make: *** [all-recursive-am] Error 2

!!! ERROR: gnome-base/nautilus-2.8.0 failed.
!!! Function gnome2_src_compile, Line 40, Exitcode 2
!!! compile failure


any way I get rid of this?

eeknay

edit
ok, should have read the page before. So, does reemerging libexif do any good?
_________________
Linda: "The holiday season is time of celebration for most but it is also the time to remember the tragic suffering of the less fortunate."
Morbo: "Earthlings do not yet know the meaning of suffering."
Back to top
View user's profile Send private message
joem
Retired Dev
Retired Dev


Joined: 20 Dec 2002
Posts: 508
Location: Bloomington, In

PostPosted: Thu Sep 30, 2004 9:01 am    Post subject: Reply with quote

eeknay wrote:


any way I get rid of this?

eeknay

edit
ok, should have read the page before. So, does reemerging libexif do any good?


use the patch for nautilus that is posted on the bug, then everything will compile fine.
Back to top
View user's profile Send private message
eeknay
Guru
Guru


Joined: 07 Jul 2003
Posts: 402
Location: EndOfTheRainbow

PostPosted: Thu Sep 30, 2004 10:05 am    Post subject: Reply with quote

Code:
has_version '>=media-libs/libexif-0.6' && epatch
${FILESDIR}/${P}-libexif-0.6.patch

what does that mean? I downloaded the patch, where should i put it? right now it's located @ /home/andre/nautilus-2.8.0-libexif-0.6.patch

how exactly would i have to edit the nautilus-2.8.0.ebuid?
_________________
Linda: "The holiday season is time of celebration for most but it is also the time to remember the tragic suffering of the less fortunate."
Morbo: "Earthlings do not yet know the meaning of suffering."
Back to top
View user's profile Send private message
psyeye
Guru
Guru


Joined: 06 Dec 2002
Posts: 409
Location: Germany

PostPosted: Thu Sep 30, 2004 10:32 am    Post subject: Reply with quote

ramang wrote:
psyeye wrote:
Well then, I just discovered that evolution-2 is not running as expected! :?
I cannot create any appointments in the calendar component.


Remember that in evolution 2.0 the calendar that you are adding appointments to (for example "Personal") must be selected (in the list of calendars on the left). Otherwise it you can't add any appointments. Could this be the problem?


Hey, you're right - there is no calendar in the (empty) list on the left.
But[tm]: I can not create any, either! :?
I can right-click --> "New Calendar" - but the dialog does not let me create it ("Type"-dropdown empty!).
Damn.

Any ideas on this? Terminal gives no output (though I haven't compiled evo with debugging infos)...

psyeye
Back to top
View user's profile Send private message
eeknay
Guru
Guru


Joined: 07 Jul 2003
Posts: 402
Location: EndOfTheRainbow

PostPosted: Thu Sep 30, 2004 11:17 am    Post subject: Reply with quote

if i apply that patch like supposed

Code:
[...]
has_version'>=media-libs/libexif-0.6' && epatch ${FILESDIR}/${P}-libexif-0.6.patch


which i put into the nautilus-2.8.0.ebuild

i get this when emerging nautilus
Code:

USE="-mozilla samba gstreamer" emerge gnome
Calculating dependencies \/usr/portage/gnome-base/nautilus/nautilus-2.8.0.ebuild: line 51: has_version>=media-libs/libexif-0.6: No such file or directory
 ...done!


i don't even have the 0.6 release. all i have is a 0.6.10 release.
_________________
Linda: "The holiday season is time of celebration for most but it is also the time to remember the tragic suffering of the less fortunate."
Morbo: "Earthlings do not yet know the meaning of suffering."
Back to top
View user's profile Send private message
c0bblers
Guru
Guru


Joined: 28 Mar 2003
Posts: 403

PostPosted: Thu Sep 30, 2004 12:07 pm    Post subject: Reply with quote

eeknay wrote:
if i apply that patch like supposed

Code:
[...]
has_version'>=media-libs/libexif-0.6' && epatch ${FILESDIR}/${P}-libexif-0.6.patch


which i put into the nautilus-2.8.0.ebuild

i get this when emerging nautilus
Code:

USE="-mozilla samba gstreamer" emerge gnome
Calculating dependencies \/usr/portage/gnome-base/nautilus/nautilus-2.8.0.ebuild: line 51: has_version>=media-libs/libexif-0.6: No such file or directory
 ...done!


i don't even have the 0.6 release. all i have is a 0.6.10 release.


Hi,

Hmm, you'll need a space after has_version, also you'll want to put that line after the other patches in the src_unpack() block (after "#epatch ${FILESDIR}/${P}-novolumes.patch" ought to do it).

Cheers,
James
Back to top
View user's profile Send private message
asiobob
Veteran
Veteran


Joined: 29 Oct 2003
Posts: 1375
Location: Bamboo Creek

PostPosted: Thu Sep 30, 2004 12:09 pm    Post subject: Reply with quote

HAL seems dodgy :/

I logged outta gnome 2.8 which was working fine, and upon relogging in I noticed no wallpaper, no icons, ie nautilus cracked a sad. So I logged off again, killed all processes as my user and logged on...same result

Logged in as a test user same problem (not config file related)
REBOOTED! same problem.

Finally took up the audio cd in the drive and restarted again, bingo it worked. Its got something to do with HAL, basically when its working its great, but it seems to crash...I gotta figure how to trace it. Once it crashes I'm unable to restart it as well and basically end up rebooting in the name of a quick solution
Back to top
View user's profile Send private message
nekonoko
Tux's lil' helper
Tux's lil' helper


Joined: 06 Sep 2003
Posts: 90
Location: Pleasanton, CA

PostPosted: Thu Sep 30, 2004 12:10 pm    Post subject: Reply with quote

eeknay wrote:
i don't even have the 0.6 release. all i have is a 0.6.10 release.


0.6.10 was dropped from ~x86 this morning in favor of 0.5.12-r1. Do an 'emerge sync' and try emerging nautilus-2.8.0 again.
_________________
Ecchi nano wo ikenai to omoimasu!
Back to top
View user's profile Send private message
saami
n00b
n00b


Joined: 30 Sep 2004
Posts: 3

PostPosted: Thu Sep 30, 2004 12:56 pm    Post subject: Reply with quote

iv got gnome 2.6 and want to upgrade but when i try with emerge -u gnome its says its up to date. how do i get 2.8
Back to top
View user's profile Send private message
woZa
Guru
Guru


Joined: 18 Nov 2003
Posts: 340
Location: The Steel City - UK

PostPosted: Thu Sep 30, 2004 1:10 pm    Post subject: Reply with quote

saami wrote:
iv got gnome 2.6 and want to upgrade but when i try with emerge -u gnome its says its up to date. how do i get 2.8


Seeing as it is such a long post...

You need to add all the gnome packages to
Code:
/etc/portage/package.unmask
and to
Code:
/etc/portage/package.keywords
to unmask and allow the unstable (~) arch.

Have a look back through the posts to get a list of packages to add to these files.
_________________
A few months struggling with gentoo is better than a lifetime struggling with windoze!
Back to top
View user's profile Send private message
eeknay
Guru
Guru


Joined: 07 Jul 2003
Posts: 402
Location: EndOfTheRainbow

PostPosted: Thu Sep 30, 2004 1:44 pm    Post subject: Reply with quote

hm..now i did all the emerge stuff and put a "exce gnome-session" into my xinit it does not work. no problems reported by the xserver :(
_________________
Linda: "The holiday season is time of celebration for most but it is also the time to remember the tragic suffering of the less fortunate."
Morbo: "Earthlings do not yet know the meaning of suffering."
Back to top
View user's profile Send private message
KingPunk
Guru
Guru


Joined: 22 Jan 2004
Posts: 442
Location: Utica, New York, USA

PostPosted: Thu Sep 30, 2004 6:15 pm    Post subject: Reply with quote

just a tip to those who don't use the "[code]" tag when posting code or issues with it.
use it. its horribly annoying when you don't.

thank you. ;)
_________________
When the FBI/CIA/NSA/FDA/and other three-letter government agencies come looking, you don't know me, you never saw me, never heard of me. get it? got it? good!
also: ALL YOUR POLLITICAL BASE ARE BELONG TO HILLARY IN '08!!
Back to top
View user's profile Send private message
saami
n00b
n00b


Joined: 30 Sep 2004
Posts: 3

PostPosted: Thu Sep 30, 2004 8:33 pm    Post subject: Reply with quote

woZa wrote:
saami wrote:
iv got gnome 2.6 and want to upgrade but when i try with emerge -u gnome its says its up to date. how do i get 2.8


Seeing as it is such a long post...

You need to add all the gnome packages to
Code:
/etc/portage/package.unmask
and to
Code:
/etc/portage/package.keywords
to unmask and allow the unstable (~) arch.

Have a look back through the posts to get a list of packages to add to these files.


sorry was kind of in a hurry.. but i did add them i saw a list in this forum. but still i get the wrong version
Back to top
View user's profile Send private message
curtis119
Bodhisattva
Bodhisattva


Joined: 10 Mar 2003
Posts: 2160
Location: Toledo, Ohio,USA, North America, Earth, SOL System, Milky Way, The Universe, The Cosmos, and Beyond.

PostPosted: Thu Sep 30, 2004 9:10 pm    Post subject: Reply with quote

I did a fresh install ~x86 on my testbox. nptl, hald, dbus, linux26-headers, pure udev (no tarball) and unmasked gnome. Everything built perfectly. Everything works great.The evolution integration is excellent. Gnome-volume-manager didn't start working until I opened the config dialog for it first. Now it works all the time by default. CD burning works (no dvd burner to test). I haven't tried any of the xorg eye-candy yet (transparency or drop shadows), I'm going to wait for the metacity update to happen.

I just cleaned my laptop of everyting except the system packages and am running a "spring-clean" using the depclean script (dep-hepta) found on this forum thread.

https://forums.gentoo.org/viewtopic.php?t=142475&postdays=0&postorder=asc&start=300

When the spring clean is done i'm going to put 2.8 on this laptop.

The only thing I can bitch about is the email panel applet. It doesn't read the account info from evolution. You have to manually set it up. Other than that I like 2.8. 2 thumbs up!
_________________
Gentoo: it's like wiping your ass with silk.
Back to top
View user's profile Send private message
plbe
l33t
l33t


Joined: 01 May 2004
Posts: 661

PostPosted: Fri Oct 01, 2004 12:47 am    Post subject: Reply with quote

theres a patch for metacity at gnomedesktop.org for transparency
Back to top
View user's profile Send private message
psyeye
Guru
Guru


Joined: 06 Dec 2002
Posts: 409
Location: Germany

PostPosted: Fri Oct 01, 2004 10:43 am    Post subject: Reply with quote

psyeye wrote:
Hey, you're right - there is no calendar in the (empty) list on the left.
But[tm]: I can not create any, either! :?
I can right-click --> "New Calendar" - but the dialog does not let me create it ("Type"-dropdown empty!).
Damn.


If anybody is interested in the "solution":
Never ever delete any category from the list when creating contacts! It broke my calendar! Funny, isn't it?
Although I have no real "prove", removing evoution from gconf (while being logged out) with
Code:
rm -r ~/.gconf/apps/evoution

removed all my changes and I finally got a working calendar back!
:roll:

So now I finally have Gnome 2.8 up and running in its full glory - and I like it!

psyeye
Back to top
View user's profile Send private message
LostSon
Guru
Guru


Joined: 21 Nov 2003
Posts: 514
Location: Wisconsin

PostPosted: Fri Oct 01, 2004 5:17 pm    Post subject: Reply with quote

I see evolution 2.0.1 is Hard Masked in portage maybe this will fix some of these small problems :?:
Back to top
View user's profile Send private message
thoffmeyer
Apprentice
Apprentice


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

PostPosted: Fri Oct 01, 2004 8:04 pm    Post subject: Reply with quote

Evolution 2.0.1 wont compile for me.. I think I am going to post a bug
_________________
Conrad Guide, Current Maintainer

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


Joined: 11 Sep 2004
Posts: 28

PostPosted: Fri Oct 01, 2004 8:17 pm    Post subject: Reply with quote

see this thread
for me solved my problem with USE="ipv6"
Back to top
View user's profile Send private message
Gibberx
Apprentice
Apprentice


Joined: 20 Oct 2002
Posts: 217
Location: UMBC

PostPosted: Fri Oct 01, 2004 8:55 pm    Post subject: Reply with quote

I saw this problem mentioned earlier, but without many details, and no answers - so I'll ask it again. pango-1.6.0 fails during compilation for me. Here's the output...
Code:
pangoft2.c: In function `pango_ft2_font_get_face':
pangoft2.c:218: error: `FC_HINT_STYLE' undeclared (first use in this function)
pangoft2.c:218: error: (Each undeclared identifier is reported only once
pangoft2.c:218: error: for each function it appears in.)
pangoft2.c:219: error: `FC_HINT_FULL' undeclared (first use in this function)
pangoft2.c:221: error: `FC_HINT_NONE' undeclared (first use in this function)
pangoft2.c:225: error: `FC_HINT_SLIGHT' undeclared (first use in this function)
pangoft2.c:226: error: `FC_HINT_MEDIUM' undeclared (first use in this function)
make[4]: *** [pangoft2.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/pango-1.6.0/work/pango-1.6.0/pango'make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/pango-1.6.0/work/pango-1.6.0/pango'make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/pango-1.6.0/work/pango-1.6.0/pango'make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/pango-1.6.0/work/pango-1.6.0'
make: *** [all] Error 2

!!! ERROR: x11-libs/pango-1.6.0 failed.
!!! Function gnome2_src_compile, Line 40, Exitcode 2
!!! compile failure
My C skills are still pretty elementary, so I haven't gotten around to loading pangoft2.c and looking at the function that it's choking on. Has anybody else already gotten around this?
Back to top
View user's profile Send private message
Joels
n00b
n00b


Joined: 22 Jun 2004
Posts: 4

PostPosted: Fri Oct 01, 2004 10:05 pm    Post subject: Reply with quote

Gibberx,

I fixed that by commenting out the following line in
/usr/portage/x11-libs/pango/pango-1.6.0.ebuild
Code:

    epatch ${FILESDIR}/${PN}-1.2.2-slighthint.patch
Back to top
View user's profile Send private message
TheOtherShoe
n00b
n00b


Joined: 12 Oct 2003
Posts: 47
Location: Portland, OR

PostPosted: Sat Oct 02, 2004 11:56 pm    Post subject: Reply with quote

pytigger wrote:
And by the way - Gentoo needs an official WIKI!!

You should check out http://gentoo-wiki.com/
Back to top
View user's profile Send private message
routerguy
Guru
Guru


Joined: 07 Feb 2004
Posts: 462

PostPosted: Mon Oct 04, 2004 11:41 pm    Post subject: Reply with quote

My libgtop isn't working correctly... when I run gnome-system-monitor I get this:
Code:

gnome-system-monitor: error while loading shared libraries: libgtop-2.0.so.2: cannot open shared object file: No such file or directory


Edit: Reemerging gnome-system-monitor seemed to do the trick.
Back to top
View user's profile Send private message
asiobob
Veteran
Veteran


Joined: 29 Oct 2003
Posts: 1375
Location: Bamboo Creek

PostPosted: Tue Oct 05, 2004 4:05 am    Post subject: Reply with quote

1.1MB gnome 2.8 screenshot
http://surakshan.surasoft.com/gnome2.8/gnome2.8.png

+ The USBPRO was automounted by gnome-vfs + hal
+ VNC remote desktop request
+ evolution data server at work (shown by birthday alert on clock)
+ Windows Shares browsing (gnome-vfs/samba)

all in all very impressed.
Back to top
View user's profile Send private message
brettlpb
Apprentice
Apprentice


Joined: 27 May 2003
Posts: 197

PostPosted: Tue Oct 05, 2004 4:48 am    Post subject: Reply with quote

ASIO_BOB wrote:
1.1MB gnome 2.8 screenshot
http://surakshan.surasoft.com/gnome2.8/gnome2.8.png

+ The USBPRO was automounted by gnome-vfs + hal
+ VNC remote desktop request
+ evolution data server at work (shown by birthday alert on clock)
+ Windows Shares browsing (gnome-vfs/samba)

all in all very impressed.


Don't you wish the Valknut icon wasn't so ghetto?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3 ... 16, 17, 18 ... 23, 24, 25  Next
Page 17 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