[ros-bugs] [Bug 2466] New: rbuild runs into an endless loop

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Tue Jul 24 19:37:34 CEST 2007


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

           Summary: rbuild runs into an endless loop
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: Microsoft Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Setup
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: mail at colinfinck.de
         QAContact: ros-bugs at reactos.org


Sometimes, when I built ReactOS and then make changes to the rbuild files, but
did not called "clean", rbuild runs into an endless loop.

My output is like this:

[RBUILD]   makefile.auto
Reading build files...done
Detecting compiler...detected (gcc 4.1.3)
Detecting binutils...detected (ld 2.17.50.20070522)
Detecting netwide assembler...detected (nasm 0.98.39)
Detecting compiler -pipe support...detected
Detecting compiler pre-compiled header support...detected
Processing modules...done
Creating directories...done
Unpacking WINE resources...done
Generating test support code...done
Generating compilation unit support code...done
Generating syssetup.inf...done
Generating proxy makefiles...done
Checking automatic dependencies...done
mingw32-make[1]: Entering directory `D:/ReactOS-Trunk/reactos'
[RBUILD]   makefile.auto
Reading build files...done
Detecting compiler...detected (gcc 4.1.3)
Detecting binutils...detected (ld 2.17.50.20070522)
Detecting netwide assembler...detected (nasm 0.98.39)
Detecting compiler -pipe support...detected
Detecting compiler pre-compiled header support...detected
Processing modules...done
Creating directories...done
Unpacking WINE resources...done
Generating test support code...done
Generating compilation unit support code...done
Generating syssetup.inf...done
Generating proxy makefiles...done
Checking automatic dependencies...done
mingw32-make[2]: Entering directory `D:/ReactOS-Trunk/reactos'
....

I found no exact way for reproducing this problem.
Removing "makefile.auto" also does not help. Calling "make clean" runs into the
same endless loop.

I can only "solve" the problem by manually deleting the "obj-i386" and
"output-i386" directories and then running a clean build again.


-- 
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, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list