Re: How to install Xepphyr deb file on Redhat which uses rpms?

2007-03-22 Thread Paul F. Sehorne
To heck with yum and xephyr.  I have WinaXe on my Windows machine and I 
am successfully using it with maemo/scratchbox.  I just set the 
DISPLAY variable in scratchbox to point to WinaXe, 192.168.2.4:0.0  
I'll get back to yum and xephyr some day.


*Thanks* to everyone who contributed to getting me as far as I am   
next step deploy an app on the N800...


Paul


Paul F. Sehorne wrote:

Paul Klapperich wrote:


Did you do a "# yum update" or "$ sudo yum update" before  the yum 
install command?

Yes. 'yum update' returns the following:

Gathering header information file(s) from server(s)
Server: Red Hat Linux 3AS - i386 - Base
retrygrab() failed for:
 
http://mirror.dulug.duke.edu/pub/yum-repository/redhat/3AS/i386/headers/header.info 


 Executing failover method
failover: out of servers to try
Error getting file 
http://mirror.dulug.duke.edu/pub/yum-repository/redhat/3AS/i386/headers/header.info 


[Errno 4] IOError: HTTP Error 404: Not Found
===

The contents of yum.conf is:

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1

[base]
name=Red Hat Linux $releasever - $basearch - Base
baseurl=http://mirror.dulug.duke.edu/pub/yum-repository/redhat/$releasever/$basearch/ 




[updates]
name=Red Hat Linux $releasever - Updates
baseurl=http://mirror.dulug.duke.edu/pub/yum-repository/redhat/updates/$releasever/ 








--
Paul


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: How to install Xepphyr deb file on Redhat which uses rpms?

2007-03-21 Thread Paul F. Sehorne

I now have yum working (Installed version 2.0.8.) BUT.

Unfortunately the command suggested in the post below does not work 
(even with the typo corrected).  I suspect the reason is that there is 
no rpm for xephyr (only deb) except for the one I created with alien.  
(Another reason could be that list of repositories in the yum.conf is 
out of date)


I have added a stanza to yum.conf that points to a directory on my 
machine where I have placed a (dummy) header.info file.  yum finds the 
header.info file, but of course complains about its format.  So I now 
have to know the format to put in the header.info file.  (I just want to 
write code!)  I'm searching the Internet and have learned that later 
versions of yum no longer use the header.info file.  They now use xml.  
Of course, I would still have to know the format of the xml if there is 
no public repository for xephyr that is compatible with yum (meaning an 
rpm repository I assume). 



Thanks,
Paul


Vladislav Grinchenko wrote:

try 'sudo yum install xorg-x11-serer-Xephyr'

--Vlad

On Wed, 2007-03-21 at 09:33 -0600, Paul F. Sehorne wrote:
  
Thanks to advice from Kimmo Hämäläinen, I now have my first Hildon 
program (the sample) compiled and ready to run.  Next is to get Xephyr 
running.  I'm running Redhat which uses RPMs.  How do I install the 
Xephyr DEB file?


Thanks,






  



--
Paul


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: Xephyr dependencies stop progress...

2007-03-21 Thread Paul F. Sehorne

Paul (Klapperich)
Sorry for the confusion.  My statement "BTW, the message indicates Red 
Hat Linux 3.2.3-56" should have been "BTW, the _error_ message _below_ 
indicates Red Hat Linux 3.2.3-56".  The version had not been mentioned 
in any prior post.


Paul (Sehorne)


Paul Klapperich wrote:
On 3/21/07, *Paul F. Sehorne* <[EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>> wrote:


Paul Klapperich wrote:
> Actually, I still think you should have used yum.
I agree, but  my installation of yum is not working either (because of
dependencies).  I tried to install xephyr using rpm hoping for
success,
wishful thinking I know.  I guess my time would be better spent
getting
yum working.  Right now when I execute yum I am greeted with the
following:  (BTW, the message indicates Red Hat Linux 3.2.3-56)


Sorry, I missed that because you keep creating new posts instead of 
just continuing a single thread. Neither of the threads I read 
indicated a version.


Is that RHEL 3.2, or an old Redhat 3.2? Regardless, even RHEL 3.2 is 
pretty old--that might give you some problems right there. But like I 
said, I don't really know Redhat...



 yum error msg follows==
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

   No module named yum

Please install a package which provides this module, or
verify that the module is installed correctly.

It's possible that the above module doesn't match the
current version of Python, which is:
2.2.3 (#1, Sep 26 2006, 18:12:26)
[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-56)]

If you cannot solve this problem yourself, please send this
message to < [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>>.
= end of yum error msg 


A quick search revealed this post[1], which looks similar to your 
situation. The reply says to look at questions 7 and 10 from the YUM 
faq[2]. (10 is how to search the yum mailing list).


[1] https://lists.dulug.duke.edu/pipermail/yum/2005-October/007831.html
[2] http://wiki.linux.duke.edu/YumFaq#Q10

Hope that help
--Paul




--
Paul

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Xephyr dependencies stop progress...

2007-03-21 Thread Paul F. Sehorne
Thanks to Paul Klapperich's suggestion, I was able to use 'alien' to 
create an RPM file out of the DEB file.  Now I am back in dependency 
hell.  Xephyr depends on

error: Failed dependencies:
   libXau.so.6 is needed by xserver-xephyr-1.1.1-21
   libXdmcp.so.6 is needed by xserver-xephyr-1.1.1-21
   libfontenc.so.1 is needed by xserver-xephyr-1.1.1-21
even after installing libXdmcp-1.0.1

--
Paul


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


How to install Xepphyr deb file on Redhat which uses rpms?

2007-03-21 Thread Paul F. Sehorne


Thanks to advice from Kimmo Hämäläinen, I now have my first Hildon 
program (the sample) compiled and ready to run.  Next is to get Xephyr 
running.  I'm running Redhat which uses RPMs.  How do I install the 
Xephyr DEB file?


Thanks,

--
Paul


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Compiler can't find glibconfig.h

2007-03-19 Thread Paul F. Sehorne
I apologize if this is a duplicate.  I had problems with the first email 
I sent.  Below is the original message with corrections...


Last evening I followed the instructions in the INSTALL.txt of Maemo 3.0 
'bora'.  I used the automated install scripts.  Everything seems to have 
gone fine.  'hello.c' compiled fine in the SDK_ARMEL environment.  
However, when I try to compile the sample hildon program I am greeted 
with a message stating that 'glibconfig.h' cannot be found, and, in 
fact, it is not there.  How do I get past this problem?


Thanks,

--
Paul


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


compiler can't find glibconfigure.h

2007-03-19 Thread Paul F. Sehorne
Last evening I followed the instructions in the INSTALL.txt if Maemo 3.0 
'bora'.  I used the automated install scripts.  Everything seems to have 
gone fine.  'hello.c' compiled fine in the SDK_ARMEL environment.  
However, when I try to compile my the sample hildon program I am greeted 
with a message stating that 'glibconfigure.h' cannot be found, and, in 
fact, it is not there.  How do I get past this problem?


Thanks,

--
Paul


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers