Re: libexec/ld-elf.so.1: Shared object "libpng.so.5" not found, required by "gnome-session"

2010-04-15 Thread Antonio Olivares
Thank you Anton for helping me.

The output of pkg_info -W /usr/local/bin/gnome-session is

pkg_info:  corrupted record (pkgdep line without argument), ignoring
pkg_info:  corrupted record (pkgdep line without argument), ignoring

/usr/local/bin/gnome-session was installed by package gnome-session-2.26.2_1

The ports system report gnome 2.28 while this points to 2.26, is there
anything I can try?

Regards,


Antonio

On 4/15/10, Anton Shterenlikht  wrote:
> On Thu, Apr 15, 2010 at 07:11:24PM -0500, Antonio Olivares wrote:
>> I have rebuilt everything from scratch ran it for several days.  Have
>> tried it back and forth still get the same thing.  I guess I should
>> keep trying for a while Till I give up and maybe install 7.3?
>
> I don't think your problem has anything to do with the base OS.
> I think this is only related to the ports tree.
>
>> I did not read /usr/ports/UPDATING entry from that day, or maybe it
>> was there but too many things worked apparently except KDE and/or
>> GNOME :(
>
> well, the png upgrade was painful for all. But all you need is
> to rebuild all png-dependent ports. In your example of gnome-session
> you can try to find which port installed it and rebuild that port.
> Something like
>
> # which gnome-session
>
> or
>
> # find /usr -name "gnome-session"
>
> should give you the full path to the executable.
>
> Then you can try
>
> # pkg_info -W 
>
> this should give you the port name. Try to rebuild
> it. If all goes well you are likely to be stopped
> at another png-dependent port needing rebuilding.
> So you just repeat this process for all such ports.
>
> But as I said, if you have lots of png dependent ports
> it might be easier to delete all ports and install them
> from scratch. I don't use gnome or kde myself, so can't
> advise here.
>
> anton
>
>
> --
> Anton Shterenlikht
> Room 2.6, Queen's Building
> Mech Eng Dept
> Bristol University
> University Walk, Bristol BS8 1TR, UK
> Tel: +44 (0)117 331 5944
> Fax: +44 (0)117 929 4423
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: libexec/ld-elf.so.1: Shared object "libpng.so.5" not found, required by "gnome-session"

2010-04-15 Thread Anton Shterenlikht
On Thu, Apr 15, 2010 at 07:11:24PM -0500, Antonio Olivares wrote:
> I have rebuilt everything from scratch ran it for several days.  Have
> tried it back and forth still get the same thing.  I guess I should
> keep trying for a while Till I give up and maybe install 7.3?

I don't think your problem has anything to do with the base OS.
I think this is only related to the ports tree.

> I did not read /usr/ports/UPDATING entry from that day, or maybe it
> was there but too many things worked apparently except KDE and/or
> GNOME :(

well, the png upgrade was painful for all. But all you need is
to rebuild all png-dependent ports. In your example of gnome-session
you can try to find which port installed it and rebuild that port.
Something like

# which gnome-session

or

# find /usr -name "gnome-session"

should give you the full path to the executable.

Then you can try

# pkg_info -W 

this should give you the port name. Try to rebuild
it. If all goes well you are likely to be stopped
at another png-dependent port needing rebuilding.
So you just repeat this process for all such ports.

But as I said, if you have lots of png dependent ports
it might be easier to delete all ports and install them
from scratch. I don't use gnome or kde myself, so can't
advise here.

anton


-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: libexec/ld-elf.so.1: Shared object "libpng.so.5" not found, required by "gnome-session"

2010-04-15 Thread Antonio Olivares
I have rebuilt everything from scratch ran it for several days.  Have
tried it back and forth still get the same thing.  I guess I should
keep trying for a while Till I give up and maybe install 7.3?

I did not read /usr/ports/UPDATING entry from that day, or maybe it
was there but too many things worked apparently except KDE and/or
GNOME :(

Thanks,

Antonio

On 4/15/10, Anton Shterenlikht  wrote:
> On Thu, Apr 15, 2010 at 06:49:31PM -0500, Antonio Olivares wrote:
>> Dear folks,
>>
>> As I was trying to get out of the other mess that I got into.  See thread:
>>
>> Attachment Re: [ HEADS UP ] Ports unstable for the next 10 day
>>
>> I have encountered thread subject. i had kde, and kde could not
>> find it, so I removed KDE and then have added gnome both ways:
>>
>> pkg_add -r gnome2
>> and
>> /usr/ports/..
>>
>> and ran portmaster -a
>
> Have you read /usr/ports/UPDATING entry from 20100328 ?
>
> You'll need to rebuild all ports which depend (directly
> or indirectly) on graphics/png. Depending on the number of
> such ports it might be easier to delete all ports and
> rebuild from scratch. If you use portmaster(1) see the
> bottom of the man page for some recommendations.
>
> anton
>
> --
> Anton Shterenlikht
> Room 2.6, Queen's Building
> Mech Eng Dept
> Bristol University
> University Walk, Bristol BS8 1TR, UK
> Tel: +44 (0)117 331 5944
> Fax: +44 (0)117 929 4423
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: libexec/ld-elf.so.1: Shared object "libpng.so.5" not found, required by "gnome-session"

2010-04-15 Thread Anton Shterenlikht
On Thu, Apr 15, 2010 at 06:49:31PM -0500, Antonio Olivares wrote:
> Dear folks,
> 
> As I was trying to get out of the other mess that I got into.  See thread:
> 
> Attachment Re: [ HEADS UP ] Ports unstable for the next 10 day
> 
> I have encountered thread subject. i had kde, and kde could not
> find it, so I removed KDE and then have added gnome both ways:
> 
> pkg_add -r gnome2
> and
> /usr/ports/..
> 
> and ran portmaster -a

Have you read /usr/ports/UPDATING entry from 20100328 ?

You'll need to rebuild all ports which depend (directly
or indirectly) on graphics/png. Depending on the number of
such ports it might be easier to delete all ports and
rebuild from scratch. If you use portmaster(1) see the
bottom of the man page for some recommendations.

anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


libexec/ld-elf.so.1: Shared object "libpng.so.5" not found, required by "gnome-session"

2010-04-15 Thread Antonio Olivares
Dear folks,

As I was trying to get out of the other mess that I got into.  See thread:

Attachment Re: [ HEADS UP ] Ports unstable for the next 10 day

I have encountered thread subject. i had kde, and kde could not
find it, so I removed KDE and then have added gnome both ways:

pkg_add -r gnome2
and
/usr/ports/..

and ran portmaster -a


and still have error message in Subject line.  I am wondering if I
shot myself in the foot.  I have had previous experience before with
FreeBSD 5.3 and FreeBSD 6.0, but those had KDE 3.5 series and none of
these errors popped up.What should I do?  I am thinking about
reinstalling system?  I can't cure the illness that I have
encountered.

I checked via google and I found:

http://www.opennet.ru/openforum/vsluhforumID15/3041.html

IT is in Russian, but I could follow it someway in the suggestions,
still no joy :(

Advice/Suggestions are welcome.  Should I just go with pulling the
trigger and reinstalling?

System is AMD64, 8.0-RELEASE-p2

Regards,

Antonio

P.S.  I feel bad about doing this, but I have tried for several days
to fix the issues.  I had a working desktop, but then ran the cvsup/?
command(suggested in the other thread) and fix the other issue and
made things worse could not log into KDE and then tried installing
GNOME to at least have a working desktop but not good.  I have two
other machines running FreeBSD 8.0 but no updates, I don't want to
screw up.  The ports used to work well, apparently now things are
different?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Can't start more than one gnome-session as the same user?

2007-12-20 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Clint Olsen wrote:
> On Dec 20, Aryeh M. Friedman wrote:
>> Side question: Can this solution be used to access multiple
>> accounts on the same machine?
>
> I'm not quite sure what you mean here.  Do you mean multiple gnome
> sessions all as different user ids?  That's not a problem.  It was
> just that I was trying to run gnome both under vncserver and
> natively on the console.
>

I mean multiple sessions all under the same user *BUT* all tied to the
same xterm.   Namely I often login into my main account then su to
more specialized accounts and do a xhost +/setenv DISPLAY :0 in the
respective .cshrc's.   Thus I can start X apps from the command line
as the su'ed user but I want to make it so I can also have a panel
(xfce4 not gnome but I suspect it is the same issue since both use
GTK) for them.


- --
Aryeh M. Friedman
FloSoft Systems
http://www.flosoft-systems.com
Developer, not business, friendly
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHatFczIOMjAek4JIRAiydAJ9iRKSiH4cYBLS9/DR2s2t6kEhNBwCfcXAU
PEQNpdnjECRFQErPR/NW1/s=
=1HEB
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't start more than one gnome-session as the same user?

2007-12-20 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Clint Olsen wrote:
> On Dec 19, Clint Olsen wrote:
>> I searched and found a lot of old hits of this error.  The
>> solutions are not very compelling.  Unsetting SESSION_MANAGER
>> before launching vncserver only cascades errors down into the
>> various client programs like the desktop etc.
>
> Answering my own question, the problem is that you really need to
> start with a fresh shell that isn't inherited from the existing
> windowing environment.  So, logging in remotely and starting up
> vncserver works. While I wouldn't call this very elegant, at least
> it works.
>
Side question: Can this solution be used to access multiple accounts
on the same machine?
>
> -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com
>  Developer, not business, friendly
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHajr9zIOMjAek4JIRAiWYAJ90tgiNOc3iPNj997pd6RiAJZ6y0QCeJ8L4
iNP3nXbVZT/3uDJEfcRPs4c=
=+C8X
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't start more than one gnome-session as the same user?

2007-12-20 Thread Clint Olsen
On Dec 19, Clint Olsen wrote:
> I searched and found a lot of old hits of this error.  The solutions are
> not very compelling.  Unsetting SESSION_MANAGER before launching
> vncserver only cascades errors down into the various client programs like
> the desktop etc.

Answering my own question, the problem is that you really need to start
with a fresh shell that isn't inherited from the existing windowing
environment.  So, logging in remotely and starting up vncserver works.
While I wouldn't call this very elegant, at least it works.

Thanks,

-Clint
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Can't start more than one gnome-session as the same user?

2007-12-19 Thread Clint Olsen
I'm trying to do some diagnostic work on my machine, so I'm actually
physically logged in, and I also have Gnome setup to run when I start VNC,
however the two don't play well simultaneously.  I get the message:

gnome-session: you're already running a session manager

I've never heard of such a busted system where you can only run one copy of
a window system at one time on a machine.  Man, this nightmare sounds like
something I'd find in Microsoft Windows.

I searched and found a lot of old hits of this error.  The solutions are
not very compelling.  Unsetting SESSION_MANAGER before launching vncserver
only cascades errors down into the various client programs like the desktop
etc.

Any suggestions would be appreciated.

Thanks,

-Clint
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't 'startx', said 'libXfixes.so.3' not found, required by 'gnome-session'

2005-09-08 Thread Yuan Jue
On Thursday 08 September 2005 20:33, jia liu wrote:
> I met problem:
> 1. I installed freebsd 5.3-release first, then update
> source tree, buildworld and install success to up
> freebsd 5.4-release.
> 2. pkg_add -r gnome2, add
> '/usr/X11R6/bin/gnome-sessio' to my .xinitrc file
> after installed gnome2.10.
> 3. Tried to startx, but it said
> '/libexec/ld-elf.s0.1:shared object "libXfixes.so.3"
> not found, required by "gnome-session"', can't enter
> window.

I'm afraid you have fetched the latest gnome2 package which is not compiled 
under FB5.4. It's probably compiled under FB6.0.

My suggestion is going to ftp://ftp.freebsdchina.org to fetch the gnome2 
package for FreeBSD5.4 (you are in china, right?) and there you are.

Good luck!

-- 
Best Regards.

Yuan Jue
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Can't 'startx', said 'libXfixes.so.3' not found, required by 'gnome-session'

2005-09-08 Thread jia liu
Sir,

I met problem:
1. I installed freebsd 5.3-release first, then update
source tree, buildworld and install success to up
freebsd 5.4-release.
2. pkg_add -r gnome2, add
'/usr/X11R6/bin/gnome-sessio' to my .xinitrc file
after installed gnome2.10.
3. Tried to startx, but it said
'/libexec/ld-elf.s0.1:shared object "libXfixes.so.3"
not found, required by "gnome-session"', can't enter
window.

I want to know why, thank you.






___ 
雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱 
http://cn.mail.yahoo.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


kdm or GNOME-session hangs?

2004-08-03 Thread Vlad Tudorache
I'm using FreeBSD 4.10 with a custom kernel. I have two problems:
1) If ACPI support activated, my fdc0 does not work (the kernel can not reserve I/O 
port addresses for it). Without ACPI, everything works OK, but:
2) When using kdm as display manager, if I select GNOME session as root and then try 
to halt/reboot directly from the GNOME's logout menu, the system appears to hang until 
I press Ctrl-Alt-Del. After that, the system reboots (of course). What's the problem? 
How can I solve it? This is not encountered in Linux, for example.
Thank you.






