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

           Summary: bb.data.setVar("PARALLEL_MAKE" , "", d) fails to update
                    the variable
           Product: BitBake
           Version: 1.8.x
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: BitBake
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


icecc.bbclass uses bb.data.setVar("PARALLEL_MAKE" , "", d) to disable
PARALLEL_MAKE for packages that for some reason should not/could not be build
using icecc.
Although this used to work for 1.6 i noticed that it does not for 1.8 so
packages get build with the PARALLEL_MAKE used in local.conf
Adding  bb.data.update_data("PARALLEL_MAKE", d) (as zecke instructed) before or
after bb.data.setVar("PARALLEL_MAKE" , "", d) ends us with the following error 

 + BUILD_AR=ar
| + export OBJDUMP=i486-angstrom-linux-objdump
| + OBJDUMP=i486-angstrom-linux-objdump
| + unset DISTRO
| + export bindir=/usr/bin
| + bindir=/usr/bin
| + export palmqtdir=/usr/lib/opie
| + palmqtdir=/usr/lib/opie
| + export BUILD_STRIP=strip
| + BUILD_STRIP=strip
| + cd
/work/angstrom/tmp/libc/work/i486-angstrom-linux/gcc-4.1.2-r7/gcc-4.1.2/build.i486-angstrom-linux.i486-angstrom-linux
| + do_configure
|
/work/angstrom/tmp/libc/work/i486-angstrom-linux/gcc-4.1.2-r7/temp/run.do_configure.2566:
line 764: do_configure: command not found
NOTE: Task failed:
/work/angstrom/tmp/libc/work/i486-angstrom-linux/gcc-4.1.2-r7/temp/log.do_configure.2566
NOTE: package gcc-4.1.2-r7: task do_configure: failed
ERROR: TaskFailed event exception, aborting
NOTE: package gcc-4.1.2: failed
ERROR: Build of /work/angstrom/org.openembedded.dev/packages/gcc/gcc_4.1.2.bb
do_configure failed
ERROR: Task 5 (/work/angstrom/org.openembedded.dev/packages/gcc/gcc_4.1.2.bb,
do_configure) failed
NOTE: Tasks Summary: Attempted 238 tasks of which 235 didn't need to be rerun
and 1 failed.
ERROR: '/work/angstrom/org.openembedded.dev/packages/gcc/gcc_4.1.2.bb' failed


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

Reply via email to