http://bugs.openembedded.org/show_bug.cgi?id=1944

           Summary: Preparing Runqueue: TypeError: get_user_idstring() takes
                    exactly 2 arguments (3 given)
           Product: BitBake
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: BitBake
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


A simple OE setup as per "Getting Started" and "generic" distro + simple
machine file (http://pastebin.ca/383950)

produces the following error output:

[EMAIL PROTECTED]:~/tmp/oe-test-linux/build> bitbake bootstrap-image
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to
increase performance.
NOTE: Handling BitBake files: | (4252/4252) [100 %]
NOTE: Parsing finished. 4071 cached, 0 parsed, 181 skipped, 0 masked.
NOTE: build 200703061935: started

OE Build Configuration:
BB_VERSION     = "1.7.999"
OE_REVISION    = "06296810795c121aba4a5607d1e6e154bec0c768"
TARGET_ARCH    = "i586"
TARGET_OS      = "linux"
MACHINE        = "i586-OE-MACHINE"
DISTRO         = "generic"
DISTRO_VERSION = ".dev-snapshot-20070306"
TARGET_FPU     = ""

NOTE: Resolving missing task queue dependencies
NOTE: preferred version 2.5 of glibc not available (for item
virtual/i586-oe-linux-libc-for-gcc)
NOTE: multiple providers are available for virtual/i586-oe-linux-libc-for-gcc
(glibc, glibc-intermediate);
NOTE: consider defining PREFERRED_PROVIDER_virtual/i586-oe-linux-libc-for-gcc
NOTE: Preparing Runqueue
Traceback (most recent call last):
  File "/home/chris/tmp/oe-test-linux/bitbake/bin/bitbake", line 117, in ?
    main()
  File "/home/chris/tmp/oe-test-linux/bitbake/bin/bitbake", line 113, in main
    cooker.cook()
  File "/home/chris/tmp/oe-test-linux/bitbake/lib/bb/cooker.py", line 526, in
cook
    return self.buildTargets(pkgs_to_build)
  File "/home/chris/tmp/oe-test-linux/bitbake/lib/bb/cooker.py", line 438, in
buildTargets
    rq.prepare_runqueue()
  File "/home/chris/tmp/oe-test-linux/bitbake/lib/bb/runqueue.py", line 338, in
prepare_runqueue
    print_chain(task, False)
  File "/home/chris/tmp/oe-test-linux/bitbake/lib/bb/runqueue.py", line 330, in
print_chain
    bb.msg.error(bb.msg.domain.RunQueue, "Task %s (%s) (depends: %s)" %
(revdep, self.get_user_idstring(revdep, taskData), self.runq_depends[revdep]))
TypeError: get_user_idstring() takes exactly 2 arguments (3 given)
[EMAIL PROTECTED]:~/tmp/oe-test-linux/build>


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to