File: BUGS

package info (click to toggle)
esorex 3.13.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,500 kB
  • sloc: ansic: 23,001; javascript: 6,382; sh: 4,344; cpp: 615; makefile: 286; python: 39
file content (32 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
In this file:

* Reporting Bugs
* Currently Known Problems


Reporting Bugs
--------------

Please report any EsoRex problems to usd-help@eso.org .

When reporting bugs, please indicate the package and version. For 
example "EsoRex 3.6.8". To determine the version of the distribution 
that you are using, check the README file or type "esorex --version".


Currently Known Problems
------------------------

When a recipe is used with the --suppress-prefix option, and the 
--output-dir is set to the current working directory, then the first 
execution of a recipe will work correctly, but subsequent executions may 
fail. This is due to output products being given "read-only" permission 
(to avoid the potential inadvertent loss of products). The recipe itself
is unable to modify the permissions, and thus it fails when attempting 
to create the file. The solution (other than using a different output 
directory or prefixes) is to change the permission of these output files 
or delete them prior to any subsequent execution of that recipe.


End of file
-----------