Hi all,
i'm following this guide
http://wiki.x2go.org/doku.php/wiki:development:build-howto-linux:x2goserver
to compile and install x2goServer in mandriva 2010.0, the all dependences i compile and install, when i try to install nx-libraries I used the package full ( http://code.x2go.org/releases/source/nx-libs/) and install
but when i do the 12 point, Install x2goserver from git, when i do make command i see this message
make[1]: Entering directory /home/carlinchis/x2goserver/x2goserver-common' mkdir -p .build_man2html/html for man_page in
cd man && find * -type f; do mkdir -p
dirname
.build_man2html/html/$man_page; done for man_page in
cd man && find * -type f`; do man2html man/$man_page >
.build_man2html/html/$man_page.html; done
and the make command not stop but noting happend, the comand wait someting, but noting happend.
I follow the same guide in a opensuse 12.2 and i have the same problem
Can any helpme?
if i don't have one package, or other topic.
Thanks
P.D: Sorry for my English i speak Spanish.
Carlos Perez.
-- todo se puede mi warrior C.A.P.L
Hi, Carlos.
Sorry, I don't have time to try to reproduce your setup right now but as a first attempt to debug this issue you can do ps ux -eH > somefile.txt and find what is the exact commandline that waits for something.
2013/6/25, carlos andres perez lopez <carlinchisart@gmail.com>:
Hi all,
i'm following this guide
http://wiki.x2go.org/doku.php/wiki:development:build-howto-linux:x2goserver
to compile and install x2goServer in mandriva 2010.0, the all dependences i compile and install, when i try to install nx-libraries I used the package full ( http://code.x2go.org/releases/source/nx-libs/) and install
but when i do the 12 point, Install x2goserver from git, when i do make command i see this message
make[1]: Entering directory
/home/carlinchis/x2goserver/x2goserver-common' mkdir -p .build_man2html/html for man_page in
cd man && find * -type f; do mkdir -p
dirname .build_man2html/html/$man_page; done for man_page in
cd man && find * -type f`; do man2html man/$man_page > .build_man2html/html/$man_page.html; doneand the make command not stop but noting happend, the comand wait someting, but noting happend.
I follow the same guide in a opensuse 12.2 and i have the same problem
Can any helpme?
if i don't have one package, or other topic.
Thanks
P.D: Sorry for my English i speak Spanish.
Carlos Perez.
-- todo se puede mi warrior C.A.P.L
HI Nable,
Thanks for your answer, attach the file that generate wen i do make for x2goserver.
Thanks
2013/6/25 Nable 80 <nable.maininbox@googlemail.com>
Hi, Carlos.
Sorry, I don't have time to try to reproduce your setup right now but as a first attempt to debug this issue you can do ps ux -eH > somefile.txt and find what is the exact commandline that waits for something.
2013/6/25, carlos andres perez lopez <carlinchisart@gmail.com>:
Hi all,
i'm following this guide
http://wiki.x2go.org/doku.php/wiki:development:build-howto-linux:x2goserver
to compile and install x2goServer in mandriva 2010.0, the all
compile and install, when i try to install nx-libraries I used the
dependences i package
full ( http://code.x2go.org/releases/source/nx-libs/) and install
but when i do the 12 point, Install x2goserver from git, when i do make command i see this message
make[1]: Entering directory
/home/carlinchis/x2goserver/x2goserver-common' mkdir -p .build_man2html/html for man_page in
cd man && find * -type f; do mkdir -p
dirname .build_man2html/html/$man_page; done for man_page in
cd man && find * -type f`; do man2html man/$man_page > .build_man2html/html/$man_page.html; doneand the make command not stop but noting happend, the comand wait someting, but noting happend.
I follow the same guide in a opensuse 12.2 and i have the same problem
Can any helpme?
if i don't have one package, or other topic.
Thanks
P.D: Sorry for my English i speak Spanish.
Carlos Perez.
-- todo se puede mi warrior C.A.P.L
X2Go-Dev mailing list X2Go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
-- todo se puede mi warrior C.A.P.L
Thanks for your information, although it doesn't seem that any process went to sleep or busy-loop.
In your text one can see that current task is /usr/bin/perl /usr/bin/man2html man/man5/x2goserver.conf.5
Did you try to wait for some time and then call ps again? It system is still processing man/man5/x2goserver.conf.5, then ok, it's a possible failing target. If the system moves to another file then you should wait more.
If the problem is in this file then I have some ideas about debugging this issue but they don't seem to be good. The first idea is to run the following line /usr/bin/perl -w /usr/bin/man2html man/man5/x2goserver.conf.5 > .build_man2html/html/man5/x2goserver.conf.5.html manually and to look at stderr. If it hangs silently, oh.. May be you can debug it by yourself, else it's better to wait until some developer tests what's happening.
2013/6/26, carlos andres perez lopez <carlinchisart@gmail.com>:
HI Nable,
Thanks for your answer, attach the file that generate wen i do make for x2goserver.
Thanks
2013/6/25 Nable 80 <nable.maininbox@googlemail.com>
Hi, Carlos.
Sorry, I don't have time to try to reproduce your setup right now but as a first attempt to debug this issue you can do ps ux -eH > somefile.txt and find what is the exact commandline that waits for something.
2013/6/25, carlos andres perez lopez <carlinchisart@gmail.com>:
Hi all,
i'm following this guide
http://wiki.x2go.org/doku.php/wiki:development:build-howto-linux:x2goserver
to compile and install x2goServer in mandriva 2010.0, the all
compile and install, when i try to install nx-libraries I used the
dependences i package
full ( http://code.x2go.org/releases/source/nx-libs/) and install
but when i do the 12 point, Install x2goserver from git, when i do make command i see this message
make[1]: Entering directory
/home/carlinchis/x2goserver/x2goserver-common' mkdir -p .build_man2html/html for man_page in
cd man && find * -type f; do mkdir -p
dirname .build_man2html/html/$man_page; done for man_page in
cd man && find * -type f`; do man2html man/$man_page > .build_man2html/html/$man_page.html; doneand the make command not stop but noting happend, the comand wait someting, but noting happend.
I follow the same guide in a opensuse 12.2 and i have the same problem
Can any helpme?
if i don't have one package, or other topic.
Thanks
P.D: Sorry for my English i speak Spanish.
Carlos Perez.
-- todo se puede mi warrior C.A.P.L
X2Go-Dev mailing list X2Go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
-- todo se puede mi warrior C.A.P.L
thanks Nable,
I exectute ps waiting one hour afert run the make command, and see the same task in the same file ... :(
so, i doed the first of your ideas, in my folder that i have x2go server i run the command
/usr/bin/perl -w /usr/bin/man2html man/man5/x2goserver.conf.5 > .buid_man2html/html/man5/x2goserver.conf.5.html
but the answer was
bash: .build_man2html/html/man5/x2goserver.conf.5.html: no such file or directory
i have to do this line in other pwd? or .build_man2html is a variable?
Thanks
2013/6/25 Nable 80 <nable.maininbox@googlemail.com>
Thanks for your information, although it doesn't seem that any process went to sleep or busy-loop.
In your text one can see that current task is /usr/bin/perl /usr/bin/man2html man/man5/x2goserver.conf.5
Did you try to wait for some time and then call ps again? It system is still processing man/man5/x2goserver.conf.5, then ok, it's a possible failing target. If the system moves to another file then you should wait more.
If the problem is in this file then I have some ideas about debugging this issue but they don't seem to be good. The first idea is to run the following line /usr/bin/perl -w /usr/bin/man2html man/man5/x2goserver.conf.5 > .build_man2html/html/man5/x2goserver.conf.5.html manually and to look at stderr. If it hangs silently, oh.. May be you can debug it by yourself, else it's better to wait until some developer tests what's happening.
2013/6/26, carlos andres perez lopez <carlinchisart@gmail.com>:
HI Nable,
Thanks for your answer, attach the file that generate wen i do make for x2goserver.
Thanks
2013/6/25 Nable 80 <nable.maininbox@googlemail.com>
Hi, Carlos.
Sorry, I don't have time to try to reproduce your setup right now but as a first attempt to debug this issue you can do ps ux -eH > somefile.txt and find what is the exact commandline that waits for something.
2013/6/25, carlos andres perez lopez <carlinchisart@gmail.com>:
Hi all,
i'm following this guide
http://wiki.x2go.org/doku.php/wiki:development:build-howto-linux:x2goserver
to compile and install x2goServer in mandriva 2010.0, the all
compile and install, when i try to install nx-libraries I used the
dependences i package
full ( http://code.x2go.org/releases/source/nx-libs/) and install
but when i do the 12 point, Install x2goserver from git, when i do make command i see this message
make[1]: Entering directory
/home/carlinchis/x2goserver/x2goserver-common' mkdir -p .build_man2html/html for man_page in
cd man && find * -type f; do mkdir -p
dirname .build_man2html/html/$man_page; done for man_page in
cd man && find * -type f`; do man2html man/$man_page.build_man2html/html/$man_page.html; done
and the make command not stop but noting happend, the comand wait someting, but noting happend.
I follow the same guide in a opensuse 12.2 and i have the same problem
Can any helpme?
if i don't have one package, or other topic.
Thanks
P.D: Sorry for my English i speak Spanish.
Carlos Perez.
-- todo se puede mi warrior C.A.P.L
X2Go-Dev mailing list X2Go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
-- todo se puede mi warrior C.A.P.L
X2Go-Dev mailing list X2Go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
-- todo se puede mi warrior C.A.P.L
HI all,
I to the exercise in a opensuse again, but when i have to make is stop in the same part, so i found this page http://new.x2go.org/doku.php?id=wiki:development:buildguide i see one package call man2html-base so i search for opensuse and found one package called hxtools, after install this package and do the make the command work ok, and i can to continue.
so is posible one dependence is out of the guide?
thanks.
2013/6/25 carlos andres perez lopez <carlinchisart@gmail.com>
thanks Nable,
I exectute ps waiting one hour afert run the make command, and see the same task in the same file ... :(
so, i doed the first of your ideas, in my folder that i have x2go server i run the command
/usr/bin/perl -w /usr/bin/man2html man/man5/x2goserver.conf.5 > .buid_man2html/html/man5/x2goserver.conf.5.html
but the answer was
bash: .build_man2html/html/man5/x2goserver.conf.5.html: no such file or directory
i have to do this line in other pwd? or .build_man2html is a variable?
Thanks
2013/6/25 Nable 80 <nable.maininbox@googlemail.com>
Thanks for your information, although it doesn't seem that any process went to sleep or busy-loop.
In your text one can see that current task is /usr/bin/perl /usr/bin/man2html man/man5/x2goserver.conf.5
Did you try to wait for some time and then call ps again? It system is still processing man/man5/x2goserver.conf.5, then ok, it's a possible failing target. If the system moves to another file then you should wait more.
If the problem is in this file then I have some ideas about debugging this issue but they don't seem to be good. The first idea is to run the following line /usr/bin/perl -w /usr/bin/man2html man/man5/x2goserver.conf.5 > .build_man2html/html/man5/x2goserver.conf.5.html manually and to look at stderr. If it hangs silently, oh.. May be you can debug it by yourself, else it's better to wait until some developer tests what's happening.
HI Nable,
Thanks for your answer, attach the file that generate wen i do make for x2goserver.
Thanks
2013/6/25 Nable 80 <nable.maininbox@googlemail.com>
Hi, Carlos.
Sorry, I don't have time to try to reproduce your setup right now but as a first attempt to debug this issue you can do ps ux -eH > somefile.txt and find what is the exact commandline that waits for something.
2013/6/25, carlos andres perez lopez <carlinchisart@gmail.com>:
Hi all,
i'm following this guide
http://wiki.x2go.org/doku.php/wiki:development:build-howto-linux:x2goserver
to compile and install x2goServer in mandriva 2010.0, the all
compile and install, when i try to install nx-libraries I used the
dependences i package
full ( http://code.x2go.org/releases/source/nx-libs/) and install
but when i do the 12 point, Install x2goserver from git, when i do make command i see this message
make[1]: Entering directory
/home/carlinchis/x2goserver/x2goserver-common' mkdir -p .build_man2html/html for man_page in
cd man && find * -type f; do mkdir -p
dirname .build_man2html/html/$man_page; done for man_page in
cd man && find * -type f`; do man2html man/$man_page > .build_man2html/html/$man_page.html; doneand the make command not stop but noting happend, the comand wait someting, but noting happend.
I follow the same guide in a opensuse 12.2 and i have the same
2013/6/26, carlos andres perez lopez <carlinchisart@gmail.com>: problem
Can any helpme?
if i don't have one package, or other topic.
Thanks
P.D: Sorry for my English i speak Spanish.
Carlos Perez.
-- todo se puede mi warrior C.A.P.L
X2Go-Dev mailing list X2Go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
-- todo se puede mi warrior C.A.P.L
X2Go-Dev mailing list X2Go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
-- todo se puede mi warrior C.A.P.L
-- todo se puede mi warrior C.A.P.L
Hi again, Carlos.
It's very nice that you've made it work. As you can see, this buildguide link is for debian-based systems (as I remember, X2Go is mostly developed for deb; rpm support is rather little). But in RPM-based systems packages are not the same, so of course it's possible that you need some other dependencies to build X2Go software under such distros.
It would be really good if you collect some notes about all the steps that you did to build from source. I think that buildguide for rpm would be good for wiki.
Hm, googling "build X2Go opensuse" showed me this place: https://build.opensuse.org/project/monitor?blocked=0&building=0&dispatching=0&finished=0&project=X11%3ARemoteDesktop%3Ax2go&scheduled=0&signing=0&succeeded=0 Sad picture.
On 2013-06-27 20:18, Nable 80 wrote:
Hm, googling "build X2Go opensuse" showed me this place: https://build.opensuse.org/project/monitor?blocked=0&building=0&dispatching=0&finished=0&project=X11%3ARemoteDesktop%3Ax2go&scheduled=0&signing=0&succeeded=0 Sad picture.
@carlos: Could you get in touch with Jan Engelhardt? Would be nice if we can get those issues fixed.
Morty
-- Dipl.-Ing. Moritz 'Morty' Struebe (Wissenschaftlicher Mitarbeiter) Lehrstuhl für Informatik 4 (Verteilte Systeme und Betriebssysteme) Friedrich-Alexander-Universität Erlangen-Nürnberg Martensstr. 1 91058 Erlangen
Tel : +49 9131 85-25419 Fax : +49 9131 85-28732 eMail : struebe@informatik.uni-erlangen.de WWW : http://www4.informatik.uni-erlangen.de/~morty