make install-game dauernd gleicher fehler

Hier können sich alle gegenseitig helfen beim erstellen eines Spiels

Moderator: Agatho

make install-game dauernd gleicher fehler

Beitragvon danielray » 19.09.2006, 14:41

huhu leute. vl könnt ihr mir weiter helfen.

portal und DB steht. Nur das game kann ich nicht installieren.

Code: Alles auswählen
./configure --with-gamedir=/srv/www/htdocs/ugaagga


dann kommt:

Code: Alles auswählen
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for gawk... gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking for php... php
checking for xsltproc... xsltproc
checking for mysql_config... mysql_config
checking for library containing sqrt... -lm
checking for /etc/httpd/conf/httpd.conf... no
checking for /etc/httpd/httpd.conf... no
checking for /etc/apache/httpd.conf... no
configure: installing game in /srv/www/htdocs/ugaagga
configure: web server user is nobody
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/dbs/db-util
config.status: creating src/ticker/ticker.conf
config.status: creating src/utilities/crontab
config.status: creating src/utilities/db_backup.cron
config.status: creating src/utilities/util.inc.php
config.status: creating src/www/include/config.inc.php


alles ok soweit (denk ich mal)

Code: Alles auswählen
make install-game


Code: Alles auswählen
cd src && make install-game
make[1]: Entering directory `/srv/www/htdocs/ugaagga/src'
sed -e 's/\[\([A-Za-z][0-9A-Za-z_]*\)\]/<object id="\1"\/>/g' \
    -e '/"[/?]*>/!s/"/\\&/g' -e "s/'/\\&apst;/g" config/config.xml >config/config.tmp
xmllint --noout --valid config/config.tmp
xsltproc config/config.sql.xsl config/config.tmp >dbs/game_rules.sql
xsltproc config/effects.php.xsl config/config.tmp >www/include/effect_list.php
xsltproc config/config.php.xsl config/config.tmp >www/include/game_rules.php
xsltproc config/government.php.xsl config/government.xml >www/include/government.rules.php
xsltproc config/relations.php.xsl config/relations.xml >www/include/relation_list.php
xsltproc config/start.php.xsl config/start.xml >www/include/startvalues.php
xsltproc config/wonder.php.xsl config/config.tmp >www/include/wonder.rules.php
/usr/bin/install -c -d /srv/www/htdocs/ugaagga /srv/www/htdocs/ugaagga/include \
    /srv/www/htdocs/ugaagga/include/languages /srv/www/htdocs/ugaagga/lib
/usr/bin/install -c -d /srv/www/htdocs/ugaagga/images /srv/www/htdocs/ugaagga/images/artefacts \
    /srv/www/htdocs/ugaagga/images/religious_distribution
chown nobody /srv/www/htdocs/ugaagga/images
/usr/bin/install -c -m 644 www/*.php /srv/www/htdocs/ugaagga
/usr/bin/install -c -m 644 www/include/*.php /srv/www/htdocs/ugaagga/include
/usr/bin/install -c -m 644 www/include/languages/*.php /srv/www/htdocs/ugaagga/include/languages
/usr/bin/install -c -m 644 www/images/*.ico www/images/*.php /srv/www/htdocs/ugaagga/images
/usr/bin/install -c -m 644 www/images/religious_distribution/*.png \
    www/images/religious_distribution/*.php \
    /srv/www/htdocs/ugaagga/images/religious_distribution
/usr/bin/install -c -m 644 www/lib/*.php /srv/www/htdocs/ugaagga/lib
for module in CaveBookmarks Contacts Donations EventReports Messages; do \
    /usr/bin/install -c -d /srv/www/htdocs/ugaagga/modules/$module; \
    /usr/bin/install -c -m 644 www/modules/$module/*.php \
        /srv/www/htdocs/ugaagga/modules/$module; \
    for dir in controller model view; do \
        /usr/bin/install -c -d /srv/www/htdocs/ugaagga/modules/$module/$dir; \
        /usr/bin/install -c -m 644 www/modules/$module/$dir/*.php \
            /srv/www/htdocs/ugaagga/modules/$module/$dir; \
    done; \
done

/usr/bin/install: Aufruf von stat für „www/modules/Donations/model/*.php“ nicht möglich: Datei oder Verzeichnis nicht gefunden
for lang in de_DE en_US; do \
    for tmpl in basic slimfast ugasopera; do \
        /usr/bin/install -c -d /srv/www/htdocs/ugaagga/templates/$lang/$tmpl; \
        /usr/bin/install -c -m 644 www/templates/$lang/$tmpl/*.ihtml \
            www/templates/$lang/$tmpl/*.js \
            /srv/www/htdocs/ugaagga/templates/$lang/$tmpl; \
    done; \
done

make[1]: Leaving directory `/srv/www/htdocs/ugaagga/src'


kann mit da jmd weiterhelfen?
.
Bild
Benutzeravatar
danielray
Schnellwuchernder Forenleser
Schnellwuchernder Forenleser
 
Beiträge: 655
Registriert: 30.01.2004, 17:04
Wohnort: Wien

Beitragvon Firak » 19.09.2006, 23:29

Den Fehler kannst Du glaube ich einfach ignorieren (in dem Verzeichnis ist einfach keine Datei, die er installieren könnte). Er bricht das Installieren ja auch nicht ab, insofern sollte auch alles, was installiert werden sollte, da sein.
Night falls and the foul are abroad...
Firak
Halbgott des Schattens
Halbgott des Schattens
 
Beiträge: 169
Registriert: 28.01.2004, 14:35
Wohnort: Osnabrück

Beitragvon danielray » 20.09.2006, 00:40

jap trifft zu :)

danke 4 answer
.
Bild
Benutzeravatar
danielray
Schnellwuchernder Forenleser
Schnellwuchernder Forenleser
 
Beiträge: 655
Registriert: 30.01.2004, 17:04
Wohnort: Wien


Zurück zu Bastelstube für die CVS Version

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 0 Gäste

cron