[ros-bugs] [Bug 2518] error compiling with message '/usr/bin/ld: cannot open output file [...]rbuild/rbuild'

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Fri Nov 23 16:00:43 CET 2007


http://www.reactos.org/bugzilla/show_bug.cgi?id=2518


nanotonne <nanotonne at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

Colin Finck <mail at colinfinck.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mail at colinfinck.de




--- Comment #8 from nanotonne <nanotonne at free.fr>  2007-11-23 01:08:21 CET ---
hmmm, actually i have this error for svn 30684 (compile fail):

.
.
.
.
[CC]       tools/wrc/wrc.c
[CC]       tools/wrc/writeres.c
[CC]       tools/wrc/parser.tab.c
[CC]       tools/wrc/lex.yy.c
[MKDIR]   
/home/moi/Téléchargement/ReactOS-Source/build/obj-i386/tools/wrc/port
[CC]       tools/wrc/port/mkstemps.c
[MKDIR]    /home/moi/Téléchargement/ReactOS-Source/build/output-i386/tools/wrc
[LD]      
/home/moi/Téléchargement/ReactOS-Source/build/output-i386/tools/wrc/wrc
[WRC]     
/home/moi/Téléchargement/ReactOS-Source/build/obj-i386/base/applications/cacls/cacls_cacls.coff
/bin/sh: /home/moi/Téléchargement/ReactOS-Source/build/tmp/cacls.cacls.rci.tmp:
Aucun fichier ou répertoire de ce type
mingw32-make: ***
[/home/moi/Téléchargement/ReactOS-Source/build/obj-i386/base/applications/cacls/cacls_cacls.coff]
Error 1

Total Build Time: 00:02:02

Apparently build/tmp/cacls.cacls.rci.tmp don't exist  ('tmp/' ??)


--- Comment #9 from Colin Finck <mail at colinfinck.de>  2007-11-23 14:12:23 CET ---
(In reply to comment #8)
> Apparently build/tmp/cacls.cacls.rci.tmp don't exist  ('tmp/' ??)

Did you create the ROS_TEMPORARY directory (in your case
"/home/moi/Téléchargement/ReactOS-Source/build/tmp") before you started the
build process?
AFAIK the Makefile expects that the temporary directory already exists.


--- Comment #10 from nanotonne <nanotonne at free.fr>  2007-11-23 16:00:42 CET ---
ROS_TEMPORARY is good define but not created because all other variable
ROS_XXXXX create automatically directpry if doesn't exist.

i my cas tha right "/home/moi/Téléchargement/ReactOS-Source/build/tmp" is not
created because i'm waiting  makefile create it automatically if don'est exist
because it do that for ALL other directory variable environment
(ROS_XXXXXXXXX), i have tested by deleting all directory : all is good
automatically recreated, then why not tmp directory?

for me it's a bug : normally, makefile should create too automatically this
directory if doesn't exist, exactly as other directory definied by ROS_XXX are
created if need. 


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list