Jump to content
  • 0

Can't get the new linux install script work for install of mangos zero


kris914g

Question

hi i tryed the new script https://github.com/mangoszero/server/blob/Rel20/linux/getmangos.sh but after i selected branch it just cloesd and then it says:

2015-01-20:17:21:36 Could not identify the current OS. Nothing was installed.

i use Debian 7.20

the whole log fil will be here:

im also using Debian 2015-01-20:17:16:39 +------------------------------------------------------------------------------+

2015-01-20:17:16:39 | MaNGOS Configuration Script |

2015-01-20:17:16:39 | Written By: Ryan Ashley |

2015-01-20:17:16:39 +------------------------------------------------------------------------------+

2015-01-20:17:17:04 Detected cloned repository in /home/kristoffer/Desktop

2015-01-20:17:17:27 Creating install path: /home/kristoffer/zero

2015-01-20:17:17:27 Install path: /home/kristoffer/zero

2015-01-20:17:17:27 Source path: /home/kristoffer/Desktop

2015-01-20:17:17:41 Cloning Zero branch: master

2015-01-20:17:17:41 Cloned the selected repository!

2015-01-20:17:17:51 Build option selection cancelled. MaNGOS sources have been cloned.

2015-01-20:17:17:54 Cancelled by user. MaNGOS has been cloned but not built.

2015-01-20:17:19:28 +------------------------------------------------------------------------------+

2015-01-20:17:19:28 | MaNGOS Configuration Script |

2015-01-20:17:19:28 | Written By: Ryan Ashley |

2015-01-20:17:19:28 +------------------------------------------------------------------------------+

2015-01-20:17:19:31 Detected cloned repository in /home/kristoffer/Desktop

2015-01-20:17:19:39 +------------------------------------------------------------------------------+

2015-01-20:17:19:39 | MaNGOS Configuration Script |

2015-01-20:17:19:39 | Written By: Ryan Ashley |

2015-01-20:17:19:39 +------------------------------------------------------------------------------+

2015-01-20:17:21:36 Could not identify the current OS. Nothing was installed.

2015-01-20:17:21:51 Detected cloned repository in /home/kristoffer/Desktop

2015-01-20:17:22:10 Creating source path: /home/kristoffer/desktop

2015-01-20:17:22:20 Install path: /home/kristoffer/zero

2015-01-20:17:22:20 Source path: /home/kristoffer/desktop

2015-01-20:17:22:44 Cloning Zero branch: Rel20

2015-01-20:17:22:44 Cloned the selected repository!

2015-01-20:17:23:01 Error: Failed to create the build directory!

2015-01-20:17:24:21 +------------------------------------------------------------------------------+

2015-01-20:17:24:21 | MaNGOS Configuration Script |

2015-01-20:17:24:21 | Written By: Ryan Ashley |

2015-01-20:17:24:21 +------------------------------------------------------------------------------+

2015-01-20:17:24:34 Could not identify the current OS. Nothing was installed.

2015-01-20:17:24:35 Detected cloned repository in /home/kristoffer/Desktop

2015-01-20:17:24:53 Install path: /home/kristoffer/zero

2015-01-20:17:24:53 Source path: /home/kristoffer/desktop

2015-01-20:17:24:57 Cloning Zero branch: master

2015-01-20:17:24:57 Cloned the selected repository!

2015-01-20:17:25:05 Error: Failed to create the build directory!

2015-01-20:17:27:27 +------------------------------------------------------------------------------+

2015-01-20:17:23:01 Error: Failed to create the build directory!

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

Is getmangos.sh line 158 correct?

if [ OS_VER -ne 0 ]; then

Seemingly $ sign is missing here due to a typing error. But this is a minor detail only creating false diagnostic.

It is like git was not found and, therefore, the path $SRCPATH/server was not created during git clone. I wonder if git is included into "build-essential" set, but I wouldn't do that. Try

which git

if output is like "no git in ..." then it should be installed via

sudo aptitude -y install git-core

It seems that the correct package is named git-core rather than simply git.

I never did anything under Debian, though. Redhat user.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use