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

           Summary: Memory leak
           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]


---bitbake output---

[EMAIL PROTECTED]:~/sandbox/ixp4xx/openembedded$ bitbake  
axon_fpga_bitstream_syhq2
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to
increase performance.
NOTE: Handling BitBake files: / (4084/4103) [99 %]ERROR: Could not inherit file
classes/image_ipk.bbclass while parsing
/home/leon/sandbox/openembedded/tv.axon.openembedded/packages/images/subtitle-image.bb
ERROR: Could not inherit file classes/image_ipk.bbclass while parsing
/home/leon/sandbox/openembedded/tv.axon.openembedded/packages/images/ucslugc-image.bb
NOTE: Handling BitBake files: | (4102/4103) [99 %]NOTE: <type
'exceptions.MemoryError'>: while evaluating:
[EMAIL PROTECTED](bb.data.getVar('FILE',d),d)[0] or
'defaultpkgname'}
NOTE: <type 'exceptions.MemoryError'>: while evaluating:
FILES_${PN}-dbg
ERROR:  while parsing
/home/leon/sandbox/openembedded/tv.axon.openembedded/packages/axon_fpga_bitstream_syhq2/axon_fpga_bitstream_syhq2_0.1.bb

NOTE: Parsing finished. 1810 cached, 2126 parsed, 164 skipped, 0 masked.


Killed


---top output---

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND            
 9691 leon      18   0 1399m 902m  964 D    1 89.4   4:08.40 python    

---bitbake recipe---
DESCRIPTION = "FPGA bitstream for the SYHQ2"
LICENSE = "Axon"
PR = "r0"

#;tag=HEAD;localdir=other_dir_name;module=ssh;rsh=ssh"

SRCDATE = "now"
#SRC_URI =
"cvs://[EMAIL 
PROTECTED]/repository;module=Synapse/SYHQ2/VHDL/Quartus_Altera/Prj/toplevel.sof;method=ext;rsh=ssh"

SRC_URI =
http://cvs/cgi-bin/viewcvs/viewcvs.cgi/*checkout*/Synapse/SYHQ2/VHDL/Quartus_Altera/Prj/toplevel.sof?rev=HEAD

prefix = "/usr"

S = "${WORKDIR}"

do_compile() {
}

do_install () {
        install -d ${D}${datadir}/${PN}
        install -m 0755 toplevel.sof ${D}${datadir}/${PN}
}

FILES_${PN} += "${datadir}/${PN}"


-- 
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