Cesar Romani | 3 Jan 2012 05:50
Picon

startkde

I'm using cygwin 1.7.9 installed on Windows 7.
Whenever I run startkde I get:
--------------------
QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open 
failed
--------------------

which comes from kstartupconfig4

I cannot run any kde or qt app.

Many thanks in advance,

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
Marcus Andersson | 4 Jan 2012 13:33
Picon

libgvc6 2.28.0-1 fails to install

Hi,

I am trying to install graphviz, but libgvc6 fails with the following message:

Package: libgvc6
	libgvc6.sh exit code 127

Marcus

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
Yaakov (Cygwin/X | 6 Jan 2012 06:45
Picon
Gravatar

Re: libgvc6 2.28.0-1 fails to install

On Wed, 2012-01-04 at 13:33 +0100, Marcus Andersson wrote:
> I am trying to install graphviz, but libgvc6 fails with the following message:
> 
> Package: libgvc6
> 	libgvc6.sh exit code 127

Does running "/etc/postinstall/libgvc6.sh; echo $?" in bash return 0?

Yaakov
Cygwin Ports

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
Cesar Romani | 6 Jan 2012 23:37
Picon

kde

I installed the kde package from cygwin-ports on my cygwin.
Whenever I run:
startkde
I get:
QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open
failed

Can anybody give me a hint about how to find a solution for that problem?

Many thanks in advance,

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
Szymon Stryczek | 12 Jan 2012 12:53
Picon

Startkde issue

Hello

I've got an issue with KDE on cygwin (win xp x86) which I cannot figure out.
I try to run startkde and no matter what it always comes with:

startkde: Starting up...
Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kded(6900): Communication problem with  "kded" , it probably crashed.
Error message was:  "org.freedesktop.DBus.Error.NoReply" : " "Message 
did not receive a reply (timeout by message bus)" "

On process side of this the kded4.exe seems to start and after few 
seconds shuts down itself.
Same thing happens to plasma-desktop, kcm.. and so on, so exception list 
is bit more longer.
In the end there are only kdeinit4.exe and dbus-deamon.exe which stay.

Any ideas what to check/do ?

Thanks in advance

Szymon

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
(Continue reading)

Marcus Andersson | 12 Jan 2012 13:34
Picon

Re: libgvc6 2.28.0-1 fails to install

$ /etc/postinstall/libgvc6.sh; echo $?
/usr/sbin/libgvc6-config.exe: error while loading shared libraries: ?:
cannot open shared object file: No such file or directory
127

Marcus

2012/1/6 Yaakov (Cygwin/X) <yselkowitz@...>:
> On Wed, 2012-01-04 at 13:33 +0100, Marcus Andersson wrote:
>> I am trying to install graphviz, but libgvc6 fails with the following message:
>>
>> Package: libgvc6
>>       libgvc6.sh exit code 127
>
> Does running "/etc/postinstall/libgvc6.sh; echo $?" in bash return 0?
>
>
> Yaakov
> Cygwin Ports
>
>
>
> ------------------------------------------------------------------------------
> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
> infrastructure or vast IT resources to deliver seamless, secure access to
> virtual desktops. With this all-in-one solution, easily deploy virtual
> desktops for less than the cost of PCs and save 60% on VDI infrastructure
> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
> _______________________________________________
> Cygwin-ports-general mailing list
(Continue reading)

Yaakov (Cygwin/X | 13 Jan 2012 01:41
Picon
Gravatar

Re: libgvc6 2.28.0-1 fails to install

On Thu, 2012-01-12 at 13:34 +0100, Marcus Andersson wrote:
> $ /etc/postinstall/libgvc6.sh; echo $?
> /usr/sbin/libgvc6-config.exe: error while loading shared libraries: ?:
> cannot open shared object file: No such file or directory
> 127

Then you did not install a dependency of libgvc6.  Re-run the
installation directions precisely as listed on http://cygwinports.org/
and be sure to install any missing dependencies indicated.

Yaakov
Cygwin Ports

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
Yaakov (Cygwin/X | 13 Jan 2012 01:54
Picon
Gravatar

Re: Startkde issue

On Thu, 2012-01-12 at 12:53 +0100, Szymon Stryczek wrote:
> I've got an issue with KDE on cygwin (win xp x86) which I cannot figure out.
> I try to run startkde and no matter what it always comes with:
> 
> startkde: Starting up...
> Connecting to deprecated signal 
> QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
> kded(6900): Communication problem with  "kded" , it probably crashed.
> Error message was:  "org.freedesktop.DBus.Error.NoReply" : " "Message 
> did not receive a reply (timeout by message bus)" "

You may need to have a running system bus.  To install, start a Cygwin
terminal as an Administrator, run messagebus-config followed by
'cygrunsrv -S messagebus'.  Then from a regular user shell, try startkde
again.

Yaakov
Cygwin Ports

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
Szymon Stryczek | 13 Jan 2012 08:30
Picon

Re: Startkde issue

Yaakov (Cygwin/X) wrote:
> On Thu, 2012-01-12 at 12:53 +0100, Szymon Stryczek wrote:
>> I've got an issue with KDE on cygwin (win xp x86) which I cannot figure out.
>> I try to run startkde and no matter what it always comes with:
>>
>> startkde: Starting up...
>> Connecting to deprecated signal
>> QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
>> kded(6900): Communication problem with  "kded" , it probably crashed.
>> Error message was:  "org.freedesktop.DBus.Error.NoReply" : " "Message
>> did not receive a reply (timeout by message bus)" "
> You may need to have a running system bus.  To install, start a Cygwin
> terminal as an Administrator, run messagebus-config followed by
> 'cygrunsrv -S messagebus'.  Then from a regular user shell, try startkde
> again.
>
Thanks for advice but that didn't help.
Now I have dbus-daemon as a windows service but still kded4.exe process 
dies few seconds after start...

Szymon

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
Marcus Andersson | 13 Jan 2012 10:46
Picon

Re: libgvc6 2.28.0-1 fails to install

Thanks, I had missed to select the distro mirror. I don't think the
installer warned about any missing dependencies without it though.

Marcus

2012/1/13 Yaakov (Cygwin/X) <yselkowitz@...>:
> On Thu, 2012-01-12 at 13:34 +0100, Marcus Andersson wrote:
>> $ /etc/postinstall/libgvc6.sh; echo $?
>> /usr/sbin/libgvc6-config.exe: error while loading shared libraries: ?:
>> cannot open shared object file: No such file or directory
>> 127
>
> Then you did not install a dependency of libgvc6.  Re-run the
> installation directions precisely as listed on http://cygwinports.org/
> and be sure to install any missing dependencies indicated.
>
>
> Yaakov
> Cygwin Ports
>
>
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Mar 27 - Feb 2
> Save $400 by Jan. 27
> Register now!
> http://p.sf.net/sfu/rsa-sfdev2dev2
> _______________________________________________
> Cygwin-ports-general mailing list
(Continue reading)


Gmane