Bug #848

Linux: code/nel/src/Rules.mk refers to "../gen_deps.sh", which does not exist

Added by AllenJB over 8 years ago. Updated over 7 years ago.

Status:New Start date:05/07/2010
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:Build
Target version:-

Description

line 51 of code/nel/src/Rules.mk refers to "../gen_deps.sh", which does not exist. Changing this to "gen_deps.sh" fixes the issue.

History

#1 Updated by AllenJB over 8 years ago

Seems I misdiagnosed the issue. It's being caused in by the value of RYZOM_PATH in code/ryzom/Variables.mk.

Currently investigating whether this file is generated. But changing the value definitely resolves the issue I had.

The log output for this issue was:
  • BUILD NELNS SUCCESS !
  • BUILD NELNS INSTALL SUCCESS !

/bin/sh: /home/allen/code/ryzom/gen_deps.sh: No such file or directory
make2: * [update] Error 127
make1:
[game_share-update] Error 2
make: *
* [update] Error 2

#2 Updated by thorbjorn over 8 years ago

The problem here might be that the file code/ryzom/gen_deps.sh uses DOS instead of UNIX line endings. This doesn't really work for shell scripts.

#3 Updated by vl over 8 years ago

  • Target version set to Version 0.8.0

#4 Updated by kervala over 7 years ago

  • Target version deleted (Version 0.8.0)

Also available in: Atom PDF