Opened 17 years ago

Closed 17 years ago

#159 closed Defect (fixed)

Debian Image to compile wrapper is not compatiple!!!

Reported by: dollebolle@… Owned by: romw
Priority: Critical Milestone: Undetermined
Component: BOINC - API Version:
Keywords: Cc:

Description

Hi!

I tried to compile the boinc source to create the wrapper with the Debian image (http://boinc.berkeley.edu/vms/BOINC-Build-Compat.zip) but i get errors at _autosetup!

Can you check the Debian Image and update the packages which are to old. Can you send me an email if the Image is fixed and i can download it again?

(Sorry for my bad english!) Thank you! Christian Doll


Hi!

Ich hab versucht den Boinc-Quellcode mit dem von Ihnen bereit gestellten Debian Image zu kompilieren, sodass ich den wrapper erstellen kann, ich erhalte jedoch schon beim _autosetup einige Fehler! (http://boinc.berkeley.edu/vms/BOINC-Build-Compat.zip)

Können Sie bitte das Debian Image überprüfen und so anpassen dass alle Versionen die vorrausgesetzt werden geupdatet/installiert sind? Es wäre super wenn Sie mir bescheid geben würden wenn Sie das Image fertig haben und ich es erneut herunterladen kann.

Vielen Dank! Christian Doll

Change History (7)

comment:1 in reply to:  description Changed 17 years ago by Christian Beer

You can create your own image with this tutorial. You can also send questions, regarding the installation, to open.source.notes[AT]googlemail[DOT]com in German.


Du kannst auch mit dieser Anleitung selbst ein Image erstellen. Bei zusätzlichen Fragen bin ich auch unter der Mailadresse open.source.notes[AT]googlemail[DOT]com zu erreichen.

comment:2 Changed 17 years ago by romw

Owner: changed from Bruce Allen to romw

comment:3 Changed 17 years ago by dollebolle@…

hi, ich habe mir jetzt so ein image gezogen und konnte boinc,den wrapper und den worker mit dem image compilieren. jetzt wollte ich einen test ausführen --> siehe unten.. weiß jemand was hier der fehler ist?! den windows-wrapper kann ich auch eigenständig laufen lassen (zum testen)

debian:~/trunk/boinc_samples/worker/test# ll total 1224 -rwxr-xr-x 1 root root 225 2007-05-09 17:22 job.xml -rwxr-xr-x 1 root root 10917 2007-05-09 17:22 worker -rwxr-xr-x 1 root root 1229575 2007-05-09 17:24 wrapper

debian:~/trunk/boinc_samples/worker/test# cat job.xml <job_desc>

<task>

<application>worker</application> <stdin_filename>stdin</stdin_filename> <stdout_filename>stdout</stdout_filename> <command_line>10</command_line>

</task>

</job_desc>

debian:~/trunk/boinc_samples/worker/test# ./wrapper wrapper: starting Can't open init data file - running in standalone mode running worker can't run app: -108 app error: 0x9400

comment:4 in reply to:  3 Changed 17 years ago by anonymous

hi, ich habe mir jetzt so ein image gezogen und konnte boinc,den wrapper und den worker mit dem image compilieren. jetzt wollte ich einen test ausführen --> siehe unten.. weiß jemand was hier der fehler ist?! den windows-wrapper kann ich auch eigenständig laufen lassen (zum testen)

debian:~/trunk/boinc_samples/worker/test# ll total 1224 -rwxr-xr-x 1 root root 225 2007-05-09 17:22 job.xml -rwxr-xr-x 1 root root 10917 2007-05-09 17:22 worker -rwxr-xr-x 1 root root 1229575 2007-05-09 17:24 wrapper

debian:~/trunk/boinc_samples/worker/test# cat job.xml <job_desc>

<task>

<application>worker</application> <stdin_filename>stdin</stdin_filename> <stdout_filename>stdout</stdout_filename> <command_line>10</command_line>

</task>

</job_desc>

debian:~/trunk/boinc_samples/worker/test# ./wrapper wrapper: starting Can't open init data file - running in standalone mode running worker can't run app: -108 app error: 0x9400

comment:5 Changed 17 years ago by anonymous

hi, ich habe mir jetzt so ein image gezogen und konnte boinc,den wrapper und den worker mit dem image compilieren. jetzt wollte ich einen test ausführen --> siehe unten.. weiß jemand was hier der fehler ist?! den windows-wrapper kann ich auch eigenständig laufen lassen (zum testen)

debian:~/trunk/boinc_samples/worker/test# ll total 1224 -rwxr-xr-x 1 root root 225 2007-05-09 17:22 job.xml -rwxr-xr-x 1 root root 10917 2007-05-09 17:22 worker -rwxr-xr-x 1 root root 1229575 2007-05-09 17:24 wrapper

debian:~/trunk/boinc_samples/worker/test# cat job.xml <job_desc>

<task>

<application>worker</application> <stdin_filename>stdin</stdin_filename> <stdout_filename>stdout</stdout_filename> <command_line>10</command_line>

</task>

</job_desc>

debian:~/trunk/boinc_samples/worker/test# ./wrapper wrapper: starting Can't open init data file - running in standalone mode running worker can't run app: -108 app error: 0x9400

comment:6 Changed 17 years ago by Christian Beer

If you get the error

can't run app: -108 app error: 0x9400

from the wrapper application you have to create the input files! In this case the file 'stdin' with some sample text.


Wenn die wrapper Anwendung den Fehler:

can't run app: -108 app error: 0x9400

anzeigt, dann hat man vergessen die input Dateien zu erstellen. In diesem Fall reicht die Datei 'stdin' mit einem kleinen Beispieltext.

comment:7 Changed 17 years ago by romw

Resolution: fixed
Status: newclosed

This issue now appears to be resolved.

Note: See TracTickets for help on using tickets.