google-code-backups / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

pear run-scripts xinc/Xinc not working #152

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. PEAR and XSL extension via apt-get installed
2. XINC and dependencies via pear installed
3. pear run-scripts xinc/Xinc executed

What is the expected output? What do you see instead?

Instead of the config dialog the following error appears:

Notice: Undefined index:  bin/xinc.bat in PEAR/PackageFile/v2.php on line 606

Notice: Undefined index:  etc/init.d/xinc.bat in PEAR/PackageFile/v2.php on
line 606
Including external post-installation script
"/usr/share/php/Xinc/Postinstall.php" - any errors are in this script
Inclusion succeeded
running post-install script "Xinc_Postinstall_postinstall->init()"
init succeeded

Notice: Undefined index:  Xinc/PostinstallWin.php in
PEAR/PackageFile/v2.php on line 606
Including external post-installation script "" - any errors are in this script

Warning: PEAR_Task_Postinstallscript::include_once(): Failed opening '' for
inclusion (include_path='/usr/share/php') in
PEAR/Task/Postinstallscript.php on line 295
init of post-install script class "_postinstall" failed

What version of the product are you using? On what operating system?

Version: 2.0.0
OS: Debian ETCH (stable)

Original issue reported on code.google.com by thilo.ta...@gmail.com on 31 Mar 2008 at 3:44

GoogleCodeExporter commented 8 years ago
THanks for the report.

I will come back to you in the next days with questions and fixes.

Arno

Original comment by arnos...@gmail.com on 31 Mar 2008 at 3:54

GoogleCodeExporter commented 8 years ago
Hi Arno

Thanks for accepting the bug! If you need more information about the setup, 
please
let me know.

Thilo

Original comment by thilo.ta...@gmail.com on 1 Apr 2008 at 12:14

GoogleCodeExporter commented 8 years ago
Which version of Xinc are you using?

sudo xinc --version

should tell you the version.

Original comment by arnos...@gmail.com on 4 Apr 2008 at 7:34

GoogleCodeExporter commented 8 years ago
We run Xinc version 2.0.1dev6, but I tried 2.0.0 as well. Both versions cannot 
be
configured with pear

Original comment by thilo.ta...@gmail.com on 7 Apr 2008 at 10:50

GoogleCodeExporter commented 8 years ago
Hopefully fixed in the latest version:

pear install 
http://xinc.eu/api/deliverable/get/download/xinc/1209313148/Xinc.tgz

Please run the install if you find time and report if it works.

Thanks!

Original comment by arnos...@gmail.com on 27 Apr 2008 at 6:04

GoogleCodeExporter commented 8 years ago
Now it works, thank you very much! Another problem may be connected to the 
issue was
the fact that the pear installation which comes with debian is not up to date. 
An
online update of pear helped.

Original comment by thilo.ta...@gmail.com on 30 May 2008 at 10:40