Home, no matter how far...
http://www.home.ro
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: GNOME-SESSION

2004-03-01 Thread Osmany Guirola Cruz
No, no that way ... I want a normal logout of the gnome-session by a
command 


>I NEED TO KNOW IF IT IS POSSIBLE THAT I CAN LOGOUT FROM MY GNOME 
>SESSION BY A COMMAND, I MEAN WHITOUT THE USE OF THE ICON THAT DO THAT 
>FUNCTION
>
>  
>
Well, quick and dirty, hit "CTL-ALT-BACKSPACE" and
kill the X server?

Not that this is the *best* way, probably

Kevin Kinsey
DaleCo, S.P.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: GNOME-SESSION

2004-03-01 Thread Kevin D. Kinsey, DaleCo, S.P.
Osmany Guirola Cruz wrote:

I NEED TO KNOW IF IT IS POSSIBLE THAT I CAN LOGOUT FROM MY GNOME SESSION
BY A COMMAND, I MEAN WHITOUT THE USE OF THE ICON THAT DO THAT FUNCTION 

 

Well, quick and dirty, hit "CTL-ALT-BACKSPACE" and
kill the X server?
Not that this is the *best* way, probably

Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


GNOME-SESSION

2004-03-01 Thread Osmany Guirola Cruz
I NEED TO KNOW IF IT IS POSSIBLE THAT I CAN LOGOUT FROM MY GNOME SESSION
BY A COMMAND, I MEAN WHITOUT THE USE OF THE ICON THAT DO THAT FUNCTION 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gnome-session?

2003-03-02 Thread Joe Marcus Clarke
On Sun, 2003-03-02 at 20:25, blah wrote:
> I just installed gnome2 with pkg_add -r gnome2
> and was about to edit my xinitrc file to run gnome-session, but 
> gnome-session does not exist in /usr/X11R6/bin/ where it is supposed to. 
>   What do I need to do to fix this?

Sounds like all of the GNOME 2 bits were not correctly installed. 
gnome-session is included in the gnomesession package.  Do you have that
installed?  If so, what version?

Joe

> 
> Thanks
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


gnome-session?

2003-03-02 Thread blah
I just installed gnome2 with pkg_add -r gnome2
and was about to edit my xinitrc file to run gnome-session, but 
gnome-session does not exist in /usr/X11R6/bin/ where it is supposed to. 
 What do I need to do to fix this?

Thanks



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message