Ticket #782 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

make -f Makefile.ubuntu install --> error

Reported by: André Bauer <monotek@gmx.net> Assigned to:
Priority: major Milestone: ispCP ω 1.0.0 - RC3
Component: Backend (Engine) Version: ispCP ω 1.0.0 - DEV
Severity: Keywords:
Cc:

Description

When i try to make r870 i get the following errror:

/tmp/ispcp-1.0.0/var/www/ispcp/engine/setup /usr/bin/install: cannot stat `./setup/vhcs2ispcp.pl': No such file or directory make[1]: *** [install] Error 1 make[1]: Leaving directory `/usr/src/ispcp-1.0.0/engine' make: *** [install] Error 2

Attachments

Change History

10/16/07 23:09:19 changed by André Bauer <monotek@gmx.net>

/tmp/ispcp-1.0.0/var/www/ispcp/engine/setup
/usr/bin/install: cannot stat `./setup/vhcs2ispcp.pl': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/src/ispcp-1.0.0/engine'
make: *** [install] Error 2

10/16/07 23:42:26 changed by joximu

The Makefile in "engine" should be modified:

it has (r870):

        $(CMD_INSTALL) ./setup/vhcs2ispcp.pl $(SYSTEM_ENGINE_ROOT)/setup
        $(CMD_INSTALL) ./setup/vhcs2-remover.pl $(SYSTEM_ENGINE_ROOT)/setup

but should better copy "ispcp-update" instead...

/J

10/16/07 23:52:21 changed by André Bauer <monotek@gmx.net>

When removing:

 $(CMD_INSTALL) ./setup/vhcs2ispcp.pl $(SYSTEM_ENGINE_ROOT)/setup
        $(CMD_INSTALL) ./setup/vhcs2-remover.pl $(SYSTEM_ENGINE_ROOT)/setup

And adding:

 $(CMD_INSTALL) ./setup/ispcp-update $(SYSTEM_ENGINE_ROOT)/setup

Make works :-)

10/17/07 03:53:45 changed by raphael

  • status changed from new to closed.
  • version changed from ispCP ω 1.0.0 - RC2 to ispCP ω 1.0.0 - DEV.
  • resolution set to fixed.

Fixed in r871


Add/Change #782 (make -f Makefile.ubuntu install --> error)




Action